diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-29 23:26:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-29 23:26:07 +0000 |
commit | cf3c861d87599a2bec3282f91f7279cccd94228a (patch) | |
tree | 49739dd411bc04a2ef870716620aa0a0d3a746b8 /sys-devel/crossdev | |
parent | old (diff) | |
download | gentoo-2-cf3c861d87599a2bec3282f91f7279cccd94228a.tar.gz gentoo-2-cf3c861d87599a2bec3282f91f7279cccd94228a.tar.bz2 gentoo-2-cf3c861d87599a2bec3282f91f7279cccd94228a.zip |
Update avr to require 3.4.4-r1 since 3.4.4 no longer exists.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-devel/crossdev')
-rw-r--r-- | sys-devel/crossdev/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/crossdev/crossdev-0.9.9-r2.ebuild | 21 | ||||
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 | ||||
-rw-r--r-- | sys-devel/crossdev/files/digest-crossdev-0.9.9-r2 | 0 |
4 files changed, 30 insertions, 3 deletions
diff --git a/sys-devel/crossdev/ChangeLog b/sys-devel/crossdev/ChangeLog index 7958210aa31d..d5e65786c846 100644 --- a/sys-devel/crossdev/ChangeLog +++ b/sys-devel/crossdev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/crossdev # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.23 2005/08/23 23:49:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/ChangeLog,v 1.24 2005/08/29 23:26:07 vapier Exp $ + +*crossdev-0.9.9-r2 (29 Aug 2005) + + 29 Aug 2005; Mike Frysinger <vapier@gentoo.org> files/crossdev, + +crossdev-0.9.9-r2.ebuild: + Update avr to require 3.4.4-r1 since 3.4.4 no longer exists. *crossdev-0.9.9-r1 (23 Aug 2005) diff --git a/sys-devel/crossdev/crossdev-0.9.9-r2.ebuild b/sys-devel/crossdev/crossdev-0.9.9-r2.ebuild new file mode 100644 index 000000000000..c4c0fe1066d0 --- /dev/null +++ b/sys-devel/crossdev/crossdev-0.9.9-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-0.9.9-r2.ebuild,v 1.1 2005/08/29 23:26:07 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-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/crossdev b/sys-devel/crossdev/files/crossdev index 4cb8ae9b3c22..3bb88dd7d356 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 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.33 2005/08/23 23:49:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.34 2005/08/29 23:26:07 vapier Exp $ cd / @@ -98,7 +98,7 @@ parse_target() { avr*) TARCH=${HARCH}; CPOST=""; KPKG="[none]"; STAGE=${STAGE_LIBC}; LCAT="dev-embedded"; LPKG="avr-libc"; - GVER="3.4.4"; BVER="2.16.1"; + GVER="3.4.4-r1"; BVER="2.16.1"; GUSE="-fortran -gtk -gcj -objc";; msp430) diff --git a/sys-devel/crossdev/files/digest-crossdev-0.9.9-r2 b/sys-devel/crossdev/files/digest-crossdev-0.9.9-r2 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/sys-devel/crossdev/files/digest-crossdev-0.9.9-r2 |