diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-06 15:05:55 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-06 15:05:55 +0000 |
commit | 715a15dcbea0a00316a026cb427202f531cee1da (patch) | |
tree | e1b565fa6f70c0df7f55ea0ad37ebdaf4da71c47 /x11-misc | |
parent | Use PYTHON_DEPEND instead of NEED_PYTHON. Simplify src_test(). (diff) | |
download | gentoo-2-715a15dcbea0a00316a026cb427202f531cee1da.tar.gz gentoo-2-715a15dcbea0a00316a026cb427202f531cee1da.tar.bz2 gentoo-2-715a15dcbea0a00316a026cb427202f531cee1da.zip |
Use PYTHON_DEPEND instead of NEED_PYTHON.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.9.0.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.9.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 6cf6ba243cb1..63a2a61ff48b 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/rednotebook # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.31 2010/06/23 21:12:50 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.32 2010/07/06 15:05:55 arfrever Exp $ + + 06 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + rednotebook-0.9.0.ebuild, rednotebook-0.9.2.ebuild: + Use PYTHON_DEPEND instead of NEED_PYTHON. *rednotebook-1.0.0 (23 Jun 2010) diff --git a/x11-misc/rednotebook/rednotebook-0.9.0.ebuild b/x11-misc/rednotebook/rednotebook-0.9.0.ebuild index 8f6430f8c0c5..a970640f127e 100644 --- a/x11-misc/rednotebook/rednotebook-0.9.0.ebuild +++ b/x11-misc/rednotebook/rednotebook-0.9.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v 1.5 2010/02/17 20:41:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v 1.6 2010/07/06 15:05:55 arfrever Exp $ EAPI="2" -NEED_PYTHON="2.6" +PYTHON_DEPEND="2" inherit eutils distutils DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality" diff --git a/x11-misc/rednotebook/rednotebook-0.9.2.ebuild b/x11-misc/rednotebook/rednotebook-0.9.2.ebuild index c696a0faca06..c6f1a4ff7447 100644 --- a/x11-misc/rednotebook/rednotebook-0.9.2.ebuild +++ b/x11-misc/rednotebook/rednotebook-0.9.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.2.ebuild,v 1.1 2010/02/06 15:12:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.2.ebuild,v 1.2 2010/07/06 15:05:55 arfrever Exp $ EAPI="2" -NEED_PYTHON="2.6" +PYTHON_DEPEND="2" inherit eutils distutils DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality" |