summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 20:28:56 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 20:28:56 +0000
commit36c25c94bde08149e707d79747445f5a14143a97 (patch)
treeb33aa45a62b0da4bb9bf6f6c193ebc336ecab6e0
parentsync IUSE (missing) (Manifest recommit) (diff)
downloadgentoo-2-36c25c94bde08149e707d79747445f5a14143a97.tar.gz
gentoo-2-36c25c94bde08149e707d79747445f5a14143a97.tar.bz2
gentoo-2-36c25c94bde08149e707d79747445f5a14143a97.zip
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
-rw-r--r--dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild4
-rw-r--r--dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild4
-rw-r--r--dev-perl/SOAP/SOAP-0.28-r1.ebuild4
-rw-r--r--dev-perl/SOAP/SOAP-0.28-r2.ebuild4
-rw-r--r--dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild4
-rw-r--r--media-libs/resid/resid-0.13-r1.ebuild3
-rw-r--r--media-libs/resid/resid-0.13.ebuild4
-rw-r--r--media-libs/skstream/skstream-0.2.2.ebuild4
-rw-r--r--media-libs/skstream/skstream-0.2.4.ebuild4
-rw-r--r--media-libs/skstream/skstream-0.2.5.ebuild4
10 files changed, 19 insertions, 20 deletions
diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild
index 24d26faacf96..4087309df5d6 100644
--- a/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild
+++ b/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild,v 1.6 2004/06/25 00:59:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92-r1.ebuild,v 1.7 2004/07/14 20:25:32 agriffis Exp $
inherit perl-module
-S=${WORKDIR}/${P}
DESCRIPTION="A SNMP Perl Module"
SRC_URI="ftp://ftp.switch.ch/software/sources/network/snmp/perl/${P}.tar.gz"
HOMEPAGE="http://www.switch.ch/misc/leinen/snmp/perl/"
@@ -12,6 +11,7 @@ HOMEPAGE="http://www.switch.ch/misc/leinen/snmp/perl/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ppc sparc alpha"
+IUSE=""
mydoc="README.SNMP_util"
diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild
index dc351b6ecbb7..75601ebbe431 100644
--- a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild
+++ b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.15 2004/06/25 00:59:04 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.16 2004/07/14 20:25:32 agriffis Exp $
inherit perl-module
-S=${WORKDIR}/${P}
DESCRIPTION="A SNMP Perl Module"
SRC_URI="ftp://ftp.switch.ch/software/sources/network/snmp/perl/${P}.tar.gz"
HOMEPAGE="http://www.switch.ch/misc/leinen/snmp/perl/"
@@ -12,6 +11,7 @@ HOMEPAGE="http://www.switch.ch/misc/leinen/snmp/perl/"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ppc sparc alpha"
+IUSE=""
mydoc="README.SNMP_util"
diff --git a/dev-perl/SOAP/SOAP-0.28-r1.ebuild b/dev-perl/SOAP/SOAP-0.28-r1.ebuild
index 44039bff2708..6f1cde1c2ead 100644
--- a/dev-perl/SOAP/SOAP-0.28-r1.ebuild
+++ b/dev-perl/SOAP/SOAP-0.28-r1.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r1.ebuild,v 1.14 2004/06/25 00:59:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r1.ebuild,v 1.15 2004/07/14 20:25:49 agriffis Exp $
inherit perl-module
-S=${WORKDIR}/${P}
DESCRIPTION="A Perl Module for SOAP"
SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.tar.gz"
HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme"
@@ -12,6 +11,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ppc sparc alpha"
+IUSE=""
DEPEND="${DEPEND}
>=dev-perl/XML-Parser-2.29
diff --git a/dev-perl/SOAP/SOAP-0.28-r2.ebuild b/dev-perl/SOAP/SOAP-0.28-r2.ebuild
index dc123cfdb941..f672010a4f40 100644
--- a/dev-perl/SOAP/SOAP-0.28-r2.ebuild
+++ b/dev-perl/SOAP/SOAP-0.28-r2.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r2.ebuild,v 1.7 2004/06/25 00:59:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.28-r2.ebuild,v 1.8 2004/07/14 20:25:49 agriffis Exp $
inherit perl-module
-S=${WORKDIR}/${P}
DESCRIPTION="A Perl Module for SOAP"
SRC_URI="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.tar.gz"
HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme"
@@ -12,6 +11,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ppc sparc alpha"
+IUSE=""
DEPEND="${DEPEND}
dev-perl/libwww-perl
diff --git a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild
index a85a88e2acb2..24b16581d4b1 100644
--- a/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild
+++ b/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild,v 1.2 2004/06/25 00:59:54 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Descriptive-Discrete/Statistics-Descriptive-Discrete-0.07.ebuild,v 1.3 2004/07/14 20:28:56 agriffis Exp $
inherit perl-module
-S=${WORKDIR}/${P}
DESCRIPTION="Statistics-Descriptive-Discrete module"
SRC_URI="http://search.cpan.org/CPAN/authors/id/R/RH/RHETTBULL/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/search?module=Statistics::Descriptive::Discrete"
@@ -12,6 +11,7 @@ HOMEPAGE="http://search.cpan.org/search?module=Statistics::Descriptive::Discrete
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha"
+IUSE=""
mydoc="TODO"
diff --git a/media-libs/resid/resid-0.13-r1.ebuild b/media-libs/resid/resid-0.13-r1.ebuild
index 66f97b237a18..e35678f27c8a 100644
--- a/media-libs/resid/resid-0.13-r1.ebuild
+++ b/media-libs/resid/resid-0.13-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/media-libs/resid/resid-0.13-r1.ebuild,v 1.8 2004/07/01 08:03:31 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.13-r1.ebuild,v 1.9 2004/07/14 20:25:31 agriffis Exp $
DESCRIPTION="C++ library to emulate the C64 SID chip"
HOMEPAGE="http://sidplay2.sourceforge.net"
@@ -10,7 +10,6 @@ SLOT="0"
IUSE=""
KEYWORDS="x86 sparc "
DEPEND="virtual/libc"
-S=${WORKDIR}/${P}
src_compile() {
econf || die
diff --git a/media-libs/resid/resid-0.13.ebuild b/media-libs/resid/resid-0.13.ebuild
index 4931e9796727..917711f29690 100644
--- a/media-libs/resid/resid-0.13.ebuild
+++ b/media-libs/resid/resid-0.13.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/media-libs/resid/resid-0.13.ebuild,v 1.7 2004/06/24 23:20:47 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/resid/resid-0.13.ebuild,v 1.8 2004/07/14 20:25:31 agriffis Exp $
DESCRIPTION="C++ library to emulate the C64 SID chip"
HOMEPAGE="http://sidplay2.sourceforge.net"
@@ -8,8 +8,8 @@ SRC_URI="http://unc.dl.sourceforge.net/sourceforge/sidplay2/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc "
+IUSE=""
DEPEND=""
-S=${WORKDIR}/${P}
src_compile() {
./configure \
diff --git a/media-libs/skstream/skstream-0.2.2.ebuild b/media-libs/skstream/skstream-0.2.2.ebuild
index c476728bf862..3b9ce047d42a 100644
--- a/media-libs/skstream/skstream-0.2.2.ebuild
+++ b/media-libs/skstream/skstream-0.2.2.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/skstream-0.2.2.ebuild,v 1.10 2004/07/01 08:03:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/skstream-0.2.2.ebuild,v 1.11 2004/07/14 20:27:59 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/skstream/${P}.tar.gz"
HOMEPAGE="http://www.worldforge.org"
@@ -10,6 +9,7 @@ HOMEPAGE="http://www.worldforge.org"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="x86 sparc "
+IUSE=""
DEPEND="virtual/libc"
diff --git a/media-libs/skstream/skstream-0.2.4.ebuild b/media-libs/skstream/skstream-0.2.4.ebuild
index c6e68b4a213f..96992a425858 100644
--- a/media-libs/skstream/skstream-0.2.4.ebuild
+++ b/media-libs/skstream/skstream-0.2.4.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/skstream-0.2.4.ebuild,v 1.6 2004/07/01 08:03:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/skstream-0.2.4.ebuild,v 1.7 2004/07/14 20:27:59 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/skstream/${P}.tar.gz"
HOMEPAGE="http://www.worldforge.org"
@@ -10,6 +9,7 @@ HOMEPAGE="http://www.worldforge.org"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="x86"
+IUSE=""
DEPEND="virtual/libc"
diff --git a/media-libs/skstream/skstream-0.2.5.ebuild b/media-libs/skstream/skstream-0.2.5.ebuild
index 211d591ec078..16be8dde784b 100644
--- a/media-libs/skstream/skstream-0.2.5.ebuild
+++ b/media-libs/skstream/skstream-0.2.5.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/skstream-0.2.5.ebuild,v 1.7 2004/07/01 08:03:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/skstream/skstream-0.2.5.ebuild,v 1.8 2004/07/14 20:27:59 agriffis Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="FreeSockets - Portable C++ classes for IP (sockets) applications"
SRC_URI="ftp://victor.worldforge.org/pub/worldforge/libs/${PN}/${P}.tar.bz2"
HOMEPAGE="http://www.worldforge.org"
@@ -10,6 +9,7 @@ HOMEPAGE="http://www.worldforge.org"
SLOT="0"
LICENSE="LGPL-2"
KEYWORDS="~x86 ~sparc ~ppc"
+IUSE=""
DEPEND="virtual/libc"