diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-01-16 19:08:02 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-01-16 19:08:02 +0000 |
commit | 453e75fd33d05a1a1a72587cd97d73645a01518b (patch) | |
tree | 6820cd092cad347812c15af2b38a1fbb848f253a /net-p2p/ctorrent | |
parent | Mask x11-libs/gtk+-2.10.7; bug #162362 (diff) | |
download | gentoo-2-453e75fd33d05a1a1a72587cd97d73645a01518b.tar.gz gentoo-2-453e75fd33d05a1a1a72587cd97d73645a01518b.tar.bz2 gentoo-2-453e75fd33d05a1a1a72587cd97d73645a01518b.zip |
Version bump, from new upstream
(Portage version: 2.1.2)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-2.2.ebuild | 27 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/digest-ctorrent-2.2 | 3 |
3 files changed, 36 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index 57d7f6d85bcb..7e0ed4cab057 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.17 2007/01/09 17:33:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.18 2007/01/16 19:08:02 armin76 Exp $ + +*ctorrent-2.2 (16 Jan 2007) + + 16 Jan 2007; Raúl Porcel <armin76@gentoo.org> +ctorrent-2.2.ebuild: + Version bump, from new upstream 09 Jan 2007; Raúl Porcel (armin76) <armin76@gentoo.org> ctorrent-1.3.4-r3.ebuild: diff --git a/net-p2p/ctorrent/ctorrent-2.2.ebuild b/net-p2p/ctorrent/ctorrent-2.2.ebuild new file mode 100644 index 000000000000..1b7473f64f75 --- /dev/null +++ b/net-p2p/ctorrent/ctorrent-2.2.ebuild @@ -0,0 +1,27 @@ +# 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-2.2.ebuild,v 1.1 2007/01/16 19:08:02 armin76 Exp $ + +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" +inherit eutils autotools + +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 README-DNH.TXT README NEWS +} diff --git a/net-p2p/ctorrent/files/digest-ctorrent-2.2 b/net-p2p/ctorrent/files/digest-ctorrent-2.2 new file mode 100644 index 000000000000..dda783a79dc5 --- /dev/null +++ b/net-p2p/ctorrent/files/digest-ctorrent-2.2 @@ -0,0 +1,3 @@ +MD5 76484082d3d44d7d1fbc9f2e0e33440f ctorrent-1.3.4-dnh2.2.tar.gz 148929 +RMD160 334296564816eccb6877d4c161acdcbd30c215da ctorrent-1.3.4-dnh2.2.tar.gz 148929 +SHA256 a4af9334acddcdf56be12973898a481b4446d5d299e8937807b46cd194364853 ctorrent-1.3.4-dnh2.2.tar.gz 148929 |