summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-01-17 20:24:19 +0000
committerSven Wegener <swegener@gentoo.org>2005-01-17 20:24:19 +0000
commit66dced8911c44aa618f03324b1dec79d574e9865 (patch)
tree5b792cc7559fe9c96be4de112fb720dc44a012f2 /net-nntp/ubh/ubh-2.5.ebuild
parentMoved net-news/tin to net-nntp/tin (diff)
downloadhistorical-66dced8911c44aa618f03324b1dec79d574e9865.tar.gz
historical-66dced8911c44aa618f03324b1dec79d574e9865.tar.bz2
historical-66dced8911c44aa618f03324b1dec79d574e9865.zip
Moved from net-news/ubh to net-nntp/ubh.
Diffstat (limited to 'net-nntp/ubh/ubh-2.5.ebuild')
-rw-r--r--net-nntp/ubh/ubh-2.5.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/net-nntp/ubh/ubh-2.5.ebuild b/net-nntp/ubh/ubh-2.5.ebuild
new file mode 100644
index 000000000000..17618afe4680
--- /dev/null
+++ b/net-nntp/ubh/ubh-2.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/ubh/ubh-2.5.ebuild,v 1.1 2005/01/17 20:24:19 swegener Exp $
+
+DESCRIPTION="The Usenet Binary Harvester"
+HOMEPAGE="http://ubh.sourceforge.net/"
+SRC_URI="http://ubh.sourceforge.net/download/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+KEYWORDS="~x86 ~ppc ~sparc ~amd64"
+DEPEND=">=dev-perl/libnet-1.0607
+ >=dev-perl/News-Newsrc-1.07
+ >=dev-perl/IO-stringy-1.220
+ >=dev-perl/MIME-Base64-2.12
+ >=dev-perl/MailTools-1.15
+ >=dev-perl/MIME-tools-5.411
+ >=dev-perl/string-crc32-1.2"
+
+src_install() {
+ dobin ${S}/ubh
+ dohtml ${S}/doc/ubh.html
+ insinto /usr/share/${P}
+ doins ${S}/examples/newsrc ${S}/examples/ubhrc
+}