summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-04-30 19:43:20 +0000
committerMike Frysinger <vapier@gentoo.org>2007-04-30 19:43:20 +0000
commit6a8c70fa07f59ae60cc333fe39070a428a2d1e6f (patch)
tree22d942f76f678d23d5fdf189b8f3b1edc27cd626
parentold (diff)
downloadgentoo-2-6a8c70fa07f59ae60cc333fe39070a428a2d1e6f.tar.gz
gentoo-2-6a8c70fa07f59ae60cc333fe39070a428a2d1e6f.tar.bz2
gentoo-2-6a8c70fa07f59ae60cc333fe39070a428a2d1e6f.zip
Filter USE=d #175493 by Mr.Mad.
(Portage version: 2.1.2.4)
-rw-r--r--sys-devel/crossdev/ChangeLog8
-rw-r--r--sys-devel/crossdev/crossdev-0.9.18-r1.ebuild21
-rwxr-xr-xsys-devel/crossdev/files/crossdev4
-rw-r--r--sys-devel/crossdev/files/digest-crossdev-0.9.18-r10
4 files changed, 30 insertions, 3 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog
index a25a7568caab..5d0cc807742f 100644
--- a/sys-devel/crossdev/ChangeLog
+++ b/sys-devel/crossdev/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/crossdev
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.48 2007/02/17 13:51:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.49 2007/04/30 19:43:20 vapier Exp $
+
+*crossdev-0.9.18-r1 (30 Apr 2007)
+
+ 30 Apr 2007; Mike Frysinger <vapier@gentoo.org> files/crossdev,
+ +crossdev-0.9.18-r1.ebuild:
+ Filter USE=d #175493 by Mr.Mad.
*crossdev-0.9.18 (17 Feb 2007)
diff --git a/sys-devel/crossdev/crossdev-0.9.18-r1.ebuild b/sys-devel/crossdev/crossdev-0.9.18-r1.ebuild
new file mode 100644
index 000000000000..6c994bffd155
--- /dev/null
+++ b/sys-devel/crossdev/crossdev-0.9.18-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.18-r1.ebuild,v 1.1 2007/04/30 19:43:20 vapier Exp $
+
+DESCRIPTION="Gentoo Cross-toolchain generator"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=sys-apps/portage-2.1
+ app-shells/bash
+ dev-util/unifdef"
+
+src_install() {
+ dosbin "${FILESDIR}"/crossdev || die
+ dosed "s:GENTOO_PV:${PV}:" /usr/sbin/crossdev
+}
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev
index 5c5cdcd9df07..a10f3f6b1fce 100755
--- a/sys-devel/crossdev/files/crossdev
+++ b/sys-devel/crossdev/files/crossdev
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.90 2007/03/28 06:06:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.91 2007/04/30 19:43:20 vapier Exp $
cd /
umask 0022 #159111
@@ -326,7 +326,7 @@ BCAT="sys-devel" ; BPKG="binutils" ; BVER="[latest]" ; BUSE=""
GCAT="sys-devel" ; GPKG="gcc" ; GVER="[latest]" ; GUSE=""
KCAT="sys-kernel" ; KPKG="linux-headers" ; KVER="[latest]" ; KUSE=""
LCAT="sys-libs" ; LPKG="" ; LVER="[latest]" ; LUSE=""
-GUSE_DISABLE="-boundschecking -fortran -gtk -gcj -mudflap -objc -objc++ -objc-gc"
+GUSE_DISABLE="-boundschecking -fortran -gtk -gcj -mudflap -objc -objc++ -objc-gc -d"
GUSE_DISABLE_STAGE_2=${GUSE_DISABLE/-fortran}
WITH_HEADERS="COW" WITH_DEF_HEADERS="no"
EX_FAST="no"
diff --git a/sys-devel/crossdev/files/digest-crossdev-0.9.18-r1 b/sys-devel/crossdev/files/digest-crossdev-0.9.18-r1
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/sys-devel/crossdev/files/digest-crossdev-0.9.18-r1