diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-06 13:09:18 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-06 13:09:18 +0000 |
commit | fb0992cebf8e20090121ecdad978388951af4405 (patch) | |
tree | 211add036b82695bbdf37df421804a901fa7f083 /net-p2p/ctcs | |
parent | Version bump (diff) | |
download | gentoo-2-fb0992cebf8e20090121ecdad978388951af4405.tar.gz gentoo-2-fb0992cebf8e20090121ecdad978388951af4405.tar.bz2 gentoo-2-fb0992cebf8e20090121ecdad978388951af4405.zip |
Version bump
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-p2p/ctcs')
-rw-r--r-- | net-p2p/ctcs/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ctcs/ctcs-1.4.ebuild | 20 | ||||
-rw-r--r-- | net-p2p/ctcs/files/digest-ctcs-1.4 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/net-p2p/ctcs/ChangeLog b/net-p2p/ctcs/ChangeLog index 8d19dbdca2c5..65be4c608a81 100644 --- a/net-p2p/ctcs/ChangeLog +++ b/net-p2p/ctcs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/ctcs # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctcs/ChangeLog,v 1.2 2007/04/13 20:30:11 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctcs/ChangeLog,v 1.3 2007/06/06 13:09:18 armin76 Exp $ + +*ctcs-1.4 (06 Jun 2007) + + 06 Jun 2007; Raúl Porcel <armin76@gentoo.org> +ctcs-1.4.ebuild: + Version bump *ctcs-1.3 (13 Apr 2007) diff --git a/net-p2p/ctcs/ctcs-1.4.ebuild b/net-p2p/ctcs/ctcs-1.4.ebuild new file mode 100644 index 000000000000..79f598761c87 --- /dev/null +++ b/net-p2p/ctcs/ctcs-1.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctcs/ctcs-1.4.ebuild,v 1.1 2007/06/06 13:09:18 armin76 Exp $ + +DESCRIPTION="Interface for monitoring and managing Enhanced CTorrent clients" +HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/ctcs.html" +SRC_URI="http://www.rahul.net/dholmes/ctorrent/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND="dev-lang/perl + >=net-p2p/ctorrent-3" + +src_install() { + dobin ctcs + dodoc readme.txt +} diff --git a/net-p2p/ctcs/files/digest-ctcs-1.4 b/net-p2p/ctcs/files/digest-ctcs-1.4 new file mode 100644 index 000000000000..f9b28d1907b6 --- /dev/null +++ b/net-p2p/ctcs/files/digest-ctcs-1.4 @@ -0,0 +1,3 @@ +MD5 9ada24b81665ed8f18c5d3023298c5a3 ctcs-1.4.tar.gz 26699 +RMD160 f59daee9f67baf48a8617c5a21e31d9b427b8ee3 ctcs-1.4.tar.gz 26699 +SHA256 9ed8cd11b6df6e69428fd6b52829e81db6a9758b1437215bc7897b3398d8c5e7 ctcs-1.4.tar.gz 26699 |