summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-06-29 00:17:22 +0000
committerBen de Groot <yngwin@gentoo.org>2009-06-29 00:17:22 +0000
commitc0898a5ea43e2434ef06cb8452b4d9ccb0743fea (patch)
treec733e2dce9bdcc7cc7e80c417f7291939c6171fe /net-p2p
parentRestrict test on 0.13-r1, which breaks due to CVE patch. Remove old ebuild. (diff)
downloadhistorical-c0898a5ea43e2434ef06cb8452b4d9ccb0743fea.tar.gz
historical-c0898a5ea43e2434ef06cb8452b4d9ccb0743fea.tar.bz2
historical-c0898a5ea43e2434ef06cb8452b4d9ccb0743fea.zip
Restrict rb_libtorrent dep to ~0.13, as it doesnt build with any later version
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/lince/ChangeLog8
-rw-r--r--net-p2p/lince/Manifest4
-rw-r--r--net-p2p/lince/lince-1.0.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/net-p2p/lince/ChangeLog b/net-p2p/lince/ChangeLog
index 3dc1c749b6a3..f90e9b6975df 100644
--- a/net-p2p/lince/ChangeLog
+++ b/net-p2p/lince/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/lince
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.15 2008/09/23 21:58:13 coldwind Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/ChangeLog,v 1.16 2009/06/29 00:17:22 yngwin Exp $
+
+ 29 Jun 2009; Ben de Groot <yngwin@gentoo.org> lince-1.0.ebuild:
+ Restrict rb_libtorrent dep to ~0.13, as it doesnt build with any later
+ version
*lince-1.0 (23 Sep 2008)
diff --git a/net-p2p/lince/Manifest b/net-p2p/lince/Manifest
index 2737a467bd61..3bddc4dd53bd 100644
--- a/net-p2p/lince/Manifest
+++ b/net-p2p/lince/Manifest
@@ -1,4 +1,4 @@
DIST Lince-1.0.tar.gz 685124 RMD160 90efb5edb98d56ce8ec889bd1c6f400161ed4402 SHA1 a748b68f445f24621f1e10acb08419ebc309ae3b SHA256 c2c7cf398f31dd7e40bdb564e01ddfe95a575c356e02b958e8abab253f5e9327
-EBUILD lince-1.0.ebuild 996 RMD160 b6743f1ff3ebddf497a044b8e41dd3c09b0fd5e8 SHA1 cf54405213aa851e7f4def1c41dd1a42403bf458 SHA256 16d055995b78fe2d9f0dc460d7cf76b7ce2f4104e1a51ff6df14d9204f992eed
-MISC ChangeLog 2321 RMD160 aa52cc9d59c1a4d1c456dcb7658579d7326cfbf8 SHA1 58dce1e3946b58a0e05d691f3a78e246cc8b250c SHA256 47fc45a0e490e19796439912bab93d834613c5cc1dd89f2e48428addd2f20e70
+EBUILD lince-1.0.ebuild 993 RMD160 849273b7b4fd0cfe899f62383ed4c11594c00868 SHA1 b571543027ec56c5fdfd78676da61a955acc994a SHA256 7082b8082b29d34f4c09a611ba94c9d8057220698b17a76bd47407f3360ff3ed
+MISC ChangeLog 2469 RMD160 7c4cfd91c7d7d0ac7f10ebe2ef30f860c5d8e9e0 SHA1 39b6ab021011ce35978d20fcc7840299e8237a9a SHA256 7a17623533ab18de7e4379d30152a823999fad267497378d9f6d40bcbfbb4fab
MISC metadata.xml 927 RMD160 0ba08e831395850c1a98dbe2d09ebf5d64ef3e12 SHA1 e15f4a1f3f5bba22243d4c1a1f11284761d11433 SHA256 253e1e5dae49bf9bd2f900a1c96b26e28234deb463dfc97e017862003a0264d6
diff --git a/net-p2p/lince/lince-1.0.ebuild b/net-p2p/lince/lince-1.0.ebuild
index 1b8da6224276..04ed19763428 100644
--- a/net-p2p/lince/lince-1.0.ebuild
+++ b/net-p2p/lince/lince-1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-1.0.ebuild,v 1.1 2008/09/23 21:58:13 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-1.0.ebuild,v 1.2 2009/06/29 00:17:22 yngwin Exp $
EAPI="1"
@@ -19,7 +19,7 @@ IUSE="dbus libnotify"
RDEPEND="dev-cpp/gtkmm:2.4
dev-cpp/cairomm
>=dev-cpp/glibmm-2.16
- >=net-libs/rb_libtorrent-0.13
+ ~net-libs/rb_libtorrent-0.13
dev-libs/libxml2
sys-devel/gettext
dbus? ( dev-libs/dbus-glib )