From 9aacdadaba92c7376226135806add2c38310ecba Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Fri, 21 Oct 2011 16:46:50 +0000 Subject: [PATCH] old Package-Manager: portage-2.2.0_alpha69/cvs/Linux x86_64 --- media-gfx/pngtools/ChangeLog | 5 ++- media-gfx/pngtools/pngtools-0.4.ebuild | 34 --------------- media-gfx/uniconvertor/ChangeLog | 6 ++- .../uniconvertor/uniconvertor-1.1.4.ebuild | 41 ------------------- 4 files changed, 9 insertions(+), 77 deletions(-) delete mode 100644 media-gfx/pngtools/pngtools-0.4.ebuild delete mode 100644 media-gfx/uniconvertor/uniconvertor-1.1.4.ebuild diff --git a/media-gfx/pngtools/ChangeLog b/media-gfx/pngtools/ChangeLog index 3b3b73a9aabb..d3ca4e55bd4c 100644 --- a/media-gfx/pngtools/ChangeLog +++ b/media-gfx/pngtools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/pngtools # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtools/ChangeLog,v 1.13 2011/10/21 16:43:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtools/ChangeLog,v 1.14 2011/10/21 16:44:17 ssuominen Exp $ + + 21 Oct 2011; Samuli Suominen -pngtools-0.4.ebuild: + old 21 Oct 2011; Samuli Suominen pngtools-0.4-r2.ebuild: x86 stable wrt #387461 diff --git a/media-gfx/pngtools/pngtools-0.4.ebuild b/media-gfx/pngtools/pngtools-0.4.ebuild deleted file mode 100644 index c8f2645bc0f1..000000000000 --- a/media-gfx/pngtools/pngtools-0.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngtools/pngtools-0.4.ebuild,v 1.7 2011/09/15 18:22:38 robbat2 Exp $ - -EAPI=2 -inherit autotools eutils - -MY_PV=${PV/./_} - -DESCRIPTION="A series of tools for the PNG image format" -HOMEPAGE="http://www.stillhq.com/pngtools/" -SRC_URI="http://www.stillhq.com/pngtools/source/pngtools_${MY_PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=">=media-libs/libpng-1.2.40" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.3-implicit-declarations.patch \ - "${FILESDIR}"/${P}-libpng14.patch - - eautoreconf -} - -src_install() { - emake install DESTDIR="${D}" || die - dodoc ABOUT AUTHORS ChangeLog NEWS README chunks.txt - insinto /usr/share/doc/${PF}/examples - doins *.png -} 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 + -uniconvertor-1.1.4.ebuild: + old 21 Oct 2011; Samuli Suominen 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 -} -- 2.26.2