diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-30 18:05:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-30 18:05:59 +0000 |
commit | 176686085a08b1dfc5e3a87258f8bcac89d8f49c (patch) | |
tree | ba977821dac7432a63c070dbf807d618d3ef9638 /net-p2p/ctorrent | |
parent | Fix for bug 187139. (diff) | |
download | gentoo-2-176686085a08b1dfc5e3a87258f8bcac89d8f49c.tar.gz gentoo-2-176686085a08b1dfc5e3a87258f8bcac89d8f49c.tar.bz2 gentoo-2-176686085a08b1dfc5e3a87258f8bcac89d8f49c.zip |
Version bump
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.2.ebuild | 24 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/digest-ctorrent-3.2 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index ffb80851f7bd..fefba979a4d8 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.29 2007/07/13 02:04:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.30 2007/07/30 18:05:59 armin76 Exp $ + +*ctorrent-3.2 (30 Jul 2007) + + 30 Jul 2007; Raúl Porcel <armin76@gentoo.org> +ctorrent-3.2.ebuild: + Version bump 13 Jul 2007; Joseph Jezak <josejx@gentoo.org> ctorrent-3.1.ebuild: Marked ppc stable for bug #185080. diff --git a/net-p2p/ctorrent/ctorrent-3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.2.ebuild new file mode 100644 index 000000000000..d02564c66d74 --- /dev/null +++ b/net-p2p/ctorrent/ctorrent-3.2.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.2.ebuild,v 1.1 2007/07/30 18:05:59 armin76 Exp $ + +MY_P="${PN}-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}/${MY_P}" + +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.2 b/net-p2p/ctorrent/files/digest-ctorrent-3.2 new file mode 100644 index 000000000000..d959ebe8342d --- /dev/null +++ b/net-p2p/ctorrent/files/digest-ctorrent-3.2 @@ -0,0 +1,3 @@ +MD5 23b37cd7b558ad6a27974b311499bab6 ctorrent-dnh3.2.tar.gz 202886 +RMD160 16ae7d2998fe4ceeb72a43f71a41b698b8dd5252 ctorrent-dnh3.2.tar.gz 202886 +SHA256 a08c79ab3ace84de21385056572a8ea4019bb56d2977cae3fda18821fe2f1216 ctorrent-dnh3.2.tar.gz 202886 |