mgorny      15/01/01 22:28:16

  Modified:             rednotebook-1.8.0.ebuild ChangeLog
  Removed:              rednotebook-1.6.6-r1.ebuild
                        rednotebook-1.7.3.ebuild
  Log:
  Fix the python-r1 code. Remove DISTUTILS_JOBS variable that is not intended 
for ebuilds. Remove redundant PYTHON_DEPS. Add missing PYTHON_USEDEPs. Remove 
pointless python_setup call. Remove old, broken ebuilds.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  x11-misc/rednotebook/rednotebook-1.8.0.ebuild

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

Index: rednotebook-1.8.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rednotebook-1.8.0.ebuild    13 Jan 2014 20:52:11 -0000      1.2
+++ rednotebook-1.8.0.ebuild    1 Jan 2015 22:28:16 -0000       1.3
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild,v 1.2 
2014/01/13 20:52:11 mattm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.8.0.ebuild,v 1.3 
2015/01/01 22:28:16 mgorny Exp $
+
+EAPI=5
 
-EAPI="4"
 PYTHON_COMPAT=( python2_7 )
-DISTUTILS_JOBS="1"
 
-inherit python-r1 eutils distutils-r1
+inherit eutils distutils-r1
 
 DESCRIPTION="A graphical journal with calendar, templates, tags, keyword 
searching, and export functionality"
 HOMEPAGE="http://rednotebook.sourceforge.net";
@@ -17,18 +17,14 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="libyaml spell"
 
-RDEPEND="${PYTHON_DEPS}
-       dev-python/pyyaml[libyaml?]
-       >=dev-python/pygtk-2.13
-       >=dev-python/pywebkitgtk-1.1.5
-       dev-python/chardet
-       spell? ( dev-python/gtkspell-python )"
+RDEPEND="
+       dev-python/pyyaml[libyaml?,${PYTHON_USEDEP}]
+       >=dev-python/pygtk-2.13[${PYTHON_USEDEP}]
+       >=dev-python/pywebkitgtk-1.1.5[${PYTHON_USEDEP}]
+       dev-python/chardet[${PYTHON_USEDEP}]
+       spell? ( dev-python/gtkspell-python[${PYTHON_USEDEP}] )"
 DEPEND="${RDEPEND}"
 
-pkg_setup() {
-       python_setup
-}
-
 src_prepare() {
        ! use spell && epatch "${FILESDIR}/${PN}-1.6.5-disable-spell.patch"
 }



1.74                 x11-misc/rednotebook/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   13 Jan 2014 20:52:11 -0000      1.73
+++ ChangeLog   1 Jan 2015 22:28:16 -0000       1.74
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/rednotebook
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.73 
2014/01/13 20:52:11 mattm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.74 
2015/01/01 22:28:16 mgorny Exp $
+
+  01 Jan 2015; Michał Górny <[email protected]> -rednotebook-1.6.6-r1.ebuild,
+  -rednotebook-1.7.3.ebuild, rednotebook-1.8.0.ebuild:
+  Fix the python-r1 code. Remove DISTUTILS_JOBS variable that is not intended
+  for ebuilds. Remove redundant PYTHON_DEPS. Add missing PYTHON_USEDEPs. Remove
+  pointless python_setup call. Remove old, broken ebuilds.
 
   13 Jan 2014; Matthew Marlowe <[email protected]> rednotebook-1.7.3.ebuild,
   rednotebook-1.8.0.ebuild:




Reply via email to