summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-14 12:43:35 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-14 12:43:35 +0000
commitff35968b8f3d951d40ef18cae38e34f5c5cc7e67 (patch)
treeff40b5da821f0b67ec47c04de823de431b5c89f1 /net-www/straw/straw-0.19.1.ebuild
parentchanged depend to >=net-libs/adns-1.0 (diff)
downloadhistorical-ff35968b8f3d951d40ef18cae38e34f5c5cc7e67.tar.gz
historical-ff35968b8f3d951d40ef18cae38e34f5c5cc7e67.tar.bz2
historical-ff35968b8f3d951d40ef18cae38e34f5c5cc7e67.zip
unpeg adns-python depends and cleanup
Diffstat (limited to 'net-www/straw/straw-0.19.1.ebuild')
-rw-r--r--net-www/straw/straw-0.19.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-www/straw/straw-0.19.1.ebuild b/net-www/straw/straw-0.19.1.ebuild
deleted file mode 100644
index 7c10997a099a..000000000000
--- a/net-www/straw/straw-0.19.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/straw/straw-0.19.1.ebuild,v 1.4 2003/09/06 02:05:10 msterret 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 ~ppc"
-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
- =dev-python/adns-python-1.0.0"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- mv Makefile Makefile.orig
- sed -e "s:-d \$(BINDIR) \$(LIBDIR) \$(DATADIR):-d \$(BINDIR) \$(LIBDIR) \$(DATADIR) \$(APPLICATIONSDIR) \$(ICONDIR):" Makefile.orig > Makefile || die
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- emake PREFIX=${D}/usr install || die
-
- dodoc NEWS README TODO
-}