summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-10-26 15:48:32 +0000
committerJustin Lecher <jlec@gentoo.org>2014-10-26 15:48:32 +0000
commit75f6daebf4d70fee14c978aa2091b7be1d8f7469 (patch)
tree6c249a4327e10befeaa9c6d6e618740769402656 /media-gfx
parentDrop old (diff)
downloadgentoo-2-75f6daebf4d70fee14c978aa2091b7be1d8f7469.tar.gz
gentoo-2-75f6daebf4d70fee14c978aa2091b7be1d8f7469.tar.bz2
gentoo-2-75f6daebf4d70fee14c978aa2091b7be1d8f7469.zip
media-gfx/uniconvertor: Version Bump
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/uniconvertor/ChangeLog9
-rw-r--r--media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild22
2 files changed, 29 insertions, 2 deletions
diff --git a/media-gfx/uniconvertor/ChangeLog b/media-gfx/uniconvertor/ChangeLog
index 701b70ccf1cb..79f1cdb08165 100644
--- a/media-gfx/uniconvertor/ChangeLog
+++ b/media-gfx/uniconvertor/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/uniconvertor
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.19 2013/12/25 09:37:46 maekke Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.20 2014/10/26 15:48:32 jlec Exp $
+
+*uniconvertor-2.0_pre379 (26 Oct 2014)
+
+ 26 Oct 2014; Justin Lecher <jlec@gentoo.org> +uniconvertor-2.0_pre379.ebuild:
+ Version Bump
25 Dec 2013; Markus Meier <maekke@gentoo.org> uniconvertor-1.1.5-r1.ebuild:
add ~arm, bug #488590
diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild
new file mode 100644
index 000000000000..eb8081381cf8
--- /dev/null
+++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 1.1 2014/10/26 15:48:32 jlec 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://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=""
+
+DEPEND="media-libs/lcms:2"
+RDEPEND="${DEPEND}
+ app-text/ghostscript-gpl"