summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-10 22:19:16 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2015-04-10 22:19:16 +0000
commitaf6921c8bac6698ec31ac6a571bb7fe3349ba1ea (patch)
tree29de79c5a4b9cfeb56166b1caf476c9c3f7f9ba2 /media-gfx
parentAdd ~ppc keyword to latest version and mark amd64 and x86 stable in (diff)
downloadgentoo-2-af6921c8bac6698ec31ac6a571bb7fe3349ba1ea.tar.gz
gentoo-2-af6921c8bac6698ec31ac6a571bb7fe3349ba1ea.tar.bz2
gentoo-2-af6921c8bac6698ec31ac6a571bb7fe3349ba1ea.zip
Remove old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/uniconvertor/ChangeLog7
-rw-r--r--media-gfx/uniconvertor/files/uniconvertor-1.1.5_export_raster.py_fix_import.patch11
-rw-r--r--media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild32
-rw-r--r--media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild34
4 files changed, 6 insertions, 78 deletions
diff --git a/media-gfx/uniconvertor/ChangeLog b/media-gfx/uniconvertor/ChangeLog
index 7b5f5df6e68a..9f8a8a63277e 100644
--- a/media-gfx/uniconvertor/ChangeLog
+++ b/media-gfx/uniconvertor/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/uniconvertor
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.30 2015/04/10 20:21:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.31 2015/04/10 22:19:16 dilfridge Exp $
+
+ 10 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ -uniconvertor-1.1.5.ebuild, -uniconvertor-1.1.5-r1.ebuild,
+ -files/uniconvertor-1.1.5_export_raster.py_fix_import.patch:
+ Remove old
10 Apr 2015; Agostino Sarubbo <ago@gentoo.org>
uniconvertor-2.0_pre379-r1.ebuild:
diff --git a/media-gfx/uniconvertor/files/uniconvertor-1.1.5_export_raster.py_fix_import.patch b/media-gfx/uniconvertor/files/uniconvertor-1.1.5_export_raster.py_fix_import.patch
deleted file mode 100644
index e2794b269913..000000000000
--- a/media-gfx/uniconvertor/files/uniconvertor-1.1.5_export_raster.py_fix_import.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- UniConvertor/trunk/uniconvertor/src/app/scripts/export_raster.py 2010/06/19 10:26:44 216
-+++ UniConvertor/trunk/uniconvertor/src/app/scripts/export_raster.py 2010/06/28 01:15:30 283
-@@ -37,7 +37,7 @@
-
- import os, tempfile
-
--from sk1libs import imaging.Image, imaging.ImageChops
-+from sk1libs.imaging import Image, ImageChops
-
- import app.Scripting
- from app import _, PostScriptDevice
diff --git a/media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild b/media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild
deleted file mode 100644
index c750fab32a31..000000000000
--- a/media-gfx/uniconvertor/uniconvertor-1.1.5-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 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-r1.ebuild,v 1.4 2015/04/08 17:58:14 mgorny Exp $
-
-EAPI="5"
-
-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"
-SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
-
-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=""
-
-DEPEND=">=media-libs/sk1libs-0.9.1[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
- app-text/ghostscript-gpl"
-
-PATCHES=( "${FILESDIR}/uniconvertor-1.1.5_export_raster.py_fix_import.patch" )
-
-python_prepare_all() {
- sed -i \
- -e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \
- setup.py || die
-
- distutils-r1_python_prepare_all
-}
diff --git a/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild b/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild
deleted file mode 100644
index cce6662d98ff..000000000000
--- a/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 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.14 2012/09/11 03:13:22 ottxor Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-
-inherit distutils eutils
-
-DESCRIPTION="Commandline tool for popular vector formats convertion"
-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 ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
-SLOT="0"
-LICENSE="GPL-2 LGPL-2"
-IUSE=""
-
-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
-
- epatch "${FILESDIR}/uniconvertor-1.1.5_export_raster.py_fix_import.patch"
-
- distutils_src_prepare
-}