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 | 1d615aabbb7c73d97ffae7a00d1b63a0c39195cd (patch) | |
tree | c770664d40de9a9ea5fe3a7e67b3cbcd373f1253 /net-libs/libtorrent | |
parent | killed several tiff bugs - 53328, 58699, 58699 (diff) | |
download | historical-1d615aabbb7c73d97ffae7a00d1b63a0c39195cd.tar.gz historical-1d615aabbb7c73d97ffae7a00d1b63a0c39195cd.tar.bz2 historical-1d615aabbb7c73d97ffae7a00d1b63a0c39195cd.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 | 16 | ||||
-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, 62 insertions, 5 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..f8fd600b823f 100644 --- a/net-libs/libtorrent/Manifest +++ b/net-libs/libtorrent/Manifest @@ -1,5 +1,17 @@ -MD5 d1db25d90fdb8572f74ca384a2104e6a ChangeLog 819 -MD5 ba9fa2fcdddeefa2c69aa25e8a70426c libtorrent-0.3.2.ebuild 970 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 1361cc760ae096d1570d959c791e39cd libtorrent-0.3.2.ebuild 981 +MD5 2ea9378fd91b526ac1e4c80014fc0d4e libtorrent-0.3.5.ebuild 981 +MD5 111db2f0022fb7324ffeabe787db4ffb ChangeLog 967 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 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBSmmOcAgAdbxYsnERAhDWAJ9yfrnnW6x0PdaTIik48eLIxt1D9QCeISlF +RVb6nW2+rI3z2lr1t9tXDY0= +=3MkH +-----END PGP SIGNATURE----- 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 +} |