public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-1.1.5.ebuild
@ 2010-08-07 18:01 Justin Lecher (jlec)
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2010-08-07 18:01 UTC (permalink / raw
  To: gentoo-commits

jlec        10/08/07 18:01:02

  Modified:             ChangeLog uniconvertor-1.1.5.ebuild
  Log:
  Added missing deps, thanks to Nikoli
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-gfx/uniconvertor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	6 Aug 2010 13:43:59 -0000	1.3
+++ ChangeLog	7 Aug 2010 18:01:02 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/uniconvertor
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.3 2010/08/06 13:43:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.4 2010/08/07 18:01:02 jlec Exp $
+
+  07 Aug 2010; Justin Lecher <jlec@gentoo.org> uniconvertor-1.1.5.ebuild,
+  +files/uniconvertor-1.1.5_export_raster.py_fix_import.patch:
+  Added missing deps and patches, thanks to Nikoli
 
 *uniconvertor-1.1.5 (06 Aug 2010)
 



1.2                  media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild

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

Index: uniconvertor-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- uniconvertor-1.1.5.ebuild	6 Aug 2010 13:43:59 -0000	1.1
+++ uniconvertor-1.1.5.ebuild	7 Aug 2010 18:01:02 -0000	1.2
@@ -1,14 +1,14 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.1 2010/08/06 13:43:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.2 2010/08/07 18:01:02 jlec Exp $
 
-EAPI=2
+EAPI="2"
 
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.7 3.*"
+RESTRICT_PYTHON_ABIS="3.*"
 
-inherit distutils
+inherit distutils eutils
 
 DESCRIPTION="Commandline tool for popular vector formats convertion"
 HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
@@ -19,21 +19,16 @@
 LICENSE="GPL-2 LGPL-2"
 IUSE=""
 
-DEPEND="
-	dev-python/imaging
-	dev-python/reportlab
-	>=media-libs/sk1libs-0.9.1"
-
-S=${WORKDIR}/${P}
+DEPEND=">=media-libs/sk1libs-0.9.1"
+RDEPEND="${DEPEND}
+	app-text/ghostscript-gpl"
 
 src_prepare() {
 	sed -i \
 		-e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \
 		setup.py || die
 
-	distutils_src_prepare
-}
+	epatch "${FILESDIR}/uniconvertor-1.1.5_export_raster.py_fix_import.patch"
 
-src_install() {
-	distutils_src_install
+	distutils_src_prepare
 }






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-1.1.5.ebuild
@ 2011-06-24 15:38 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-06-24 15:38 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/24 15:38:07

  Modified:             ChangeLog uniconvertor-1.1.5.ebuild
  Log:
  Marking uniconvertor-1.1.5 ~ppc for bug 356243
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.6                  media-gfx/uniconvertor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	1 Mar 2011 15:36:32 -0000	1.5
+++ ChangeLog	24 Jun 2011 15:38:06 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/uniconvertor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.5 2011/03/01 15:36:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.6 2011/06/24 15:38:06 ranger Exp $
+
+  24 Jun 2011; Brent Baude <ranger@gentoo.org> uniconvertor-1.1.5.ebuild:
+  Marking uniconvertor-1.1.5 ~ppc for bug 356243
 
   01 Mar 2011; Jeroen Roovers <jer@gentoo.org> uniconvertor-1.1.4.ebuild,
   uniconvertor-1.1.5.ebuild:



1.4                  media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild

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

Index: uniconvertor-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- uniconvertor-1.1.5.ebuild	1 Mar 2011 15:36:32 -0000	1.3
+++ uniconvertor-1.1.5.ebuild	24 Jun 2011 15:38:06 -0000	1.4
@@ -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/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.3 2011/03/01 15:36:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.4 2011/06/24 15:38:06 ranger Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
 SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-1.1.5.ebuild
@ 2011-07-26  8:01 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-26  8:01 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/26 08:01:39

  Modified:             ChangeLog uniconvertor-1.1.5.ebuild
  Log:
  Marked ~ppc64 wrt #356243
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  media-gfx/uniconvertor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	24 Jun 2011 15:38:06 -0000	1.6
+++ ChangeLog	26 Jul 2011 08:01:36 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/uniconvertor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.6 2011/06/24 15:38:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.7 2011/07/26 08:01:36 xarthisius Exp $
+
+  26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  uniconvertor-1.1.5.ebuild:
+  Marked ~ppc64 wrt #356243
 
   24 Jun 2011; Brent Baude <ranger@gentoo.org> uniconvertor-1.1.5.ebuild:
   Marking uniconvertor-1.1.5 ~ppc for bug 356243



1.5                  media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild

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

Index: uniconvertor-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- uniconvertor-1.1.5.ebuild	24 Jun 2011 15:38:06 -0000	1.4
+++ uniconvertor-1.1.5.ebuild	26 Jul 2011 08:01:36 -0000	1.5
@@ -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/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.4 2011/06/24 15:38:06 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.5 2011/07/26 08:01:36 xarthisius Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
 SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-1.1.5.ebuild
@ 2011-09-02 18:20 Fabian Groffen (grobian)
  0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2011-09-02 18:20 UTC (permalink / raw
  To: gentoo-commits

grobian     11/09/02 18:20:49

  Modified:             ChangeLog uniconvertor-1.1.5.ebuild
  Log:
  Marked ~amd64-linux, ~x64-macos, bug #359693
  
  (Portage version: 2.2.01.19120-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.8                  media-gfx/uniconvertor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	26 Jul 2011 08:01:36 -0000	1.7
+++ ChangeLog	2 Sep 2011 18:20:49 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/uniconvertor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.7 2011/07/26 08:01:36 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.8 2011/09/02 18:20:49 grobian Exp $
+
+  02 Sep 2011; Fabian Groffen <grobian@gentoo.org> uniconvertor-1.1.5.ebuild:
+  Marked ~amd64-linux, ~x64-macos, bug #359693
 
   26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
   uniconvertor-1.1.5.ebuild:



1.6                  media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild

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

Index: uniconvertor-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- uniconvertor-1.1.5.ebuild	26 Jul 2011 08:01:36 -0000	1.5
+++ uniconvertor-1.1.5.ebuild	2 Sep 2011 18:20:49 -0000	1.6
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.5 2011/07/26 08:01:36 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.6 2011/09/02 18:20:49 grobian Exp $
 
-EAPI="2"
+EAPI="3"
 
 PYTHON_DEPEND="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
 HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
 SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-1.1.5.ebuild
@ 2011-10-15 18:25 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-15 18:25 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/15 18:25:45

  Modified:             ChangeLog uniconvertor-1.1.5.ebuild
  Log:
  amd64 stable wrt #387199
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-gfx/uniconvertor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	2 Sep 2011 18:20:49 -0000	1.8
+++ ChangeLog	15 Oct 2011 18:25:45 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/uniconvertor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.8 2011/09/02 18:20:49 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.9 2011/10/15 18:25:45 ssuominen Exp $
+
+  15 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  uniconvertor-1.1.5.ebuild:
+  amd64 stable wrt #387199
 
   02 Sep 2011; Fabian Groffen <grobian@gentoo.org> uniconvertor-1.1.5.ebuild:
   Marked ~amd64-linux, ~x64-macos, bug #359693



1.8                  media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild

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

Index: uniconvertor-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- uniconvertor-1.1.5.ebuild	8 Sep 2011 18:36:53 -0000	1.7
+++ uniconvertor-1.1.5.ebuild	15 Oct 2011 18:25:45 -0000	1.8
@@ -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/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.7 2011/09/08 18:36:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.8 2011/10/15 18:25:45 ssuominen Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
 SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
 
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~sparc-solaris"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~sparc-solaris"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-1.1.5.ebuild
@ 2011-10-16 18:24 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-10-16 18:24 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/10/16 18:24:24

  Modified:             ChangeLog uniconvertor-1.1.5.ebuild
  Log:
  ppc/ppc64 stable wrt #387199
  
  (Portage version: 2.2.0_alpha63/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 media-gfx/uniconvertor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	15 Oct 2011 18:25:45 -0000	1.9
+++ ChangeLog	16 Oct 2011 18:24:24 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/uniconvertor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.9 2011/10/15 18:25:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.10 2011/10/16 18:24:24 xarthisius Exp $
+
+  16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  uniconvertor-1.1.5.ebuild:
+  ppc/ppc64 stable wrt #387199
 
   15 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
   uniconvertor-1.1.5.ebuild:



1.9                  media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild

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

Index: uniconvertor-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- uniconvertor-1.1.5.ebuild	15 Oct 2011 18:25:45 -0000	1.8
+++ uniconvertor-1.1.5.ebuild	16 Oct 2011 18:24:24 -0000	1.9
@@ -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/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.8 2011/10/15 18:25:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.9 2011/10/16 18:24:24 xarthisius Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
 SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
 
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~sparc-solaris"
+KEYWORDS="amd64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x64-macos ~sparc-solaris"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-1.1.5.ebuild
@ 2011-10-18 14:25 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-18 14:25 UTC (permalink / raw
  To: gentoo-commits

jer         11/10/18 14:25:34

  Modified:             ChangeLog uniconvertor-1.1.5.ebuild
  Log:
  Stable for HPPA (bug #387199).
  
  (Portage version: 2.2.0_alpha68/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 media-gfx/uniconvertor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	16 Oct 2011 18:24:24 -0000	1.10
+++ ChangeLog	18 Oct 2011 14:25:34 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/uniconvertor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.10 2011/10/16 18:24:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.11 2011/10/18 14:25:34 jer Exp $
+
+  18 Oct 2011; Jeroen Roovers <jer@gentoo.org> uniconvertor-1.1.5.ebuild:
+  Stable for HPPA (bug #387199).
 
   16 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
   uniconvertor-1.1.5.ebuild:



1.10                 media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild

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

Index: uniconvertor-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- uniconvertor-1.1.5.ebuild	16 Oct 2011 18:24:24 -0000	1.9
+++ uniconvertor-1.1.5.ebuild	18 Oct 2011 14:25:34 -0000	1.10
@@ -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/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.9 2011/10/16 18:24:24 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.10 2011/10/18 14:25:34 jer Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
 SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
 
-KEYWORDS="amd64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x64-macos ~sparc-solaris"
+KEYWORDS="amd64 hppa ppc ppc64 ~x86 ~amd64-linux ~x64-macos ~sparc-solaris"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-1.1.5.ebuild
@ 2011-10-21 16:46 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-21 16:46 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/21 16:46:09

  Modified:             ChangeLog uniconvertor-1.1.5.ebuild
  Log:
  x86 stable wrt #387199
  
  (Portage version: 2.2.0_alpha69/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-gfx/uniconvertor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	18 Oct 2011 14:25:34 -0000	1.11
+++ ChangeLog	21 Oct 2011 16:46:09 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/uniconvertor
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.11 2011/10/18 14:25:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.12 2011/10/21 16:46:09 ssuominen Exp $
+
+  21 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  uniconvertor-1.1.5.ebuild:
+  x86 stable wrt #387199
 
   18 Oct 2011; Jeroen Roovers <jer@gentoo.org> uniconvertor-1.1.5.ebuild:
   Stable for HPPA (bug #387199).



1.11                 media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild

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

Index: uniconvertor-1.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- uniconvertor-1.1.5.ebuild	18 Oct 2011 14:25:34 -0000	1.10
+++ uniconvertor-1.1.5.ebuild	21 Oct 2011 16:46:09 -0000	1.11
@@ -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/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.10 2011/10/18 14:25:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.11 2011/10/21 16:46:09 ssuominen Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
 SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
 
-KEYWORDS="amd64 hppa ppc ppc64 ~x86 ~amd64-linux ~x64-macos ~sparc-solaris"
+KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x64-macos ~sparc-solaris"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""






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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-02 18:20 [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-1.1.5.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-21 16:46 Samuli Suominen (ssuominen)
2011-10-18 14:25 Jeroen Roovers (jer)
2011-10-16 18:24 Kacper Kowalik (xarthisius)
2011-10-15 18:25 Samuli Suominen (ssuominen)
2011-07-26  8:01 Kacper Kowalik (xarthisius)
2011-06-24 15:38 Brent Baude (ranger)
2010-08-07 18:01 Justin Lecher (jlec)

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