diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-07-22 22:09:11 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-07-22 22:09:11 +0000 |
commit | 4719449111f7ef61f4a4dc6825b4001ee47507c8 (patch) | |
tree | 9dab2797a702d0f74ee41107a46f3cccdc0f37b6 /x11-misc/rednotebook | |
parent | Version bump. (diff) | |
download | gentoo-2-4719449111f7ef61f4a4dc6825b4001ee47507c8.tar.gz gentoo-2-4719449111f7ef61f4a4dc6825b4001ee47507c8.tar.bz2 gentoo-2-4719449111f7ef61f4a4dc6825b4001ee47507c8.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.8.0.ebuild | 20 |
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 3621331d23d5..cef3796dead0 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.11 2009/07/16 00:21:51 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.12 2009/07/22 22:09:11 hwoarang Exp $ + +*rednotebook-0.8.0 (22 Jul 2009) + + 22 Jul 2009; Markos Chandras <hwoarang@gentoo.org> + +rednotebook-0.8.0.ebuild: + Version bump 16 Jul 2009; Christian Faulhammer <fauli@gentoo.org> rednotebook-0.7.5.ebuild: diff --git a/x11-misc/rednotebook/rednotebook-0.8.0.ebuild b/x11-misc/rednotebook/rednotebook-0.8.0.ebuild new file mode 100644 index 000000000000..9911e4b40dea --- /dev/null +++ b/x11-misc/rednotebook/rednotebook-0.8.0.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.0.ebuild,v 1.1 2009/07/22 22:09:11 hwoarang Exp $ + +EAPI="2" + +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="libyaml" + +RDEPEND="dev-python/pyyaml[libyaml?] + >=dev-python/pygtk-2.13" |