diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-06 13:07:35 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-06 13:07:35 +0000 |
commit | ec74b782ea899957b1a3b8c156300085ac268474 (patch) | |
tree | a2ad423de961d0a09d199bae48e6394ce08efef2 /net-p2p | |
parent | stable x86, bug 180882 (diff) | |
download | gentoo-2-ec74b782ea899957b1a3b8c156300085ac268474.tar.gz gentoo-2-ec74b782ea899957b1a3b8c156300085ac268474.tar.bz2 gentoo-2-ec74b782ea899957b1a3b8c156300085ac268474.zip |
Version bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.1.ebuild | 24 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/digest-ctorrent-3.1 | 3 |
3 files changed, 33 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index 6cdd8886cddc..fc194e944477 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.25 2007/05/18 17:46:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.26 2007/06/06 13:07:35 armin76 Exp $ + +*ctorrent-3.1 (06 Jun 2007) + + 06 Jun 2007; Raúl Porcel <armin76@gentoo.org> +ctorrent-3.1.ebuild: + Version bump *ctorrent-3_p20070427 (18 May 2007) diff --git a/net-p2p/ctorrent/ctorrent-3.1.ebuild b/net-p2p/ctorrent/ctorrent-3.1.ebuild new file mode 100644 index 000000000000..5154c3881e9d --- /dev/null +++ b/net-p2p/ctorrent/ctorrent-3.1.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.1.ebuild,v 1.1 2007/06/06 13:07:35 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.1 b/net-p2p/ctorrent/files/digest-ctorrent-3.1 new file mode 100644 index 000000000000..8b2dce6aac17 --- /dev/null +++ b/net-p2p/ctorrent/files/digest-ctorrent-3.1 @@ -0,0 +1,3 @@ +MD5 cbeea0c8b0dbbbd01cc8c002fb440b72 ctorrent-dnh3.1.tar.gz 196347 +RMD160 6f12339b0d0169c55a17aa66410bc283ab927ee4 ctorrent-dnh3.1.tar.gz 196347 +SHA256 046bd0f8a0fe1c3a915ebe8f95da9bc9a025db6e1eb4178618f4ba30fc357453 ctorrent-dnh3.1.tar.gz 196347 |