summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2004-11-08 16:30:41 +0000
committerMichael Kohl <citizen428@gentoo.org>2004-11-08 16:30:41 +0000
commit5ba89ae2b2ba4d63f450876db0a4a02060d89a8e (patch)
tree19ec9a68a90e6c339a6ecbccc7c4d4673d368ba0 /net-www
parentCleanup + fixing bug #70454 (Manifest recommit) (diff)
downloadgentoo-2-5ba89ae2b2ba4d63f450876db0a4a02060d89a8e.tar.gz
gentoo-2-5ba89ae2b2ba4d63f450876db0a4a02060d89a8e.tar.bz2
gentoo-2-5ba89ae2b2ba4d63f450876db0a4a02060d89a8e.zip
Version bump; closing bug #70382, thanks to nile <automaticbox@gmail.com>
Diffstat (limited to 'net-www')
-rw-r--r--net-www/snownews/ChangeLog8
-rw-r--r--net-www/snownews/Manifest14
-rw-r--r--net-www/snownews/files/digest-snownews-1.5.5.11
-rw-r--r--net-www/snownews/snownews-1.5.5.1.ebuild28
4 files changed, 39 insertions, 12 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..3c0a905b2a5a 100644
--- a/net-www/snownews/Manifest
+++ b/net-www/snownews/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 e136ca3c4b8271f402724196edaa152f snownews-1.5.4.ebuild 700
-MD5 be1208f3b786c22c93cb3d901c3549d2 ChangeLog 1906
+MD5 bb937b8cfeff8df58946753691466578 snownews-1.5.5.1.ebuild 631
+MD5 872dbe85e7bf26e9005c875c63469f99 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/
------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
+}