diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-06-06 10:15:39 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-06-06 10:15:39 +0000 |
commit | e71fd5f57a5de734f5798813b02507d680184bdd (patch) | |
tree | a04b383aa78355a8a2341129c0fe59d96470e160 /net-p2p/ctcs/ctcs-1.4.1.ebuild | |
parent | Version bump, bug #225055, reported by Alex J. Ivasyuv. (diff) | |
download | historical-e71fd5f57a5de734f5798813b02507d680184bdd.tar.gz historical-e71fd5f57a5de734f5798813b02507d680184bdd.tar.bz2 historical-e71fd5f57a5de734f5798813b02507d680184bdd.zip |
Version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-p2p/ctcs/ctcs-1.4.1.ebuild')
-rw-r--r-- | net-p2p/ctcs/ctcs-1.4.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/ctcs/ctcs-1.4.1.ebuild b/net-p2p/ctcs/ctcs-1.4.1.ebuild new file mode 100644 index 000000000000..802d482e4875 --- /dev/null +++ b/net-p2p/ctcs/ctcs-1.4.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctcs/ctcs-1.4.1.ebuild,v 1.1 2008/06/06 10:15:39 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="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + >=net-p2p/ctorrent-3.3.1" + +src_install() { + dobin ctcs + dodoc readme.txt +} |