diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-29 17:40:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-29 17:40:59 +0000 |
commit | aaa662ab9131d3f9c23adb1596b2f28241c7c81f (patch) | |
tree | 8ff3d9bc4192bdf375defd5156b8cfbc28416e80 /dev-python/notify-python | |
parent | commit for ppc too, tested by xart. remove old. (diff) | |
download | gentoo-2-aaa662ab9131d3f9c23adb1596b2f28241c7c81f.tar.gz gentoo-2-aaa662ab9131d3f9c23adb1596b2f28241c7c81f.tar.bz2 gentoo-2-aaa662ab9131d3f9c23adb1596b2f28241c7c81f.zip |
commit for ppc too, tested by xart. remove old.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/notify-python')
-rw-r--r-- | dev-python/notify-python/ChangeLog | 4 | ||||
-rw-r--r-- | dev-python/notify-python/notify-python-0.1.1-r1.ebuild | 52 | ||||
-rw-r--r-- | dev-python/notify-python/notify-python-0.1.1-r2.ebuild | 4 |
3 files changed, 4 insertions, 56 deletions
diff --git a/dev-python/notify-python/ChangeLog b/dev-python/notify-python/ChangeLog index d6d6b6e0409a..e50840034217 100644 --- a/dev-python/notify-python/ChangeLog +++ b/dev-python/notify-python/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for dev-python/notify-python # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.32 2011/04/29 17:35:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.33 2011/04/29 17:40:59 ssuominen Exp $ 29 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> notify-python-0.1.1-r2.ebuild: - ppc64 stable wrt #361093 + ppc/ppc64 stable wrt #361093 23 Apr 2011; Raúl Porcel <armin76@gentoo.org> notify-python-0.1.1-r2.ebuild: alpha/ia64/sparc/x86 stable wrt #361093 diff --git a/dev-python/notify-python/notify-python-0.1.1-r1.ebuild b/dev-python/notify-python/notify-python-0.1.1-r1.ebuild deleted file mode 100644 index 2bf84c30dcfb..000000000000 --- a/dev-python/notify-python/notify-python-0.1.1-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.18 2011/01/29 16:20:21 ssuominen Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -PYTHON_EXPORT_PHASE_FUNCTIONS="1" - -inherit eutils python - -DESCRIPTION="Python bindings for libnotify" -HOMEPAGE="http://www.galago-project.org/" -SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-python/pygtk-2.4.0 - >=x11-libs/libnotify-0.4.3" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9" -RESTRICT_PYTHON_ABIS="3.*" - -src_prepare() { - has_version ">=x11-libs/libnotify-0.7" && epatch "${FILESDIR}"/${P}-libnotify-0.7.patch - - # Disable byte-compilation. - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - # Remove the old pynotify.c to ensure it's properly regenerated #212128. - rm -f src/pynotify.c - - python_src_prepare -} - -src_install() { - python_src_install - python_clean_installation_image - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_postinst() { - python_mod_optimize gtk-2.0/pynotify -} - -pkg_postrm() { - python_mod_cleanup gtk-2.0/pynotify -} diff --git a/dev-python/notify-python/notify-python-0.1.1-r2.ebuild b/dev-python/notify-python/notify-python-0.1.1-r2.ebuild index 3e8e7aac8334..3f9618df9bd0 100644 --- a/dev-python/notify-python/notify-python-0.1.1-r2.ebuild +++ b/dev-python/notify-python/notify-python-0.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.5 2011/04/29 17:35:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r2.ebuild,v 1.6 2011/04/29 17:40:59 ssuominen Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -15,7 +15,7 @@ SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ~ppc ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="examples" RDEPEND=">=dev-python/pygtk-2.4.0 |