mgorny      14/05/26 18:20:47

  Modified:             ChangeLog
  Added:                egg-python-2.25.3-r1.ebuild
  Log:
  Convert to gnome-python-common-r1.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.25                 dev-python/egg-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   4 May 2013 22:09:22 -0000       1.24
+++ ChangeLog   26 May 2014 18:20:47 -0000      1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/egg-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.24 
2013/05/04 22:09:22 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.25 
2014/05/26 18:20:47 mgorny Exp $
+
+*egg-python-2.25.3-r1 (26 May 2014)
+
+  26 May 2014; Michał Górny <[email protected]> +egg-python-2.25.3-r1.ebuild:
+  Convert to gnome-python-common-r1.
 
   04 May 2013; Justin Lecher <[email protected]> egg-python-2.25.3.ebuild,
   metadata.xml:



1.1                  dev-python/egg-python/egg-python-2.25.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.25.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/egg-python/egg-python-2.25.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: egg-python-2.25.3-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.25.3-r1.ebuild,v 1.1 
2014/05/26 18:20:47 mgorny Exp $

EAPI="5"

# We don't support the egg.recent bindings that are also provided - they are
# deprecated, have deps we don't really want and there are no users in-tree.
GNOME_ORG_MODULE="gnome-python-extras"
G_PY_BINDINGS="eggtray"
PYTHON_COMPAT=( python2_7 )

inherit autotools eutils gnome-python-common-r1

DESCRIPTION="EggTrayIcon bindings for Python"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples"

RDEPEND=">=dev-python/libbonobo-python-2.22.1[${PYTHON_USEDEP}]
        >=dev-python/libgnome-python-2.22.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        gnome-base/gnome-common"
# eautoreconf needs gnome-base/gnome-common

EXAMPLES=( examples/egg/trayicon.py )

src_prepare() {
        epatch "${FILESDIR}/${P}-python-libs.patch" #344231
        sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
        eautoreconf
        gnome-python-common-r1_src_prepare
}




Reply via email to