diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-11-29 03:22:27 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-11-29 03:22:27 +0000 |
commit | 1acf5c652247050cc84288464e23b36b9633073f (patch) | |
tree | 9ef3e0884a1c24aafdd0531330a86970e8c32aca /net-p2p | |
parent | Updated note in CL. (Manifest recommit) (diff) | |
download | gentoo-2-1acf5c652247050cc84288464e23b36b9633073f.tar.gz gentoo-2-1acf5c652247050cc84288464e23b36b9633073f.tar.bz2 gentoo-2-1acf5c652247050cc84288464e23b36b9633073f.zip |
use CFLAGS, #69678
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ctorrent/Manifest | 12 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild | 29 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r1 | 1 |
4 files changed, 38 insertions, 11 deletions
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 <squinky86@gentoo.org> +ctorrent-1.3.4-r1.ebuild: + Version bump, fix CFLAGS, #69678, thanks mkennedy. 18 Oct 2004; Jon Hood <squinky86@gentoo.org> ctorrent-1.3.4.ebuild: Stable on x86. diff --git a/net-p2p/ctorrent/Manifest b/net-p2p/ctorrent/Manifest index 56e886aa7748..b8e462e97f2b 100644 --- a/net-p2p/ctorrent/Manifest +++ b/net-p2p/ctorrent/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 c6fa5ae8233275dbf5b05109b092c057 ctorrent-1.3.4-r1.ebuild 740 MD5 48fef3a3febc59fa5e996e03eb02f07d ctorrent-1.3.4.ebuild 552 MD5 539bc004f611001c56d11ffefaa3b715 ChangeLog 621 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 ------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 |