diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-02 20:55:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-02 20:55:50 +0000 |
commit | 3d78fbe211154493cd23aa6ce01c6b5a1966cc69 (patch) | |
tree | 7bd93bff7e27cdf6e3127e2f78762e396a4690e2 /net-libs | |
parent | Marked 0.3.0 stable on amd64. Removed old ebuilds. (diff) | |
download | gentoo-2-3d78fbe211154493cd23aa6ce01c6b5a1966cc69.tar.gz gentoo-2-3d78fbe211154493cd23aa6ce01c6b5a1966cc69.tar.bz2 gentoo-2-3d78fbe211154493cd23aa6ce01c6b5a1966cc69.zip |
Marked 0.7.0-r1 stable on amd64. Removed old ebuilds.
(Portage version: 2.0.51.22)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libtorrent/files/digest-libtorrent-0.6.4 | 1 | ||||
-rw-r--r-- | net-libs/libtorrent/files/digest-libtorrent-0.6.7-r1 | 1 | ||||
-rw-r--r-- | net-libs/libtorrent/files/libtorrent-0.6.3-fbsd.patch | 27 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.6.4.ebuild | 44 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.6.7-r1.ebuild | 37 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild | 4 |
7 files changed, 8 insertions, 113 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index f22e826df96a..c32dca711978 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.22 2005/09/02 20:49:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.23 2005/09/02 20:55:50 flameeyes Exp $ + + 02 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + -files/libtorrent-0.6.3-fbsd.patch, -libtorrent-0.6.4.ebuild, + -libtorrent-0.6.7-r1.ebuild, libtorrent-0.7.0-r1.ebuild: + Marked 0.7.0-r1 stable on amd64. Removed old ebuilds. *libtorrent-0.7.3 (02 Sep 2005) diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.6.4 b/net-libs/libtorrent/files/digest-libtorrent-0.6.4 deleted file mode 100644 index 21198c2d4192..000000000000 --- a/net-libs/libtorrent/files/digest-libtorrent-0.6.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 309a2e23b41dadb6e32108007e04cdf4 libtorrent-0.6.4.tar.gz 308604 diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.6.7-r1 b/net-libs/libtorrent/files/digest-libtorrent-0.6.7-r1 deleted file mode 100644 index 985e77535c1b..000000000000 --- a/net-libs/libtorrent/files/digest-libtorrent-0.6.7-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2680bf451b2feec1b7d5423366193fdf libtorrent-0.6.7.tar.gz 312144 diff --git a/net-libs/libtorrent/files/libtorrent-0.6.3-fbsd.patch b/net-libs/libtorrent/files/libtorrent-0.6.3-fbsd.patch deleted file mode 100644 index f4858f604984..000000000000 --- a/net-libs/libtorrent/files/libtorrent-0.6.3-fbsd.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -ur libtorrent-0.6.3/configure.ac libtorrent-0.6.3-fbsd/configure.ac ---- libtorrent-0.6.3/configure.ac 2005-05-30 21:20:48.000000000 +0200 -+++ libtorrent-0.6.3-fbsd/configure.ac 2005-05-30 21:34:13.650583392 +0200 -@@ -54,6 +54,8 @@ - - AC_DEFINE(HAVE_CONFIG_H, 1, true if config.h was included) - -+AC_CHECK_HEADERS([malloc.h]) -+ - AC_OUTPUT([ - libtorrent.pc - Makefile -Only in libtorrent-0.6.3-fbsd/: configure.ac.orig -diff -ur libtorrent-0.6.3/src/utils/sha_fast.cc libtorrent-0.6.3-fbsd/src/utils/sha_fast.cc ---- libtorrent-0.6.3/src/utils/sha_fast.cc 2005-05-30 21:19:53.000000000 +0200 -+++ libtorrent-0.6.3-fbsd/src/utils/sha_fast.cc 2005-05-30 21:34:16.219192904 +0200 -@@ -35,7 +35,10 @@ - - #include "config.h" - -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif -+ - #include <memory.h> - #include "sha_fast.h" - diff --git a/net-libs/libtorrent/libtorrent-0.6.4.ebuild b/net-libs/libtorrent/libtorrent-0.6.4.ebuild deleted file mode 100644 index c3f5909352eb..000000000000 --- a/net-libs/libtorrent/libtorrent-0.6.4.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.6.4.ebuild,v 1.3 2005/08/01 01:09:33 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." -HOMEPAGE="http://libtorrent.rakshasa.no/" -SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~x86" - -IUSE="debug" - -RDEPEND=">=dev-libs/libsigc++-2" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.11" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${PN}-0.6.3-fbsd.patch - - ./autogen.sh -} - -src_compile() { - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - || die "econf failed" - - # This is needed until the proper cflags patch is applied - # Saves us from running autoconf and stuff. - emake AM_CXXFLAGS="${CXXFLAGS}" || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/net-libs/libtorrent/libtorrent-0.6.7-r1.ebuild b/net-libs/libtorrent/libtorrent-0.6.7-r1.ebuild deleted file mode 100644 index 0baeb8ba2bce..000000000000 --- a/net-libs/libtorrent/libtorrent-0.6.7-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.6.7-r1.ebuild,v 1.2 2005/08/01 01:09:33 flameeyes Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." -HOMEPAGE="http://libtorrent.rakshasa.no/" -SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~amd64" - -IUSE="debug" - -RDEPEND=">=dev-libs/libsigc++-2" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.11" - -src_compile() { - [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer - - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - || die "econf failed" - - # This is needed until the proper cflags patch is applied - # Saves us from running autoconf and stuff. - emake AM_CXXFLAGS="${CXXFLAGS}" || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO -} diff --git a/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild b/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild index e8ad5077b4f7..3892e97bdc7c 100644 --- a/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild +++ b/net-libs/libtorrent/libtorrent-0.7.0-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-libs/libtorrent/libtorrent-0.7.0-r1.ebuild,v 1.3 2005/08/01 10:22:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild,v 1.4 2005/09/02 20:55:50 flameeyes Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://libtorrent.rakshasa.no/" SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="debug" |