* [gentoo-commits] gentoo-x86 commit in dev-libs/eina: eina-1.0.1.ebuild ChangeLog eina-1.1.0.ebuild
@ 2012-05-04 18:35 Jeff Horelick (jdhore)
0 siblings, 0 replies; only message in thread
From: Jeff Horelick (jdhore) @ 2012-05-04 18:35 UTC (permalink / raw
To: gentoo-commits
jdhore 12/05/04 18:35:50
Modified: eina-1.0.1.ebuild ChangeLog eina-1.1.0.ebuild
Log:
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Revision Changes Path
1.2 dev-libs/eina/eina-1.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.0.1.ebuild?r1=1.1&r2=1.2
Index: eina-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eina-1.0.1.ebuild 29 May 2011 16:02:24 -0000 1.1
+++ eina-1.0.1.ebuild 4 May 2012 18:35:50 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.0.1.ebuild,v 1.1 2011/05/29 16:02:24 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.0.1.ebuild,v 1.2 2012/05/04 18:35:50 jdhore Exp $
EAPI="2"
@@ -17,7 +17,7 @@
RDEPEND="debug? ( dev-util/valgrind )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
test? (
dev-libs/check
dev-libs/glib
1.7 dev-libs/eina/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 8 Feb 2012 19:53:55 -0000 1.6
+++ ChangeLog 4 May 2012 18:35:50 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/eina
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.6 2012/02/08 19:53:55 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.7 2012/05/04 18:35:50 jdhore Exp $
+
+ 04 May 2012; Jeff Horelick <jdhore@gentoo.org> eina-1.0.1.ebuild,
+ eina-1.1.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
*eina-1.1.0 (08 Feb 2012)
1.2 dev-libs/eina/eina-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eina/eina-1.1.0.ebuild?r1=1.1&r2=1.2
Index: eina-1.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eina-1.1.0.ebuild 8 Feb 2012 19:53:55 -0000 1.1
+++ eina-1.1.0.ebuild 4 May 2012 18:35:50 -0000 1.2
@@ -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-libs/eina/eina-1.1.0.ebuild,v 1.1 2012/02/08 19:53:55 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.1.0.ebuild,v 1.2 2012/05/04 18:35:50 jdhore Exp $
EAPI="2"
@@ -17,7 +17,7 @@
RDEPEND="debug? ( dev-util/valgrind )"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
+ virtual/pkgconfig
test? (
dev-libs/check
dev-libs/glib
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-04 18:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 18:35 [gentoo-commits] gentoo-x86 commit in dev-libs/eina: eina-1.0.1.ebuild ChangeLog eina-1.1.0.ebuild Jeff Horelick (jdhore)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox