diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-26 05:56:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-26 05:56:06 +0000 |
commit | bf35b0fdcc7baaf16f81cf3cb5764c4035a2661a (patch) | |
tree | 9d11728caa79710d391822d0b66d90fee7d5e66a /sys-devel | |
parent | arm stable (diff) | |
download | gentoo-2-bf35b0fdcc7baaf16f81cf3cb5764c4035a2661a.tar.gz gentoo-2-bf35b0fdcc7baaf16f81cf3cb5764c4035a2661a.tar.bz2 gentoo-2-bf35b0fdcc7baaf16f81cf3cb5764c4035a2661a.zip |
Make sure we use --version when checking binutils-config #131133 by Brett Johnson.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/crossdev/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-0.9.15-r1.ebuild | 22 | ||||
-rw-r--r-- | sys-devel/crossdev/files/digest-crossdev-0.9.15-r1 | 1 |
3 files changed, 31 insertions, 1 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index e9f726267e54..0f46e86d2712 100644 --- a/sys-devel/crossdev/ChangeLog +++ b/sys-devel/crossdev/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-devel/crossdev # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.33 2006/04/12 00:47:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.34 2006/04/26 05:56:06 vapier Exp $ + +*crossdev-0.9.15-r1 (26 Apr 2006) + + 26 Apr 2006; Mike Frysinger <vapier@gentoo.org> -crossdev-0.9.15.ebuild, + +crossdev-0.9.15-r1.ebuild: + Make sure we use --version when checking binutils-config #131133 by Brett + Johnson. *crossdev-0.9.15 (12 Apr 2006) diff --git a/sys-devel/crossdev/crossdev-0.9.15-r1.ebuild b/sys-devel/crossdev/crossdev-0.9.15-r1.ebuild new file mode 100644 index 000000000000..96808a53b048 --- /dev/null +++ b/sys-devel/crossdev/crossdev-0.9.15-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.15-r1.ebuild,v 1.1 2006/04/26 05:56:06 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" +IUSE="" + +RDEPEND="!>=sys-devel/gcc-config-2 + sys-apps/portage + app-shells/bash + sys-apps/coreutils" + +src_install() { + dosbin "${FILESDIR}"/crossdev || die + dosed "s:GENTOO_PV:${PV}:" /usr/sbin/crossdev +} diff --git a/sys-devel/crossdev/files/digest-crossdev-0.9.15-r1 b/sys-devel/crossdev/files/digest-crossdev-0.9.15-r1 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/sys-devel/crossdev/files/digest-crossdev-0.9.15-r1 @@ -0,0 +1 @@ + |