diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-11-21 20:42:06 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-11-21 20:42:06 +0000 |
commit | 7a0506f7c4b3503196bfa95a554109f1232fb897 (patch) | |
tree | 7ff0a6ad8190217382062122251ce8c03e8a5daf /x11-misc/rednotebook | |
parent | revert arm stable (diff) | |
download | gentoo-2-7a0506f7c4b3503196bfa95a554109f1232fb897.tar.gz gentoo-2-7a0506f7c4b3503196bfa95a554109f1232fb897.tar.bz2 gentoo-2-7a0506f7c4b3503196bfa95a554109f1232fb897.zip |
Version bump
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-1.6.2.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index bd99badb06c8..5e56ef227cbf 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/rednotebook # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.65 2012/11/17 19:38:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.66 2012/11/21 20:42:06 hwoarang Exp $ + +*rednotebook-1.6.2 (21 Nov 2012) + + 21 Nov 2012; Markos Chandras <hwoarang@gentoo.org> +rednotebook-1.6.2.ebuild: + Version bump *rednotebook-1.6.1 (17 Nov 2012) diff --git a/x11-misc/rednotebook/rednotebook-1.6.2.ebuild b/x11-misc/rednotebook/rednotebook-1.6.2.ebuild new file mode 100644 index 000000000000..805f291d4e7b --- /dev/null +++ b/x11-misc/rednotebook/rednotebook-1.6.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.6.2.ebuild,v 1.1 2012/11/21 20:42:06 hwoarang Exp $ + +EAPI="4" + +PYTHON_DEPEND="2:2.6" + +inherit python eutils distutils + +DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality" +HOMEPAGE="http://rednotebook.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="libyaml spell" + +RDEPEND="dev-python/pyyaml[libyaml?] + >=dev-python/pygtk-2.13 + >=dev-python/pywebkitgtk-1.1.5 + dev-python/chardet + spell? ( dev-python/gtkspell-python )" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +src_prepare() { + ! use spell && epatch "${FILESDIR}/${PN}-1.2.0-disable-spell.patch" + distutils_src_prepare +} |