diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-11 21:41:51 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-11 21:41:51 +0000 |
commit | 6184bdbff677f6c20dfd062d5a54900a3c229b52 (patch) | |
tree | 98f5d501edbf58f5509d3345f0db9805de32cb6b /sys-devel/crossdev | |
parent | Version bump. (diff) | |
download | historical-6184bdbff677f6c20dfd062d5a54900a3c229b52.tar.gz historical-6184bdbff677f6c20dfd062d5a54900a3c229b52.tar.bz2 historical-6184bdbff677f6c20dfd062d5a54900a3c229b52.zip |
Bump to fix AVR binutils version
Package-Manager: portage-2.1.1
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-0.9.17-r1.ebuild | 20 | ||||
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 | ||||
-rw-r--r-- | sys-devel/crossdev/files/digest-crossdev-0.9.17-r1 | 1 |
4 files changed, 30 insertions, 3 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index 30497bcf2cc4..8bf050e6bf2f 100644 --- a/sys-devel/crossdev/ChangeLog +++ b/sys-devel/crossdev/ChangeLog @@ -1,6 +1,12 @@ # 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.40 2006/09/17 07:04:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.41 2006/10/11 21:41:51 gustavoz Exp $ + +*crossdev-0.9.17-r1 (11 Oct 2006) + + 11 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> files/crossdev, + -crossdev-0.9.17.ebuild, +crossdev-0.9.17-r1.ebuild: + Bump to fix AVR binutils version *crossdev-0.9.17 (17 Sep 2006) diff --git a/sys-devel/crossdev/crossdev-0.9.17-r1.ebuild b/sys-devel/crossdev/crossdev-0.9.17-r1.ebuild new file mode 100644 index 000000000000..be4382483e9b --- /dev/null +++ b/sys-devel/crossdev/crossdev-0.9.17-r1.ebuild @@ -0,0 +1,20 @@ +# 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.17-r1.ebuild,v 1.1 2006/10/11 21:41:51 gustavoz 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" + +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 cf3fb1019359..c61e00acab26 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2006 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.76 2006/09/28 13:59:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.77 2006/10/11 21:41:51 gustavoz Exp $ cd / @@ -104,7 +104,7 @@ parse_target() { avr*) TARCH=${HARCH}; CPOST=""; KPKG="[none]"; STAGE=${STAGE_LIBC}; LCAT="dev-embedded"; LPKG="avr-libc"; - GVER="3.4.6"; BVER="2.16.1-r2"; + GVER="3.4.6"; BVER="2.16.1"; GUSE=${GUSE_DISABLE};; bfin*) diff --git a/sys-devel/crossdev/files/digest-crossdev-0.9.17-r1 b/sys-devel/crossdev/files/digest-crossdev-0.9.17-r1 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/sys-devel/crossdev/files/digest-crossdev-0.9.17-r1 @@ -0,0 +1 @@ + |