summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-12-18 16:13:36 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-12-18 16:13:36 +0000
commitfcc5f5a9b23d0dd534f5399f5f3aaa25faa392ac (patch)
treebf6e95300884b1e2571c414ba65e5220a7c9368c /x11-misc/rednotebook
parentVersion bump ( bug #282365 ) (diff)
downloadgentoo-2-fcc5f5a9b23d0dd534f5399f5f3aaa25faa392ac.tar.gz
gentoo-2-fcc5f5a9b23d0dd534f5399f5f3aaa25faa392ac.tar.bz2
gentoo-2-fcc5f5a9b23d0dd534f5399f5f3aaa25faa392ac.zip
Version bump
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r--x11-misc/rednotebook/ChangeLog8
-rw-r--r--x11-misc/rednotebook/rednotebook-0.9.0.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog
index 46698818db85..edd42a070bff 100644
--- a/x11-misc/rednotebook/ChangeLog
+++ b/x11-misc/rednotebook/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/rednotebook
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.21 2009/11/21 04:52:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.22 2009/12/18 16:13:36 hwoarang Exp $
+
+*rednotebook-0.9.0 (18 Dec 2009)
+
+ 18 Dec 2009; Markos Chandras <hwoarang@gentoo.org>
+ +rednotebook-0.9.0.ebuild:
+ Version bump
21 Nov 2009; Markos Chandras <hwoarang@gentoo.org>
rednotebook-0.7.5.ebuild, rednotebook-0.8.9-r1.ebuild:
diff --git a/x11-misc/rednotebook/rednotebook-0.9.0.ebuild b/x11-misc/rednotebook/rednotebook-0.9.0.ebuild
new file mode 100644
index 000000000000..f9b419bdddc0
--- /dev/null
+++ b/x11-misc/rednotebook/rednotebook-0.9.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 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.1 2009/12/18 16:13:36 hwoarang Exp $
+
+EAPI="2"
+
+NEED_PYTHON="2.6"
+inherit 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
+ spell? ( dev-python/gtkspell-python )"
+
+src_prepare() {
+ ! use spell && epatch "${FILESDIR}/${P}_disable_spell.patch"
+ distutils_src_prepare
+}