diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-08-22 03:03:57 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-08-22 03:03:57 +0000 |
commit | 09fc6875a6b5a82092d616d84c99b9bf2de94c10 (patch) | |
tree | 93d0aa28be68191862a4ec967e9ed98d4f663826 /net-p2p/hrktorrent | |
parent | Stable on amd64 and arm as approved by drac, bug #235407 (diff) | |
download | gentoo-2-09fc6875a6b5a82092d616d84c99b9bf2de94c10.tar.gz gentoo-2-09fc6875a6b5a82092d616d84c99b9bf2de94c10.tar.bz2 gentoo-2-09fc6875a6b5a82092d616d84c99b9bf2de94c10.zip |
amd64/x86 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/hrktorrent')
-rw-r--r-- | net-p2p/hrktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild | 34 | ||||
-rw-r--r-- | net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild | 4 |
3 files changed, 6 insertions, 37 deletions
diff --git a/net-p2p/hrktorrent/ChangeLog b/net-p2p/hrktorrent/ChangeLog index d9c577c9b334..a41ce6f06777 100644 --- a/net-p2p/hrktorrent/ChangeLog +++ b/net-p2p/hrktorrent/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2008/06/30 16:19:39 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.12 2008/08/22 03:03:57 drac Exp $ + + 22 Aug 2008; Samuli Suominen <drac@gentoo.org> hrktorrent-0.3.2.ebuild: + amd64/x86 stable as requested and tested by some users. *hrktorrent-0.3.2 (30 Jun 2008) diff --git a/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild b/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild deleted file mode 100644 index 8908932cabe4..000000000000 --- a/net-p2p/hrktorrent/hrktorrent-0.3.1.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.1.ebuild,v 1.3 2008/06/05 18:13:05 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 "home ~/.${PN}/${PN}.rc for example config." -} diff --git a/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild b/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild index dc49a1faf962..08009764788e 100644 --- a/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild +++ b/net-p2p/hrktorrent/hrktorrent-0.3.2.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.2.ebuild,v 1.1 2008/06/30 16:19:39 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.2.ebuild,v 1.2 2008/08/22 03:03:57 drac 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" |