diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2005-09-13 23:29:30 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2005-09-13 23:29:30 +0000 |
commit | 5e5c316c886125d6e065fcd53a3f25ce8fd0ba7c (patch) | |
tree | 2517123bfd39dc5a8da463a3913029fec210e9a3 /net-p2p/ctorrent | |
parent | Version bump #105892 by Daniel Webert. (diff) | |
download | historical-5e5c316c886125d6e065fcd53a3f25ce8fd0ba7c.tar.gz historical-5e5c316c886125d6e065fcd53a3f25ce8fd0ba7c.tar.bz2 historical-5e5c316c886125d6e065fcd53a3f25ce8fd0ba7c.zip |
Some cleanup. fix bug #69678
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/ctorrent/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild | 15 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-1.3.4.ebuild | 20 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/digest-ctorrent-1.3.4 | 1 |
5 files changed, 10 insertions, 38 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index 12c6daa9bb04..775ef2419371 100644 --- a/net-p2p/ctorrent/ChangeLog +++ b/net-p2p/ctorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/ctorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.5 2005/02/05 21:07:52 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.6 2005/09/13 23:29:30 mkay Exp $ + + 13 Sep 2005; <mkay@gentoo.org> -ctorrent-1.3.4.ebuild, + ctorrent-1.3.4-r1.ebuild: + Some cleanup. fix bug #69678 05 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> ctorrent-1.3.4-r1.ebuild: added ~amd64 to KEYWORDS. fixes #80897 diff --git a/net-p2p/ctorrent/Manifest b/net-p2p/ctorrent/Manifest index 6078d7c4acc0..be1b6369b8b8 100644 --- a/net-p2p/ctorrent/Manifest +++ b/net-p2p/ctorrent/Manifest @@ -1,6 +1,4 @@ -MD5 5668736ef79cc32697c80562fb8b13ab ctorrent-1.3.4-r1.ebuild 751 -MD5 537f9d87241001fc97653e6616e8537a ctorrent-1.3.4.ebuild 552 -MD5 074f81b6f4bfdc2686b8d4eb07eab314 ChangeLog 903 +MD5 36a7b5e38587c96dabfaa89272291ff8 ChangeLog 1015 +MD5 b3fd047ea183b0d2156386d848389886 ctorrent-1.3.4-r1.ebuild 561 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 6586ffb5b6accaa9fab65ab8b83a5e67 files/digest-ctorrent-1.3.4-r1 66 -MD5 6586ffb5b6accaa9fab65ab8b83a5e67 files/digest-ctorrent-1.3.4 66 diff --git a/net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild b/net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild index 179a8926f5b6..d6d299fb4d90 100644 --- a/net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild +++ b/net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.2 2005/02/05 21:07:52 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-1.3.4-r1.ebuild,v 1.3 2005/09/13 23:29:30 mkay Exp $ DESCRIPTION="CTorrent is a BitTorrent console client written in C." HOMEPAGE="http://ctorrent.sourceforge.net" @@ -8,21 +8,12 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" -DEPEND=">=sys-apps/sed-4" - -RDEPEND="virtual/libc +DEPEND=">=sys-apps/sed-4 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/ctorrent-1.3.4.ebuild b/net-p2p/ctorrent/ctorrent-1.3.4.ebuild deleted file mode 100644 index c349ac9ae8eb..000000000000 --- a/net-p2p/ctorrent/ctorrent-1.3.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 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.ebuild,v 1.4 2005/02/05 21:07:52 luckyduck 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="virtual/libc - dev-libs/openssl" - -src_install() { - make DESTDIR=${D} install || die - dodoc README NEWS -} diff --git a/net-p2p/ctorrent/files/digest-ctorrent-1.3.4 b/net-p2p/ctorrent/files/digest-ctorrent-1.3.4 deleted file mode 100644 index f6e90884f4ac..000000000000 --- a/net-p2p/ctorrent/files/digest-ctorrent-1.3.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 823010ec78215d476537c9eba9381cdd ctorrent-1.3.4.tar.bz2 87333 |