summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/puf/ChangeLog9
-rw-r--r--net-misc/puf/files/digest-puf-1.0.03
-rw-r--r--net-misc/puf/metadata.xml2
-rw-r--r--net-misc/puf/puf-1.0.0.ebuild19
4 files changed, 31 insertions, 2 deletions
diff --git a/net-misc/puf/ChangeLog b/net-misc/puf/ChangeLog
index 60a0f27152e0..3f065334833e 100644
--- a/net-misc/puf/ChangeLog
+++ b/net-misc/puf/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/puf
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/ChangeLog,v 1.5 2007/05/14 19:45:45 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/ChangeLog,v 1.6 2007/07/20 09:05:58 drizzt Exp $
+
+*puf-1.0.0 (20 Jul 2007)
+
+ 20 Jul 2007; Timothy Redaelli <drizzt@gentoo.org> metadata.xml,
+ +puf-1.0.0.ebuild:
+ Version bump
+ Take maintainership
14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
add <herd>no-herd</herd>
diff --git a/net-misc/puf/files/digest-puf-1.0.0 b/net-misc/puf/files/digest-puf-1.0.0
new file mode 100644
index 000000000000..8810af4a3ab6
--- /dev/null
+++ b/net-misc/puf/files/digest-puf-1.0.0
@@ -0,0 +1,3 @@
+MD5 78f870f2a0c611ace8c5e9ced7b08a83 puf-1.0.0.tar.gz 153540
+RMD160 bbe11a23bb486b7c29d786d43a2d37690e7a363f puf-1.0.0.tar.gz 153540
+SHA256 3f1602057dc47debeb54effc2db9eadcffae266834389bdbf5ab14fc611eeaf0 puf-1.0.0.tar.gz 153540
diff --git a/net-misc/puf/metadata.xml b/net-misc/puf/metadata.xml
index 54494c4bb860..48e7de384ac9 100644
--- a/net-misc/puf/metadata.xml
+++ b/net-misc/puf/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
-<email>maintainer-needed@gentoo.org</email>
+<email>drizzt@gentoo.org</email>
</maintainer>
</pkgmetadata>
diff --git a/net-misc/puf/puf-1.0.0.ebuild b/net-misc/puf/puf-1.0.0.ebuild
new file mode 100644
index 000000000000..6393aea92e7a
--- /dev/null
+++ b/net-misc/puf/puf-1.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/puf/puf-1.0.0.ebuild,v 1.1 2007/07/20 09:05:58 drizzt Exp $
+
+DESCRIPTION="A download tool for UNIX-like systems."
+SRC_URI="mirror://sourceforge/puf/${P}.tar.gz"
+HOMEPAGE="http://puf.sourceforge.net/"
+
+DEPEND=""
+
+IUSE=""
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+src_install () {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS NEWS README TODO
+}