summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-05-21 11:57:12 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-05-21 11:57:12 +0000
commit893c3e0f169cec4001888f2c9a8b8f4552b35cf7 (patch)
tree7690ff558b9212201be73b2a0ce581fe8e096e60 /x11-misc
parentRemove old and revision bump, EAPI 2 and slotted to 3.5, also fixes bug 246728 (diff)
downloadgentoo-2-893c3e0f169cec4001888f2c9a8b8f4552b35cf7.tar.gz
gentoo-2-893c3e0f169cec4001888f2c9a8b8f4552b35cf7.tar.bz2
gentoo-2-893c3e0f169cec4001888f2c9a8b8f4552b35cf7.zip
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/rednotebook/ChangeLog8
-rw-r--r--x11-misc/rednotebook/rednotebook-0.7.1.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog
index f8d7a044fc47..b614860211a2 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.3 2009/05/20 19:17:48 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.4 2009/05/21 11:57:12 hwoarang Exp $
+
+*rednotebook-0.7.1 (21 May 2009)
+
+ 21 May 2009; Markos Chandras <hwoarang@gentoo.org>
+ +rednotebook-0.7.1.ebuild:
+ Version bump
*rednotebook-0.7.0 (20 May 2009)
diff --git a/x11-misc/rednotebook/rednotebook-0.7.1.ebuild b/x11-misc/rednotebook/rednotebook-0.7.1.ebuild
new file mode 100644
index 000000000000..c04708853575
--- /dev/null
+++ b/x11-misc/rednotebook/rednotebook-0.7.1.ebuild
@@ -0,0 +1,18 @@
+# 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.7.1.ebuild,v 1.1 2009/05/21 11:57:12 hwoarang Exp $
+
+NEED_PYTHON="2.5"
+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=""
+
+RDEPEND="dev-python/pyyaml
+ >=dev-python/pygtk-2.13"