summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-11-09 20:01:22 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-11-09 20:01:22 +0000
commitdefc2182d8af40b455e7beb0cfea8b2da5d05a49 (patch)
tree9f0a313acefead13648d07ca3f28c6b20ecdca43
parentstable x86, bug 292368 (diff)
downloadgentoo-2-defc2182d8af40b455e7beb0cfea8b2da5d05a49.tar.gz
gentoo-2-defc2182d8af40b455e7beb0cfea8b2da5d05a49.tar.bz2
gentoo-2-defc2182d8af40b455e7beb0cfea8b2da5d05a49.zip
Version bump
(Portage version: 2.2_rc49/cvs/Linux x86_64)
-rw-r--r--x11-misc/rednotebook/ChangeLog7
-rw-r--r--x11-misc/rednotebook/rednotebook-0.8.9.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog
index bf3c0e7930f1..413360a0b728 100644
--- a/x11-misc/rednotebook/ChangeLog
+++ b/x11-misc/rednotebook/ChangeLog
@@ -1,6 +1,11 @@
# 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.18 2009/10/03 18:29:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.19 2009/11/09 20:01:22 hwoarang Exp $
+
+*rednotebook-0.8.9 (09 Nov 2009)
+
+ 09 Nov 2009; <hwoarang@gentoo.org> +rednotebook-0.8.9.ebuild:
+ Version bump
*rednotebook-0.8.7 (03 Oct 2009)
diff --git a/x11-misc/rednotebook/rednotebook-0.8.9.ebuild b/x11-misc/rednotebook/rednotebook-0.8.9.ebuild
new file mode 100644
index 000000000000..507ec5765026
--- /dev/null
+++ b/x11-misc/rednotebook/rednotebook-0.8.9.ebuild
@@ -0,0 +1,20 @@
+# 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.8.9.ebuild,v 1.1 2009/11/09 20:01:22 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://digitaldump.wordpress.com/projects/rednotebook/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="libyaml"
+
+RDEPEND="dev-python/pyyaml[libyaml?]
+ >=dev-python/pygtk-2.13"