public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/ksplasher: ksplasher-2.0_beta2-r2.ebuild ChangeLog
@ 2014-01-05 21:26 Chris Reffett (creffett)
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Reffett (creffett) @ 2014-01-05 21:26 UTC (permalink / raw
  To: gentoo-commits

creffett    14/01/05 21:26:20

  Modified:             ksplasher-2.0_beta2-r2.ebuild ChangeLog
  Log:
  Bump EAPI, migrate to python-single-r1
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)

Revision  Changes    Path
1.2                  kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild

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

Index: ksplasher-2.0_beta2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ksplasher-2.0_beta2-r2.ebuild	9 Sep 2013 04:20:15 -0000	1.1
+++ ksplasher-2.0_beta2-r2.ebuild	5 Jan 2014 21:26:20 -0000	1.2
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.1 2013/09/09 04:20:15 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.2 2014/01/05 21:26:20 creffett Exp $
 
-EAPI=2
-PYTHON_DEPEND="2"
-inherit python eutils
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7} )
+inherit python-single-r1 eutils
 
-DESCRIPTION="a KSplashX engine (KDE4) Splash Screen Creator"
+DESCRIPTION="A KSplashX engine (KDE4) Splash Screen Creator"
 HOMEPAGE="http://ksplasher.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${PN}x${PV/_}.tar.gz"
 
@@ -15,18 +15,17 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-python/imaging
-	dev-python/PyQt4"
+RDEPEND="${PYTHON_DEPS}
+	dev-python/imaging[${PYTHON_USEDEP}]
+	dev-python/PyQt4[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 S=${WORKDIR}/${PN}x
 
-pkg_setup() {
-	python_set_active_version 2
-}
-
 src_prepare() {
 	epatch "${FILESDIR}/${PN}-pillow.patch"
-	python_convert_shebangs -r 2 .
 	# ksplasherx is a bash script which calls 'python foo'. We fix it here.
 	sed -i -e 's:python:/usr/bin/env python2:g' ksplasherx || die
 }
@@ -35,6 +34,7 @@
 	dobin ksplasherx || die
 	insinto /usr/share/ksplasherx
 	doins -r src || die
+	python_fix_shebang "${ED}/usr/share/ksplasherx/src/"
 	doicon ksicon.png
 	make_desktop_entry ${PN}x KSplasherX ksicon "Qt;KDE;Graphics"
 	dodoc README



1.5                  kde-misc/ksplasher/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	9 Sep 2013 04:20:15 -0000	1.4
+++ ChangeLog	5 Jan 2014 21:26:20 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/ksplasher
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.4 2013/09/09 04:20:15 floppym Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.5 2014/01/05 21:26:20 creffett Exp $
+
+  05 Jan 2014; Chris Reffett <creffett@gentoo.org>
+  ksplasher-2.0_beta2-r2.ebuild:
+  Bump EAPI, migrate to python-single-r1
 
 *ksplasher-2.0_beta2-r2 (09 Sep 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-misc/ksplasher: ksplasher-2.0_beta2-r2.ebuild ChangeLog
@ 2014-06-10  2:18 Mike Gilbert (floppym)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2014-06-10  2:18 UTC (permalink / raw
  To: gentoo-commits

floppym     14/06/10 02:18:13

  Modified:             ksplasher-2.0_beta2-r2.ebuild ChangeLog
  Log:
  Depend on pillow rather than PIL.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild

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

Index: ksplasher-2.0_beta2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ksplasher-2.0_beta2-r2.ebuild	5 Jan 2014 21:26:20 -0000	1.2
+++ ksplasher-2.0_beta2-r2.ebuild	10 Jun 2014 02:18:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.2 2014/01/05 21:26:20 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.3 2014/06/10 02:18:13 floppym Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7} )
@@ -16,7 +16,7 @@
 IUSE=""
 
 RDEPEND="${PYTHON_DEPS}
-	dev-python/imaging[${PYTHON_USEDEP}]
+	dev-python/pillow[${PYTHON_USEDEP}]
 	dev-python/PyQt4[${PYTHON_USEDEP}]
 "
 DEPEND="${RDEPEND}"



1.6                  kde-misc/ksplasher/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	5 Jan 2014 21:26:20 -0000	1.5
+++ ChangeLog	10 Jun 2014 02:18:13 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/ksplasher
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.5 2014/01/05 21:26:20 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.6 2014/06/10 02:18:13 floppym Exp $
+
+  10 Jun 2014; Mike Gilbert <floppym@gentoo.org> ksplasher-2.0_beta2-r2.ebuild:
+  Depend on pillow rather than PIL.
 
   05 Jan 2014; Chris Reffett <creffett@gentoo.org>
   ksplasher-2.0_beta2-r2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in kde-misc/ksplasher: ksplasher-2.0_beta2-r2.ebuild ChangeLog
@ 2015-04-08 18:12 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 18:12 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 18:12:52

  Modified:             ksplasher-2.0_beta2-r2.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?r1=1.3&r2=1.4

Index: ksplasher-2.0_beta2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ksplasher-2.0_beta2-r2.ebuild	10 Jun 2014 02:18:13 -0000	1.3
+++ ksplasher-2.0_beta2-r2.ebuild	8 Apr 2015 18:12:52 -0000	1.4
@@ -1,9 +1,9 @@
-# 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/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.3 2014/06/10 02:18:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.4 2015/04/08 18:12:52 mgorny Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 inherit python-single-r1 eutils
 
 DESCRIPTION="A KSplashX engine (KDE4) Splash Screen Creator"



1.7                  kde-misc/ksplasher/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	10 Jun 2014 02:18:13 -0000	1.6
+++ ChangeLog	8 Apr 2015 18:12:52 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/ksplasher
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.6 2014/06/10 02:18:13 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.7 2015/04/08 18:12:52 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> ksplasher-2.0_beta2-r2.ebuild:
+  Drop old Python implementations
 
   10 Jun 2014; Mike Gilbert <floppym@gentoo.org> ksplasher-2.0_beta2-r2.ebuild:
   Depend on pillow rather than PIL.





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

end of thread, other threads:[~2015-04-08 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 18:12 [gentoo-commits] gentoo-x86 commit in kde-misc/ksplasher: ksplasher-2.0_beta2-r2.ebuild ChangeLog Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-10  2:18 Mike Gilbert (floppym)
2014-01-05 21:26 Chris Reffett (creffett)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox