diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-03-25 13:04:15 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-03-25 13:04:15 +0000 |
commit | 392e4ce0c216d4e6e41e56b6fc2977070d181479 (patch) | |
tree | 395cb4e6f04c12e58b276562bfc215141d3235fc /net-www | |
parent | Added U1-hme-lockup.patch to the files directory (diff) | |
download | historical-392e4ce0c216d4e6e41e56b6fc2977070d181479.tar.gz historical-392e4ce0c216d4e6e41e56b6fc2977070d181479.tar.bz2 historical-392e4ce0c216d4e6e41e56b6fc2977070d181479.zip |
new version
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/straw/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/straw/files/digest-straw-0.18.1 | 1 | ||||
-rw-r--r-- | net-www/straw/straw-0.18.1.ebuild | 38 |
3 files changed, 45 insertions, 1 deletions
diff --git a/net-www/straw/ChangeLog b/net-www/straw/ChangeLog index 75fab4f2fe96..74684a4a17fc 100644 --- a/net-www/straw/ChangeLog +++ b/net-www/straw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/straw # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/straw/ChangeLog,v 1.6 2003/03/04 00:29:14 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/straw/ChangeLog,v 1.7 2003/03/25 13:04:15 foser Exp $ + +*straw-0.18.1 (25 Mar 2003) + + 25 Mar 2003; foser <foser@gentoo.org> straw-0.18.1.ebuild : + New version *straw-0.17 (03 Mar 2003) diff --git a/net-www/straw/files/digest-straw-0.18.1 b/net-www/straw/files/digest-straw-0.18.1 new file mode 100644 index 000000000000..d2cdcf93333c --- /dev/null +++ b/net-www/straw/files/digest-straw-0.18.1 @@ -0,0 +1 @@ +MD5 622c3b895aca73c94a0fdd5c0ccc92be straw-0.18.1.tar.bz2 79414 diff --git a/net-www/straw/straw-0.18.1.ebuild b/net-www/straw/straw-0.18.1.ebuild new file mode 100644 index 000000000000..d42289f90634 --- /dev/null +++ b/net-www/straw/straw-0.18.1.ebuild @@ -0,0 +1,38 @@ +# 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.18.1.ebuild,v 1.1 2003/03/25 13:04:15 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 + =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 +} |