diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-17 04:35:16 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-17 04:35:16 +0000 |
commit | 1f704625d65b5639f3b12ba79ad496ba236b51b6 (patch) | |
tree | f316ad3119dcbda1e728983ff9ec3429adadf34c /net-libs/libtorrent | |
parent | killed several tiff bugs - 53328, 58699, 58699 (Manifest recommit) (diff) | |
download | gentoo-2-1f704625d65b5639f3b12ba79ad496ba236b51b6.tar.gz gentoo-2-1f704625d65b5639f3b12ba79ad496ba236b51b6.tar.bz2 gentoo-2-1f704625d65b5639f3b12ba79ad496ba236b51b6.zip |
version bump, fix curl dependency
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libtorrent/Manifest | 4 | ||||
-rw-r--r-- | net-libs/libtorrent/files/digest-libtorrent-0.3.5 | 1 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.3.2.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.3.5.ebuild | 39 |
5 files changed, 51 insertions, 4 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index b4a682b827ef..ef0fe4a930b3 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.3 2004/08/30 15:47:26 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.4 2004/09/17 04:35:16 squinky86 Exp $ + +*libtorrent-0.3.5 (16 Sep 2004) + + 16 Sep 2004; Jon Hood <squinky86@gentoo.org> +libtorrent-0.3.5.ebuild: + Version bump, fix curl dependency. 30 Aug 2004; David Holm <dholm@gentoo.org> libtorrent-0.3.2.ebuild: Added to ~ppc. diff --git a/net-libs/libtorrent/Manifest b/net-libs/libtorrent/Manifest index 26a6a72a6388..9850c76ad72d 100644 --- a/net-libs/libtorrent/Manifest +++ b/net-libs/libtorrent/Manifest @@ -1,5 +1,7 @@ -MD5 d1db25d90fdb8572f74ca384a2104e6a ChangeLog 819 MD5 ba9fa2fcdddeefa2c69aa25e8a70426c libtorrent-0.3.2.ebuild 970 +MD5 ba9fa2fcdddeefa2c69aa25e8a70426c libtorrent-0.3.5.ebuild 970 +MD5 d1db25d90fdb8572f74ca384a2104e6a ChangeLog 819 MD5 8abcb326775f027b2e13f23344036e34 metadata.xml 224 MD5 f19c94b0386a95bc542265254d9ea0ac files/digest-libtorrent-0.3.2 68 +MD5 9624018f42b92526ba13e1bb6eba02b4 files/digest-libtorrent-0.3.5 68 MD5 459b4193764b0275cdf318933f56240e files/libtorrent-0.3.1-client.patch 664 diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.3.5 b/net-libs/libtorrent/files/digest-libtorrent-0.3.5 new file mode 100644 index 000000000000..887065564acd --- /dev/null +++ b/net-libs/libtorrent/files/digest-libtorrent-0.3.5 @@ -0,0 +1 @@ +MD5 2c25606b2857cfeb66d34d002ce74ffa libtorrent-0.3.5.tar.gz 365040 diff --git a/net-libs/libtorrent/libtorrent-0.3.2.ebuild b/net-libs/libtorrent/libtorrent-0.3.2.ebuild index 50e9ace078de..be55fa6bc11f 100644 --- a/net-libs/libtorrent/libtorrent-0.3.2.ebuild +++ b/net-libs/libtorrent/libtorrent-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.3.2.ebuild,v 1.4 2004/08/30 15:47:26 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.3.2.ebuild,v 1.5 2004/09/17 04:35:16 squinky86 Exp $ DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." HOMEPAGE="http://libtorrent.rakshasa.no/" @@ -12,7 +12,7 @@ KEYWORDS="~x86 ~ppc" IUSE="ncurses" RDEPEND="dev-libs/openssl - net-misc/curl + >=net-misc/curl-7.12 >=dev-libs/libsigc++-2 ncurses? ( >=sys-libs/ncurses-5.4 )" diff --git a/net-libs/libtorrent/libtorrent-0.3.5.ebuild b/net-libs/libtorrent/libtorrent-0.3.5.ebuild new file mode 100644 index 000000000000..8c30e07eb287 --- /dev/null +++ b/net-libs/libtorrent/libtorrent-0.3.5.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.3.5.ebuild,v 1.1 2004/09/17 04:35:16 squinky86 Exp $ + +DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." +HOMEPAGE="http://libtorrent.rakshasa.no/" +SRC_URI="http://libtorrent.rakshasa.no/${P}.tar.gz" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +IUSE="ncurses" + +RDEPEND="dev-libs/openssl + >=net-misc/curl-7.12 + >=dev-libs/libsigc++-2 + ncurses? ( >=sys-libs/ncurses-5.4 )" + +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.11" + +src_unpack() { + unpack ${A} + cd ${S} + use ncurses && cp client/Makefile2 client/Makefile +} + +src_compile() { + econf || die + emake || die + use ncurses && emake -C client || die +} + +src_install() { + einstall || die + use ncurses && dobin client/rtorrent + dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO + use ncurses && newdoc client/README README.rtorrent +} |