diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:30:04 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-19 22:30:04 +0000 |
commit | deafb74d5deb49613ab0d906eb0658a5714b5689 (patch) | |
tree | ea2afcd1086086a5ceb3c4706bd0c4c3bb8f3600 | |
parent | cleanup ebuild (diff) | |
download | historical-deafb74d5deb49613ab0d906eb0658a5714b5689.tar.gz historical-deafb74d5deb49613ab0d906eb0658a5714b5689.tar.bz2 historical-deafb74d5deb49613ab0d906eb0658a5714b5689.zip |
Add DEPEND on app-arch/unzip
Package-Manager: portage-2.1_pre6-r3
-rw-r--r-- | dev-lang/gnat-gpl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/gnat-gpl/gnat-gpl-3.4.5.1.ebuild | 5 | ||||
-rw-r--r-- | dev-lang/palmos-sdk/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/palmos-sdk/palmos-sdk-4.0.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/palmos-sdk/palmos-sdk-5.0-r3.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/squeak-basicimage/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/squeak-basicimage/squeak-basicimage-3.6.5429.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/squeak-basicimage/squeak-basicimage-3.8.6665.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/squeak-fullimage/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/squeak-fullimage/squeak-fullimage-3.5.5180.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/squeak-fullimage/squeak-fullimage-3.6.5424.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild | 10 | ||||
-rw-r--r-- | dev-lang/squeak-fullimage/squeak-fullimage-3.8.6665.ebuild | 6 | ||||
-rw-r--r-- | dev-lang/squeak/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/squeak/squeak-3.6_p3.ebuild | 4 |
16 files changed, 69 insertions, 37 deletions
diff --git a/dev-lang/gnat-gpl/ChangeLog b/dev-lang/gnat-gpl/ChangeLog index 692bb7ffdaef..9affd692fda0 100644 --- a/dev-lang/gnat-gpl/ChangeLog +++ b/dev-lang/gnat-gpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gnat-gpl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/ChangeLog,v 1.2 2006/01/23 23:35:38 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/ChangeLog,v 1.3 2006/03/19 22:20:51 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> gnat-gpl-3.4.5.1.ebuild, + gnat-gpl-3.4.5.1-r1.ebuild: + Add DEPEND on app-arch/unzip *gnat-gpl-3.4.5.1-r1 (23 Jan 2006) diff --git a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild index 7905222fd265..2111654cb4e3 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild,v 1.1 2006/01/23 23:35:38 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1-r1.ebuild,v 1.2 2006/03/19 22:20:51 halcy0n Exp $ inherit gnatbuild flag-o-matic @@ -17,7 +17,8 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${GCCVER}/gcc-core-${GCCVER}.tar # only on $PV, so should be safe to use in DEPEND/SRC_URI KEYWORDS="~amd64 ~x86" -DEPEND="" +DEPEND="app-arch/unzip" +RDEPEND="" GNATSOURCE="${WORKDIR}/${P}-src" diff --git a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1.ebuild b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1.ebuild index 56d93cd86166..6bc28e8ab3f2 100644 --- a/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1.ebuild +++ b/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1.ebuild,v 1.1 2006/01/17 20:19:36 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gpl/gnat-gpl-3.4.5.1.ebuild,v 1.2 2006/03/19 22:20:51 halcy0n Exp $ inherit gnatbuild flag-o-matic @@ -17,7 +17,8 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${GCCVER}/gcc-core-${GCCVER}.tar # only on $PV, so should be safe to use in DEPEND/SRC_URI KEYWORDS="~amd64 ~x86" -DEPEND="" +DEPEND="app-arch/unzip" +RDEPEND="" GNATSOURCE="${WORKDIR}/${P}-src" diff --git a/dev-lang/palmos-sdk/ChangeLog b/dev-lang/palmos-sdk/ChangeLog index f4c8d34df1d3..ef4cdba854de 100644 --- a/dev-lang/palmos-sdk/ChangeLog +++ b/dev-lang/palmos-sdk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/palmos-sdk -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/palmos-sdk/ChangeLog,v 1.4 2004/06/24 22:53:29 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/palmos-sdk/ChangeLog,v 1.5 2006/03/19 22:22:25 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> palmos-sdk-4.0.ebuild, + palmos-sdk-5.0-r3.ebuild: + Add DEPEND on app-arch/unzip 07 Jun 2004; Aron Griffis <agriffis@gentoo.org> palmos-sdk-3.5.ebuild, palmos-sdk-4.0.ebuild, palmos-sdk-5.0-r3.ebuild: diff --git a/dev-lang/palmos-sdk/palmos-sdk-4.0.ebuild b/dev-lang/palmos-sdk/palmos-sdk-4.0.ebuild index 3fe40d8c87e9..fd2977a675c5 100644 --- a/dev-lang/palmos-sdk/palmos-sdk-4.0.ebuild +++ b/dev-lang/palmos-sdk/palmos-sdk-4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/palmos-sdk/palmos-sdk-4.0.ebuild,v 1.5 2004/06/24 22:53:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/palmos-sdk/palmos-sdk-4.0.ebuild,v 1.6 2006/03/19 22:22:25 halcy0n Exp $ inherit rpm @@ -10,7 +10,9 @@ LICENSE="Palm-SDK" SLOT="4.0" KEYWORDS="~x86" -DEPEND="dev-lang/prc-tools" +RDEPEND="dev-lang/prc-tools" +DEPEND="${RDEPEND} + app-arch/unzip" # Note: There is an sdk40-docs.tar.gz but it's actually a zip file, so # might as well just get the zip file. SRC_URI="sdk40.tar.gz sdk40upd1.tar.gz diff --git a/dev-lang/palmos-sdk/palmos-sdk-5.0-r3.ebuild b/dev-lang/palmos-sdk/palmos-sdk-5.0-r3.ebuild index 6161de29b4ea..c101a1ec7757 100644 --- a/dev-lang/palmos-sdk/palmos-sdk-5.0-r3.ebuild +++ b/dev-lang/palmos-sdk/palmos-sdk-5.0-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/palmos-sdk/palmos-sdk-5.0-r3.ebuild,v 1.5 2004/06/24 22:53:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/palmos-sdk/palmos-sdk-5.0-r3.ebuild,v 1.6 2006/03/19 22:22:25 halcy0n Exp $ DESCRIPTION="The static libraries and header files needed for developing PalmOS applications." HOMEPAGE="http://www.palmos.com/" @@ -8,7 +8,9 @@ LICENSE="Palm-SDK" SLOT="5.0R3" KEYWORDS="~x86" -DEPEND="dev-lang/prc-tools" +RDEPEND="dev-lang/prc-tools" +DEPEND="${RDEPEND} + app-arch/unzip" SRC_URI="palmos-sdk-5.0r3-1.tar.gz PalmOS_5_SDK_68K_R3_no-install.zip" IUSE="doc" RESTRICT="nostrip fetch" diff --git a/dev-lang/squeak-basicimage/ChangeLog b/dev-lang/squeak-basicimage/ChangeLog index 4438434da6d2..d0b89b42a7a6 100644 --- a/dev-lang/squeak-basicimage/ChangeLog +++ b/dev-lang/squeak-basicimage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/squeak-basicimage # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/ChangeLog,v 1.5 2006/03/07 11:27:11 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/ChangeLog,v 1.6 2006/03/19 22:28:02 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> + squeak-basicimage-3.6.5429.ebuild, squeak-basicimage-3.8.6665.ebuild: + Add DEPEND on app-arch/unzip *squeak-basicimage-3.8.6665 (07 Mar 2006) diff --git a/dev-lang/squeak-basicimage/squeak-basicimage-3.6.5429.ebuild b/dev-lang/squeak-basicimage/squeak-basicimage-3.6.5429.ebuild index 4e02bb363f6e..f85307392841 100644 --- a/dev-lang/squeak-basicimage/squeak-basicimage-3.6.5429.ebuild +++ b/dev-lang/squeak-basicimage/squeak-basicimage-3.6.5429.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.6.5429.ebuild,v 1.3 2004/06/24 22:56:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.6.5429.ebuild,v 1.4 2006/03/19 22:28:02 halcy0n Exp $ MY_P="Squeak3.6-5429" DESCRIPTION="Squeak basic image file" @@ -14,7 +14,9 @@ KEYWORDS="~x86 ~ppc" IUSE="" PROVIDE="virtual/squeak-image" -DEPEND=">=sys-apps/sed-4" +RDEPEND=">=sys-apps/sed-4" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR} diff --git a/dev-lang/squeak-basicimage/squeak-basicimage-3.8.6665.ebuild b/dev-lang/squeak-basicimage/squeak-basicimage-3.8.6665.ebuild index 6383d5bc3ad4..5457dc09b400 100644 --- a/dev-lang/squeak-basicimage/squeak-basicimage-3.8.6665.ebuild +++ b/dev-lang/squeak-basicimage/squeak-basicimage-3.8.6665.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.8.6665.ebuild,v 1.1 2006/03/07 11:27:11 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.8.6665.ebuild,v 1.2 2006/03/19 22:28:02 halcy0n Exp $ MY_P="Squeak3.8-6665" DESCRIPTION="Squeak basic image file" @@ -14,7 +14,7 @@ KEYWORDS="~x86" IUSE="" PROVIDE="virtual/squeak-image" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND="" S=${WORKDIR} diff --git a/dev-lang/squeak-fullimage/ChangeLog b/dev-lang/squeak-fullimage/ChangeLog index 7b2585c6bcbe..f5dc44e4790d 100644 --- a/dev-lang/squeak-fullimage/ChangeLog +++ b/dev-lang/squeak-fullimage/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/squeak-fullimage # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/ChangeLog,v 1.6 2006/03/07 11:46:17 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/ChangeLog,v 1.7 2006/03/19 22:30:04 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> + squeak-fullimage-3.5.5180.ebuild, squeak-fullimage-3.6.5424.ebuild, + squeak-fullimage-3.6.5429.ebuild, squeak-fullimage-3.8.6665.ebuild: + Add DEPEND on app-arch/unzip 07 Mar 2006; Luis F. Araujo <araujo@gentoo.org> -squeak-fullimage-3.4.5170.ebuild: diff --git a/dev-lang/squeak-fullimage/squeak-fullimage-3.5.5180.ebuild b/dev-lang/squeak-fullimage/squeak-fullimage-3.5.5180.ebuild index 042f26115bd7..89cd8b13847f 100644 --- a/dev-lang/squeak-fullimage/squeak-fullimage-3.5.5180.ebuild +++ b/dev-lang/squeak-fullimage/squeak-fullimage-3.5.5180.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.5.5180.ebuild,v 1.3 2004/07/14 13:53:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.5.5180.ebuild,v 1.4 2006/03/19 22:30:04 halcy0n Exp $ MAJOR=3 MINOR=5 @@ -27,11 +27,11 @@ IUSE="" PROVIDE="virtual/squeak-image" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND="" -S=${WORKDIR} +S="${WORKDIR}" src_compile() { einfo "Compressing Image/Changes files..." diff --git a/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5424.ebuild b/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5424.ebuild index 12bfd836cf3d..6f234ed5fd15 100644 --- a/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5424.ebuild +++ b/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5424.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5424.ebuild,v 1.3 2004/07/14 13:53:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5424.ebuild,v 1.4 2006/03/19 22:30:04 halcy0n Exp $ MAJOR=3 MINOR=6 @@ -27,11 +27,11 @@ IUSE="" PROVIDE="virtual/squeak-image" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND="" -S=${WORKDIR} +S="${WORKDIR}" src_compile() { einfo "Compressing Image/Changes files..." diff --git a/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild b/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild index 5e6597b3243f..6c5c1cf7129c 100644 --- a/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild +++ b/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild,v 1.3 2004/06/24 22:57:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild,v 1.4 2006/03/19 22:30:04 halcy0n Exp $ MY_P="Squeak3.6-5429" DESCRIPTION="Squeak full image file" @@ -14,9 +14,11 @@ KEYWORDS="~x86 ~ppc" IUSE="" PROVIDE="virtual/squeak-image" -DEPEND=">=sys-apps/sed-4" +RDEPEND=">=sys-apps/sed-4" +DEPEND="${RDEPEND} + app-arch/unzip" -S=${WORKDIR} +S="${WORKDIR}" src_compile() { einfo "Compressing Image/Changes files..." diff --git a/dev-lang/squeak-fullimage/squeak-fullimage-3.8.6665.ebuild b/dev-lang/squeak-fullimage/squeak-fullimage-3.8.6665.ebuild index 51833908b453..ab91083fbf84 100644 --- a/dev-lang/squeak-fullimage/squeak-fullimage-3.8.6665.ebuild +++ b/dev-lang/squeak-fullimage/squeak-fullimage-3.8.6665.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.8.6665.ebuild,v 1.1 2006/03/07 11:32:03 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.8.6665.ebuild,v 1.2 2006/03/19 22:30:04 halcy0n Exp $ MY_P="Squeak3.8-6665" DESCRIPTION="Squeak full image file" @@ -14,10 +14,10 @@ KEYWORDS="~x86" IUSE="" PROVIDE="virtual/squeak-image" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND="" -S=${WORKDIR} +S="${WORKDIR}" src_compile() { einfo "Compressing image/changes files." diff --git a/dev-lang/squeak/ChangeLog b/dev-lang/squeak/ChangeLog index 6519636d3961..312c0325d364 100644 --- a/dev-lang/squeak/ChangeLog +++ b/dev-lang/squeak/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/squeak # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/ChangeLog,v 1.16 2006/03/08 14:54:35 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/ChangeLog,v 1.17 2006/03/19 22:26:13 halcy0n Exp $ + + 19 Mar 2006; Mark Loeser <halcy0n@gentoo.org> squeak-3.6_p3.ebuild: + Add DEPEND on app-arch/unzip 08 Mar 2006; Luis F. Araujo <araujo@gentoo.org> squeak-3.7.7.ebuild: Fixing bug #125460 diff --git a/dev-lang/squeak/squeak-3.6_p3.ebuild b/dev-lang/squeak/squeak-3.6_p3.ebuild index 78ae0e074ba8..f2224a665029 100644 --- a/dev-lang/squeak/squeak-3.6_p3.ebuild +++ b/dev-lang/squeak/squeak-3.6_p3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.6_p3.ebuild,v 1.6 2006/03/07 11:21:17 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak/squeak-3.6_p3.ebuild,v 1.7 2006/03/19 22:26:13 halcy0n Exp $ inherit nsplugins libtool flag-o-matic eutils @@ -21,6 +21,8 @@ DEPEND="nas? ( media-libs/nas ) virtual/x11 ) )" RDEPEND="${DEPEND} virtual/squeak-image" +DEPEND="${DEPEND} + app-arch/unzip" S="${WORKDIR}/Squeak-${MY_PV}" |