diff options
author | 2007-04-13 18:47:01 +0000 | |
---|---|---|
committer | 2007-04-13 18:47:01 +0000 | |
commit | 26abd33ead9a4e0754e35b300c1a5ea72e6f5693 (patch) | |
tree | 8b2be7844641e7dc00cad424c486fbf7b59d3fe8 /net-p2p | |
parent | Sync update-modules changes from svn. (diff) | |
download | gentoo-2-26abd33ead9a4e0754e35b300c1a5ea72e6f5693.tar.gz gentoo-2-26abd33ead9a4e0754e35b300c1a5ea72e6f5693.tar.bz2 gentoo-2-26abd33ead9a4e0754e35b300c1a5ea72e6f5693.zip |
Version bump for bug 174483, thanks to Danny Brain.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.ebuild | 24 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/digest-ctorrent-3 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index d8f5eda8a941..f0f687ad960b 100644 --- a/net-p2p/ctorrent/ChangeLog +++ b/net-p2p/ctorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/ctorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.23 2007/03/19 22:17:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.24 2007/04/13 18:47:01 drac Exp $ + +*ctorrent-3 (13 Apr 2007) + + 13 Apr 2007; Samuli Suominen <drac@gentoo.org> +ctorrent-3.ebuild: + Version bump for bug 174483, thanks to Danny Brain. 19 Mar 2007; Raúl Porcel <armin76@gentoo.org> -files/ctorrent-1.3.4-dnh2-SHA.patch, diff --git a/net-p2p/ctorrent/ctorrent-3.ebuild b/net-p2p/ctorrent/ctorrent-3.ebuild new file mode 100644 index 000000000000..c32d06cc4764 --- /dev/null +++ b/net-p2p/ctorrent/ctorrent-3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.ebuild,v 1.1 2007/04/13 18:47:01 drac Exp $ + +MY_P="${PN}-1.3.4-dnh${PV}" + +DESCRIPTION="Enhanced CTorrent is a BitTorrent console client written in C and C++." +HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/" +SRC_URI="http://www.rahul.net/dholmes/${PN}/${MY_P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +S="${WORKDIR}/${PN}-dnh${PV}" + +DEPEND=">=sys-apps/sed-4 + dev-libs/openssl" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS +} diff --git a/net-p2p/ctorrent/files/digest-ctorrent-3 b/net-p2p/ctorrent/files/digest-ctorrent-3 new file mode 100644 index 000000000000..e3b1f4519d3f --- /dev/null +++ b/net-p2p/ctorrent/files/digest-ctorrent-3 @@ -0,0 +1,3 @@ +MD5 ebed47837b071ca35b78bc26f2229c03 ctorrent-1.3.4-dnh3.tar.gz 184354 +RMD160 970428d69e8ad9e9e98bf985a7539bb169bd3582 ctorrent-1.3.4-dnh3.tar.gz 184354 +SHA256 6c5dd33bc994a17feee87f998f7bc0ffd90f11e3b0ed5a72450528e5418dd56c ctorrent-1.3.4-dnh3.tar.gz 184354 |