* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-1.4.0.ebuild ChangeLog
@ 2012-04-11 13:33 Markos Chandras (hwoarang)
0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-04-11 13:33 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/04/11 13:33:24
Modified: ChangeLog
Added: rednotebook-1.4.0.ebuild
Log:
version bump. Bug #411581
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Revision Changes Path
1.58 x11-misc/rednotebook/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 6 Feb 2012 20:52:05 -0000 1.57
+++ ChangeLog 11 Apr 2012 13:33:24 -0000 1.58
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/rednotebook
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.57 2012/02/06 20:52:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.58 2012/04/11 13:33:24 hwoarang Exp $
+
+*rednotebook-1.4.0 (11 Apr 2012)
+
+ 11 Apr 2012; Markos Chandras <hwoarang@gentoo.org> +rednotebook-1.4.0.ebuild:
+ version bump. Bug #411581
06 Feb 2012; Markos Chandras <hwoarang@gentoo.org> rednotebook-1.3.0.ebuild:
Fix patch name. Bug #402391
1.1 x11-misc/rednotebook/rednotebook-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild?rev=1.1&content-type=text/plain
Index: rednotebook-1.4.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild,v 1.1 2012/04/11 13:33:24 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
LANGS="ar ast be bg bs ca cs cy da de el en_GB eo es eu fi fo fr gl he hr hu hy
id it ja ka kk ko lt mn ms nb nds nl nn oc pl pt pt_BR ro ru si sk sr sv ta te
tl tr ug uk uz vi wa zh_CN zh_HK zh_TW"
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"
for x in ${LANGS}; do
IUSE="${IUSE} linguas_${x}"
done
RDEPEND="dev-python/pyyaml[libyaml?]
>=dev-python/pygtk-2.13
dev-python/pywebkitgtk
spell? ( dev-python/gtkspell-python )"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
! use spell && epatch "${FILESDIR}/${PN}-1.2.0-disable-spell.patch"
# rename wae file. I think this should be wa.po instead of wae.po
mv po/wae.po po/wa.po || die
for x in ${LANGS}; do
if ! has ${x} ${LINGUAS}; then
rm po/${x}.po || die
fi
done
distutils_src_prepare
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-1.4.0.ebuild ChangeLog
@ 2012-06-20 6:08 Jeff Horelick (jdhore)
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-06-20 6:08 UTC (permalink / raw
To: gentoo-commits
jdhore 12/06/20 06:08:55
Modified: rednotebook-1.4.0.ebuild ChangeLog
Log:
marked x86 per bug 422383
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Revision Changes Path
1.2 x11-misc/rednotebook/rednotebook-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild?r1=1.1&r2=1.2
Index: rednotebook-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rednotebook-1.4.0.ebuild 11 Apr 2012 13:33:24 -0000 1.1
+++ rednotebook-1.4.0.ebuild 20 Jun 2012 06:08:55 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild,v 1.1 2012/04/11 13:33:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild,v 1.2 2012/06/20 06:08:55 jdhore Exp $
EAPI="3"
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="libyaml spell"
for x in ${LANGS}; do
IUSE="${IUSE} linguas_${x}"
1.61 x11-misc/rednotebook/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 16 Apr 2012 17:24:30 -0000 1.60
+++ ChangeLog 20 Jun 2012 06:08:55 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/rednotebook
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.60 2012/04/16 17:24:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.61 2012/06/20 06:08:55 jdhore Exp $
+
+ 20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> rednotebook-1.4.0.ebuild:
+ marked x86 per bug 422383
16 Apr 2012; Markos Chandras <hwoarang@gentoo.org> -rednotebook-1.1.8.ebuild,
-rednotebook-1.3.0.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-1.4.0.ebuild ChangeLog
@ 2012-06-20 14:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-20 14:42 UTC (permalink / raw
To: gentoo-commits
ago 12/06/20 14:42:53
Modified: rednotebook-1.4.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #422383
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-misc/rednotebook/rednotebook-1.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild?r1=1.2&r2=1.3
Index: rednotebook-1.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rednotebook-1.4.0.ebuild 20 Jun 2012 06:08:55 -0000 1.2
+++ rednotebook-1.4.0.ebuild 20 Jun 2012 14:42:53 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild,v 1.2 2012/06/20 06:08:55 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.4.0.ebuild,v 1.3 2012/06/20 14:42:53 ago Exp $
EAPI="3"
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="libyaml spell"
for x in ${LANGS}; do
IUSE="${IUSE} linguas_${x}"
1.62 x11-misc/rednotebook/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 20 Jun 2012 06:08:55 -0000 1.61
+++ ChangeLog 20 Jun 2012 14:42:53 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/rednotebook
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.61 2012/06/20 06:08:55 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.62 2012/06/20 14:42:53 ago Exp $
+
+ 20 Jun 2012; Agostino Sarubbo <ago@gentoo.org> rednotebook-1.4.0.ebuild:
+ Stable for amd64, wrt bug #422383
20 Jun 2012; Jeff Horelick <jdhore@gentoo.org> rednotebook-1.4.0.ebuild:
marked x86 per bug 422383
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-20 14:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-11 13:33 [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: rednotebook-1.4.0.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2012-06-20 6:08 Jeff Horelick (jdhore)
2012-06-20 14:42 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox