summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-07-15 18:44:14 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-07-15 18:44:14 +0000
commit851fe7f3bddbc1026d88f67368dbc734b3df17e2 (patch)
treedb9c197d2dce6962305ee04c95b0d6d6e7041634 /x11-misc/rednotebook
parentppc stable #273045 (diff)
downloadgentoo-2-851fe7f3bddbc1026d88f67368dbc734b3df17e2.tar.gz
gentoo-2-851fe7f3bddbc1026d88f67368dbc734b3df17e2.tar.bz2
gentoo-2-851fe7f3bddbc1026d88f67368dbc734b3df17e2.zip
Version bump. Add ~x86 again until the rest of dependencies are marked stable
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r--x11-misc/rednotebook/ChangeLog10
-rw-r--r--x11-misc/rednotebook/metadata.xml3
-rw-r--r--x11-misc/rednotebook/rednotebook-0.7.5.ebuild4
-rw-r--r--x11-misc/rednotebook/rednotebook-0.7.6.ebuild20
4 files changed, 34 insertions, 3 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog
index 3cb64556ecee..f72872e043c6 100644
--- a/x11-misc/rednotebook/ChangeLog
+++ b/x11-misc/rednotebook/ChangeLog
@@ -1,6 +1,14 @@
# 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.9 2009/07/15 13:40:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.10 2009/07/15 18:44:14 hwoarang Exp $
+
+*rednotebook-0.7.6 (15 Jul 2009)
+
+ 15 Jul 2009; Markos Chandras <hwoarang@gentoo.org>
+ rednotebook-0.7.5.ebuild, +rednotebook-0.7.6.ebuild, metadata.xml:
+ Version bump. Add libyaml use flag. Add ~x86 again on 0.7.5 until the rest
+ of
+ the dependencies are marked stable
15 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
rednotebook-0.7.5.ebuild:
diff --git a/x11-misc/rednotebook/metadata.xml b/x11-misc/rednotebook/metadata.xml
index 957e691c0212..cb0e95093e87 100644
--- a/x11-misc/rednotebook/metadata.xml
+++ b/x11-misc/rednotebook/metadata.xml
@@ -2,6 +2,9 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
+<use>
+ <flag name='libyaml'>enable libyaml support</flag>
+</use>
<maintainer>
<email>hwoarang@gentoo.org</email>
<name>Markos Chandras</name>
diff --git a/x11-misc/rednotebook/rednotebook-0.7.5.ebuild b/x11-misc/rednotebook/rednotebook-0.7.5.ebuild
index 7feb7acc08e1..1414af5aa711 100644
--- a/x11-misc/rednotebook/rednotebook-0.7.5.ebuild
+++ b/x11-misc/rednotebook/rednotebook-0.7.5.ebuild
@@ -1,6 +1,6 @@
# 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.2 2009/07/15 13:40:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.7.5.ebuild,v 1.3 2009/07/15 18:44:14 hwoarang Exp $
NEED_PYTHON="2.5"
inherit distutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/pyyaml
diff --git a/x11-misc/rednotebook/rednotebook-0.7.6.ebuild b/x11-misc/rednotebook/rednotebook-0.7.6.ebuild
new file mode 100644
index 000000000000..3d64fa6a0500
--- /dev/null
+++ b/x11-misc/rednotebook/rednotebook-0.7.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.7.6.ebuild,v 1.1 2009/07/15 18:44:14 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"