* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-0.9.5.ebuild ChangeLog
@ 2010-06-05 9:20 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-05 9:20 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/06/05 09:20:28
Modified: ChangeLog
Added: rednotebook-0.9.5.ebuild
Log:
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.29 x11-misc/rednotebook/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 24 Apr 2010 20:19:44 -0000 1.28
+++ ChangeLog 5 Jun 2010 09:20:28 -0000 1.29
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/rednotebook
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.28 2010/04/24 20:19:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.29 2010/06/05 09:20:28 hwoarang Exp $
+
+*rednotebook-0.9.5 (04 Jun 2010)
+
+ 04 Jun 2010; Markos Chandras <hwoarang@gentoo.org>
+ +rednotebook-0.9.5.ebuild:
+ Version bump
*rednotebook-0.9.3 (24 Apr 2010)
1.1 x11-misc/rednotebook/rednotebook-0.9.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild?rev=1.1&content-type=text/plain
Index: rednotebook-0.9.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild,v 1.1 2010/06/05 09:20:28 hwoarang Exp $
EAPI="2"
PYTHON_DEPEND="2"
inherit python eutils distutils
DESCRIPTION="A graphical journal with calendar, templates, tags, keyword searching, and export functionality"
HOMEPAGE="http://rednotebook.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="libyaml spell webkit"
RDEPEND="dev-python/pyyaml[libyaml?]
>=dev-python/pygtk-2.13
spell? ( dev-python/gtkspell-python )
webkit? ( dev-python/pywebkitgtk )"
pkg_setup() {
python_set_active_version 2
}
src_prepare() {
! use webkit && epatch "${FILESDIR}/${PN}-0.9.3-disable-webkit.patch"
! use spell && epatch "${FILESDIR}/${PN}-0.8.9_disable_spell.patch"
distutils_src_prepare
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-0.9.5.ebuild ChangeLog
@ 2010-07-06 21:02 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-06 21:02 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/07/06 21:02:26
Modified: rednotebook-0.9.5.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #326833
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-misc/rednotebook/rednotebook-0.9.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild?r1=1.1&r2=1.2
Index: rednotebook-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rednotebook-0.9.5.ebuild 5 Jun 2010 09:20:28 -0000 1.1
+++ rednotebook-0.9.5.ebuild 6 Jul 2010 21:02:25 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild,v 1.1 2010/06/05 09:20:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild,v 1.2 2010/07/06 21:02:25 hwoarang Exp $
EAPI="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="libyaml spell webkit"
RDEPEND="dev-python/pyyaml[libyaml?]
1.33 x11-misc/rednotebook/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 6 Jul 2010 15:05:55 -0000 1.32
+++ ChangeLog 6 Jul 2010 21:02:25 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/rednotebook
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.32 2010/07/06 15:05:55 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.33 2010/07/06 21:02:25 hwoarang Exp $
+
+ 06 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
+ rednotebook-0.9.5.ebuild:
+ Stable on amd64 wrt bug #326833
06 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
rednotebook-0.9.0.ebuild, rednotebook-0.9.2.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-0.9.5.ebuild ChangeLog
@ 2010-07-15 20:46 Markus Meier (maekke)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2010-07-15 20:46 UTC (permalink / raw
To: gentoo-commits
maekke 10/07/15 20:46:34
Modified: rednotebook-0.9.5.ebuild ChangeLog
Log:
x86 stable, bug #326833
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-misc/rednotebook/rednotebook-0.9.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild?r1=1.2&r2=1.3
Index: rednotebook-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rednotebook-0.9.5.ebuild 6 Jul 2010 21:02:25 -0000 1.2
+++ rednotebook-0.9.5.ebuild 15 Jul 2010 20:46:34 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild,v 1.2 2010/07/06 21:02:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.5.ebuild,v 1.3 2010/07/15 20:46:34 maekke Exp $
EAPI="2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="libyaml spell webkit"
RDEPEND="dev-python/pyyaml[libyaml?]
1.34 x11-misc/rednotebook/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 6 Jul 2010 21:02:25 -0000 1.33
+++ ChangeLog 15 Jul 2010 20:46:34 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/rednotebook
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.33 2010/07/06 21:02:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.34 2010/07/15 20:46:34 maekke Exp $
+
+ 15 Jul 2010; Markus Meier <maekke@gentoo.org> rednotebook-0.9.5.ebuild:
+ x86 stable, bug #326833
06 Jul 2010; Markos Chandras <hwoarang@gentoo.org>
rednotebook-0.9.5.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-15 20:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-15 20:46 [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-0.9.5.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2010-07-06 21:02 Markos Chandras (hwoarang)
2010-06-05 9:20 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox