chutzpah    14/04/03 21:07:16

  Modified:             pyparted-3.10-r1.ebuild ChangeLog
                        pyparted-3.10.ebuild
  Log:
  Add DEPEND on pkgconfig.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.2                  dev-python/pyparted/pyparted-3.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10-r1.ebuild?r1=1.1&r2=1.2

Index: pyparted-3.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyparted-3.10-r1.ebuild     2 Apr 2014 21:30:33 -0000       1.1
+++ pyparted-3.10-r1.ebuild     3 Apr 2014 21:07:16 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10-r1.ebuild,v 1.1 
2014/04/02 21:30:33 chutzpah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10-r1.ebuild,v 1.2 
2014/04/03 21:07:16 chutzpah Exp $
 
 EAPI=5
 
@@ -16,14 +16,11 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
-RDEPEND="
-       >=sys-block/parted-3.1
+RDEPEND=">=sys-block/parted-3.1
        dev-python/decorator[${PYTHON_USEDEP}]
-       sys-libs/ncurses
-"
-DEPEND="
-       ${RDEPEND}
-"
+       sys-libs/ncurses"
+DEPEND="virtual/pkgconfig
+       ${RDEPEND}"
 # test? ( dev-python/pychecker )
 
 src_test() {



1.87                 dev-python/pyparted/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.87&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?rev=1.87&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog   2 Apr 2014 21:30:33 -0000       1.86
+++ ChangeLog   3 Apr 2014 21:07:16 -0000       1.87
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyparted
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.86 
2014/04/02 21:30:33 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.87 
2014/04/03 21:07:16 chutzpah Exp $
+
+  03 Apr 2014; Patrick McLean <[email protected]> pyparted-3.10.ebuild,
+  pyparted-3.10-r1.ebuild:
+  Add DEPEND on pkgconfig.
 
 *pyparted-3.10-r1 (02 Apr 2014)
 



1.12                 dev-python/pyparted/pyparted-3.10.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild?r1=1.11&r2=1.12

Index: pyparted-3.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pyparted-3.10.ebuild        18 Jan 2014 20:02:06 -0000      1.11
+++ pyparted-3.10.ebuild        3 Apr 2014 21:07:16 -0000       1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 
1.11 2014/01/18 20:02:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.10.ebuild,v 
1.12 2014/04/03 21:07:16 chutzpah Exp $
 
 EAPI=5
 
@@ -16,14 +16,11 @@
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
-RDEPEND="
-       >=sys-block/parted-3.1
+RDEPEND=">=sys-block/parted-3.1
        dev-python/decorator
-       sys-libs/ncurses
-"
-DEPEND="
-       ${RDEPEND}
-"
+       sys-libs/ncurses"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig"
 # test? ( dev-python/pychecker )
 
 src_test() {




Reply via email to