summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-14 06:21:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-14 06:21:26 +0000
commit853c9b530f5bd8a0fa6d6ddaba5eb4ee7586f452 (patch)
tree98b3a49d4d9b2ffe5419dece1799b694d091aa17
parentdon't assign default to S (Manifest recommit) (diff)
downloadgentoo-2-853c9b530f5bd8a0fa6d6ddaba5eb4ee7586f452.tar.gz
gentoo-2-853c9b530f5bd8a0fa6d6ddaba5eb4ee7586f452.tar.bz2
gentoo-2-853c9b530f5bd8a0fa6d6ddaba5eb4ee7586f452.zip
IUSE
-rw-r--r--net-www/adobesvg/adobesvg-3.01_beta3.ebuild5
-rw-r--r--net-www/curator/curator-2.0.ebuild14
-rw-r--r--net-www/cvsweb/cvsweb-1.112.ebuild16
-rw-r--r--net-www/cvsweb/cvsweb-1.93-r1.ebuild8
-rw-r--r--net-www/downman/downman-0.0.4.ebuild5
-rw-r--r--net-www/downman/downman-0.0.5.ebuild5
-rw-r--r--net-www/gplflash/gplflash-0.4.10-r3.ebuild3
-rw-r--r--net-www/htdig/htdig-3.1.6-r4.ebuild10
-rw-r--r--net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild3
9 files changed, 43 insertions, 26 deletions
diff --git a/net-www/adobesvg/adobesvg-3.01_beta3.ebuild b/net-www/adobesvg/adobesvg-3.01_beta3.ebuild
index a5decd53e404..11b9fada1007 100644
--- a/net-www/adobesvg/adobesvg-3.01_beta3.ebuild
+++ b/net-www/adobesvg/adobesvg-3.01_beta3.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/net-www/adobesvg/adobesvg-3.01_beta3.ebuild,v 1.2 2004/06/25 00:48:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/adobesvg-3.01_beta3.ebuild,v 1.3 2004/07/14 06:21:26 mr_bones_ Exp $
inherit nsplugins
@@ -13,8 +13,9 @@ SRC_URI="http://download.adobe.com/pub/adobe/magic/svgviewer/linux/3.x/3.01x${MY
LICENSE="Adobe"
SLOT="0"
KEYWORDS="-* x86"
+IUSE=""
-S=${WORKDIR}/${PN}-3.01
+S="${WORKDIR}/${PN}-3.01"
src_install() {
insinto /usr/lib/adobesvg
diff --git a/net-www/curator/curator-2.0.ebuild b/net-www/curator/curator-2.0.ebuild
index 5a496fb4b27d..7dd614eb32bc 100644
--- a/net-www/curator/curator-2.0.ebuild
+++ b/net-www/curator/curator-2.0.ebuild
@@ -1,18 +1,22 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/curator/curator-2.0.ebuild,v 1.10 2004/06/25 00:50:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/curator/curator-2.0.ebuild,v 1.11 2004/07/14 06:20:51 mr_bones_ Exp $
MY_P=curator-2.0
-S=${WORKDIR}/curator
-SLOT="0"
DESCRIPTION="Webpage thumbnail creator"
-SRC_URI="mirror://sourceforge/curator/${MY_P}.tar.gz"
HOMEPAGE="http://curator.sourceforge.net/"
-KEYWORDS="x86 ~ppc ~sparc alpha ~mips amd64"
+SRC_URI="mirror://sourceforge/curator/${MY_P}.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ~ppc ~sparc alpha ~mips amd64"
+IUSE=""
+
DEPEND=">=dev-lang/python-2.2.1
>=media-gfx/imagemagick-5.4.9"
+S="${WORKDIR}/curator"
+
src_install() {
cd ${WORKDIR}
dobin curator || die "install failed"
diff --git a/net-www/cvsweb/cvsweb-1.112.ebuild b/net-www/cvsweb/cvsweb-1.112.ebuild
index c7bc8fdd9280..2e29e2f5a375 100644
--- a/net-www/cvsweb/cvsweb-1.112.ebuild
+++ b/net-www/cvsweb/cvsweb-1.112.ebuild
@@ -1,16 +1,20 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/cvsweb/cvsweb-1.112.ebuild,v 1.11 2004/06/25 00:51:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/cvsweb/cvsweb-1.112.ebuild,v 1.12 2004/07/14 06:19:58 mr_bones_ Exp $
-SLOT="0"
-KEYWORDS="x86 sparc ~ppc"
-LICENSE="BSD"
DESCRIPTION="WWW interface to a CVS tree"
-SRC_URI="http://stud.fh-heilbronn.de/~zeller/download/${P}.tar.gz"
HOMEPAGE="http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi"
+SRC_URI="http://stud.fh-heilbronn.de/~zeller/download/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86 sparc ~ppc"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5
+ >=app-text/rcs-5.7"
S="${WORKDIR}/cvsweb"
-RDEPEND=">=dev-lang/perl-5 >=app-text/rcs-5.7"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/net-www/cvsweb/cvsweb-1.93-r1.ebuild b/net-www/cvsweb/cvsweb-1.93-r1.ebuild
index 3d628c623142..11ca918b7e15 100644
--- a/net-www/cvsweb/cvsweb-1.93-r1.ebuild
+++ b/net-www/cvsweb/cvsweb-1.93-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/net-www/cvsweb/cvsweb-1.93-r1.ebuild,v 1.13 2004/06/25 00:51:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/cvsweb/cvsweb-1.93-r1.ebuild,v 1.14 2004/07/14 06:19:58 mr_bones_ Exp $
DESCRIPTION="WWW interface to a CVS tree"
HOMEPAGE="http://stud.fh-heilbronn.de/~zeller/cgi/cvsweb.cgi"
@@ -9,10 +9,12 @@ SRC_URI="http://stud.fh-heilbronn.de/~zeller/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 sparc"
+IUSE=""
-RDEPEND=">=dev-lang/perl-5 >=app-text/rcs-5.7"
+RDEPEND=">=dev-lang/perl-5
+ >=app-text/rcs-5.7"
-S=${WORKDIR}/cvsweb
+S="${WORKDIR}/cvsweb"
src_unpack () {
unpack ${A}
diff --git a/net-www/downman/downman-0.0.4.ebuild b/net-www/downman/downman-0.0.4.ebuild
index 4de727401f9b..171dd105790e 100644
--- a/net-www/downman/downman-0.0.4.ebuild
+++ b/net-www/downman/downman-0.0.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/net-www/downman/downman-0.0.4.ebuild,v 1.4 2004/06/25 00:51:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/downman/downman-0.0.4.ebuild,v 1.5 2004/07/14 06:18:55 mr_bones_ Exp $
inherit gnome2
@@ -8,9 +8,10 @@ DESCRIPTION="Download Manager (aka downman) is a suite of programs to download f
HOMEPAGE="http://downman.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~alpha amd64"
+IUSE=""
DEPEND=">=x11-libs/gtk+-2.0
>=dev-libs/glib-2.0
diff --git a/net-www/downman/downman-0.0.5.ebuild b/net-www/downman/downman-0.0.5.ebuild
index 0669bb6b873f..646178599477 100644
--- a/net-www/downman/downman-0.0.5.ebuild
+++ b/net-www/downman/downman-0.0.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/net-www/downman/downman-0.0.5.ebuild,v 1.4 2004/06/25 00:51:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/downman/downman-0.0.5.ebuild,v 1.5 2004/07/14 06:18:55 mr_bones_ Exp $
inherit gnome2
@@ -8,9 +8,10 @@ DESCRIPTION="Download Manager (aka downman) is a suite of programs to download f
HOMEPAGE="http://downman.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc alpha amd64"
+IUSE=""
DEPEND=">=x11-libs/gtk+-2.0
>=dev-libs/glib-2.0
diff --git a/net-www/gplflash/gplflash-0.4.10-r3.ebuild b/net-www/gplflash/gplflash-0.4.10-r3.ebuild
index c86dd66c474e..aad96ddf945e 100644
--- a/net-www/gplflash/gplflash-0.4.10-r3.ebuild
+++ b/net-www/gplflash/gplflash-0.4.10-r3.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/net-www/gplflash/gplflash-0.4.10-r3.ebuild,v 1.4 2004/06/25 00:53:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/gplflash/gplflash-0.4.10-r3.ebuild,v 1.5 2004/07/14 06:18:20 mr_bones_ Exp $
inherit nsplugins eutils
@@ -11,6 +11,7 @@ SRC_URI="http://www.swift-tools.net/Flash/flash-0.4.10.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64"
+IUSE=""
DEPEND="media-libs/libflash"
RDEPEND="!net-www/netscape-flash"
diff --git a/net-www/htdig/htdig-3.1.6-r4.ebuild b/net-www/htdig/htdig-3.1.6-r4.ebuild
index 9d8ee7985dde..c55dec035697 100644
--- a/net-www/htdig/htdig-3.1.6-r4.ebuild
+++ b/net-www/htdig/htdig-3.1.6-r4.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/htdig/htdig-3.1.6-r4.ebuild,v 1.16 2004/06/25 00:55:24 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/htdig/htdig-3.1.6-r4.ebuild,v 1.17 2004/07/14 06:17:47 mr_bones_ Exp $
inherit webapp-apache
DESCRIPTION="HTTP/HTML indexing and searching system"
-SRC_URI="http://www.htdig.org/files/${P}.tar.gz"
HOMEPAGE="http://www.htdig.org"
-KEYWORDS="x86 sparc ppc ~mips amd64"
-SLOT="0"
+SRC_URI="http://www.htdig.org/files/${P}.tar.gz"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc ppc ~mips amd64"
+IUSE=""
DEPEND=">=sys-libs/zlib-1.1.3
app-arch/unzip"
diff --git a/net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild b/net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild
index 3d87d310ea3f..fc3b90b6e5a5 100644
--- a/net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild
+++ b/net-www/konqueror-embedded/konqueror-embedded-20010207-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/net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild,v 1.14 2004/06/25 15:51:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/konqueror-embedded/konqueror-embedded-20010207-r1.ebuild,v 1.15 2004/07/14 06:16:58 mr_bones_ Exp $
DESCRIPTION="The Konqueror/Embedded project attempts to build up a special version of the web browsing component of the KDE browser Konqueror (in particular its html rendering engine khtml and its io subsystem)"
HOMEPAGE="http://www.konqueror.org/embedded.html"
@@ -9,6 +9,7 @@ SRC_URI="http://devel-home.kde.org/~hausmann/${PN}-snapshot.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc"
+IUSE="qt-embedded"
S=${WORKDIR}/${PN}-snapshot