diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 02:07:40 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 02:07:40 +0000 |
commit | 1b45e188f62a5debd33d20b31a0a1e488fc7ceee (patch) | |
tree | 40c85a081b7972f87419ba34501fed8145f3c175 | |
parent | repoman fix (diff) | |
download | gentoo-2-1b45e188f62a5debd33d20b31a0a1e488fc7ceee.tar.gz gentoo-2-1b45e188f62a5debd33d20b31a0a1e488fc7ceee.tar.bz2 gentoo-2-1b45e188f62a5debd33d20b31a0a1e488fc7ceee.zip |
repoman fix
-rw-r--r-- | dev-java/dbconnectionbroker/dbconnectionbroker-1.0.13.ebuild | 8 | ||||
-rw-r--r-- | dev-java/jswat/jswat-2.6.ebuild | 7 | ||||
-rw-r--r-- | dev-java/mysql-jdbc/mysql-jdbc-2.0.14.ebuild | 8 | ||||
-rw-r--r-- | dev-java/randomguid/randomguid-1.2.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild | 5 | ||||
-rw-r--r-- | dev-python/gnome-python/gnome-python-1.4.4.ebuild | 14 | ||||
-rw-r--r-- | media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | media-video/ati-drivers/ati-drivers-2.5.1.ebuild | 4 |
8 files changed, 29 insertions, 29 deletions
diff --git a/dev-java/dbconnectionbroker/dbconnectionbroker-1.0.13.ebuild b/dev-java/dbconnectionbroker/dbconnectionbroker-1.0.13.ebuild index 38e7a34aaa18..d64b1a0ea0e8 100644 --- a/dev-java/dbconnectionbroker/dbconnectionbroker-1.0.13.ebuild +++ b/dev-java/dbconnectionbroker/dbconnectionbroker-1.0.13.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/dbconnectionbroker/dbconnectionbroker-1.0.13.ebuild,v 1.3 2003/02/13 10:08:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/dbconnectionbroker/dbconnectionbroker-1.0.13.ebuild,v 1.4 2003/03/27 02:05:36 seemant Exp $ -A="DbConnectionBroker${PV}.tar" S=${WORKDIR} DESCRIPTION="JDBC connection pooling and brokering" HOMEPAGE="http://www.javaexchange.com" SRC_URI="ftp://www.javaexchange.com/javaexchange/DbConnectionBroker${PV}.tar" -LICENSE="as-is" + SLOT="0" -KEYWORDS="*" +LICENSE="as-is" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" RDEPEND=">=virtual/jdk-1.2" DEPEND="${RDEPEND}" diff --git a/dev-java/jswat/jswat-2.6.ebuild b/dev-java/jswat/jswat-2.6.ebuild index a8170cc2380b..32d0996327a3 100644 --- a/dev-java/jswat/jswat-2.6.ebuild +++ b/dev-java/jswat/jswat-2.6.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jswat/jswat-2.6.ebuild,v 1.4 2003/02/13 10:12:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jswat/jswat-2.6.ebuild,v 1.5 2003/03/27 02:04:26 seemant Exp $ S="${WORKDIR}/jswat" DESCRIPTION="Extensible graphical Java debugger" HOMEPAGE="http://www.bluemarsh.com/java/jswat" SRC_URI="http://www.bluemarsh.com/binaries/java/jswat/jswat2-src-20020617.tar.gz" -LICENSE="GPL-2" + SLOT="2" -KEYWORDS="*" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" DEPEND=">=dev-java/ant-1.4.1" #this next line should be changed to >=virtual/jdk once we have a bunch of 1.4 JDK's diff --git a/dev-java/mysql-jdbc/mysql-jdbc-2.0.14.ebuild b/dev-java/mysql-jdbc/mysql-jdbc-2.0.14.ebuild index 6150e84da5e4..8bfe5c6f7fe9 100644 --- a/dev-java/mysql-jdbc/mysql-jdbc-2.0.14.ebuild +++ b/dev-java/mysql-jdbc/mysql-jdbc-2.0.14.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/mysql-jdbc/mysql-jdbc-2.0.14.ebuild,v 1.3 2003/02/13 10:22:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/mysql-jdbc/mysql-jdbc-2.0.14.ebuild,v 1.4 2003/03/27 02:05:09 seemant Exp $ -A="mm.mysql-${PV}-you-must-unjar-me.jar" S=${WORKDIR}/mm.mysql-${PV} -SRC_URI="http://unc.dl.sourceforge.net/sourceforge/mmmysql/mm.mysql-${PV}-you-must-unjar-me.jar" DESCRIPTION="MySQL JDBC driver" HOMEPAGE="http://mmmysql.sourceforge.net" +SRC_URI="http://unc.dl.sourceforge.net/sourceforge/mmmysql/mm.mysql-${PV}-you-must-unjar-me.jar" + LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="*" +KEYWORDS="x86 ppc sparc alpha mips hppa arm" RDEPEND=">=virtual/jdk-1.2" DEPEND="${RDEPEND}" diff --git a/dev-java/randomguid/randomguid-1.2.ebuild b/dev-java/randomguid/randomguid-1.2.ebuild index 9c2bf860fa9c..c5cf2b8b9d62 100644 --- a/dev-java/randomguid/randomguid-1.2.ebuild +++ b/dev-java/randomguid/randomguid-1.2.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/randomguid/randomguid-1.2.ebuild,v 1.4 2003/02/13 10:22:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/randomguid/randomguid-1.2.ebuild,v 1.5 2003/03/27 02:03:54 seemant Exp $ IUSE="jikes" -A="RandomGUID.tar" S=${WORKDIR} -SRC_URI="ftp://www.javaexchange.com/javaexchange/${A}" DESCRIPTION="Generate truly random, cryptographically strong GUIDs" HOMEPAGE="http://www.javaexchange.com" +SRC_URI="ftp://www.javaexchange.com/javaexchange/RandomGUID.tar" + LICENSE="as-is" SLOT="0" -KEYWORDS="*" +KEYWORDS="x86 ppc sparc alpha hppa mips arm" RDEPEND=">=virtual/jdk-1.2" DEPEND="${RDEPEND} diff --git a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild index 08a899e75c71..4335241b9ebc 100644 --- a/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild +++ b/dev-perl/Getopt-Mixed/Getopt-Mixed-1.008.ebuild @@ -6,8 +6,7 @@ IUSE="" inherit perl-module -S="${WORKDIR}/${P}" -CATEGORY="dev-perl" +S=${WORKDIR}/${P} DESCRIPTION="Getopt::Mixed is used for parsing mixed options" SRC_URI="http://www.cpan.org/modules/by-module/Getopt/${P}.tar.gz" @@ -15,6 +14,6 @@ HOMEPAGE="http://www.cpan.org/modules/by-module/Getopt/${P}.readme" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ppc ~sparc ~sparc64 ~alpha" +KEYWORDS="~x86 ppc ~sparc ~alpha" DEPEND="${DEPEND}" diff --git a/dev-python/gnome-python/gnome-python-1.4.4.ebuild b/dev-python/gnome-python/gnome-python-1.4.4.ebuild index edc98c6dbd80..681bc0be80f4 100644 --- a/dev-python/gnome-python/gnome-python-1.4.4.ebuild +++ b/dev-python/gnome-python/gnome-python-1.4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.4.ebuild,v 1.2 2003/02/13 11:34:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.4.ebuild,v 1.3 2003/03/27 02:07:02 seemant Exp $ inherit gnome.org @@ -10,19 +10,19 @@ S=${WORKDIR}/${P} DESCRIPTION="gnome-python" HOMEPAGE="http://www.daa.com.au/~james/gnome/" +SLOT="1" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" +LICENSE="GPL-2" + DEPEND="virtual/python =x11-libs/gtk+-1.2* >=media-libs/imlib-1.9.10-r1 gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 - <gnome-base/libglade-1.90.0 - <gnome-base/control-center-1.90.0 ) + <gnome-base/libglade-1.90.0 + <gnome-base/control-center-1.90.0 ) opengl? ( <x11-libs/gtkglarea-1.99.0 )" RDEPEND="${RDEPEND}" -SLOT="1" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" -LICENSE="GPL-2" - src_compile() { if [ -n "`use gnome`" ] then diff --git a/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild b/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild index 9957c62490b6..b60700f9f9a3 100644 --- a/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild +++ b/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild,v 1.7 2003/03/26 17:48:26 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.5.1-r1.ebuild,v 1.8 2003/03/27 02:07:40 seemant Exp $ IUSE="qt kde gnome" @@ -10,7 +10,7 @@ DESCRIPTION="Ati precompiled drivers for r300, r250 and r200 chipsets" LICENSE="ATI GPL-2 QPL-1.0" SLOT="${KV}" -KEYWORDS="~x86 -ppc -sparc -sparc64" +KEYWORDS="-* ~x86" DEPEND=">=virtual/linux-sources-2.4 >=sys-libs/glibc-2.2.2 diff --git a/media-video/ati-drivers/ati-drivers-2.5.1.ebuild b/media-video/ati-drivers/ati-drivers-2.5.1.ebuild index 3cdb3a90f6ba..56326b099889 100644 --- a/media-video/ati-drivers/ati-drivers-2.5.1.ebuild +++ b/media-video/ati-drivers/ati-drivers-2.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.5.1.ebuild,v 1.4 2003/02/28 18:56:15 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ati-drivers-2.5.1.ebuild,v 1.5 2003/03/27 02:07:40 seemant Exp $ IUSE="qt kde gnome" @@ -10,7 +10,7 @@ DESCRIPTION="Ati precompiled drivers for r300, r250 and r200 chipsets" LICENSE="ATI GPL-2 QPL-1.0" SLOT="${KV}" -KEYWORDS="~x86 -ppc -sparc -sparc64" +KEYWORDS="-* ~x86" DEPEND=">=virtual/linux-sources-2.4 >=sys-libs/glibc-2.2.2 |