summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-03 07:42:51 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-03 07:42:51 +0000
commit69e1de387fbb55e75ce2f3d93ad8599fa6b05c73 (patch)
tree09282a39635c6ffe17e3ce376d81f09c0b6c74e3 /dev-java/jffi
parentVersion bump by Chris Reffett <geekboy72@gmail.com> wrt bug #412417. (diff)
downloadgentoo-2-69e1de387fbb55e75ce2f3d93ad8599fa6b05c73.tar.gz
gentoo-2-69e1de387fbb55e75ce2f3d93ad8599fa6b05c73.tar.bz2
gentoo-2-69e1de387fbb55e75ce2f3d93ad8599fa6b05c73.zip
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'dev-java/jffi')
-rw-r--r--dev-java/jffi/ChangeLog6
-rw-r--r--dev-java/jffi/jffi-0.7_pre20100131.ebuild6
-rw-r--r--dev-java/jffi/jffi-1.0.0.ebuild6
-rw-r--r--dev-java/jffi/jffi-1.0.11.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-java/jffi/ChangeLog b/dev-java/jffi/ChangeLog
index 193ce6a66e48..4171d49898c2 100644
--- a/dev-java/jffi/ChangeLog
+++ b/dev-java/jffi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jffi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v 1.18 2012/04/30 10:48:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/ChangeLog,v 1.19 2012/05/03 07:42:51 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org> jffi-0.7_pre20100131.ebuild,
+ jffi-1.0.0.ebuild, jffi-1.0.11.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
30 Apr 2012; Agostino Sarubbo <ago@gentoo.org> jffi-1.0.11.ebuild:
Stable for amd64, wrt bug #396305
diff --git a/dev-java/jffi/jffi-0.7_pre20100131.ebuild b/dev-java/jffi/jffi-0.7_pre20100131.ebuild
index c7c5218829a7..cfca57a4c3a2 100644
--- a/dev-java/jffi/jffi-0.7_pre20100131.ebuild
+++ b/dev-java/jffi/jffi-0.7_pre20100131.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.7_pre20100131.ebuild,v 1.1 2010/01/31 16:32:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-0.7_pre20100131.ebuild,v 1.2 2012/05/03 07:42:51 jdhore Exp $
# Probably best to leave the CFLAGS as they are here. See...
# http://weblogs.java.net/blog/kellyohair/archive/2006/01/compilation_of_1.html
@@ -27,7 +27,7 @@ RDEPEND=">=virtual/jre-1.5
DEPEND=">=virtual/jdk-1.5
virtual/libffi
- dev-util/pkgconfig
+ virtual/pkgconfig
test? ( dev-java/ant-junit4 )"
JAVA_PKG_BSFIX_NAME="build-impl.xml"
diff --git a/dev-java/jffi/jffi-1.0.0.ebuild b/dev-java/jffi/jffi-1.0.0.ebuild
index 2fdbb283b4c3..9938b0afa3e7 100644
--- a/dev-java/jffi/jffi-1.0.0.ebuild
+++ b/dev-java/jffi/jffi-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.0.ebuild,v 1.6 2010/05/24 19:02:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.0.ebuild,v 1.7 2012/05/03 07:42:51 jdhore Exp $
# Probably best to leave the CFLAGS as they are here. See...
# http://weblogs.java.net/blog/kellyohair/archive/2006/01/compilation_of_1.html
@@ -25,7 +25,7 @@ RDEPEND=">=virtual/jre-1.5
DEPEND=">=virtual/jdk-1.5
virtual/libffi
- dev-util/pkgconfig
+ virtual/pkgconfig
test? ( dev-java/ant-junit4 )"
JAVA_PKG_BSFIX_NAME="build-impl.xml custom-build.xml"
diff --git a/dev-java/jffi/jffi-1.0.11.ebuild b/dev-java/jffi/jffi-1.0.11.ebuild
index 0a26a51e566f..aa56e9dce913 100644
--- a/dev-java/jffi/jffi-1.0.11.ebuild
+++ b/dev-java/jffi/jffi-1.0.11.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/dev-java/jffi/jffi-1.0.11.ebuild,v 1.2 2012/04/30 10:48:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.0.11.ebuild,v 1.3 2012/05/03 07:42:51 jdhore Exp $
EAPI="4"
@@ -23,7 +23,7 @@ RDEPEND="${COMMON_DEP}
>=virtual/jre-1.5"
DEPEND="${COMMON_DEP}
>=virtual/jdk-1.5
- dev-util/pkgconfig
+ virtual/pkgconfig
test? (
dev-java/ant-junit:0
dev-java/junit:4