diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-06-22 08:44:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-06-22 08:44:34 +0000 |
commit | a626129c09543c4635798cebcee9e40f4a84782d (patch) | |
tree | 1d69f48885bbdd97053a7264ac18159abb85c2fc /x11-misc/rednotebook | |
parent | version bump (diff) | |
download | gentoo-2-a626129c09543c4635798cebcee9e40f4a84782d.tar.gz gentoo-2-a626129c09543c4635798cebcee9e40f4a84782d.tar.bz2 gentoo-2-a626129c09543c4635798cebcee9e40f4a84782d.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.7.3.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 3c0f04725476..8e9261556e97 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.5 2009/05/25 19:47:34 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.6 2009/06/22 08:44:34 hwoarang Exp $ + +*rednotebook-0.7.3 (22 Jun 2009) + + 22 Jun 2009; Markos Chandras <hwoarang@gentoo.org> + +rednotebook-0.7.3.ebuild: + Version bump *rednotebook-0.7.2 (25 May 2009) diff --git a/x11-misc/rednotebook/rednotebook-0.7.3.ebuild b/x11-misc/rednotebook/rednotebook-0.7.3.ebuild new file mode 100644 index 000000000000..9509400c16fb --- /dev/null +++ b/x11-misc/rednotebook/rednotebook-0.7.3.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.3.ebuild,v 1.1 2009/06/22 08:44:34 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" |