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.1.8.ebuild
@ 2011-08-11 11:11 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-11 11:11 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/11 11:11:45

  Modified:             ChangeLog
  Added:                rednotebook-1.1.8.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 x11-misc/rednotebook/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	15 Jul 2011 08:15:46 -0000	1.48
+++ ChangeLog	11 Aug 2011 11:11:45 -0000	1.49
@@ -1,6 +1,11 @@
 # 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.48 2011/07/15 08:15:46 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.49 2011/08/11 11:11:45 hwoarang Exp $
+
+*rednotebook-1.1.8 (11 Aug 2011)
+
+  11 Aug 2011; Markos Chandras <hwoarang@gentoo.org> +rednotebook-1.1.8.ebuild:
+  Version bump
 
 *rednotebook-1.1.7 (15 Jul 2011)
 



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

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

Index: rednotebook-1.1.8.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.1.8.ebuild,v 1.1 2011/08/11 11:11:45 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 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
	python_pkg_setup
}

src_prepare() {
	! use webkit && epatch "${FILESDIR}/${PN}-1.1.4-disable-webkit.patch"
	! use spell && epatch "${FILESDIR}/${PN}-1.1.0-disable-spell.patch"
	distutils_src_prepare
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: ChangeLog rednotebook-1.1.8.ebuild
@ 2011-10-12 10:22 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-10-12 10:22 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/10/12 10:22:34

  Modified:             ChangeLog rednotebook-1.1.8.ebuild
  Log:
  Marked stable on AMD64 based on arch testing by Tomáš "Mepho" Pružina & Ian "idella4" Delaney in bug #386533.
  
  (Portage version: 2.1.10.27/cvs/Linux x86_64)

Revision  Changes    Path
1.51                 x11-misc/rednotebook/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	9 Oct 2011 14:43:26 -0000	1.50
+++ ChangeLog	12 Oct 2011 10:22:34 -0000	1.51
@@ -1,6 +1,10 @@
 # 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.50 2011/10/09 14:43:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.51 2011/10/12 10:22:34 chainsaw Exp $
+
+  12 Oct 2011; Tony Vroon <chainsaw@gentoo.org> rednotebook-1.1.8.ebuild:
+  Marked stable on AMD64 based on arch testing by Tomáš "Mepho" Pružina &
+  Ian "idella4" Delaney in bug #386533.
 
 *rednotebook-1.2.0 (09 Oct 2011)
 



1.2                  x11-misc/rednotebook/rednotebook-1.1.8.ebuild

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

Index: rednotebook-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rednotebook-1.1.8.ebuild	11 Aug 2011 11:11:45 -0000	1.1
+++ rednotebook-1.1.8.ebuild	12 Oct 2011 10:22:34 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1.8.ebuild,v 1.1 2011/08/11 11:11:45 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.1.8.ebuild,v 1.2 2011/10/12 10:22:34 chainsaw Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="libyaml spell webkit"
 
 RDEPEND="dev-python/pyyaml[libyaml?]






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: ChangeLog rednotebook-1.1.8.ebuild
@ 2011-10-13 21:38 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-10-13 21:38 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/10/13 21:38:33

  Modified:             ChangeLog rednotebook-1.1.8.ebuild
  Log:
  x86 stable wrt bug #386533
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.52                 x11-misc/rednotebook/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	12 Oct 2011 10:22:34 -0000	1.51
+++ ChangeLog	13 Oct 2011 21:38:33 -0000	1.52
@@ -1,6 +1,10 @@
 # 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.51 2011/10/12 10:22:34 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.52 2011/10/13 21:38:33 phajdan.jr Exp $
+
+  13 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  rednotebook-1.1.8.ebuild:
+  x86 stable wrt bug #386533
 
   12 Oct 2011; Tony Vroon <chainsaw@gentoo.org> rednotebook-1.1.8.ebuild:
   Marked stable on AMD64 based on arch testing by Tomáš "Mepho" Pružina &



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

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

Index: rednotebook-1.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rednotebook-1.1.8.ebuild	12 Oct 2011 10:22:34 -0000	1.2
+++ rednotebook-1.1.8.ebuild	13 Oct 2011 21:38:33 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.1.8.ebuild,v 1.2 2011/10/12 10:22:34 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.1.8.ebuild,v 1.3 2011/10/13 21:38:33 phajdan.jr Exp $
 
 EAPI="3"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="libyaml spell webkit"
 
 RDEPEND="dev-python/pyyaml[libyaml?]






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

end of thread, other threads:[~2011-10-13 21:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13 21:38 [gentoo-commits] gentoo-x86 commit in x11-misc/rednotebook: ChangeLog rednotebook-1.1.8.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-12 10:22 Tony Vroon (chainsaw)
2011-08-11 11:11 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