summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-01-17 19:35:28 +0000
committerSven Wegener <swegener@gentoo.org>2005-01-17 19:35:28 +0000
commit2897359832c63f8de7132a9bca97da8c37a37fab (patch)
treeccc7fe3e263060d090a360fb1bc626ea96837c49 /net-nntp/bnr2/bnr2-0.12.7.ebuild
parentAdded net-nntp, see bug #74663. (diff)
downloadhistorical-2897359832c63f8de7132a9bca97da8c37a37fab.tar.gz
historical-2897359832c63f8de7132a9bca97da8c37a37fab.tar.bz2
historical-2897359832c63f8de7132a9bca97da8c37a37fab.zip
Moved from net-news/bnr2 to net-nntp/bnr2.
Diffstat (limited to 'net-nntp/bnr2/bnr2-0.12.7.ebuild')
-rw-r--r--net-nntp/bnr2/bnr2-0.12.7.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/net-nntp/bnr2/bnr2-0.12.7.ebuild b/net-nntp/bnr2/bnr2-0.12.7.ebuild
new file mode 100644
index 000000000000..607f57eaa379
--- /dev/null
+++ b/net-nntp/bnr2/bnr2-0.12.7.ebuild
@@ -0,0 +1,28 @@
+# 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.12.7.ebuild,v 1.1 2005/01/17 19:35:28 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"
+
+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/${PF}
+ mv ${D}/opt/bnr2/docs/* ${D}/usr/share/doc/${PF}
+ rmdir ${D}/opt/bnr2/docs
+}