diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-21 16:46:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-21 16:46:50 +0000 |
commit | 9aacdadaba92c7376226135806add2c38310ecba (patch) | |
tree | d2720c2c28f97931f65c67b62ffa67cea6a056a5 /media-gfx/uniconvertor | |
parent | x86 stable wrt #387199 (diff) | |
download | historical-9aacdadaba92c7376226135806add2c38310ecba.tar.gz historical-9aacdadaba92c7376226135806add2c38310ecba.tar.bz2 historical-9aacdadaba92c7376226135806add2c38310ecba.zip |
old
Package-Manager: portage-2.2.0_alpha69/cvs/Linux x86_64
Diffstat (limited to 'media-gfx/uniconvertor')
-rw-r--r-- | media-gfx/uniconvertor/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/uniconvertor/uniconvertor-1.1.4.ebuild | 41 |
2 files changed, 5 insertions, 42 deletions
diff --git a/media-gfx/uniconvertor/ChangeLog b/media-gfx/uniconvertor/ChangeLog index 1cf545fa2024..e8ea7e610b80 100644 --- a/media-gfx/uniconvertor/ChangeLog +++ b/media-gfx/uniconvertor/ChangeLog @@ -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.12 2011/10/21 16:46:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.13 2011/10/21 16:46:50 ssuominen Exp $ + + 21 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> + -uniconvertor-1.1.4.ebuild: + old 21 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> uniconvertor-1.1.5.ebuild: diff --git a/media-gfx/uniconvertor/uniconvertor-1.1.4.ebuild b/media-gfx/uniconvertor/uniconvertor-1.1.4.ebuild deleted file mode 100644 index 18d11023cd7b..000000000000 --- a/media-gfx/uniconvertor/uniconvertor-1.1.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.4.ebuild,v 1.3 2011/03/01 15:36:32 jer Exp $ - -EAPI=2 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_P=UniConvertor-${PV} - -DESCRIPTION="Commandline tool for popular vector formats convertion" -HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor" -SRC_URI="http://sk1project.org/downloads/${PN}/v${PV}/${P}.tar.gz" - -KEYWORDS="~amd64 ~hppa ~x86" -SLOT="0" -LICENSE="GPL-2 LGPL-2" -IUSE="" - -DEPEND=" - dev-python/imaging - dev-python/reportlab" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - sed -i \ - -e "s/'GNU_GPL_v2', 'GNU_LGPL_v2', 'COPYRIGHTS',//" \ - setup.py || die - - distutils_src_prepare -} - -src_install() { - distutils_src_install - dosym uniconv /usr/bin/uniconvertor || die -} |