diff options
author | 2008-06-05 18:13:05 +0000 | |
---|---|---|
committer | 2008-06-05 18:13:05 +0000 | |
commit | 5ce4f149ac3a42f4b3dad2c30656d08e10959a90 (patch) | |
tree | 6c7df1d2a909e818954dabf1d70be4db49b4a5e0 | |
parent | ppc stable, bug #223429 (diff) | |
download | gentoo-2-5ce4f149ac3a42f4b3dad2c30656d08e10959a90.tar.gz gentoo-2-5ce4f149ac3a42f4b3dad2c30656d08e10959a90.tar.bz2 gentoo-2-5ce4f149ac3a42f4b3dad2c30656d08e10959a90.zip |
x86 stable, remove old
(Portage version: 2.1.4.4)
-rw-r--r-- | net-p2p/hrktorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild | 34 | ||||
-rw-r--r-- | net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild | 4 |
3 files changed, 7 insertions, 37 deletions
diff --git a/net-p2p/hrktorrent/ChangeLog b/net-p2p/hrktorrent/ChangeLog index 45567b625ed3..f4cd68c9118a 100644 --- a/net-p2p/hrktorrent/ChangeLog +++ b/net-p2p/hrktorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/hrktorrent # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.9 2008/04/10 14:45:52 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.10 2008/06/05 18:13:05 armin76 Exp $ + + 05 Jun 2008; Raúl Porcel <armin76@gentoo.org> -hrktorrent-0.3.0.ebuild, + hrktorrent-0.3.1.ebuild: + x86 stable, remove old 10 Apr 2008; Samuli Suominen <drac@gentoo.org> hrktorrent-0.3.1.ebuild: amd64 stable diff --git a/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild b/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild deleted file mode 100644 index 88233e79e883..000000000000 --- a/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild,v 1.3 2008/02/25 14:17:51 armin76 Exp $ - -inherit toolchain-funcs - -DESCRIPTION="A slim rb_libtorrent based console torrent application supporting DHT" -HOMEPAGE="http://henrik.unit5.ca/hrktorrent" -SRC_URI="http://henrik.unit5.ca/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=net-libs/rb_libtorrent-0.12" -DEPEND="${RDEPEND} - dev-cpp/asio - dev-util/pkgconfig" - -src_compile() { - emake CXX="$(tc-getCXX)" || die "emake failed." -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc CHANGELOG README ${PN}.rc.example -} - -pkg_postinst() { - elog "Extract ${PN}.rc.example from /usr/share/doc/${PF} to" - elog "your home directory as .${PN}.rc for example config." -} diff --git a/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild b/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild index cf8d8b9cb3c9..8908932cabe4 100644 --- a/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild +++ b/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild,v 1.2 2008/04/10 14:45:52 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild,v 1.3 2008/06/05 18:13:05 armin76 Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://henrik.unit5.ca/${PN}/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=net-libs/rb_libtorrent-0.12" |