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 | 350ee0b18f6ec48db51ca055eab214fc8c188d59 (patch) | |
tree | 45000e2f639df5d58dd8bc650c8e9a84fa47e404 /net-p2p/ctorrent | |
parent | Version bump #105892 by Daniel Webert. (diff) | |
download | gentoo-2-350ee0b18f6ec48db51ca055eab214fc8c188d59.tar.gz gentoo-2-350ee0b18f6ec48db51ca055eab214fc8c188d59.tar.bz2 gentoo-2-350ee0b18f6ec48db51ca055eab214fc8c188d59.zip |
Some cleanup. fix bug #69678
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 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 |
4 files changed, 8 insertions, 34 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/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 |