summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-10-08 06:47:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-10-08 06:47:07 +0000
commitc7b514d711319d06042e891572e5c9d68dbf7cc3 (patch)
tree36a37016eb22824dcca09ce87c735c11ba4fe8f4 /virtual/libffi
parentMake OpenGL support optional and add a missing dependency on virtual/glu. Fix... (diff)
downloadgentoo-2-c7b514d711319d06042e891572e5c9d68dbf7cc3.tar.gz
gentoo-2-c7b514d711319d06042e891572e5c9d68dbf7cc3.tar.bz2
gentoo-2-c7b514d711319d06042e891572e5c9d68dbf7cc3.zip
Switch to versioned virtual wrt bug 436764
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/libffi')
-rw-r--r--virtual/libffi/ChangeLog12
-rw-r--r--virtual/libffi/libffi-3.0.10.ebuild (renamed from virtual/libffi/libffi-0.ebuild)2
-rw-r--r--virtual/libffi/libffi-3.0.11.ebuild18
3 files changed, 30 insertions, 2 deletions
diff --git a/virtual/libffi/ChangeLog b/virtual/libffi/ChangeLog
index eb0ba0bc2caf..6428c9548e3f 100644
--- a/virtual/libffi/ChangeLog
+++ b/virtual/libffi/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for virtual/libffi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.28 2012/06/14 23:13:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/ChangeLog,v 1.29 2012/10/08 06:47:07 ssuominen Exp $
+
+ 08 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> -libffi-0.ebuild:
+ old
+
+*libffi-3.0.11 (08 Oct 2012)
+*libffi-3.0.10 (08 Oct 2012)
+
+ 08 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> +libffi-3.0.10.ebuild,
+ +libffi-3.0.11.ebuild:
+ Use versioned virtual wrt #436764 by Christopher J. Madsen
14 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> libffi-0.ebuild:
Raise dev-libs/libffi dependency to >= 3.0.10.
diff --git a/virtual/libffi/libffi-0.ebuild b/virtual/libffi/libffi-3.0.10.ebuild
index b4f6aecf27b0..98b6456fe98b 100644
--- a/virtual/libffi/libffi-0.ebuild
+++ b/virtual/libffi/libffi-3.0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-0.ebuild,v 1.30 2012/06/14 23:13:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-3.0.10.ebuild,v 1.1 2012/10/08 06:47:07 ssuominen Exp $
# The purpose of this ebuild is to provide quick fallback if and when we need to
# switch back to internal copy of libffi from sys-devel/gcc.
diff --git a/virtual/libffi/libffi-3.0.11.ebuild b/virtual/libffi/libffi-3.0.11.ebuild
new file mode 100644
index 000000000000..a8a6330e9043
--- /dev/null
+++ b/virtual/libffi/libffi-3.0.11.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/libffi/libffi-3.0.11.ebuild,v 1.1 2012/10/08 06:47:07 ssuominen Exp $
+
+# The purpose of this ebuild is to provide quick fallback if and when we need to
+# switch back to internal copy of libffi from sys-devel/gcc.
+
+DESCRIPTION="A virtual for the Foreign Function Interface implementation"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/libffi-3.0.11"
+DEPEND=""