diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-09-11 11:35:22 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-09-11 11:35:22 +0000 |
commit | 0c32096c6898ef15cdc873aa73cdf23669e1bafe (patch) | |
tree | 73028f70ff425c86ccd0df36e945f5fc0aeb6916 /net-p2p | |
parent | Port to new GNUstep eclasses (diff) | |
download | gentoo-2-0c32096c6898ef15cdc873aa73cdf23669e1bafe.tar.gz gentoo-2-0c32096c6898ef15cdc873aa73cdf23669e1bafe.tar.bz2 gentoo-2-0c32096c6898ef15cdc873aa73cdf23669e1bafe.zip |
Remove unneeded dep, bug 182483, cosmetics, and remove old
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btpd/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/btpd/btpd-0.12.ebuild | 32 | ||||
-rw-r--r-- | net-p2p/btpd/btpd-0.13.ebuild | 14 | ||||
-rw-r--r-- | net-p2p/btpd/files/digest-btpd-0.12 | 3 |
4 files changed, 9 insertions, 46 deletions
diff --git a/net-p2p/btpd/ChangeLog b/net-p2p/btpd/ChangeLog index 3ddbc887d24a..e7250ec126e3 100644 --- a/net-p2p/btpd/ChangeLog +++ b/net-p2p/btpd/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2007/06/18 22:32:25 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/ChangeLog,v 1.6 2007/09/11 11:35:22 armin76 Exp $ + + 11 Sep 2007; Raúl Porcel <armin76@gentoo.org> -btpd-0.12.ebuild, + btpd-0.13.ebuild: + Remove unneeded dep, bug 182483, cosmetics, and remove old 19 Jun 2007; Karol Wojtaszek <sekretarz@gentoo.org> ChangeLog: Version bump, bug #182483 diff --git a/net-p2p/btpd/btpd-0.12.ebuild b/net-p2p/btpd/btpd-0.12.ebuild deleted file mode 100644 index 1b00522b02a7..000000000000 --- a/net-p2p/btpd/btpd-0.12.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.12.ebuild,v 1.1 2007/03/05 15:13:52 armin76 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 - 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/btpd-0.13.ebuild b/net-p2p/btpd/btpd-0.13.ebuild index dc33f6dc23dc..d9b3f29b6c01 100644 --- a/net-p2p/btpd/btpd-0.13.ebuild +++ b/net-p2p/btpd/btpd-0.13.ebuild @@ -1,29 +1,23 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.2 2007/09/11 11:35:22 armin76 Exp $ -DESCRIPTION="BTPD is a bittorrent client consisting of a daemon and client commands" +DESCRIPTION="BitTorrent client consisting of a daemon and client" 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" +KEYWORDS="~amd64 ~x86" 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" + emake DESTDIR="${D}" install || die "emake install failed" newinitd "${FILESDIR}/initd_btpd" btpd newconfd "${FILESDIR}/confd_btpd" btpd diff --git a/net-p2p/btpd/files/digest-btpd-0.12 b/net-p2p/btpd/files/digest-btpd-0.12 deleted file mode 100644 index 7776bd927316..000000000000 --- a/net-p2p/btpd/files/digest-btpd-0.12 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9c2dcdb48b2cd2642c9250635b88c917 btpd-0.12.tar.gz 162543 -RMD160 eaf6df635aae5140689d8547a5a1cefda05c0de4 btpd-0.12.tar.gz 162543 -SHA256 801b2f6f577b8b52f7b5e4c03725ef1808ab8bb7bdd07e0bcf7f319a7cbf2e4c btpd-0.12.tar.gz 162543 |