diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-10-27 09:40:02 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-10-27 09:40:02 +0000 |
commit | e86094f6cdaa790fe55502c847e047132b97b9c2 (patch) | |
tree | a62b8fefc15525f8543eb5a9c37cb79e7ab8ea3a | |
parent | Use python_need_rebuild. (diff) | |
download | gentoo-2-e86094f6cdaa790fe55502c847e047132b97b9c2.tar.gz gentoo-2-e86094f6cdaa790fe55502c847e047132b97b9c2.tar.bz2 gentoo-2-e86094f6cdaa790fe55502c847e047132b97b9c2.zip |
Use python_need_rebuild.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
-rw-r--r-- | dev-python/notify-python/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/notify-python/notify-python-0.1.1-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/notify-python/notify-python-0.1.1.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/notify-python/ChangeLog b/dev-python/notify-python/ChangeLog index 7dd6eb8f04f0..83b696056b1f 100644 --- a/dev-python/notify-python/ChangeLog +++ b/dev-python/notify-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/notify-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.11 2008/09/09 22:44:44 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.12 2008/10/27 09:40:02 hawking Exp $ + + 27 Oct 2008; Ali Polatel <hawking@gentoo.org> notify-python-0.1.1.ebuild, + notify-python-0.1.1-r1.ebuild: + Use python_need_rebuild. *notify-python-0.1.1-r1 (09 Sep 2008) 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 index 78916c21fb84..052a83419f42 100644 --- a/dev-python/notify-python/notify-python-0.1.1-r1.ebuild +++ b/dev-python/notify-python/notify-python-0.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.2 2008/09/10 14:05:08 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.3 2008/10/27 09:40:02 hawking Exp $ NEED_PYTHON=2.3.5 @@ -33,6 +33,7 @@ src_unpack() { } src_install() { + python_need_rebuild emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README } diff --git a/dev-python/notify-python/notify-python-0.1.1.ebuild b/dev-python/notify-python/notify-python-0.1.1.ebuild index 08f9173d865e..d21fcc89e3ae 100644 --- a/dev-python/notify-python/notify-python-0.1.1.ebuild +++ b/dev-python/notify-python/notify-python-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.ebuild,v 1.10 2008/08/08 19:04:17 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1.ebuild,v 1.11 2008/10/27 09:40:02 hawking Exp $ NEED_PYTHON=2.3.5 @@ -30,6 +30,7 @@ src_unpack() { } src_install() { + python_need_rebuild emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README } |