diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2014-01-13 20:52:11 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2014-01-13 20:52:11 +0000 |
commit | 3195de76ed991e4213cf720fcb766c62065d3ff5 (patch) | |
tree | d7d3025b8c43f3d422b7b0a69254c4b160174630 /x11-misc | |
parent | Add the github repo as backup uri (diff) | |
download | gentoo-2-3195de76ed991e4213cf720fcb766c62065d3ff5.tar.gz gentoo-2-3195de76ed991e4213cf720fcb766c62065d3ff5.tar.bz2 gentoo-2-3195de76ed991e4213cf720fcb766c62065d3ff5.zip |
Minor fixes for 1.7.3/1.8.0 version bumps.
(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 | 5 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-1.8.0.ebuild | 15 |
3 files changed, 15 insertions, 11 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 59fb15c54127..601252e273c3 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.72 2014/01/13 06:42:33 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.73 2014/01/13 20:52:11 mattm Exp $ + + 13 Jan 2014; Matthew Marlowe <mattm@gentoo.org> rednotebook-1.7.3.ebuild, + rednotebook-1.8.0.ebuild: + Minor fixes for 1.7.3/1.8.0 version bumps. 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 diff --git a/x11-misc/rednotebook/rednotebook-1.7.3.ebuild b/x11-misc/rednotebook/rednotebook-1.7.3.ebuild index 34337a52510e..11b3bc1b5735 100644 --- a/x11-misc/rednotebook/rednotebook-1.7.3.ebuild +++ b/x11-misc/rednotebook/rednotebook-1.7.3.ebuild @@ -1,6 +1,6 @@ # 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.2 2014/01/13 06:42:33 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.7.3.ebuild,v 1.3 2014/01/13 20:52:11 mattm Exp $ EAPI="4" PYTHON_COMPAT=( python2_7 ) @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="libyaml spell" RDEPEND="${PYTHON_DEPS} @@ -31,5 +31,4 @@ pkg_setup() { src_prepare() { ! use spell && epatch "${FILESDIR}/${PN}-1.6.5-disable-spell.patch" - distutils_src_prepare } diff --git a/x11-misc/rednotebook/rednotebook-1.8.0.ebuild b/x11-misc/rednotebook/rednotebook-1.8.0.ebuild index 5e344db742eb..0a99b4de2ee1 100644 --- a/x11-misc/rednotebook/rednotebook-1.8.0.ebuild +++ b/x11-misc/rednotebook/rednotebook-1.8.0.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.8.0.ebuild,v 1.1 2014/01/07 22:28:10 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild,v 1.2 2014/01/13 20:52:11 mattm Exp $ EAPI="4" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) +DISTUTILS_JOBS="1" inherit python-r1 eutils distutils-r1 @@ -13,21 +14,21 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" 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() { ! use spell && epatch "${FILESDIR}/${PN}-1.6.5-disable-spell.patch" - distutils_src_prepare } |