diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-02-05 15:51:02 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-02-05 15:51:02 +0000 |
commit | 9faa5c050cf6cac38f2ec98a5b77c5d1ecd78ed9 (patch) | |
tree | 74ab7c4aa042a0562f5b65bf514cb24b984635b9 /net-p2p | |
parent | amd64 stable wrt security #208854 (diff) | |
download | gentoo-2-9faa5c050cf6cac38f2ec98a5b77c5d1ecd78ed9.tar.gz gentoo-2-9faa5c050cf6cac38f2ec98a5b77c5d1ecd78ed9.tar.bz2 gentoo-2-9faa5c050cf6cac38f2ec98a5b77c5d1ecd78ed9.zip |
amd64 stable
(Portage version: 2.1.4.1)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/hrktorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild | 38 | ||||
-rw-r--r-- | net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild | 16 |
3 files changed, 12 insertions, 50 deletions
diff --git a/net-p2p/hrktorrent/ChangeLog b/net-p2p/hrktorrent/ChangeLog index fa9d2f668b68..40a8a4e649d2 100644 --- a/net-p2p/hrktorrent/ChangeLog +++ b/net-p2p/hrktorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/hrktorrent -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.5 2007/12/25 17:35:40 drac Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/ChangeLog,v 1.6 2008/02/05 15:51:02 drac Exp $ + + 05 Feb 2008; Samuli Suominen <drac@gentoo.org> -hrktorrent-0.2.3.ebuild, + hrktorrent-0.3.0.ebuild: + amd64 stable *hrktorrent-0.3.0 (25 Dec 2007) diff --git a/net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild b/net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild deleted file mode 100644 index 99bc7dc79b3b..000000000000 --- a/net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.2.3.ebuild,v 1.1 2007/12/02 15:41:33 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() { - local docsuffix=$(ecompress --suffix) - - elog "A sample configuration file for ${PN} can be found in" - elog "/usr/share/doc/${PF}/hrktorrent.rc.example${docsuffix}" - elog "To use a config file, extract it, put it in your home directory" - elog "and name it \".hrktorrent.rc\"" -} diff --git a/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild b/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild index 5e30e14ad1fa..3026f1b12144 100644 --- a/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild +++ b/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.1 2007/12/25 17:35:40 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/hrktorrent/hrktorrent-0.3.0.ebuild,v 1.2 2008/02/05 15:51:02 drac Exp $ inherit toolchain-funcs @@ -10,10 +10,10 @@ 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*" +RDEPEND=">=net-libs/rb_libtorrent-0.12" DEPEND="${RDEPEND} dev-cpp/asio dev-util/pkgconfig" @@ -29,10 +29,6 @@ src_install() { } pkg_postinst() { - local docsuffix=$(ecompress --suffix) - - elog "A sample configuration file for ${PN} can be found in" - elog "/usr/share/doc/${PF}/hrktorrent.rc.example${docsuffix}" - elog "To use a config file, extract it, put it in your home directory" - elog "and name it \".hrktorrent.rc\"" + elog "Extract ${PN}.rc.example from /usr/share/doc/${PF} to" + elog "your home directory as .${PN}.rc for example config." } |