public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: ChangeLog rednotebook-1.2.0.ebuild
@ 2011-10-09 14:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-10-09 14:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/10/09 14:43:26

  Modified:             ChangeLog
  Added:                rednotebook-1.2.0.ebuild
  Log:
  Version bump. Webkit is not optional anymore
  
  (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 x11-misc/rednotebook/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	11 Aug 2011 11:11:45 -0000	1.49
+++ ChangeLog	9 Oct 2011 14:43:26 -0000	1.50
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/rednotebook
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.49 2011/08/11 11:11:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.50 2011/10/09 14:43:26 hwoarang Exp $
+
+*rednotebook-1.2.0 (09 Oct 2011)
+
+  09 Oct 2011; Markos Chandras <hwoarang@gentoo.org> +rednotebook-1.2.0.ebuild,
+  +files/rednotebook-1.2.0-disable-spell.patch:
+  Version bump. Webkit is not optional anymore
 
 *rednotebook-1.1.8 (11 Aug 2011)
 



1.1                  x11-misc/rednotebook/rednotebook-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.2.0.ebuild?rev=1.1&content-type=text/plain

Index: rednotebook-1.2.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.2.0.ebuild,v 1.1 2011/10/09 14:43:26 hwoarang Exp $

EAPI="3"

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"

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}/${P}-disable-spell.patch"
	distutils_src_prepare
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: ChangeLog rednotebook-1.2.0.ebuild
@ 2012-01-28 15:00 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 2+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-28 15:00 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/28 15:00:37

  Modified:             ChangeLog rednotebook-1.2.0.ebuild
  Log:
  x86 stable wrt bug #400533
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.55                 x11-misc/rednotebook/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	26 Jan 2012 21:12:23 -0000	1.54
+++ ChangeLog	28 Jan 2012 15:00:37 -0000	1.55
@@ -1,6 +1,10 @@
 # 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.54 2012/01/26 21:12:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.55 2012/01/28 15:00:37 phajdan.jr Exp $
+
+  28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  rednotebook-1.2.0.ebuild:
+  x86 stable wrt bug #400533
 
   26 Jan 2012; Markos Chandras <hwoarang@gentoo.org> rednotebook-1.2.0.ebuild:
   Stable on amd64 wrt bug #400533



1.3                  x11-misc/rednotebook/rednotebook-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rednotebook/rednotebook-1.2.0.ebuild?r1=1.2&r2=1.3

Index: rednotebook-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rednotebook-1.2.0.ebuild	26 Jan 2012 21:12:23 -0000	1.2
+++ rednotebook-1.2.0.ebuild	28 Jan 2012 15:00:37 -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.2.0.ebuild,v 1.2 2012/01/26 21:12:23 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.2.0.ebuild,v 1.3 2012/01/28 15:00:37 phajdan.jr Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="libyaml spell"
 
 RDEPEND="dev-python/pyyaml[libyaml?]






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-28 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-28 15:00 [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: ChangeLog rednotebook-1.2.0.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-09 14:43 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