summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-10-27 11:02:20 +0000
committerAli Polatel <hawking@gentoo.org>2008-10-27 11:02:20 +0000
commite7b1f198d01500192ea594373ac791e64fdf202b (patch)
tree5849638fcca4ea9faa72a503bd664ba960b9b084
parentUse python_need_rebuild. (diff)
downloadgentoo-2-e7b1f198d01500192ea594373ac791e64fdf202b.tar.gz
gentoo-2-e7b1f198d01500192ea594373ac791e64fdf202b.tar.bz2
gentoo-2-e7b1f198d01500192ea594373ac791e64fdf202b.zip
Use python_need_rebuild.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
-rw-r--r--dev-python/python-scw/ChangeLog5
-rw-r--r--dev-python/python-scw/python-scw-0.4.7.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/python-scw/ChangeLog b/dev-python/python-scw/ChangeLog
index 32baf5166d90..3e254cf81fe9 100644
--- a/dev-python/python-scw/ChangeLog
+++ b/dev-python/python-scw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-scw
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.1 2008/08/20 05:26:31 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/ChangeLog,v 1.2 2008/10/27 11:02:20 hawking Exp $
+
+ 27 Oct 2008; Ali Polatel <hawking@gentoo.org> python-scw-0.4.7.ebuild:
+ Use python_need_rebuild.
*python-scw-0.4.7 (20 Aug 2008)
diff --git a/dev-python/python-scw/python-scw-0.4.7.ebuild b/dev-python/python-scw/python-scw-0.4.7.ebuild
index 322d5d7efb86..75837ab908f5 100644
--- a/dev-python/python-scw/python-scw-0.4.7.ebuild
+++ b/dev-python/python-scw/python-scw-0.4.7.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v 1.1 2008/08/20 05:26:31 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-scw/python-scw-0.4.7.ebuild,v 1.2 2008/10/27 11:02:20 hawking Exp $
+
+inherit python
DESCRIPTION="Python binding for Scw."
HOMEPAGE="http://scwwidgets.googlepages.com/"
@@ -14,6 +16,7 @@ DEPEND=">=dev-python/pygtk-2.4
>=x11-libs/scw-0.4.0"
src_install() {
+ python_need_rebuild
make DESTDIR="${D}" install || die
dodoc README NEWS ChangeLog AUTHORS
}