diff options
author | Michael Kohl <citizen428@gentoo.org> | 2004-11-08 16:30:41 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2004-11-08 16:30:41 +0000 |
commit | 40924a921d4961a9e60bd9cee049e23722e2ae97 (patch) | |
tree | a519c6c4e5e7a78dc7c99653bb9e2b595b67d1af /net-www | |
parent | Cleanup + fixing bug #70454 (diff) | |
download | historical-40924a921d4961a9e60bd9cee049e23722e2ae97.tar.gz historical-40924a921d4961a9e60bd9cee049e23722e2ae97.tar.bz2 historical-40924a921d4961a9e60bd9cee049e23722e2ae97.zip |
Version bump; closing bug #70382, thanks to nile <automaticbox@gmail.com>
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/snownews/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/snownews/Manifest | 10 | ||||
-rw-r--r-- | net-www/snownews/files/digest-snownews-1.5.5.1 | 1 | ||||
-rw-r--r-- | net-www/snownews/snownews-1.5.5.1.ebuild | 28 |
4 files changed, 42 insertions, 5 deletions
diff --git a/net-www/snownews/ChangeLog b/net-www/snownews/ChangeLog index 9e1ac2ccbb57..a222bfae92ed 100644 --- a/net-www/snownews/ChangeLog +++ b/net-www/snownews/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/snownews # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/snownews/ChangeLog,v 1.12 2004/10/28 18:27:14 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/snownews/ChangeLog,v 1.13 2004/11/08 16:30:41 citizen428 Exp $ + +*snownews-1.5.5.1 (08 Nov 2004) + + 08 Nov 2004; Michael Kohl <citizen428@gentoo.org> + +snownews-1.5.5.1.ebuild: + Version bump; closing bug #70382, thanks to nile <automaticbox@gmail.com> 28 Oct 2004; Michael Kohl <citizen428@gentoo.org> -snownews-1.3.4.ebuild, -snownews-1.4.4.ebuild, -snownews-1.5.2.ebuild, -snownews-1.5.3.ebuild, diff --git a/net-www/snownews/Manifest b/net-www/snownews/Manifest index 78e07685f0af..3a0a908cb88a 100644 --- a/net-www/snownews/Manifest +++ b/net-www/snownews/Manifest @@ -2,13 +2,15 @@ Hash: SHA1 MD5 e136ca3c4b8271f402724196edaa152f snownews-1.5.4.ebuild 700 -MD5 be1208f3b786c22c93cb3d901c3549d2 ChangeLog 1906 +MD5 977418dd2334ac426fa3fd90f6a68b13 snownews-1.5.5.1.ebuild 738 +MD5 709eefa71cf3b857a758fcb8bc8d4b7b ChangeLog 2096 MD5 817fc324e8ff21847c777fa4352c826c metadata.xml 259 +MD5 83d43c97303a6a50bac26cd0e5463afa files/digest-snownews-1.5.5.1 68 MD5 d16418f7b262a83e005bc8cfbae29d04 files/digest-snownews-1.5.4 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBgUgI/UDVUK2NELYRArqLAKDo9wxsBg17nO1FGsThPs9TyfGt5wCgneL4 -kdPUne2ko6Cz9nTQH8rgfKI= -=FSn/ +iD8DBQFBj59G/UDVUK2NELYRAr1tAKCSdJ2KRpHgj5meImYYIgA5ssIevACffd7F +6zJcgycDKX49HknTC9KoD14= +=wuYr -----END PGP SIGNATURE----- diff --git a/net-www/snownews/files/digest-snownews-1.5.5.1 b/net-www/snownews/files/digest-snownews-1.5.5.1 new file mode 100644 index 000000000000..926d00bc53f2 --- /dev/null +++ b/net-www/snownews/files/digest-snownews-1.5.5.1 @@ -0,0 +1 @@ +MD5 53eca38d08f8621b28c6f16795353fa6 snownews-1.5.5.1.tar.gz 139990 diff --git a/net-www/snownews/snownews-1.5.5.1.ebuild b/net-www/snownews/snownews-1.5.5.1.ebuild new file mode 100644 index 000000000000..a7c4f125e96b --- /dev/null +++ b/net-www/snownews/snownews-1.5.5.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/snownews/snownews-1.5.5.1.ebuild,v 1.1 2004/11/08 16:30:41 citizen428 Exp $ + +IUSE="" + +DESCRIPTION="Snownews, a text-mode RSS/RDF newsreader" +HOMEPAGE="http://snownews.kcore.de/" +SRC_URI="http://home.kcore.de/~kiza/software/snownews/download/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" + +DEPEND=">=dev-libs/libxml2-2.5.6 + >=sys-libs/ncurses-5.3 + dev-perl/XML-LibXML" + +src_compile() { + ./configure --prefix=/usr || die + emake || die +} + +src_install() { + make PREFIX=${D}/usr install || die + + dodoc AUTHOR CREDITS README README.colors README.de README.patching +} |