public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/cropgui: cropgui-0.1.1-r2.ebuild ChangeLog
@ 2013-05-29 13:16 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-05-29 13:16 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/05/29 13:16:15

  Modified:             ChangeLog
  Added:                cropgui-0.1.1-r2.ebuild
  Log:
  Revision bump: EAPI 5, migrate to python-r1 eclass, add epatch_user
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.5                  media-gfx/cropgui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 May 2013 20:00:46 -0000	1.4
+++ ChangeLog	29 May 2013 13:16:15 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/cropgui
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.4 2013/05/28 20:00:46 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.5 2013/05/29 13:16:15 pinkbyte Exp $
+
+*cropgui-0.1.1-r2 (29 May 2013)
+
+  29 May 2013; Sergey Popov <pinkbyte@gentoo.org> +cropgui-0.1.1-r2.ebuild:
+  Revision bump: EAPI 5, migrate to python-r1 eclass, add epatch_user
 
 *cropgui-0.1.1-r1 (28 May 2013)
 



1.1                  media-gfx/cropgui/cropgui-0.1.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: cropgui-0.1.1-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.1 2013/05/29 13:16:15 pinkbyte Exp $

EAPI="5"

PYTHON_COMPAT=( python2_{6,7} )
inherit eutils python-r1

DESCRIPTION="GUI for lossless cropping of jpeg images"
HOMEPAGE="http://emergent.unpythonic.net/01248401946"
SRC_URI="http://media.unpythonic.net/emergent-files/01248401946/${PN}_${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DEPEND="${PYTHON_DEPS}"
RDEPEND="${PYTHON_DEPS}
	dev-python/imaging[${PYTHON_USEDEP}]
	dev-python/pygobject:2[${PYTHON_USEDEP}]
	dev-python/pygtk:2[${PYTHON_USEDEP}]
"

S="${WORKDIR}/${PN}"

src_prepare() {
	sed -i  -e '/Encoding/d' \
		-e '/Version/d' \
		-e '/MimeType/s/$/&;/' \
		-e '/Categories/s/Application;//' \
		cropgui.desktop || die 'sed on cropgui.desktop failed'
	# bug 471530
	epatch "${FILESDIR}/${P}-PIL.patch"

	epatch_user
}

install_cropgui_wrapper() {
	python_domodule cropgtk.py cropgui_common.py filechooser.py cropgui.glade
	make_wrapper "${PN}-${EPYTHON}" "${PYTHON} $(python_get_sitedir)/${PN}/cropgtk.py"
}

src_install() {
	local python_moduleroot="${PN}"
	python_foreach_impl install_cropgui_wrapper
	dosym python-exec /usr/bin/"${PN}"

	domenu "${PN}.desktop"
	doicon "${PN}.png"
}





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

* [gentoo-commits] gentoo-x86 commit in media-gfx/cropgui: cropgui-0.1.1-r2.ebuild ChangeLog
@ 2013-06-18 13:23 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada (zlogene) @ 2013-06-18 13:23 UTC (permalink / raw
  To: gentoo-commits

zlogene     13/06/18 13:23:05

  Modified:             cropgui-0.1.1-r2.ebuild ChangeLog
  Log:
  amd64/x86 stable wrt bug #473694
  
  (Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  media-gfx/cropgui/cropgui-0.1.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?r1=1.2&r2=1.3

Index: cropgui-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cropgui-0.1.1-r2.ebuild	9 Jun 2013 18:13:14 -0000	1.2
+++ cropgui-0.1.1-r2.ebuild	18 Jun 2013 13:23:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.2 2013/06/09 18:13:14 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.3 2013/06/18 13:23:05 zlogene Exp $
 
 EAPI="5"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}"



1.8                  media-gfx/cropgui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Jun 2013 18:13:14 -0000	1.7
+++ ChangeLog	18 Jun 2013 13:23:05 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/cropgui
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.7 2013/06/09 18:13:14 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.8 2013/06/18 13:23:05 zlogene Exp $
+
+  18 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> cropgui-0.1.1-r2.ebuild:
+  amd64/x86 stable wrt bug #473694
 
   09 Jun 2013; Mike Gilbert <floppym@gentoo.org> cropgui-0.1.1-r1.ebuild,
   cropgui-0.1.1-r2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-gfx/cropgui: cropgui-0.1.1-r2.ebuild ChangeLog
@ 2013-09-17 20:17 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-17 20:17 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/17 20:17:52

  Modified:             cropgui-0.1.1-r2.ebuild ChangeLog
  Log:
  Add explicit dep on python-exec:0 since the package wraps the script manually.
  
  (Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  media-gfx/cropgui/cropgui-0.1.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?r1=1.3&r2=1.4

Index: cropgui-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cropgui-0.1.1-r2.ebuild	18 Jun 2013 13:23:05 -0000	1.3
+++ cropgui-0.1.1-r2.ebuild	17 Sep 2013 20:17:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.3 2013/06/18 13:23:05 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.4 2013/09/17 20:17:52 mgorny Exp $
 
 EAPI="5"
 
@@ -16,7 +16,8 @@
 KEYWORDS="amd64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="${PYTHON_DEPS}"
+DEPEND="${PYTHON_DEPS}
+	dev-python/python-exec:0[${PYTHON_USEDEP}]"
 RDEPEND="${PYTHON_DEPS}
 	virtual/python-imaging[${PYTHON_USEDEP}]
 	dev-python/pygobject:2[${PYTHON_USEDEP}]



1.10                 media-gfx/cropgui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	18 Jun 2013 14:00:42 -0000	1.9
+++ ChangeLog	17 Sep 2013 20:17:52 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/cropgui
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.9 2013/06/18 14:00:42 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.10 2013/09/17 20:17:52 mgorny Exp $
+
+  17 Sep 2013; Michał Górny <mgorny@gentoo.org> cropgui-0.1.1-r2.ebuild:
+  Add explicit dep on python-exec:0 since the package wraps the script manually.
 
   18 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> -cropgui-0.1.1-r1.ebuild,
   -cropgui-0.1.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-gfx/cropgui: cropgui-0.1.1-r2.ebuild ChangeLog
@ 2013-10-30 19:25 Michal Gorny (mgorny)
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Gorny (mgorny) @ 2013-10-30 19:25 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/10/30 19:25:27

  Modified:             cropgui-0.1.1-r2.ebuild ChangeLog
  Log:
  Update the dep to use dev-lang/python-exec.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  media-gfx/cropgui/cropgui-0.1.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild?r1=1.4&r2=1.5

Index: cropgui-0.1.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cropgui-0.1.1-r2.ebuild	17 Sep 2013 20:17:52 -0000	1.4
+++ cropgui-0.1.1-r2.ebuild	30 Oct 2013 19:25:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.4 2013/09/17 20:17:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/cropgui-0.1.1-r2.ebuild,v 1.5 2013/10/30 19:25:27 mgorny Exp $
 
 EAPI="5"
 
@@ -17,7 +17,7 @@
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="${PYTHON_DEPS}
-	dev-python/python-exec:0[${PYTHON_USEDEP}]"
+	dev-lang/python-exec:0[${PYTHON_USEDEP}]"
 RDEPEND="${PYTHON_DEPS}
 	virtual/python-imaging[${PYTHON_USEDEP}]
 	dev-python/pygobject:2[${PYTHON_USEDEP}]



1.11                 media-gfx/cropgui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/cropgui/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	17 Sep 2013 20:17:52 -0000	1.10
+++ ChangeLog	30 Oct 2013 19:25:27 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/cropgui
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.10 2013/09/17 20:17:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/cropgui/ChangeLog,v 1.11 2013/10/30 19:25:27 mgorny Exp $
+
+  30 Oct 2013; Michał Górny <mgorny@gentoo.org> cropgui-0.1.1-r2.ebuild:
+  Update the dep to use dev-lang/python-exec.
 
   17 Sep 2013; Michał Górny <mgorny@gentoo.org> cropgui-0.1.1-r2.ebuild:
   Add explicit dep on python-exec:0 since the package wraps the script manually.





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

end of thread, other threads:[~2013-10-30 19:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-29 13:16 [gentoo-commits] gentoo-x86 commit in media-gfx/cropgui: cropgui-0.1.1-r2.ebuild ChangeLog Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2013-06-18 13:23 Mikle Kolyada (zlogene)
2013-09-17 20:17 Michal Gorny (mgorny)
2013-10-30 19:25 Michal Gorny (mgorny)

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