summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-09-20 21:39:41 +0000
committerBen de Groot <yngwin@gentoo.org>2008-09-20 21:39:41 +0000
commit9e2be28898465382b48ce5e579661528d6b751cc (patch)
tree3fb0935fc13bb803574dcec6eb57de15f4b10b1d /net-p2p
parentamd64 stable, bug 237418 (diff)
downloadhistorical-9e2be28898465382b48ce5e579661528d6b751cc.tar.gz
historical-9e2be28898465382b48ce5e579661528d6b751cc.tar.bz2
historical-9e2be28898465382b48ce5e579661528d6b751cc.zip
Version bump
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26.5 i686
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/hrktorrent/ChangeLog7
-rw-r--r--net-p2p/hrktorrent/Manifest4
-rw-r--r--net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild35
3 files changed, 44 insertions, 2 deletions
diff --git a/net-p2p/hrktorrent/ChangeLog b/net-p2p/hrktorrent/ChangeLog
index a41ce6f06777..5229b27383dc 100644
--- a/net-p2p/hrktorrent/ChangeLog
+++ b/net-p2p/hrktorrent/ChangeLog
@@ -1,6 +1,11 @@
# 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.12 2008/08/22 03:03:57 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.13 2008/09/20 21:39:41 yngwin Exp $
+
+*hrktorrent-0.3.3 (20 Sep 2008)
+
+ 20 Sep 2008; Ben de Groot <yngwin@gentoo.org> +hrktorrent-0.3.3.ebuild:
+ Version bump
22 Aug 2008; Samuli Suominen <drac@gentoo.org> hrktorrent-0.3.2.ebuild:
amd64/x86 stable as requested and tested by some users.
diff --git a/net-p2p/hrktorrent/Manifest b/net-p2p/hrktorrent/Manifest
index 9587263cabf1..fc1c1dd7c644 100644
--- a/net-p2p/hrktorrent/Manifest
+++ b/net-p2p/hrktorrent/Manifest
@@ -1,4 +1,6 @@
DIST hrktorrent-0.3.2.tar.bz2 7637 RMD160 4229f60bebffcc28ca3a964eab13c5737d8675c2 SHA1 25efe5fcacf3a674ae17997506eb1fc72741b2dd SHA256 2de5ab866edfa0eb4b819b05f5be0ab7fc79ea5fbd5b266e40ded1c11f1fedf8
+DIST hrktorrent-0.3.3.tar.bz2 8380 RMD160 bd876751d676412bd39dd197e8ef7813fce0c166 SHA1 87ff1bc06e372abaeceac47b83bdb697caa042a3 SHA256 2c316ff13dbf76226cf921c890a0a6377482e67f68084a6fa85543759c5ffdb8
EBUILD hrktorrent-0.3.2.ebuild 885 RMD160 79101b429ad784644ba0cf1251fc8b2482583064 SHA1 e14ef1c9cb0780b84f8ba0078d0d762ed7ccbbcc SHA256 9e6d8e6d23f22932cc7db58b4c3e941e5145c029a8a179150855beea4b3b59eb
-MISC ChangeLog 2042 RMD160 e85e83f74a6ea2ed7d2a751ee074f8247fd77b57 SHA1 954a4e9066e300f75532c48a83c935b05d322dc3 SHA256 d903469e6635a7b588f9e4ed17bf8ec7fa76c38a20dd9a47e4c22313229126ff
+EBUILD hrktorrent-0.3.3.ebuild 889 RMD160 a153ed54cd75a3057d9af3121fd119a45aa214dd SHA1 30ebc9572665e7c20b2d3a7b8c8ac6ae2913a619 SHA256 3db59918d17b5e6df3df07e94d9ce20a5dc2a08028a2af388408ecdd25a1cc08
+MISC ChangeLog 2167 RMD160 3c53ccda372948ef4f4113d99895dd29bc4f183d SHA1 7721d13c0d1a37272d6a8abe2690de7cd975b00d SHA256 0618f5762f69e1fff4ee2faec3471fdf1880486c903406b825c8c416e35db475
MISC metadata.xml 160 RMD160 828887200387b28c37fc97111fc6bc3a0a2fcccd SHA1 813ef5bc57f6a8d95e7cab7a745a2a824858f49c SHA256 fe06593409e7f28665c032001005e94cb650299711a0af7f1a558bdb56c4004f
diff --git a/net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild b/net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild
new file mode 100644
index 000000000000..18c40efb959c
--- /dev/null
+++ b/net-p2p/hrktorrent/hrktorrent-0.3.3.ebuild
@@ -0,0 +1,35 @@
+# 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.3.ebuild,v 1.1 2008/09/20 21:39:41 yngwin 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() {
+ tc-export CXX
+ emake || die "emake failed."
+}
+
+src_install() {
+ dobin ${PN} || die "dobin failed."
+ 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."
+}