summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-05-18 17:46:46 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-05-18 17:46:46 +0000
commitec8f4a9c6c7632df50cf96d73693972956231c28 (patch)
tree3c75d3249c6783cb2fb1782364b155cabafd9739 /net-p2p/ctorrent
parentAdded ~amd64 keyword (diff)
downloadgentoo-2-ec8f4a9c6c7632df50cf96d73693972956231c28.tar.gz
gentoo-2-ec8f4a9c6c7632df50cf96d73693972956231c28.tar.bz2
gentoo-2-ec8f4a9c6c7632df50cf96d73693972956231c28.zip
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r--net-p2p/ctorrent/ChangeLog8
-rw-r--r--net-p2p/ctorrent/ctorrent-3_p20070427.ebuild38
-rw-r--r--net-p2p/ctorrent/files/ctorrent-3_autoconf-fix.patch8
-rw-r--r--net-p2p/ctorrent/files/digest-ctorrent-3_p200704276
4 files changed, 59 insertions, 1 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog
index f0f687ad960b..6cdd8886cddc 100644
--- a/net-p2p/ctorrent/ChangeLog
+++ b/net-p2p/ctorrent/ChangeLog
@@ -1,6 +1,12 @@
# 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.24 2007/04/13 18:47:01 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.25 2007/05/18 17:46:46 armin76 Exp $
+
+*ctorrent-3_p20070427 (18 May 2007)
+
+ 18 May 2007; Raúl Porcel <armin76@gentoo.org>
+ +files/ctorrent-3_autoconf-fix.patch, +ctorrent-3_p20070427.ebuild:
+ Version bump
*ctorrent-3 (13 Apr 2007)
diff --git a/net-p2p/ctorrent/ctorrent-3_p20070427.ebuild b/net-p2p/ctorrent/ctorrent-3_p20070427.ebuild
new file mode 100644
index 000000000000..e53fdd91482f
--- /dev/null
+++ b/net-p2p/ctorrent/ctorrent-3_p20070427.ebuild
@@ -0,0 +1,38 @@
+# 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_p20070427.ebuild,v 1.1 2007/05/18 17:46:46 armin76 Exp $
+
+inherit autotools eutils versionator
+
+MY_P="${PN}-1.3.4-dnh$(get_major_version)"
+PATCH="${PN}-$(get_major_version)-patch-$(get_version_component_range 2-).diff"
+
+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
+ mirror://gentoo/${PATCH}.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+S="${WORKDIR}/${PN}-dnh$(get_major_version)"
+
+DEPEND=">=sys-apps/sed-4
+ dev-libs/openssl"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${WORKDIR}"/${PATCH} \
+ "${FILESDIR}"/${PN}-3_autoconf-fix.patch
+
+ eautoreconf
+}
+
+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/ctorrent-3_autoconf-fix.patch b/net-p2p/ctorrent/files/ctorrent-3_autoconf-fix.patch
new file mode 100644
index 000000000000..c7536e3e0199
--- /dev/null
+++ b/net-p2p/ctorrent/files/ctorrent-3_autoconf-fix.patch
@@ -0,0 +1,8 @@
+--- version.m4.orig 2007-05-18 19:30:29.000000000 +0200
++++ version.m4 2007-05-18 19:30:35.000000000 +0200
+@@ -1,5 +1,4 @@
+ m4_define([m4_PACKAGE_NAME], [Enhanced CTorrent])
+ m4_define([m4_PACKAGE_TARNAME], [ctorrent])
+-m4_define([m4_PACKAGE_VERSION], [dnh3])
+ m4_define([m4_PACKAGE_BUGREPORT], [dholmes@ct.boxmail.com])
+
diff --git a/net-p2p/ctorrent/files/digest-ctorrent-3_p20070427 b/net-p2p/ctorrent/files/digest-ctorrent-3_p20070427
new file mode 100644
index 000000000000..9e89ac491edb
--- /dev/null
+++ b/net-p2p/ctorrent/files/digest-ctorrent-3_p20070427
@@ -0,0 +1,6 @@
+MD5 ebed47837b071ca35b78bc26f2229c03 ctorrent-1.3.4-dnh3.tar.gz 184354
+RMD160 970428d69e8ad9e9e98bf985a7539bb169bd3582 ctorrent-1.3.4-dnh3.tar.gz 184354
+SHA256 6c5dd33bc994a17feee87f998f7bc0ffd90f11e3b0ed5a72450528e5418dd56c ctorrent-1.3.4-dnh3.tar.gz 184354
+MD5 6e71c873069c5a67352d8be53e286b15 ctorrent-3-patch-p20070427.diff.bz2 4611
+RMD160 8fa0a725a2a7d1412ed3e8aff44fdf3b17fd4af3 ctorrent-3-patch-p20070427.diff.bz2 4611
+SHA256 80aee9fd77907d82955a5c59c1f47110fc8c96d820ffe87e0a8e1ffdb73d2f74 ctorrent-3-patch-p20070427.diff.bz2 4611