summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2004-11-22 18:35:52 +0000
committerMichael Kohl <citizen428@gentoo.org>2004-11-22 18:35:52 +0000
commita1f29181831583a90665c5bf3cc4fc1bbea603a3 (patch)
tree7ca3ac04cb24b6fa777f1ed743b1771d2e838537 /net-www
parentAdding package.mask for alsa related goodness. (diff)
downloadgentoo-2-a1f29181831583a90665c5bf3cc4fc1bbea603a3.tar.gz
gentoo-2-a1f29181831583a90665c5bf3cc4fc1bbea603a3.tar.bz2
gentoo-2-a1f29181831583a90665c5bf3cc4fc1bbea603a3.zip
Beta release for the impatient.
Diffstat (limited to 'net-www')
-rw-r--r--net-www/snownews/ChangeLog8
-rw-r--r--net-www/snownews/Manifest12
-rw-r--r--net-www/snownews/files/digest-snownews-1.5.6_beta11
-rw-r--r--net-www/snownews/snownews-1.5.6_beta1.ebuild30
4 files changed, 40 insertions, 11 deletions
diff --git a/net-www/snownews/ChangeLog b/net-www/snownews/ChangeLog
index a222bfae92ed..b6a170596225 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.13 2004/11/08 16:30:41 citizen428 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/snownews/ChangeLog,v 1.14 2004/11/22 18:35:52 citizen428 Exp $
+
+*snownews-1.5.6_beta1 (22 Nov 2004)
+
+ 22 Nov 2004; Michael Kohl <citizen428@gentoo.org>
+ +snownews-1.5.6_beta1.ebuild:
+ Beta release for the impatient.
*snownews-1.5.5.1 (08 Nov 2004)
diff --git a/net-www/snownews/Manifest b/net-www/snownews/Manifest
index 3a0a908cb88a..9937a0cca9f5 100644
--- a/net-www/snownews/Manifest
+++ b/net-www/snownews/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 e136ca3c4b8271f402724196edaa152f snownews-1.5.4.ebuild 700
+MD5 9030eba0d1f4d2b3666a04c4f220e4f4 snownews-1.5.6_beta1.ebuild 780
MD5 977418dd2334ac426fa3fd90f6a68b13 snownews-1.5.5.1.ebuild 738
MD5 709eefa71cf3b857a758fcb8bc8d4b7b ChangeLog 2096
MD5 817fc324e8ff21847c777fa4352c826c metadata.xml 259
+MD5 9ae391f99c2c31d7c50ae77ab2519d3c files/digest-snownews-1.5.6_beta1 72
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)
-
-iD8DBQFBj59G/UDVUK2NELYRAr1tAKCSdJ2KRpHgj5meImYYIgA5ssIevACffd7F
-6zJcgycDKX49HknTC9KoD14=
-=wuYr
------END PGP SIGNATURE-----
diff --git a/net-www/snownews/files/digest-snownews-1.5.6_beta1 b/net-www/snownews/files/digest-snownews-1.5.6_beta1
new file mode 100644
index 000000000000..cdee4d836602
--- /dev/null
+++ b/net-www/snownews/files/digest-snownews-1.5.6_beta1
@@ -0,0 +1 @@
+MD5 0504c2d1cb176125be8768448c112c86 snownews-1.5.6-beta1.tar.gz 145256
diff --git a/net-www/snownews/snownews-1.5.6_beta1.ebuild b/net-www/snownews/snownews-1.5.6_beta1.ebuild
new file mode 100644
index 000000000000..1a737326ed95
--- /dev/null
+++ b/net-www/snownews/snownews-1.5.6_beta1.ebuild
@@ -0,0 +1,30 @@
+# 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.6_beta1.ebuild,v 1.1 2004/11/22 18:35:52 citizen428 Exp $
+
+MY_PV=${PV/_/-}
+S=${WORKDIR}/${PN}-${MY_PV}
+
+
+DESCRIPTION="Snownews, a text-mode RSS/RDF newsreader"
+HOMEPAGE="http://home.kcore.de/~kiza/software/snownews/"
+SRC_URI="http://home.kcore.de/~kiza/software/snownews/download/beta/${PN}-${MY_PV}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+IUSE=""
+
+DEPEND=">=dev-libs/libxml2-2.5.6
+ >=sys-libs/ncurses-5.3
+ dev-perl/XML-LibXML"
+
+src_compile() {
+ ./configure --prefix=/usr || die "configure failed!"
+ emake || die "emake failed!"
+}
+
+src_install() {
+ make PREFIX=${D}/usr install || die "make install failed!"
+ dodoc AUTHOR CREDITS Changelog README README.colors README.de README.patching
+}