diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2007-06-18 22:32:25 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2007-06-18 22:32:25 +0000 |
commit | d54a28cf8a8bdf83a2b5c2879f975eb1a20a4122 (patch) | |
tree | 34e5237ff8eec9dd7e31d8f089ecba8f0d4a9739 | |
parent | Fix changelog (diff) | |
download | gentoo-2-d54a28cf8a8bdf83a2b5c2879f975eb1a20a4122.tar.gz gentoo-2-d54a28cf8a8bdf83a2b5c2879f975eb1a20a4122.tar.bz2 gentoo-2-d54a28cf8a8bdf83a2b5c2879f975eb1a20a4122.zip |
Version bump, bug #182483
(Portage version: 2.1.3_rc4)
-rw-r--r-- | net-p2p/btpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/btpd/btpd-0.13.ebuild | 32 | ||||
-rw-r--r-- | net-p2p/btpd/files/digest-btpd-0.13 | 3 |
3 files changed, 39 insertions, 1 deletions
diff --git a/net-p2p/btpd/ChangeLog b/net-p2p/btpd/ChangeLog index 86ef527594ea..3ddbc887d24a 100644 --- a/net-p2p/btpd/ChangeLog +++ b/net-p2p/btpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/btpd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v 1.4 2007/03/21 18:42:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v 1.5 2007/06/18 22:32:25 sekretarz Exp $ + + 19 Jun 2007; Karol Wojtaszek <sekretarz@gentoo.org> ChangeLog: + Version bump, bug #182483 21 Mar 2007; Raúl Porcel <armin76@gentoo.org> files/initd_btpd: Make init script POSIX compilant, bug 171691, thanks to Natanael Copa diff --git a/net-p2p/btpd/btpd-0.13.ebuild b/net-p2p/btpd/btpd-0.13.ebuild new file mode 100644 index 000000000000..dc33f6dc23dc --- /dev/null +++ b/net-p2p/btpd/btpd-0.13.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.1 2007/06/18 22:32:25 sekretarz 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 ~amd64" +IUSE="" + +RDEPEND="net-misc/curl + dev-libs/openssl + dev-libs/libevent + sys-apps/shadow" +DEPEND="${RDEPEND}" + +src_compile() { + econf || die "econf failed" + emake || die "econf failed" +} + +src_install() { + make DESTDIR=${D} install || die "make install failed" + + newinitd "${FILESDIR}/initd_btpd" btpd + newconfd "${FILESDIR}/confd_btpd" btpd + + dodoc CHANGES COPYRIGHT README +} diff --git a/net-p2p/btpd/files/digest-btpd-0.13 b/net-p2p/btpd/files/digest-btpd-0.13 new file mode 100644 index 000000000000..c928a2d5720b --- /dev/null +++ b/net-p2p/btpd/files/digest-btpd-0.13 @@ -0,0 +1,3 @@ +MD5 0d9c4a672eea6f298fa6e44d94da1657 btpd-0.13.tar.gz 273814 +RMD160 5ef404e5b5e2164748bf8ce85646feffa7941b87 btpd-0.13.tar.gz 273814 +SHA256 4409ec8e34eaba5d51e53bf94ce8551e438a4b2c5a55924299edf012c189ebfc btpd-0.13.tar.gz 273814 |