[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/, media-gfx/uniconvertor/files/, profiles/

2020-08-20 Thread Michał Górny
commit: 5a97c4b6915076cb4e214460db9cbab0d9656c92
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 20 11:34:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 20 11:39:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a97c4b6

media-gfx/uniconvertor: Remove last-rited pkg

Closes: https://bugs.gentoo.org/715682
Signed-off-by: Michał Górny  gentoo.org>

 media-gfx/uniconvertor/Manifest|  1 -
 .../uniconvertor-2.0_pre379-ImageMagick7.patch | 72 -
 .../files/uniconvertor-2.0_pre379-abs.patch| 10 ---
 .../files/uniconvertor-2.0_pre379-import.patch | 30 -
 .../files/uniconvertor-2.0_pre379-libimg.patch | 30 -
 .../files/uniconvertor-2.0_pre379-test.patch   | 37 ---
 media-gfx/uniconvertor/metadata.xml|  5 --
 .../uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 73 --
 profiles/package.mask  |  6 --
 9 files changed, 264 deletions(-)

diff --git a/media-gfx/uniconvertor/Manifest b/media-gfx/uniconvertor/Manifest
deleted file mode 100644
index 07266bb69cf..000
--- a/media-gfx/uniconvertor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST uniconvertor-2.0_pre379.tar.xz 1844780 BLAKE2B 
51698d88941be700dd31e5527a8ffc8b2548d9f1323242e8f31a3ad00f2e4a2c5617be87443b130d664aeceea8b96ff17b72dfe32964854cc8f121351a918ec3
 SHA512 
3a0dd8e52addb391225ae148a673e3464a04e0d36e5955e496ef78e91597408706e5cbc06113b3e959446c6dd89aefa821f32ef81a5d1837a2a3d405a5a63dea

diff --git 
a/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-ImageMagick7.patch 
b/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-ImageMagick7.patch
deleted file mode 100644
index c79b7923158..000
--- a/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-ImageMagick7.patch
+++ /dev/null
@@ -1,72 +0,0 @@
 a/src/uc2/libimg/_libimg.c 2013-02-25 11:20:00.0 +0100
-+++ b/src/uc2/libimg/_libimg.c 2016-07-11 09:41:03.721305655 +0200
-@@ -16,8 +16,8 @@
-  *along with this program.  If not, see .
-  */
- 
-+#include 
- #include 
--#include 
- 
- static PyObject *
- im_InitMagick(PyObject *self, PyObject *args) {
-@@ -184,33 +184,18 @@
-   else if (img_type == GrayscaleType){
-   return Py_BuildValue("s", "GrayscaleType");
-   }
--  else if (img_type == GrayscaleMatteType){
--  return Py_BuildValue("s", "GrayscaleMatteType");
--  }
-   else if (img_type == PaletteType){
-   return Py_BuildValue("s", "PaletteType");
-   }
--  else if (img_type == PaletteMatteType){
--  return Py_BuildValue("s", "PaletteMatteType");
--  }
-   else if (img_type == TrueColorType){
-   return Py_BuildValue("s", "TrueColorType");
-   }
--  else if (img_type == TrueColorMatteType){
--  return Py_BuildValue("s", "TrueColorMatteType");
--  }
-   else if (img_type == ColorSeparationType){
-   return Py_BuildValue("s", "ColorSeparationType");
-   }
--  else if (img_type == ColorSeparationMatteType){
--  return Py_BuildValue("s", "ColorSeparationMatteType");
--  }
-   else if (img_type == OptimizeType){
-   return Py_BuildValue("s", "OptimizeType");
-   }
--  else if (img_type == PaletteBilevelMatteType){
--  return Py_BuildValue("s", "PaletteBilevelMatteType");
--  }
-   else {
-   return Py_BuildValue("s", "UndefinedType");
-   }
-@@ -235,9 +220,7 @@
- //HSBColorspace,
- //HSLColorspace,
- //HWBColorspace,
--//Rec601LumaColorspace,
- //Rec601YCbCrColorspace,
--//Rec709LumaColorspace,
- //Rec709YCbCrColorspace,
- //LogColorspace,
- //CMYColorspace
-@@ -305,15 +288,9 @@
-   else if (cs == HWBColorspace){
-   return Py_BuildValue("s", "HWBColorspace");
-   }
--  else if (cs == Rec601LumaColorspace){
--  return Py_BuildValue("s", "Rec601LumaColorspace");
--  }
-   else if (cs == Rec601YCbCrColorspace){
-   return Py_BuildValue("s", "Rec601YCbCrColorspace");
-   }
--  else if (cs == Rec709LumaColorspace){
--  return Py_BuildValue("s", "Rec709LumaColorspace");
--  }
-   else if (cs == Rec709YCbCrColorspace){
-   return Py_BuildValue("s", "Rec709YCbCrColorspace");
-   }

diff --git a/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch 
b/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch
deleted file mode 100644
index c344f8b1c54..000
--- a/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/uc2/formats/sk1/sk1objs/curvelow.c
-+++ b/src/uc2/formats/sk1/sk1objs/curvelow.c
-@@ -24,6 +24,7 @@
- 
- 
- #include "math.h"
-+#include  /* abs() */
- // #include "X11/Xlib.h"
- #include "curvelow.h"
- 

diff --git a/media-gfx/uniconvertor/files/unic

[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2020-07-01 Thread Andreas Sturmlechner
commit: 19cf35ae4e42736d6e82e2768e83840ba5da144d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul  1 15:55:29 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul  1 15:56:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cf35ae

media-gfx/uniconvertor: Drop 2.0_pre379-r1

Long obsolete...

Bug: https://bugs.gentoo.org/581816
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 64 --
 1 file changed, 64 deletions(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
deleted file mode 100644
index 70eb7af38ee..000
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 xdg-utils
-
-DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and 
more."
-HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
-SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
-
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-
-RDEPEND="
-   dev-python/pycairo[${PYTHON_USEDEP}]
-   media-gfx/imagemagick:=
-   media-libs/lcms:2
-   dev-python/pillow[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   app-text/ghostscript-gpl"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-import.patch
-   "${FILESDIR}"/${P}-libimg.patch
-   "${FILESDIR}"/${P}-test.patch
-   )
-
-python_prepare_all() {
-   local wand
-   wand=$(pkg-config --libs MagickWand | sed -e "s:^ *::g" -e "s: *$::g" 
-e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")
-
-   distutils-r1_python_prepare_all
-
-   sed \
-   -e "/libraries/s:'MagickWand':${wand}:g" \
-   -i setup.py || die
-
-   ln -sf \
-   "${EPREFIX}"/usr/share/imagemagick/sRGB.icm \
-   src/unittests/cms_tests/cms_data/sRGB.icm || die
-}
-
-python_test() {
-   einfo ${PYTHONPATH}
-   #distutils_install_for_testing
-   cd src/unittests || die
-   ${EPYTHON} all_tests.py || die
-}
-
-pkg_postinst() {
-   xdg_mimeinfo_database_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_mimeinfo_database_update
-   xdg_desktop_database_update
-}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2020-03-31 Thread Sergei Trofimovich
commit: 7d13bf3e7121f692c684f58c33636f2887ccf809
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Mar 31 16:36:51 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Mar 31 18:01:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d13bf3e

media-gfx/uniconvertor: drop to ~hppa

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 4 ++--
 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
index 6f983cf383f..70eb7af38ee 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Convert vector graphic file formats like .cdr, 
.svg, wmf and more."
 
HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
 SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
 
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index 104e7215394..d3c2dfdf93f 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Convert vector graphic file formats like .cdr, 
.svg, wmf and more."
 
HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
 SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
 
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2018-05-12 Thread Sergei Trofimovich
commit: 75a6a3d3883ba770fd13c296947b53dfe4e4c957
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 12 08:39:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 12 08:39:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a6a3d3

media-gfx/uniconvertor: stable 2.0_pre379-r2 for hppa, bug #640668

Bug: https://bugs.gentoo.org/640668
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index 2a5d72d3569..104e7215394 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Convert vector graphic file formats like .cdr, 
.svg, wmf and more."
 
HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
 SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
 
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2018-04-21 Thread Jonas Stein
commit: 39f51b31aafed2b9127c5d68366309a7a4449d93
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Apr 21 22:00:49 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Apr 21 22:01:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f51b31

media-gfx/uniconvertor: QA Fix: xdg_utils

Add missing update funtions to the ebuild.
Closes: https://bugs.gentoo.org/633604
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 14 --
 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 12 +++-
 2 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
index bb227cb03b1..6f983cf383f 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
+inherit distutils-r1 xdg-utils
 
 DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and 
more."
 
HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
@@ -52,3 +52,13 @@ python_test() {
cd src/unittests || die
${EPYTHON} all_tests.py || die
 }
+
+pkg_postinst() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index 93d5343814c..2a5d72d3569 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
+inherit distutils-r1 xdg-utils
 
 DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and 
more."
 
HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
@@ -61,3 +61,13 @@ python_test() {
cd src/unittests || die
${EPYTHON} all_tests.py || die
 }
+
+pkg_postinst() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}
+
+pkg_postrm() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+}



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2018-04-21 Thread Jonas Stein
commit: 3b0c52cf212165fed8e62e4de8b79ddaa8dcd550
Author: Jonas Stein  gentoo  org>
AuthorDate: Sat Apr 21 21:45:12 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sat Apr 21 21:53:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0c52cf

media-gfx/uniconvertor: remove eutils

No eutils functions used in this eapi 6 ebuild.

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index 22552436a69..93d5343814c 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 eutils
+inherit distutils-r1
 
 DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and 
more."
 
HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2017-12-27 Thread Sergei Trofimovich
commit: a56bb242f91ea8d57fdd5fcb0cd4a8fc22d21fa6
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 27 12:33:04 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 27 12:33:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56bb242

media-gfx/uniconvertor: stable 2.0_pre379-r2 for ppc/ppc64, bug #640668

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index 1f6be392d21..22552436a69 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Convert vector graphic file formats like .cdr, 
.svg, wmf and more."
 
HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
 SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
 
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2017-12-15 Thread Pacho Ramos
commit: b2a2ca30c7e1acd0e4d2f7778c83be3485ff9d27
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Dec 15 20:56:53 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Dec 15 20:56:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a2ca30

media-gfx/uniconvertor: amd64/x86 stable, bug #640668

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index a6195fb9358..1f6be392d21 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Convert vector graphic file formats like .cdr, 
.svg, wmf and more."
 
HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
 SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
 
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"
 SLOT="0"
 LICENSE="GPL-2 LGPL-2"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/files/, media-gfx/uniconvertor/

2017-12-03 Thread Jeroen Roovers
commit: eabce5e2348252945ad91b87b1ff91c3731b0ce5
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Dec  3 11:51:28 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Dec  3 11:51:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eabce5e2

media-gfx/uniconvertor: Add missing include.

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch | 10 ++
 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild   |  1 +
 2 files changed, 11 insertions(+)

diff --git a/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch 
b/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch
new file mode 100644
index 000..c344f8b1c54
--- /dev/null
+++ b/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-abs.patch
@@ -0,0 +1,10 @@
+--- a/src/uc2/formats/sk1/sk1objs/curvelow.c
 b/src/uc2/formats/sk1/sk1objs/curvelow.c
+@@ -24,6 +24,7 @@
+ 
+ 
+ #include "math.h"
++#include  /* abs() */
+ // #include "X11/Xlib.h"
+ #include "curvelow.h"
+ 

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index 81e96a4ade8..a6195fb9358 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -29,6 +29,7 @@ PATCHES=(
"${FILESDIR}"/${P}-import.patch
"${FILESDIR}"/${P}-libimg.patch
"${FILESDIR}"/${P}-test.patch
+   "${FILESDIR}"/${P}-abs.patch
)
 
 python_prepare_all() {



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2017-11-23 Thread Jonas Stein
commit: d234b1ed99aacc501ffe3cd0a287ec5404f86a0b
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Nov 23 13:52:16 2017 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Nov 23 13:52:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d234b1ed

media-gfx/uniconvertor: Fix HOMEPAGE

Closes: https://bugs.gentoo.org/610592
Package-Manager: Portage-2.3.16, Repoman-2.3.5

 media-gfx/uniconvertor/Manifest  | 2 +-
 media-gfx/uniconvertor/metadata.xml  | 3 ---
 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 6 +++---
 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 4 ++--
 4 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/media-gfx/uniconvertor/Manifest b/media-gfx/uniconvertor/Manifest
index 342ee925975..07266bb69cf 100644
--- a/media-gfx/uniconvertor/Manifest
+++ b/media-gfx/uniconvertor/Manifest
@@ -1 +1 @@
-DIST uniconvertor-2.0_pre379.tar.xz 1844780 SHA256 
96ab27fd19743bcb12385ffd15a586033e8a4a3aa1958eecf1c5cdee67a73fa5 SHA512 
3a0dd8e52addb391225ae148a673e3464a04e0d36e5955e496ef78e91597408706e5cbc06113b3e959446c6dd89aefa821f32ef81a5d1837a2a3d405a5a63dea
 WHIRLPOOL 
53c78ec1fdc64445467ea9a9ab04923a9447b428c37f1d43789e03ece61361a00db7686e0ce566805313c7298334c35a1d4fa0939d81d9962f072d5daece36df
+DIST uniconvertor-2.0_pre379.tar.xz 1844780 BLAKE2B 
51698d88941be700dd31e5527a8ffc8b2548d9f1323242e8f31a3ad00f2e4a2c5617be87443b130d664aeceea8b96ff17b72dfe32964854cc8f121351a918ec3
 SHA512 
3a0dd8e52addb391225ae148a673e3464a04e0d36e5955e496ef78e91597408706e5cbc06113b3e959446c6dd89aefa821f32ef81a5d1837a2a3d405a5a63dea

diff --git a/media-gfx/uniconvertor/metadata.xml 
b/media-gfx/uniconvertor/metadata.xml
index 7f355f6a39e..6ade85e1c64 100644
--- a/media-gfx/uniconvertor/metadata.xml
+++ b/media-gfx/uniconvertor/metadata.xml
@@ -5,7 +5,4 @@
 graph...@gentoo.org
 Gentoo Graphics Project
   
-  
-uniconvertor
-  
 

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
index b47553d2eb6..bb227cb03b1 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-DESCRIPTION="Commandline tool for popular vector formats convertion"
-HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor 
https://code.google.com/p/uniconvertor/";
+DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and 
more."
+HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
 SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
 
 KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos 
~sparc-solaris ~x86-solaris"

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index b859714fe1c..81e96a4ade8 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 eutils
 
-DESCRIPTION="Commandline tool for popular vector formats convertion"
-HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor 
https://code.google.com/p/uniconvertor/";
+DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and 
more."
+HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor";
 SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
 
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~sparc-solaris ~x86-solaris"



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2017-08-30 Thread Guilherme Amadio
commit: d6d202576a3667cd73fb32369adfcdfb3a0571e1
Author: Guilherme Amadio  gentoo  org>
AuthorDate: Wed Aug 30 00:48:32 2017 +
Commit: Guilherme Amadio  gentoo  org>
CommitDate: Wed Aug 30 12:06:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d20257

media-gfx/uniconvertor: prefix support

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
index 88fd8044ea1..b859714fe1c 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -38,6 +38,8 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 
sed \
+   -e "s@/usr/include@${EPREFIX}/usr/include@" \
+   -e "s@/usr/share@${EPREFIX}/usr/share@" \
-e "/libraries/s:'MagickWand':${wand}:g" \
-i setup.py || die
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/, media-gfx/uniconvertor/files/

2017-02-22 Thread Lars Wendler
commit: 0fe2ae29d1f246b07e4e8f564e8bc7db025d1461
Author: Lars Wendler  gentoo  org>
AuthorDate: Wed Feb 22 15:51:50 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Wed Feb 22 15:51:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe2ae29

media-gfx/uniconvertor: Revbump to fix compilation with imagemagick-7

https://bugs.gentoo.org/581816

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../uniconvertor-2.0_pre379-ImageMagick7.patch | 72 ++
 .../uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 61 ++
 2 files changed, 133 insertions(+)

diff --git 
a/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-ImageMagick7.patch 
b/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-ImageMagick7.patch
new file mode 100644
index 00..c79b792315
--- /dev/null
+++ b/media-gfx/uniconvertor/files/uniconvertor-2.0_pre379-ImageMagick7.patch
@@ -0,0 +1,72 @@
+--- a/src/uc2/libimg/_libimg.c 2013-02-25 11:20:00.0 +0100
 b/src/uc2/libimg/_libimg.c 2016-07-11 09:41:03.721305655 +0200
+@@ -16,8 +16,8 @@
+  *along with this program.  If not, see .
+  */
+ 
++#include 
+ #include 
+-#include 
+ 
+ static PyObject *
+ im_InitMagick(PyObject *self, PyObject *args) {
+@@ -184,33 +184,18 @@
+   else if (img_type == GrayscaleType){
+   return Py_BuildValue("s", "GrayscaleType");
+   }
+-  else if (img_type == GrayscaleMatteType){
+-  return Py_BuildValue("s", "GrayscaleMatteType");
+-  }
+   else if (img_type == PaletteType){
+   return Py_BuildValue("s", "PaletteType");
+   }
+-  else if (img_type == PaletteMatteType){
+-  return Py_BuildValue("s", "PaletteMatteType");
+-  }
+   else if (img_type == TrueColorType){
+   return Py_BuildValue("s", "TrueColorType");
+   }
+-  else if (img_type == TrueColorMatteType){
+-  return Py_BuildValue("s", "TrueColorMatteType");
+-  }
+   else if (img_type == ColorSeparationType){
+   return Py_BuildValue("s", "ColorSeparationType");
+   }
+-  else if (img_type == ColorSeparationMatteType){
+-  return Py_BuildValue("s", "ColorSeparationMatteType");
+-  }
+   else if (img_type == OptimizeType){
+   return Py_BuildValue("s", "OptimizeType");
+   }
+-  else if (img_type == PaletteBilevelMatteType){
+-  return Py_BuildValue("s", "PaletteBilevelMatteType");
+-  }
+   else {
+   return Py_BuildValue("s", "UndefinedType");
+   }
+@@ -235,9 +220,7 @@
+ //HSBColorspace,
+ //HSLColorspace,
+ //HWBColorspace,
+-//Rec601LumaColorspace,
+ //Rec601YCbCrColorspace,
+-//Rec709LumaColorspace,
+ //Rec709YCbCrColorspace,
+ //LogColorspace,
+ //CMYColorspace
+@@ -305,15 +288,9 @@
+   else if (cs == HWBColorspace){
+   return Py_BuildValue("s", "HWBColorspace");
+   }
+-  else if (cs == Rec601LumaColorspace){
+-  return Py_BuildValue("s", "Rec601LumaColorspace");
+-  }
+   else if (cs == Rec601YCbCrColorspace){
+   return Py_BuildValue("s", "Rec601YCbCrColorspace");
+   }
+-  else if (cs == Rec709LumaColorspace){
+-  return Py_BuildValue("s", "Rec709LumaColorspace");
+-  }
+   else if (cs == Rec709YCbCrColorspace){
+   return Py_BuildValue("s", "Rec709YCbCrColorspace");
+   }

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
new file mode 100644
index 00..502a0698e6
--- /dev/null
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="Commandline tool for popular vector formats convertion"
+HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor 
https://code.google.com/p/uniconvertor/";
+SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz";
+
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~sparc-solaris ~x86-solaris"
+SLOT="0"
+LICENSE="GPL-2 LGPL-2"
+IUSE=""
+
+RDEPEND="
+   dev-python/pycairo[${PYTHON_USEDEP}]
+   media-gfx/imagemagick:=
+   media-libs/lcms:2
+   dev-python/pillow[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   app-text/ghostscript-gpl"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-import.patch
+   "${FILESDIR}"/${P}-libimg.patch
+   "${FILESDIR}"/${P}-test.patch
+   )
+
+python_prepare_all() {
+   local wand
+   wand=$(pkg-config --libs MagickWand | sed -e "s:^ *::g" -e "s: *$::g" 
-e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")
+
+   distutils-r1_python_prepare_all
+
+   sed \
+ 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2016-05-02 Thread Lars Wendler
commit: a1a488332284fe3e023cfdf1bf9d83c63330d67e
Author: Lars Wendler  gentoo  org>
AuthorDate: Tue May  3 04:22:19 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Tue May  3 04:22:33 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1a48833

media-gfx/uniconvertor: Don't apply patches twice (bug #581896).

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
index 505e9e5..60562e8 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
@@ -33,8 +33,6 @@ PATCHES=(
)
 
 python_prepare_all() {
-   default
-
local wand
wand=$(pkg-config --libs MagickWand | sed -e "s:^ *::g" -e "s: *$::g" 
-e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")
 



[gentoo-commits] repo/gentoo:master commit in: media-gfx/uniconvertor/

2016-05-02 Thread Lars Wendler
commit: 91f36308f8226f775c5fb4258a9600e45a0779c4
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May  2 07:46:22 2016 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May  2 07:51:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f36308

media-gfx/uniconvertor: Added slotdep for imagemagick. Bumped to EAPI-6.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler  gentoo.org>

 media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild 
b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
index c41c976..505e9e5 100644
--- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
@@ -19,7 +19,7 @@ IUSE=""
 
 RDEPEND="
dev-python/pycairo[${PYTHON_USEDEP}]
-   media-gfx/imagemagick
+   media-gfx/imagemagick:=
media-libs/lcms:2
dev-python/pillow[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
@@ -33,8 +33,10 @@ PATCHES=(
)
 
 python_prepare_all() {
+   default
+
local wand
-   wand=$(pkg-config --libs Wand | sed -e "s:^ *::g" -e "s: *$::g" -e 
"s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")
+   wand=$(pkg-config --libs MagickWand | sed -e "s:^ *::g" -e "s: *$::g" 
-e "s:-l:\':g" -e "s: :',:g" -e "s:$:':g" -e "s:,'$::g")
 
distutils-r1_python_prepare_all