summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-11-30 15:28:04 +0000
committerMarinus Schraal <foser@gentoo.org>2002-11-30 15:28:04 +0000
commite4677192abd9a33968591fe286176aecdb3dcdc3 (patch)
tree033652973bb9d57cb8d83491a2182777ea2385d6 /net-www
parentbugfix release (diff)
downloadhistorical-e4677192abd9a33968591fe286176aecdb3dcdc3.tar.gz
historical-e4677192abd9a33968591fe286176aecdb3dcdc3.tar.bz2
historical-e4677192abd9a33968591fe286176aecdb3dcdc3.zip
cleanup
Diffstat (limited to 'net-www')
-rw-r--r--net-www/straw/files/digest-straw-0.121
-rw-r--r--net-www/straw/files/digest-straw-0.131
-rw-r--r--net-www/straw/straw-0.12.ebuild38
-rw-r--r--net-www/straw/straw-0.13.ebuild38
4 files changed, 0 insertions, 78 deletions
diff --git a/net-www/straw/files/digest-straw-0.12 b/net-www/straw/files/digest-straw-0.12
deleted file mode 100644
index 62d3ebbf6f5a..000000000000
--- a/net-www/straw/files/digest-straw-0.12
+++ /dev/null
@@ -1 +0,0 @@
-MD5 517c06824ec98e64003d86c45e0193f6 straw-0.12.tar.bz2 59115
diff --git a/net-www/straw/files/digest-straw-0.13 b/net-www/straw/files/digest-straw-0.13
deleted file mode 100644
index ce0d71b9c801..000000000000
--- a/net-www/straw/files/digest-straw-0.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a7eaadc5d6ab7bbd47042ebc23704172 straw-0.13.tar.bz2 59412
diff --git a/net-www/straw/straw-0.12.ebuild b/net-www/straw/straw-0.12.ebuild
deleted file mode 100644
index 07ee2bec146d..000000000000
--- a/net-www/straw/straw-0.12.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/straw/straw-0.12.ebuild,v 1.2 2002/11/02 15:43:18 foser Exp $
-
-DESCRIPTION="rss news aggregator"
-HOMEPAGE="http://www.nongnu.org/straw/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${PN}.pkg/${PV}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="virtual/python
- >=gnome-base/libglade-2
- >=gnome-base/libgnome-2.0.1
- >=dev-python/gnome-python-1.99.13
- >=dev-python/pygtk-1.99.13-r1
- >=dev-python/bsddb3-3.4.0
- >=dev-python/PyXML-0.8.1
- >=dev-python/egenix-mx-base-2"
-
-S="${WORKDIR}/${P}"
-
-src_unpack() {
- unpack ${A}
-
- # fix problem which prevents updates
- patch -d ${S} -p0 < ${FILESDIR}/gentoo-${P}.patch
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- make PREFIX=${D}/usr install || die
-
- dodoc NEWS README TODO
-}
diff --git a/net-www/straw/straw-0.13.ebuild b/net-www/straw/straw-0.13.ebuild
deleted file mode 100644
index cfd595f230a6..000000000000
--- a/net-www/straw/straw-0.13.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/straw/straw-0.13.ebuild,v 1.1 2002/11/30 15:25:40 foser Exp $
-
-DESCRIPTION="rss news aggregator"
-HOMEPAGE="http://www.nongnu.org/straw/"
-SRC_URI="http://savannah.nongnu.org/download/${PN}/${PN}.pkg/${PV}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="virtual/python
- >=gnome-base/libglade-2
- >=gnome-base/libgnome-2.0.1
- >=dev-python/gnome-python-1.99.13
- >=dev-python/pygtk-1.99.13-r1
- >=dev-python/bsddb3-3.4.0
- >=dev-python/PyXML-0.8.1
- >=dev-python/egenix-mx-base-2"
-
-S="${WORKDIR}/${P}"
-
-src_unpack() {
- unpack ${A}
-
- # fix problem which prevents updates
- patch -d ${S} -p0 < ${FILESDIR}/gentoo-${P}.patch
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- make PREFIX=${D}/usr install || die
-
- dodoc NEWS README TODO
-}