diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-05-20 19:17:48 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-05-20 19:17:48 +0000 |
commit | b4c2806f4206d388800a0abedf2046cc1228de20 (patch) | |
tree | 6b5b7249186e617ca0c72b70c2798946a3e9c259 /x11-misc/rednotebook | |
parent | Marking libproxy-0.2.3 ~ppc64 for bug 268529 (diff) | |
download | gentoo-2-b4c2806f4206d388800a0abedf2046cc1228de20.tar.gz gentoo-2-b4c2806f4206d388800a0abedf2046cc1228de20.tar.bz2 gentoo-2-b4c2806f4206d388800a0abedf2046cc1228de20.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.0.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index cb7f42294b01..f8d7a044fc47 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.2 2009/05/11 08:16:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.3 2009/05/20 19:17:48 hwoarang Exp $ + +*rednotebook-0.7.0 (20 May 2009) + + 20 May 2009; Markos Chandras <hwoarang@gentoo.org> + +rednotebook-0.7.0.ebuild: + Version bump 11 May 2009; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Adding Josh Saddler <nightmorph@gentoo.org> as proxy maintainer diff --git a/x11-misc/rednotebook/rednotebook-0.7.0.ebuild b/x11-misc/rednotebook/rednotebook-0.7.0.ebuild new file mode 100644 index 000000000000..0646adb72a7b --- /dev/null +++ b/x11-misc/rednotebook/rednotebook-0.7.0.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.0.ebuild,v 1.1 2009/05/20 19:17:48 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" |