diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-11 21:46:43 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-10-11 21:46:43 +0000 |
commit | 2998c589abb2cbdc2d16278cd95f294d296af69b (patch) | |
tree | 77b000f2e2080bdcd930d578e506019708feba17 /sys-devel/crossdev | |
parent | Bump to fix AVR binutils version (diff) | |
download | historical-2998c589abb2cbdc2d16278cd95f294d296af69b.tar.gz historical-2998c589abb2cbdc2d16278cd95f294d296af69b.tar.bz2 historical-2998c589abb2cbdc2d16278cd95f294d296af69b.zip |
Shoot me, should be 2.16.1-r3 rather than just 2.16.1 for avr
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-r2.ebuild | 20 | ||||
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 | ||||
-rw-r--r-- | sys-devel/crossdev/files/digest-crossdev-0.9.17-r2 | 1 |
4 files changed, 30 insertions, 3 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index 8bf050e6bf2f..83ddade1dedb 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.41 2006/10/11 21:41:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.42 2006/10/11 21:46:43 gustavoz Exp $ + +*crossdev-0.9.17-r2 (11 Oct 2006) + + 11 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> files/crossdev, + -crossdev-0.9.17-r1.ebuild, +crossdev-0.9.17-r2.ebuild: + Shoot me, should be 2.16.1-r3 rather than just 2.16.1 for avr *crossdev-0.9.17-r1 (11 Oct 2006) diff --git a/sys-devel/crossdev/crossdev-0.9.17-r2.ebuild b/sys-devel/crossdev/crossdev-0.9.17-r2.ebuild new file mode 100644 index 000000000000..bd74e7728990 --- /dev/null +++ b/sys-devel/crossdev/crossdev-0.9.17-r2.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-r2.ebuild,v 1.1 2006/10/11 21:46:43 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 c61e00acab26..820a4c7ed6a0 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.77 2006/10/11 21:41:51 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.78 2006/10/11 21:46:43 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"; + GVER="3.4.6"; BVER="2.16.1-r3"; GUSE=${GUSE_DISABLE};; bfin*) diff --git a/sys-devel/crossdev/files/digest-crossdev-0.9.17-r2 b/sys-devel/crossdev/files/digest-crossdev-0.9.17-r2 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/sys-devel/crossdev/files/digest-crossdev-0.9.17-r2 @@ -0,0 +1 @@ + |