summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sammer <esammer@gentoo.org>2004-01-17 16:52:17 +0000
committerEric Sammer <esammer@gentoo.org>2004-01-17 16:52:17 +0000
commit942002a0dc40b148aaa1437f3d7f516685b05b1b (patch)
tree745f0c8e8d8e5a1b575b9cd7b472ae25b002424c /net-news/ubh
parentAdded alsa fix, fixes #38114. (Manifest recommit) (diff)
downloadgentoo-2-942002a0dc40b148aaa1437f3d7f516685b05b1b.tar.gz
gentoo-2-942002a0dc40b148aaa1437f3d7f516685b05b1b.tar.bz2
gentoo-2-942002a0dc40b148aaa1437f3d7f516685b05b1b.zip
Added new ebuild for net-news/ubh with minor modifications. Closes bug 34198
Diffstat (limited to 'net-news/ubh')
-rw-r--r--net-news/ubh/ChangeLog11
-rw-r--r--net-news/ubh/Manifest3
-rw-r--r--net-news/ubh/files/digest-ubh-2.51
-rw-r--r--net-news/ubh/metadata.xml9
-rw-r--r--net-news/ubh/ubh-2.5.ebuild24
5 files changed, 48 insertions, 0 deletions
diff --git a/net-news/ubh/ChangeLog b/net-news/ubh/ChangeLog
new file mode 100644
index 000000000000..928341c64e3b
--- /dev/null
+++ b/net-news/ubh/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-news/ubh
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/ubh/ChangeLog,v 1.1 2004/01/17 16:52:17 esammer Exp $
+
+*ubh-2.5 (17 Jan 2004)
+
+ 17 Jan 2004; Eric Sammer <esammer@gentoo.org> ubh-2.5.ebuild:
+ Initial checkin of net-news/ubh submitted by Eamon Caddigan
+ <ecaddiga@uiuc.edu>. Added with minor modifications. Closes bug 34198.
+ Thanks to Eamon Caddigan!
+
diff --git a/net-news/ubh/Manifest b/net-news/ubh/Manifest
new file mode 100644
index 000000000000..a9ed0169c99a
--- /dev/null
+++ b/net-news/ubh/Manifest
@@ -0,0 +1,3 @@
+MD5 1a94accf952b6cab94c291830b1e21da .ubh-2.5.ebuild.swp 12288
+MD5 117ba0f9974dc22257c71db0e7ae45ec ubh-2.5.ebuild 1033
+MD5 bd527c8aa86e8984f3685bfdea693cd3 files/digest-ubh-2.5 58
diff --git a/net-news/ubh/files/digest-ubh-2.5 b/net-news/ubh/files/digest-ubh-2.5
new file mode 100644
index 000000000000..71ade56f89ea
--- /dev/null
+++ b/net-news/ubh/files/digest-ubh-2.5
@@ -0,0 +1 @@
+MD5 3e16a79b92da43318924587df4e0dc3b ubh-2.5.tar.gz 42235
diff --git a/net-news/ubh/metadata.xml b/net-news/ubh/metadata.xml
new file mode 100644
index 000000000000..c725143b1fa8
--- /dev/null
+++ b/net-news/ubh/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>esammer@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription></longdescription>
+</pkgmetadata>
diff --git a/net-news/ubh/ubh-2.5.ebuild b/net-news/ubh/ubh-2.5.ebuild
new file mode 100644
index 000000000000..391af4ebba7d
--- /dev/null
+++ b/net-news/ubh/ubh-2.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/ubh/ubh-2.5.ebuild,v 1.1 2004/01/17 16:52:17 esammer 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"
+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
+}