summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-03-16 16:31:48 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-03-16 16:31:48 +0000
commit824e1e47ae79bc53560bef5ce9ba71ef23069f55 (patch)
tree1264dbd96601ad56882c295a6c7b3ab45041a0c6 /net-p2p
parentCleanup. (diff)
downloadhistorical-824e1e47ae79bc53560bef5ce9ba71ef23069f55.tar.gz
historical-824e1e47ae79bc53560bef5ce9ba71ef23069f55.tar.bz2
historical-824e1e47ae79bc53560bef5ce9ba71ef23069f55.zip
Version bump wrt #213515, thanks to Nico R. Wohlgemuth for reporting.
Package-Manager: portage-2.1.4.4
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.1.ebuild34
3 files changed, 43 insertions, 2 deletions
diff --git a/net-p2p/hrktorrent/ChangeLog b/net-p2p/hrktorrent/ChangeLog
index 83bdc8376b08..c3659d21c983 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.7 2008/02/25 14:17:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.8 2008/03/16 16:31:48 drac Exp $
+
+*hrktorrent-0.3.1 (16 Mar 2008)
+
+ 16 Mar 2008; Samuli Suominen <drac@gentoo.org> +hrktorrent-0.3.1.ebuild:
+ Version bump wrt #213515, thanks to Nico R. Wohlgemuth for reporting.
25 Feb 2008; Raúl Porcel <armin76@gentoo.org> hrktorrent-0.3.0.ebuild:
x86 stable
diff --git a/net-p2p/hrktorrent/Manifest b/net-p2p/hrktorrent/Manifest
index e35e14d5d20d..f329bda7754b 100644
--- a/net-p2p/hrktorrent/Manifest
+++ b/net-p2p/hrktorrent/Manifest
@@ -1,4 +1,6 @@
DIST hrktorrent-0.3.0.tar.bz2 6780 RMD160 c2ef75a0c8add363b6a88082c693b084d718cbbb SHA1 567defa7c91775ad803207f6402187836080370c SHA256 dcbcff91763c4362ca667205fc84a1c1f8eb53e787ea2e52eda726a0c399b404
+DIST hrktorrent-0.3.1.tar.bz2 7173 RMD160 5d45f1b7f8004a0134577f7f1df66d091260db2e SHA1 2dd261f6b4b7dbeb32840aa0a66b893c81a7d4bc SHA256 741b0a7964a44782822fd0151c8693c34bfa8bdbb9090b4943917c8a28dadbfb
EBUILD hrktorrent-0.3.0.ebuild 879 RMD160 63082d04cb424cae0a8629cde679ecafda8324d4 SHA1 ddef3870ff804b02a48b1911a7db7e37b17da1ac SHA256 490f20f73f8dba40aa919eaafc79e8f4832b89ec86e42630179543a39a6bbbaf
-MISC ChangeLog 1336 RMD160 378e375386b951b02d9f8843d5b623b06f2f78b7 SHA1 c3655063b70c81eb9a8f2bdf625d48cfea84f9d4 SHA256 680320ffd47c3f051019694e5fc5996b6cb412abf836531895747d6a69c31323
+EBUILD hrktorrent-0.3.1.ebuild 868 RMD160 a4d80e22b95e37f22ab585c503cafc6932ecd467 SHA1 14adeac8f2c2748d747fa0e15b644f2c597c6afb SHA256 0e8d868e7aba6d6ae839140b8894853930ccf06d33060af99ab374db15f7f562
+MISC ChangeLog 1514 RMD160 b707c180fa8cdd243a1739e675ad7c28cbe572fc SHA1 fc5bb3de62aeb5a84d323afc05e5eb896b40bbad SHA256 e02707cacd858adb3a54abef8c02a1c52fd8d8c816fc5172bdd432d122afcd18
MISC metadata.xml 160 RMD160 828887200387b28c37fc97111fc6bc3a0a2fcccd SHA1 813ef5bc57f6a8d95e7cab7a745a2a824858f49c SHA256 fe06593409e7f28665c032001005e94cb650299711a0af7f1a558bdb56c4004f
diff --git a/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild b/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild
new file mode 100644
index 000000000000..c713e0b34e09
--- /dev/null
+++ b/net-p2p/hrktorrent/hrktorrent-0.3.1.ebuild
@@ -0,0 +1,34 @@
+# 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.1 2008/03/16 16:31:48 drac 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."
+}