diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2014-01-13 06:42:33 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2014-01-13 06:42:33 +0000 |
commit | 3dba24a5705c302101e0b3c4870aa0c85a6161fc (patch) | |
tree | 760409613d50a5a3e4b74d05c189e5a2ff51d8a6 /x11-misc | |
parent | Drop removed rskkserv from virtual. (diff) | |
download | gentoo-2-3dba24a5705c302101e0b3c4870aa0c85a6161fc.tar.gz gentoo-2-3dba24a5705c302101e0b3c4870aa0c85a6161fc.tar.bz2 gentoo-2-3dba24a5705c302101e0b3c4870aa0c85a6161fc.zip |
Another try at conversion of rednotebook ebuild version bumps to new python-r1 eclass use.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 786037A7)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-1.7.3.ebuild | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 095b70f2605c..59fb15c54127 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/rednotebook # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.71 2014/01/11 00:35:06 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.72 2014/01/13 06:42:33 mattm Exp $ + + 13 Jan 2014; Matthew Marlowe <mattm@gentoo.org> rednotebook-1.7.3.ebuild: + Another try at conversion of rednotebook ebuild version bumps to new python-r1 + eclass use. *rednotebook-1.7.3 (11 Jan 2014) diff --git a/x11-misc/rednotebook/rednotebook-1.7.3.ebuild b/x11-misc/rednotebook/rednotebook-1.7.3.ebuild index ff3603317844..34337a52510e 100644 --- a/x11-misc/rednotebook/rednotebook-1.7.3.ebuild +++ b/x11-misc/rednotebook/rednotebook-1.7.3.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.7.3.ebuild,v 1.1 2014/01/11 00:35:06 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.7.3.ebuild,v 1.2 2014/01/13 06:42:33 mattm Exp $ EAPI="4" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) +DISTUTILS_JOBS="1" inherit python-r1 eutils distutils-r1 @@ -16,15 +17,16 @@ SLOT="0" KEYWORDS="" IUSE="libyaml spell" -RDEPEND="dev-python/pyyaml[libyaml?] +RDEPEND="${PYTHON_DEPS} + dev-python/pyyaml[libyaml?] >=dev-python/pygtk-2.13 >=dev-python/pywebkitgtk-1.1.5 dev-python/chardet spell? ( dev-python/gtkspell-python )" +DEPEND="${RDEPEND}" pkg_setup() { - python_set_active_version 2 - python_pkg_setup + python_setup } src_prepare() { |