From 4d384c3f4f1ce106cd8f4cee2552a9c12beb5537 Mon Sep 17 00:00:00 2001 From: Jon Hood Date: Mon, 29 Nov 2004 03:22:27 +0000 Subject: use CFLAGS, #69678 --- net-p2p/ctorrent/ChangeLog | 7 +++++- net-p2p/ctorrent/Manifest | 10 +++++---- net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild | 29 +++++++++++++++++++++++++ net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r1 | 1 + 4 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild create mode 100644 net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r1 (limited to 'net-p2p/ctorrent') diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index 1d1755a10451..1a51bd224d6c 100644 --- a/net-p2p/ctorrent/ChangeLog +++ b/net-p2p/ctorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/ctorrent # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.3 2004/10/18 17:22:12 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.4 2004/11/29 03:22:27 squinky86 Exp $ + +*ctorrent-1.3.4-r1 (28 Nov 2004) + + 28 Nov 2004; Jon Hood +ctorrent-1.3.4-r1.ebuild: + Version bump, fix CFLAGS, #69678, thanks mkennedy. 18 Oct 2004; Jon Hood ctorrent-1.3.4.ebuild: Stable on x86. diff --git a/net-p2p/ctorrent/Manifest b/net-p2p/ctorrent/Manifest index 56e886aa7748..4841eeafdb64 100644 --- a/net-p2p/ctorrent/Manifest +++ b/net-p2p/ctorrent/Manifest @@ -1,14 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 +MD5 1d64be1043f2129df1e0a2e106ed85f3 ctorrent-1.3.4-r1.ebuild 744 MD5 48fef3a3febc59fa5e996e03eb02f07d ctorrent-1.3.4.ebuild 552 -MD5 539bc004f611001c56d11ffefaa3b715 ChangeLog 621 +MD5 8bce15d4ca78fe45c593d1e06c185ae5 ChangeLog 783 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 +MD5 6586ffb5b6accaa9fab65ab8b83a5e67 files/digest-ctorrent-1.3.4-r1 66 MD5 6586ffb5b6accaa9fab65ab8b83a5e67 files/digest-ctorrent-1.3.4 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBc/vKcAgAdbxYsnERAiiYAJ9/OzRnU1hETqRWHnlWK47T9zARWACeJhiV -u2F4gAK91eewG0R2l2xG9qU= -=GD3v +iD8DBQFBqpYLcAgAdbxYsnERAvvcAJ9oyFrwCv3LFCpHqJnZTTJ/hbNgfQCfV0qi +MX3XIvI2FN606iqBd+WmLM4= +=hFXl -----END PGP SIGNATURE----- diff --git a/net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild b/net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild new file mode 100644 index 000000000000..f830d7ef40bb --- /dev/null +++ b/net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild,v 1.1 2004/11/29 03:22:27 squinky86 Exp $ + +DESCRIPTION="CTorrent is a BitTorrent console client written in C." +HOMEPAGE="http://ctorrent.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND=">=sys-apps/sed-4" + +RDEPEND="virtual/libc + dev-libs/openssl" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i -e "s:CXXFLAGS=\":CXXFLAGS=\"${CXXFLAGS} :g" configure + sed -i -e "s:CFLAGS=\":CFLAGS=\"${CFLAGS} :g" configure +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README NEWS +} diff --git a/net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r1 b/net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r1 new file mode 100644 index 000000000000..f6e90884f4ac --- /dev/null +++ b/net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r1 @@ -0,0 +1 @@ +MD5 823010ec78215d476537c9eba9381cdd ctorrent-1.3.4.tar.bz2 87333 -- cgit v1.2.3-65-gdbad