diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-07-01 22:49:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-07-01 22:49:09 +0000 |
commit | aa07053ca814075988895815ba7ba0f90ac94bc1 (patch) | |
tree | 2b7cb285494a7f27623f2e48414ebd8ffa81f47b /x11-misc | |
parent | amd64 stable, bug #273113 (diff) | |
download | gentoo-2-aa07053ca814075988895815ba7ba0f90ac94bc1.tar.gz gentoo-2-aa07053ca814075988895815ba7ba0f90ac94bc1.tar.bz2 gentoo-2-aa07053ca814075988895815ba7ba0f90ac94bc1.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.7.5.ebuild | 18 |
2 files changed, 25 insertions, 1 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 00e7cbd64293..bbd10227b193 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.7 2009/06/26 08:39:04 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.8 2009/07/01 22:49:09 hwoarang Exp $ + +*rednotebook-0.7.5 (01 Jul 2009) + + 01 Jul 2009; Markos Chandras <hwoarang@gentoo.org> + +rednotebook-0.7.5.ebuild: + Version bump *rednotebook-0.7.4 (26 Jun 2009) diff --git a/x11-misc/rednotebook/rednotebook-0.7.5.ebuild b/x11-misc/rednotebook/rednotebook-0.7.5.ebuild new file mode 100644 index 000000000000..1517780cd55a --- /dev/null +++ b/x11-misc/rednotebook/rednotebook-0.7.5.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.5.ebuild,v 1.1 2009/07/01 22:49:09 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" |