summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-09-12 14:01:30 +0000
committerSven Wegener <swegener@gentoo.org>2005-09-12 14:01:30 +0000
commit8d84a40cb0188400c3ed09af2cf2d8bab6c9d680 (patch)
tree221865561f711ebaa7f3385c3060cf6337a8b2a0 /net-nntp/bnr2/bnr2-0.14.7.ebuild
parentMark 1.4.1 stable on alpha (diff)
downloadgentoo-2-8d84a40cb0188400c3ed09af2cf2d8bab6c9d680.tar.gz
gentoo-2-8d84a40cb0188400c3ed09af2cf2d8bab6c9d680.tar.bz2
gentoo-2-8d84a40cb0188400c3ed09af2cf2d8bab6c9d680.zip
Version bump, bug #105660.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-nntp/bnr2/bnr2-0.14.7.ebuild')
-rw-r--r--net-nntp/bnr2/bnr2-0.14.7.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-nntp/bnr2/bnr2-0.14.7.ebuild b/net-nntp/bnr2/bnr2-0.14.7.ebuild
new file mode 100644
index 000000000000..c2518b560590
--- /dev/null
+++ b/net-nntp/bnr2/bnr2-0.14.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/bnr2/bnr2-0.14.7.ebuild,v 1.1 2005/09/12 14:01:30 swegener Exp $
+
+DESCRIPTION="A great newsreader for alt.binaries.*"
+HOMEPAGE="http://www.bnr2.org/"
+SRC_URI="http://www.bnr2.org/BNR2beta-${PV}.tgz
+ http://www.bnr2.org/libborqt-6.9.0-qt2.3.so.tgz"
+
+LICENSE="freedist"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="virtual/x11
+ virtual/libc"
+DEPEND=""
+
+S=${WORKDIR}/BNR2
+
+src_install() {
+ dodir /opt/bnr2
+ cp -R * "${D}"/opt/bnr2/
+ rm "${D}"/opt/bnr2/bin/bnr2
+
+ dobin "${FILESDIR}"/bnr2
+
+ dodir /usr/share/doc
+ mv "${D}"/opt/bnr2/docs "${D}"/usr/share/doc/${PF}
+}