diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-18 15:28:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-18 15:28:59 +0000 |
commit | c48731bcb7cddc27f6a5e4fb4102ce9e790c3bbe (patch) | |
tree | 8bf9aa237d6caa5c30c467a4727e3bbc62bef4e2 /net-p2p/hrktorrent | |
parent | Add dependency on qt-xmlpatterns, bug 297291. (diff) | |
download | historical-c48731bcb7cddc27f6a5e4fb4102ce9e790c3bbe.tar.gz historical-c48731bcb7cddc27f6a5e4fb4102ce9e790c3bbe.tar.bz2 historical-c48731bcb7cddc27f6a5e4fb4102ce9e790c3bbe.zip |
old
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'net-p2p/hrktorrent')
-rw-r--r-- | net-p2p/hrktorrent/Manifest | 12 | ||||
-rw-r--r-- | net-p2p/hrktorrent/hrktorrent-0.3.4.ebuild | 35 |
2 files changed, 0 insertions, 47 deletions
diff --git a/net-p2p/hrktorrent/Manifest b/net-p2p/hrktorrent/Manifest index 42808a72db3c..fc826c365b03 100644 --- a/net-p2p/hrktorrent/Manifest +++ b/net-p2p/hrktorrent/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -DIST hrktorrent-0.3.4.tar.bz2 8915 RMD160 f7c076686feae0dc6a8a0c02a0463195dd421f50 SHA1 0a1d4a3f01c9191388bdbada70fd4663fd014ddd SHA256 27caefb4a96ebb476ec5756031822b341c8b282dd1d827cc7c5d6f38e6fb056b DIST hrktorrent-0.3.5.tar.bz2 8950 RMD160 37b8654a777077ae0cfed3e9267ebc3762f493e4 SHA1 3f4cd593d35a1c0c99675c61418833282bfca674 SHA256 b9cdc75fb0f07963e7938ecc7c088271c9a29471cde0ce5c9739656793d19fa8 -EBUILD hrktorrent-0.3.4.ebuild 871 RMD160 aa8c522c2009aeec280cd2a8ce1c1a43dd47d386 SHA1 d95a807d02a48563b7179739b65895d160856c65 SHA256 e98eab8e6bf63fff5e881062f98b011ee1d67b389e9b2cfd49308dc35194c898 EBUILD hrktorrent-0.3.5.ebuild 726 RMD160 904c208947075dd966f3f5bf286d7975764debd1 SHA1 da252b43f6457e34d815a3eb42e98bd6c5e53756 SHA256 637c5822fc1d63778d9e82a82d088e856a0c67c0ea70bf19147efa23dc4e0795 MISC ChangeLog 2976 RMD160 a1a82c02ee44c27bafabd07df45e77e2850904d7 SHA1 5dfdccd9ef40f5f86fb2ecc75aa1379af5a2b212 SHA256 5bdd4640e3b51eb7741bf67e47f6927bfe3cef72372335b7d5f1fd0f356e63ee MISC metadata.xml 160 RMD160 828887200387b28c37fc97111fc6bc3a0a2fcccd SHA1 813ef5bc57f6a8d95e7cab7a745a2a824858f49c SHA256 fe06593409e7f28665c032001005e94cb650299711a0af7f1a558bdb56c4004f ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.11 (GNU/Linux) - -iEYEARECAAYFAksqkHgACgkQkKaRLQcq0GI59gCeJCOpp1z8VgwsLbKT7pjlxfkf -tDUAnjj230o06FNFwonIuNMI2nROaaf+ -=utXv ------END PGP SIGNATURE----- diff --git a/net-p2p/hrktorrent/hrktorrent-0.3.4.ebuild b/net-p2p/hrktorrent/hrktorrent-0.3.4.ebuild deleted file mode 100644 index bc994de9b971..000000000000 --- a/net-p2p/hrktorrent/hrktorrent-0.3.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.4.ebuild,v 1.3 2009/05/23 13:43:45 maekke Exp $ - -inherit toolchain-funcs - -DESCRIPTION="A slim rb_libtorrent based console torrent application supporting DHT" -HOMEPAGE="http://50hz.ws/hrktorrent/" -SRC_URI="http://50hz.ws/${PN}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="~net-libs/rb_libtorrent-0.13" -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." -} |