diff options
author | Alex Alexander <wired@gentoo.org> | 2009-09-13 16:13:38 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-09-13 16:13:38 +0000 |
commit | 43a15cc89df075ab28b0467c1b609038958312b9 (patch) | |
tree | 60d33d087b90c2da3c21c8d695a3ec717b10ff49 /x11-misc | |
parent | Drop ia64 keyword (diff) | |
download | gentoo-2-43a15cc89df075ab28b0467c1b609038958312b9.tar.gz gentoo-2-43a15cc89df075ab28b0467c1b609038958312b9.tar.bz2 gentoo-2-43a15cc89df075ab28b0467c1b609038958312b9.zip |
version bump, bug 282863
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-0.8.6.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index fd1acf3770ce..c56207d97699 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,11 @@ # 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.16 2009/08/10 17:14:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.17 2009/09/13 16:13:38 wired Exp $ + +*rednotebook-0.8.6 (13 Sep 2009) + + 13 Sep 2009; Alex Alexander <wired@gentoo.org> +rednotebook-0.8.6.ebuild: + version bump, bug 282863 *rednotebook-0.8.3 (10 Aug 2009) diff --git a/x11-misc/rednotebook/rednotebook-0.8.6.ebuild b/x11-misc/rednotebook/rednotebook-0.8.6.ebuild new file mode 100644 index 000000000000..da48974c61c8 --- /dev/null +++ b/x11-misc/rednotebook/rednotebook-0.8.6.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.6.ebuild,v 1.1 2009/09/13 16:13:38 wired Exp $ + +EAPI="2" + +NEED_PYTHON="2.6" +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" |