public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: libselinux-2.0.85.ebuild libselinux-2.0.71.ebuild ChangeLog
@ 2009-08-02  1:50 Chris PeBenito (pebenito)
  0 siblings, 0 replies; 2+ messages in thread
From: Chris PeBenito (pebenito) @ 2009-08-02  1:50 UTC (permalink / raw
  To: gentoo-commits

pebenito    09/08/02 01:50:32

  Modified:             libselinux-2.0.85.ebuild libselinux-2.0.71.ebuild
                        ChangeLog
  Log:
  add python_need_rebuild to libselinux.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-libs/libselinux/libselinux-2.0.85.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild?r1=1.1&r2=1.2

Index: libselinux-2.0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libselinux-2.0.85.ebuild	2 Aug 2009 01:13:01 -0000	1.1
+++ libselinux-2.0.85.ebuild	2 Aug 2009 01:50:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild,v 1.1 2009/08/02 01:13:01 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild,v 1.2 2009/08/02 01:50:32 pebenito Exp $
 
 IUSE="ruby"
 RUBY_OPTIONAL="yes"
@@ -53,6 +53,7 @@
 
 src_install() {
 	python_version
+	python_need_rebuild
 	make DESTDIR="${D}" PYLIBVER="python${PYVER}" install install-pywrap || die
 
 	if use ruby; then



1.3                  sys-libs/libselinux/libselinux-2.0.71.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild?r1=1.2&r2=1.3

Index: libselinux-2.0.71.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libselinux-2.0.71.ebuild	22 Jul 2009 13:25:49 -0000	1.2
+++ libselinux-2.0.71.ebuild	2 Aug 2009 01:50:32 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild,v 1.2 2009/07/22 13:25:49 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild,v 1.3 2009/08/02 01:50:32 pebenito Exp $
 
 IUSE="ruby"
 RUBY_OPTIONAL="yes"
@@ -53,6 +53,7 @@
 
 src_install() {
 	python_version
+	python_need_rebuild
 	make DESTDIR="${D}" PYLIBVER="python${PYVER}" install install-pywrap || die
 
 	if use ruby; then



1.64                 sys-libs/libselinux/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	2 Aug 2009 01:13:01 -0000	1.63
+++ ChangeLog	2 Aug 2009 01:50:32 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/libselinux
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.63 2009/08/02 01:13:01 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.64 2009/08/02 01:50:32 pebenito Exp $
+
+  02 Aug 2009; Chris PeBenito <pebenito@gentoo.org>
+  libselinux-2.0.71.ebuild, libselinux-2.0.85.ebuild:
+  Add python_need_rebuild.
 
 *libselinux-2.0.85 (02 Aug 2009)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: libselinux-2.0.85.ebuild libselinux-2.0.71.ebuild ChangeLog
@ 2010-04-16 19:33 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-16 19:33 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/04/16 19:33:16

  Modified:             libselinux-2.0.85.ebuild libselinux-2.0.71.ebuild
                        ChangeLog
  Log:
  Delete calls to deprecated python_version().
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-libs/libselinux/libselinux-2.0.85.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild?r1=1.2&r2=1.3

Index: libselinux-2.0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libselinux-2.0.85.ebuild	2 Aug 2009 01:50:32 -0000	1.2
+++ libselinux-2.0.85.ebuild	16 Apr 2010 19:33:16 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild,v 1.2 2009/08/02 01:50:32 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.85.ebuild,v 1.3 2010/04/16 19:33:16 arfrever Exp $
 
 IUSE="ruby"
 RUBY_OPTIONAL="yes"
@@ -39,9 +39,8 @@
 }
 
 src_compile() {
-	python_version
 	emake LDFLAGS="-fPIC ${LDFLAGS}" all || die
-	emake PYLIBVER="python${PYVER}" LDFLAGS="-fPIC ${LDFLAGS}" pywrap || die
+	emake PYLIBVER="python$(python_get_version)" LDFLAGS="-fPIC ${LDFLAGS}" pywrap || die
 
 	if use ruby; then
 		emake rubywrap || die
@@ -52,9 +51,8 @@
 }
 
 src_install() {
-	python_version
 	python_need_rebuild
-	make DESTDIR="${D}" PYLIBVER="python${PYVER}" install install-pywrap || die
+	make DESTDIR="${D}" PYLIBVER="python$(python_get_version)" install install-pywrap || die
 
 	if use ruby; then
 		emake DESTDIR="${D}" install-rubywrap || die
@@ -62,11 +60,9 @@
 }
 
 pkg_postinst() {
-	python_version
-	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
+	python_mod_optimize $(python_get_sitedir)
 }
 
 pkg_postrm() {
-	python_version
-	python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages
+	python_mod_cleanup $(python_get_sitedir)
 }



1.4                  sys-libs/libselinux/libselinux-2.0.71.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild?r1=1.3&r2=1.4

Index: libselinux-2.0.71.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libselinux-2.0.71.ebuild	2 Aug 2009 01:50:32 -0000	1.3
+++ libselinux-2.0.71.ebuild	16 Apr 2010 19:33:16 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild,v 1.3 2009/08/02 01:50:32 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.0.71.ebuild,v 1.4 2010/04/16 19:33:16 arfrever Exp $
 
 IUSE="ruby"
 RUBY_OPTIONAL="yes"
@@ -39,9 +39,8 @@
 }
 
 src_compile() {
-	python_version
 	emake LDFLAGS="-fPIC ${LDFLAGS}" all || die
-	emake PYLIBVER="python${PYVER}" LDFLAGS="-fPIC ${LDFLAGS}" pywrap || die
+	emake PYLIBVER="python$(python_get_version)" LDFLAGS="-fPIC ${LDFLAGS}" pywrap || die
 
 	if use ruby; then
 		emake rubywrap || die
@@ -52,9 +51,8 @@
 }
 
 src_install() {
-	python_version
 	python_need_rebuild
-	make DESTDIR="${D}" PYLIBVER="python${PYVER}" install install-pywrap || die
+	make DESTDIR="${D}" PYLIBVER="python$(python_get_version)" install install-pywrap || die
 
 	if use ruby; then
 		emake DESTDIR="${D}" install-rubywrap || die
@@ -62,11 +60,9 @@
 }
 
 pkg_postinst() {
-	python_version
-	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
+	python_mod_optimize $(python_get_sitedir)
 }
 
 pkg_postrm() {
-	python_version
-	python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages
+	python_mod_cleanup $(python_get_sitedir)
 }



1.65                 sys-libs/libselinux/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libselinux/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	2 Aug 2009 01:50:32 -0000	1.64
+++ ChangeLog	16 Apr 2010 19:33:16 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/libselinux
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.64 2009/08/02 01:50:32 pebenito Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/ChangeLog,v 1.65 2010/04/16 19:33:16 arfrever Exp $
+
+  16 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  libselinux-2.0.71.ebuild, libselinux-2.0.85.ebuild:
+  Delete calls to deprecated python_version().
 
   02 Aug 2009; Chris PeBenito <pebenito@gentoo.org>
   libselinux-2.0.71.ebuild, libselinux-2.0.85.ebuild:






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-16 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-02  1:50 [gentoo-commits] gentoo-x86 commit in sys-libs/libselinux: libselinux-2.0.85.ebuild libselinux-2.0.71.ebuild ChangeLog Chris PeBenito (pebenito)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-16 19:33 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