summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-08-18 01:23:09 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-08-18 01:23:09 +0000
commit576a571638f38f59bbd02bc53d70fc02d6232e61 (patch)
tree7136eeb1438c1abaaf3baa883d256578405171b0 /net-p2p
parentMarking amd64 stable (diff)
downloadgentoo-2-576a571638f38f59bbd02bc53d70fc02d6232e61.tar.gz
gentoo-2-576a571638f38f59bbd02bc53d70fc02d6232e61.tar.bz2
gentoo-2-576a571638f38f59bbd02bc53d70fc02d6232e61.zip
Version bump requested by the maintainer. Fixes bug #143900.
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/btpd/ChangeLog7
-rw-r--r--net-p2p/btpd/btpd-0.11.ebuild27
-rw-r--r--net-p2p/btpd/files/digest-btpd-0.113
3 files changed, 36 insertions, 1 deletions
diff --git a/net-p2p/btpd/ChangeLog b/net-p2p/btpd/ChangeLog
index 3fc07e8eb773..1ea9c593cf2a 100644
--- a/net-p2p/btpd/ChangeLog
+++ b/net-p2p/btpd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/btpd
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v 1.1 2006/06/21 01:18:42 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v 1.2 2006/08/18 01:23:09 metalgod Exp $
+
+*btpd-0.11 (18 Aug 2006)
+
+ 18 Aug 2006; Luis Medinas <metalgod@gentoo.org> +btpd-0.11.ebuild:
+ Version bump requested by the maintainer. Fixes bug #143900.
*btpd-0.9 (21 Jun 2006)
diff --git a/net-p2p/btpd/btpd-0.11.ebuild b/net-p2p/btpd/btpd-0.11.ebuild
new file mode 100644
index 000000000000..c91dc8755264
--- /dev/null
+++ b/net-p2p/btpd/btpd-0.11.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.11.ebuild,v 1.1 2006/08/18 01:23:09 metalgod Exp $
+
+DESCRIPTION="BTPD is a bittorrent client consisting of a daemon and client commands"
+HOMEPAGE="http://www.murmeldjur.se/btpd/"
+SRC_URI="http://www.murmeldjur.se/btpd/${P}.tar.gz http://people.su.se/~rnyberg/btpd/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="net-misc/curl
+ dev-libs/openssl
+ dev-libs/libevent"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+ econf || die "econf failed"
+ emake || die "econf failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "make install failed"
+ dodoc CHANGES COPYRIGHT README
+}
diff --git a/net-p2p/btpd/files/digest-btpd-0.11 b/net-p2p/btpd/files/digest-btpd-0.11
new file mode 100644
index 000000000000..4af56e9f2360
--- /dev/null
+++ b/net-p2p/btpd/files/digest-btpd-0.11
@@ -0,0 +1,3 @@
+MD5 fff2cdc3c5ff7478e08bde60d95deda8 btpd-0.11.tar.gz 146794
+RMD160 b43bcd6ece668c2f6365a940fdcc49d3275e4abe btpd-0.11.tar.gz 146794
+SHA256 f235667135c67320945788b839c90be8aa6aa8a7ac597c9d8b0841a7942285e2 btpd-0.11.tar.gz 146794