summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-07-07 11:55:13 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-07-07 11:55:13 +0000
commitce61a11b3abe9a58c36132ebb7de91ca4c317825 (patch)
treefbc8d45c1a7620d223fef059130ffbcc557b4fdb /net-p2p/ctorrent
parentalpha/ia64/sparc stable wrt security #230593 (diff)
downloadgentoo-2-ce61a11b3abe9a58c36132ebb7de91ca4c317825.tar.gz
gentoo-2-ce61a11b3abe9a58c36132ebb7de91ca4c317825.tar.bz2
gentoo-2-ce61a11b3abe9a58c36132ebb7de91ca4c317825.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r--net-p2p/ctorrent/ChangeLog7
-rw-r--r--net-p2p/ctorrent/ctorrent-3.3.2.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog
index 1e1c6837dc71..e18ab6a16373 100644
--- a/net-p2p/ctorrent/ChangeLog
+++ b/net-p2p/ctorrent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/ctorrent
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.37 2008/06/06 10:13:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.38 2008/07/07 11:55:13 armin76 Exp $
+
+*ctorrent-3.3.2 (07 Jul 2008)
+
+ 07 Jul 2008; Raúl Porcel <armin76@gentoo.org> +ctorrent-3.3.2.ebuild:
+ Version bump
*ctorrent-3.3.1 (06 Jun 2008)
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2.ebuild
new file mode 100644
index 000000000000..b190a45967ea
--- /dev/null
+++ b/net-p2p/ctorrent/ctorrent-3.3.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.2.ebuild,v 1.1 2008/07/07 11:55:13 armin76 Exp $
+
+inherit eutils
+
+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="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
+
+DEPEND="dev-libs/openssl"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed."
+ dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS
+}