From fcc5f5a9b23d0dd534f5399f5f3aaa25faa392ac Mon Sep 17 00:00:00 2001
From: Markos Chandras <hwoarang@gentoo.org>
Date: Fri, 18 Dec 2009 16:13:36 +0000
Subject: Version bump (Portage version: 2.2_rc60/cvs/Linux x86_64)

---
 x11-misc/rednotebook/ChangeLog                |  8 +++++++-
 x11-misc/rednotebook/rednotebook-0.9.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletion(-)
 create mode 100644 x11-misc/rednotebook/rednotebook-0.9.0.ebuild

(limited to 'x11-misc')

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
+}
-- 
cgit v1.2.3-65-gdbad