public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparted: pyparted-3.1.ebuild ChangeLog pyparted-3.0-r1.ebuild pyparted-3.4.ebuild
@ 2010-06-02 15:49 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-02 15:49 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/02 15:49:46

  Modified:             pyparted-3.1.ebuild ChangeLog
                        pyparted-3.0-r1.ebuild pyparted-3.4.ebuild
  Log:
  Delete calls to deprecated python_version().
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/pyparted/pyparted-3.1.ebuild

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

Index: pyparted-3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyparted-3.1.ebuild	20 May 2010 17:55:14 -0000	1.5
+++ pyparted-3.1.ebuild	2 Jun 2010 15:49:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild,v 1.5 2010/05/20 17:55:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.1.ebuild,v 1.6 2010/06/02 15:49:46 arfrever Exp $
 
 EAPI="2"
 
@@ -30,9 +30,6 @@
 src_install() {
 	python_need_rebuild
 	emake DESTDIR="${D}" install || die "emake install failed"
+	python_clean_installation_image
 	dodoc ChangeLog NEWS README TODO
-	# remove pointless libtool archive
-	python_version
-	rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/_pedmodule.la
-
 }



1.49                 dev-python/pyparted/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	1 Jun 2010 14:53:19 -0000	1.48
+++ ChangeLog	2 Jun 2010 15:49:46 -0000	1.49
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyparted
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.48 2010/06/01 14:53:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.49 2010/06/02 15:49:46 arfrever Exp $
+
+  02 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pyparted-3.0-r1.ebuild, pyparted-3.1.ebuild, pyparted-3.4.ebuild:
+  Delete calls to deprecated python_version().
 
   01 Jun 2010; Jeroen Roovers <jer@gentoo.org> pyparted-3.4.ebuild:
   Raise proper sys-apps/parted version dependency.



1.4                  dev-python/pyparted/pyparted-3.0-r1.ebuild

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

Index: pyparted-3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyparted-3.0-r1.ebuild	4 Apr 2010 15:55:44 -0000	1.3
+++ pyparted-3.0-r1.ebuild	2 Jun 2010 15:49:46 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild,v 1.3 2010/04/04 15:55:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.0-r1.ebuild,v 1.4 2010/06/02 15:49:46 arfrever Exp $
 
 EAPI="2"
 
@@ -30,9 +30,6 @@
 src_install() {
 	python_need_rebuild
 	emake DESTDIR="${D}" install || die "emake install failed"
+	python_clean_installation_image
 	dodoc ChangeLog NEWS README TODO
-	# remove pointless libtool archive
-	python_version
-	rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/_pedmodule.la
-
 }



1.3                  dev-python/pyparted/pyparted-3.4.ebuild

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

Index: pyparted-3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyparted-3.4.ebuild	1 Jun 2010 14:53:19 -0000	1.2
+++ pyparted-3.4.ebuild	2 Jun 2010 15:49:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild,v 1.2 2010/06/01 14:53:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild,v 1.3 2010/06/02 15:49:46 arfrever Exp $
 
 EAPI="2"
 
@@ -30,9 +30,6 @@
 src_install() {
 	python_need_rebuild
 	emake DESTDIR="${D}" install || die "emake install failed"
+	python_clean_installation_image
 	dodoc ChangeLog NEWS README TODO
-	# remove pointless libtool archive
-	python_version
-	rm -f "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/_pedmodule.la
-
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-02 15:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 15:49 [gentoo-commits] gentoo-x86 commit in dev-python/pyparted: pyparted-3.1.ebuild ChangeLog pyparted-3.0-r1.ebuild pyparted-3.4.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox