public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-desktop-base: ChangeLog gnome-python-desktop-base-2.32.0.ebuild gnome-python-desktop-base-2.30.2.ebuild
@ 2011-03-23 16:22 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2011-03-23 16:22 UTC (permalink / raw
  To: gentoo-commits

eva         11/03/23 16:22:08

  Modified:             ChangeLog gnome-python-desktop-base-2.32.0.ebuild
  Removed:              gnome-python-desktop-base-2.30.2.ebuild
  Log:
  Use new gnome.org eclass feature, remove old revision.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.49                 dev-python/gnome-python-desktop-base/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	22 Mar 2011 18:58:47 -0000	1.48
+++ ChangeLog	23 Mar 2011 16:22:08 -0000	1.49
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/gnome-python-desktop-base
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.48 2011/03/22 18:58:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/ChangeLog,v 1.49 2011/03/23 16:22:08 eva Exp $
+
+  23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org>
+  -gnome-python-desktop-base-2.30.2.ebuild,
+  gnome-python-desktop-base-2.32.0.ebuild:
+  Use new gnome.org eclass feature, remove old revision.
 
   22 Mar 2011; Brent Baude <ranger@gentoo.org>
   gnome-python-desktop-base-2.32.0.ebuild:



1.8                  dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild?r1=1.7&r2=1.8

Index: gnome-python-desktop-base-2.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-python-desktop-base-2.32.0.ebuild	22 Mar 2011 18:58:47 -0000	1.7
+++ gnome-python-desktop-base-2.32.0.ebuild	23 Mar 2011 16:22:08 -0000	1.8
@@ -1,20 +1,18 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild,v 1.7 2011/03/22 18:58:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0.ebuild,v 1.8 2011/03/23 16:22:08 eva Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
 PYTHON_DEPEND="2"
+GNOME_ORG_MODULE="gnome-python-desktop"
 
-inherit gnome2 versionator python
+inherit gnome2 python
 
 # This ebuild does nothing -- we just want to get the pkgconfig file installed
-MY_PN="gnome-python-desktop"
-PVP="$(get_version_component_range 1-2)"
 
 DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings"
 HOMEPAGE="http://pygtk.org/"
-SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP}/${MY_PN}-${PV}.tar.bz2"
 
 KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 
@@ -33,8 +31,6 @@
 
 RESTRICT="test"
 
-S="${WORKDIR}/${MY_PN}-${PV}"
-
 pkg_setup() {
 	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 	G2CONF="${G2CONF} --disable-allbindings"






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

only message in thread, other threads:[~2011-03-23 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-23 16:22 [gentoo-commits] gentoo-x86 commit in dev-python/gnome-python-desktop-base: ChangeLog gnome-python-desktop-base-2.32.0.ebuild gnome-python-desktop-base-2.30.2.ebuild Gilles Dartiguelongue (eva)

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