public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.0.ebuild exo-0.6.2.ebuild
@ 2011-10-15 21:08 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2011-10-15 21:08 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/15 21:08:18

  Modified:             ChangeLog exo-0.6.0.ebuild exo-0.6.2.ebuild
  Log:
  Now that python.eclass has EAPI=4 support, convert to EAPI=4 so xfconf.eclass can stop supporting deprecated EAPI=3.
  
  (Portage version: 2.2.0_alpha67/cvs/Linux x86_64)

Revision  Changes    Path
1.59                 xfce-base/exo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	15 Oct 2011 21:06:43 -0000	1.58
+++ ChangeLog	15 Oct 2011 21:08:17 -0000	1.59
@@ -1,6 +1,11 @@
 # ChangeLog for xfce-base/exo
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.58 2011/10/15 21:06:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.59 2011/10/15 21:08:17 ssuominen Exp $
+
+  15 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> exo-0.6.0.ebuild,
+  exo-0.6.2.ebuild:
+  Now that python.eclass has EAPI=4 support, convert to EAPI=4 so xfconf.eclass
+  can stop supporting deprecated EAPI=3.
 
   15 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -exo-0.6.1.ebuild:
   old



1.8                  xfce-base/exo/exo-0.6.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild?r1=1.7&r2=1.8

Index: exo-0.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- exo-0.6.0.ebuild	19 May 2011 22:01:12 -0000	1.7
+++ exo-0.6.0.ebuild	15 Oct 2011 21:08:17 -0000	1.8
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.7 2011/05/19 22:01:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.0.ebuild,v 1.8 2011/10/15 21:08:17 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 
 PYTHON_DEPEND="python? 2"
 
@@ -36,7 +36,6 @@
 
 	XFCONF=(
 		--docdir="${EPREFIX}"/usr/share/doc/${PF}
-		--disable-dependency-tracking
 		--disable-static
 		$(use_enable python)
 		$(xfconf_use_debug)
@@ -49,7 +48,6 @@
 src_prepare() {
 	rm -f py-compile
 	ln -s $(type -P true) py-compile
-
 	xfconf_src_prepare
 }
 



1.2                  xfce-base/exo/exo-0.6.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild?r1=1.1&r2=1.2

Index: exo-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exo-0.6.2.ebuild	10 Jun 2011 18:38:28 -0000	1.1
+++ exo-0.6.2.ebuild	15 Oct 2011 21:08:17 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.1 2011/06/10 18:38:28 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.6.2.ebuild,v 1.2 2011/10/15 21:08:17 ssuominen Exp $
 
-EAPI=3
+EAPI=4
 PYTHON_DEPEND="python? 2"
 inherit python xfconf
 
@@ -34,12 +34,12 @@
 
 	XFCONF=(
 		--docdir="${EPREFIX}"/usr/share/doc/${PF}
-		--disable-dependency-tracking
 		--disable-static
 		$(use_enable python)
 		$(xfconf_use_debug)
 		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
 		)
+
 	[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
 
 	DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
@@ -48,7 +48,6 @@
 src_prepare() {
 	rm -f py-compile
 	ln -s $(type -P true) py-compile
-
 	xfconf_src_prepare
 }
 






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

only message in thread, other threads:[~2011-10-15 21:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-15 21:08 [gentoo-commits] gentoo-x86 commit in xfce-base/exo: ChangeLog exo-0.6.0.ebuild exo-0.6.2.ebuild Samuli Suominen (ssuominen)

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