diff options
-rw-r--r-- | dev-util/ecletex/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/ecletex/ecletex-0.0.2.ebuild | 5 | ||||
-rw-r--r-- | dev-util/ecletex/ecletex-0.0.3.ebuild | 5 | ||||
-rw-r--r-- | dev-util/eclipse-gef-bin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild | 5 | ||||
-rw-r--r-- | dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild | 5 | ||||
-rw-r--r-- | dev-util/fujaba/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/fujaba/fujaba-4.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/fujaba/fujaba-4.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/pmd/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/pmd/pmd-1.5-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/pmd/pmd-1.5.ebuild | 3 | ||||
-rw-r--r-- | dev-util/wxglade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/wxglade/wxglade-0.3.4.ebuild | 3 |
14 files changed, 46 insertions, 20 deletions
diff --git a/dev-util/ecletex/ChangeLog b/dev-util/ecletex/ChangeLog index 8877a6ba1cbb..b27b228d1104 100644 --- a/dev-util/ecletex/ChangeLog +++ b/dev-util/ecletex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/ecletex # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ChangeLog,v 1.5 2004/09/30 00:31:28 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ChangeLog,v 1.6 2004/11/03 11:46:07 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> ecletex-0.0.2.ebuild, + ecletex-0.0.3.ebuild: + depend on app-arch/unzip *ecletex-0.0.3 (22 Aug 2004) diff --git a/dev-util/ecletex/ecletex-0.0.2.ebuild b/dev-util/ecletex/ecletex-0.0.2.ebuild index 1233d25d6f59..fb0badce8936 100644 --- a/dev-util/ecletex/ecletex-0.0.2.ebuild +++ b/dev-util/ecletex/ecletex-0.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ecletex-0.0.2.ebuild,v 1.4 2004/08/06 08:13:08 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ecletex-0.0.2.ebuild,v 1.5 2004/11/03 11:46:07 axxo Exp $ DESCRIPTION="LaTeX plugin for Eclipse 3.0 and newer" HOMEPAGE="http://etex.sf.net" @@ -10,7 +10,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=virtual/jdk-1.4 - =dev-util/eclipse-sdk-3.0*" + =dev-util/eclipse-sdk-3.0* + app-arch/unzip" src_unpack() { unpack ${A} diff --git a/dev-util/ecletex/ecletex-0.0.3.ebuild b/dev-util/ecletex/ecletex-0.0.3.ebuild index 1a6b542100d5..18282dfd43af 100644 --- a/dev-util/ecletex/ecletex-0.0.3.ebuild +++ b/dev-util/ecletex/ecletex-0.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ecletex-0.0.3.ebuild,v 1.2 2004/08/23 00:15:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ecletex/ecletex-0.0.3.ebuild,v 1.3 2004/11/03 11:46:07 axxo Exp $ DESCRIPTION="LaTeX plugin for Eclipse 3.0 and newer" HOMEPAGE="http://etex.sf.net" @@ -10,7 +10,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND=">=virtual/jdk-1.4 - =dev-util/eclipse-sdk-3.0*" + =dev-util/eclipse-sdk-3.0* + app-arch/unzip" src_unpack() { mkdir -p ${S} diff --git a/dev-util/eclipse-gef-bin/ChangeLog b/dev-util/eclipse-gef-bin/ChangeLog index 9bf14a208658..ef6a3a2941c1 100644 --- a/dev-util/eclipse-gef-bin/ChangeLog +++ b/dev-util/eclipse-gef-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/eclipse-gef-bin # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-gef-bin/ChangeLog,v 1.4 2004/09/30 00:30:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-gef-bin/ChangeLog,v 1.5 2004/11/03 11:45:04 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> + eclipse-gef-bin-20040330.ebuild, eclipse-gef-bin-20040619.ebuild: + depend on app-arch/unzip *eclipse-gef-bin-20040619 (22 Aug 2004) diff --git a/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild b/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild index cbd79e1a80e5..4ba77866467b 100644 --- a/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild +++ b/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild,v 1.3 2004/07/14 23:23:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040330.ebuild,v 1.4 2004/11/03 11:45:04 axxo Exp $ inherit eclipse-ext @@ -11,7 +11,8 @@ SLOT="0" LICENSE="CPL-1.0" KEYWORDS="~x86" IUSE="" -DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8" +DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8 + app-arch/unzip" src_unpack() { mkdir ${S} diff --git a/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild b/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild index ee49cff1dad9..891b2f8d4b4d 100644 --- a/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild +++ b/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild,v 1.1 2004/08/22 12:20:31 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-gef-bin/eclipse-gef-bin-20040619.ebuild,v 1.2 2004/11/03 11:45:04 axxo Exp $ inherit eclipse-ext @@ -11,7 +11,8 @@ SLOT="0" LICENSE="CPL-1.0" KEYWORDS="~x86" IUSE="" -DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8" +DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8 + app-arch/unzip" src_unpack() { mkdir ${S} diff --git a/dev-util/fujaba/ChangeLog b/dev-util/fujaba/ChangeLog index 2cd9cc0d64e0..dacdca471414 100644 --- a/dev-util/fujaba/ChangeLog +++ b/dev-util/fujaba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/fujaba # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fujaba/ChangeLog,v 1.7 2004/10/27 14:38:31 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fujaba/ChangeLog,v 1.8 2004/11/03 11:47:03 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> fujaba-4.0.1.ebuild, + fujaba-4.1.0.ebuild: + depend on app-arch/unzip *fujaba-4.1.0 (26 Oct 2004) diff --git a/dev-util/fujaba/fujaba-4.0.1.ebuild b/dev-util/fujaba/fujaba-4.0.1.ebuild index e39524b08134..6194145b7ec6 100644 --- a/dev-util/fujaba/fujaba-4.0.1.ebuild +++ b/dev-util/fujaba/fujaba-4.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fujaba/fujaba-4.0.1.ebuild,v 1.5 2004/06/25 02:32:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fujaba/fujaba-4.0.1.ebuild,v 1.6 2004/11/03 11:47:03 axxo Exp $ MY_PV="${PV//./_}" MY_PNB="Fujaba_${PV:0:1}" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" RDEPEND=">=virtual/jdk-1.4.1" - +DEPEND="app-arch/unzip" S=${WORKDIR} src_compile() { :; } diff --git a/dev-util/fujaba/fujaba-4.1.0.ebuild b/dev-util/fujaba/fujaba-4.1.0.ebuild index de9abd1c8b3b..53eecfb06acd 100644 --- a/dev-util/fujaba/fujaba-4.1.0.ebuild +++ b/dev-util/fujaba/fujaba-4.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/fujaba/fujaba-4.1.0.ebuild,v 1.2 2004/10/26 12:54:58 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/fujaba/fujaba-4.1.0.ebuild,v 1.3 2004/11/03 11:47:03 axxo Exp $ MY_PV="${PV//./_}" MY_PNB="Fujaba_${PV:0:1}" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" RDEPEND=">=virtual/jdk-1.4.1" - +DEPEND="app-arch/unzip" S=${WORKDIR} src_unpack () { diff --git a/dev-util/pmd/ChangeLog b/dev-util/pmd/ChangeLog index 0c46884ecdfd..fb746195e615 100644 --- a/dev-util/pmd/ChangeLog +++ b/dev-util/pmd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pmd # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pmd/ChangeLog,v 1.5 2004/10/16 18:17:13 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pmd/ChangeLog,v 1.6 2004/11/03 11:49:15 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> pmd-1.5-r1.ebuild, + pmd-1.5.ebuild: + depend on app-arch/unzip 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> pmd-1.5-r1.ebuild, pmd-1.5.ebuild: diff --git a/dev-util/pmd/pmd-1.5-r1.ebuild b/dev-util/pmd/pmd-1.5-r1.ebuild index 94cfdcb1c2b9..8e6aeafcf7de 100644 --- a/dev-util/pmd/pmd-1.5-r1.ebuild +++ b/dev-util/pmd/pmd-1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pmd/pmd-1.5-r1.ebuild,v 1.2 2004/10/16 18:17:13 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pmd/pmd-1.5-r1.ebuild,v 1.3 2004/11/03 11:49:15 axxo Exp $ inherit java-pkg @@ -13,6 +13,7 @@ KEYWORDS="~x86 ~ppc ~sparc" IUSE="doc" DEPEND=">=virtual/jdk-1.3 + app-arch/unzip >=dev-java/ant-1.5 >=dev-java/xerces-2.6.2-r1 dev-java/saxpath diff --git a/dev-util/pmd/pmd-1.5.ebuild b/dev-util/pmd/pmd-1.5.ebuild index e934c2f27bf8..821b385c04eb 100644 --- a/dev-util/pmd/pmd-1.5.ebuild +++ b/dev-util/pmd/pmd-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pmd/pmd-1.5.ebuild,v 1.5 2004/10/16 18:17:13 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pmd/pmd-1.5.ebuild,v 1.6 2004/11/03 11:49:15 axxo Exp $ inherit java-pkg @@ -13,6 +13,7 @@ KEYWORDS="x86 ~ppc ~sparc" IUSE="doc" DEPEND=">=virtual/jdk-1.3 + app-arch/unzip >=dev-java/ant-1.5 >=dev-java/junit-3.8.1" diff --git a/dev-util/wxglade/ChangeLog b/dev-util/wxglade/ChangeLog index 7d4830399486..236247c0fb3c 100644 --- a/dev-util/wxglade/ChangeLog +++ b/dev-util/wxglade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/wxglade # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.12 2004/10/17 20:46:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/ChangeLog,v 1.13 2004/11/03 11:50:25 axxo Exp $ + + 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> wxglade-0.3.4.ebuild: + depend on app-arch/unzip 17 Oct 2004; Rob Cakebread <pythonhead@gentoo.org> wxglade-0.3.4.ebuild: Changed SRC_URI due to corrupt tarball. diff --git a/dev-util/wxglade/wxglade-0.3.4.ebuild b/dev-util/wxglade/wxglade-0.3.4.ebuild index 20aa691a0f68..dc5d8a7dd918 100644 --- a/dev-util/wxglade/wxglade-0.3.4.ebuild +++ b/dev-util/wxglade/wxglade-0.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.4.ebuild,v 1.3 2004/10/17 20:46:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/wxglade/wxglade-0.3.4.ebuild,v 1.4 2004/11/03 11:50:25 axxo Exp $ inherit python @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND=">=dev-lang/python-2.2 + app-arch/unzip >=dev-python/wxpython-2.4.2.4" src_install() { |