diff options
author | 2005-10-29 11:35:55 +0000 | |
---|---|---|
committer | 2005-10-29 11:35:55 +0000 | |
commit | 6150ac3964d4eef80a07cc8171851e51021c395a (patch) | |
tree | 97011f834b90160120443a2451a94f38244642c2 /net-p2p | |
parent | Added a reference to ChangeLog about the bug that was fixed by the patches ax... (diff) | |
download | gentoo-2-6150ac3964d4eef80a07cc8171851e51021c395a.tar.gz gentoo-2-6150ac3964d4eef80a07cc8171851e51021c395a.tar.bz2 gentoo-2-6150ac3964d4eef80a07cc8171851e51021c395a.zip |
Added new patches, which fix a lot of things, bug #110133
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/ctorrent/Manifest | 6 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-1.3.4-r2.ebuild | 31 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r2 | 2 |
4 files changed, 44 insertions, 3 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index 775ef2419371..9d843b1e0251 100644 --- a/net-p2p/ctorrent/ChangeLog +++ b/net-p2p/ctorrent/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2005/09/13 23:29:30 mkay Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.7 2005/10/29 11:35:55 sekretarz Exp $ + +*ctorrent-1.3.4-r2 (29 Oct 2005) + + 29 Oct 2005; Karol Wojtaszek <sekretarz@gentoo.org> + +ctorrent-1.3.4-r2.ebuild: + Added new patches, which fix a lot of things, bug #110133 13 Sep 2005; <mkay@gentoo.org> -ctorrent-1.3.4.ebuild, ctorrent-1.3.4-r1.ebuild: diff --git a/net-p2p/ctorrent/Manifest b/net-p2p/ctorrent/Manifest index be1b6369b8b8..d87a97ed4ca7 100644 --- a/net-p2p/ctorrent/Manifest +++ b/net-p2p/ctorrent/Manifest @@ -1,4 +1,6 @@ -MD5 36a7b5e38587c96dabfaa89272291ff8 ChangeLog 1015 +MD5 b4c98914ea353b0f219663788d6d4f4b ChangeLog 1193 MD5 b3fd047ea183b0d2156386d848389886 ctorrent-1.3.4-r1.ebuild 561 -MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 +MD5 590f78fb23d4b620c69ae80251fe5658 ctorrent-1.3.4-r2.ebuild 725 MD5 6586ffb5b6accaa9fab65ab8b83a5e67 files/digest-ctorrent-1.3.4-r1 66 +MD5 00596f2b58c085e135af4ccdb182dcf2 files/digest-ctorrent-1.3.4-r2 143 +MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 diff --git a/net-p2p/ctorrent/ctorrent-1.3.4-r2.ebuild b/net-p2p/ctorrent/ctorrent-1.3.4-r2.ebuild new file mode 100644 index 000000000000..f00e003fea9e --- /dev/null +++ b/net-p2p/ctorrent/ctorrent-1.3.4-r2.ebuild @@ -0,0 +1,31 @@ +# 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-r2.ebuild,v 1.1 2005/10/29 11:35:55 sekretarz Exp $ + +inherit eutils + +DESCRIPTION="CTorrent is a BitTorrent console client written in C." +HOMEPAGE="http://ctorrent.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 + http://www.rahul.net/dholmes/ctorrent/patchset-${P}-dnh1.diff" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="" + +DEPEND=">=sys-apps/sed-4 + dev-libs/openssl" + +src_unpack() +{ + unpack ${A} + cd ${S} + + epatch ${DISTDIR}/patchset-${P}-dnh1.diff +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README NEWS +} diff --git a/net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r2 b/net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r2 new file mode 100644 index 000000000000..c83ec3490b37 --- /dev/null +++ b/net-p2p/ctorrent/files/digest-ctorrent-1.3.4-r2 @@ -0,0 +1,2 @@ +MD5 823010ec78215d476537c9eba9381cdd ctorrent-1.3.4.tar.bz2 87333 +MD5 319c7202281a87dc3a9e68f99b50741f patchset-ctorrent-1.3.4-dnh1.diff 74172 |