diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-10-08 21:24:07 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-10-08 21:24:07 +0000 |
commit | 63d0bba4249fde90ef051f6acc47d9139142c842 (patch) | |
tree | a85017c9b893549a1c7533bd4b8213ed4f622e2f /net-www/straw | |
parent | new version (diff) | |
download | historical-63d0bba4249fde90ef051f6acc47d9139142c842.tar.gz historical-63d0bba4249fde90ef051f6acc47d9139142c842.tar.bz2 historical-63d0bba4249fde90ef051f6acc47d9139142c842.zip |
new version
Diffstat (limited to 'net-www/straw')
-rw-r--r-- | net-www/straw/Manifest | 4 | ||||
-rw-r--r-- | net-www/straw/files/digest-straw-0.19.2 | 1 | ||||
-rw-r--r-- | net-www/straw/straw-0.19.2.ebuild | 46 |
3 files changed, 49 insertions, 2 deletions
diff --git a/net-www/straw/Manifest b/net-www/straw/Manifest index 7f1a0e670d34..50926ce305d6 100644 --- a/net-www/straw/Manifest +++ b/net-www/straw/Manifest @@ -1,6 +1,6 @@ -MD5 ef382a30e7fb91a5d9a762384916bcdd straw-0.19.2.ebuild 1028 +MD5 05c7b1884e0ec5cee8e7b318bbe365ed straw-0.19.2.ebuild 1034 MD5 ef382a30e7fb91a5d9a762384916bcdd straw-0.19.1.ebuild 1028 -MD5 16e21d4819df2311aa3c7ee3fe26249e ChangeLog 1294 +MD5 c481ea72dae41ec0be446e079b85788e ChangeLog 1437 MD5 f7653644adcb8aac56753e12ab304f51 metadata.xml 235 MD5 be19a4f8ca22508621e2712473605449 files/digest-straw-0.19.1 64 MD5 4de4ce496f2607dd3a9b38d2f30a856e files/digest-straw-0.19.2 64 diff --git a/net-www/straw/files/digest-straw-0.19.2 b/net-www/straw/files/digest-straw-0.19.2 new file mode 100644 index 000000000000..0553bedf6e59 --- /dev/null +++ b/net-www/straw/files/digest-straw-0.19.2 @@ -0,0 +1 @@ +MD5 c0b4e58aeb47ef1546dd73771900944a straw-0.19.2.tar.bz2 99639 diff --git a/net-www/straw/straw-0.19.2.ebuild b/net-www/straw/straw-0.19.2.ebuild new file mode 100644 index 000000000000..0d8d7140a68d --- /dev/null +++ b/net-www/straw/straw-0.19.2.ebuild @@ -0,0 +1,46 @@ +# 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.2.ebuild,v 1.1 2003/10/08 21:24:02 foser Exp $ + +DESCRIPTION="RSS news aggregator" +HOMEPAGE="http://www.nongnu.org/straw/" +LICENSE="GPL-2" + +SRC_URI="http://savannah.nongnu.org/download/${PN}/${PN}.pkg/${PV}/${P}.tar.bz2" +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 + +} |