commit:     2dc1aecf0b3f1b664a8dd376cd8cfe8778a912f0
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 22:42:30 2018 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 22:42:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc1aecf

media-gfx/graphicsmagick: Drop old versions

Drop old versions which make trouble with Perl 5.26 and later

Closes: https://bugs.gentoo.org/629256
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 media-gfx/graphicsmagick/Manifest                  |   2 -
 .../graphicsmagick-1.3.27-version.sh-fix.patch     |  11 --
 .../graphicsmagick/graphicsmagick-1.3.27.ebuild    | 135 --------------------
 .../graphicsmagick/graphicsmagick-1.3.28.ebuild    | 136 ---------------------
 4 files changed, 284 deletions(-)

diff --git a/media-gfx/graphicsmagick/Manifest 
b/media-gfx/graphicsmagick/Manifest
index 7bb7147cb4d..d438b766308 100644
--- a/media-gfx/graphicsmagick/Manifest
+++ b/media-gfx/graphicsmagick/Manifest
@@ -1,3 +1 @@
-DIST GraphicsMagick-1.3.27.tar.xz 5412544 BLAKE2B 
130ce964f3745f4a9f3b54180529fb45afb4ecc63ecb88f626fa4dd2c6fb54675ff9b5b79527dc89d375cad5c4f1136063e612d91cc9d69b0c330c32c786fd96
 SHA512 
27c2fccebe1ae079040986979405f9840ad39f773e2e0399712695146ec1b0f92a53533e6052df124f5db38aacc95bbd4b2e8692e81c92dade4e169ddfcc9b8c
-DIST GraphicsMagick-1.3.28.tar.xz 5416660 BLAKE2B 
874e1e2669db46c458b0e7aa68b24efa07249145b4dd3e1ff2802ec07ad7ea70e4484d0ffcc255454adf4b2be72d6e19f4352db65e22def6e12dfde4cf5987f8
 SHA512 
c372212e54e6403a44a973113764bf1fee6dde5df08a6ee015ae03c32823f96316018cafd34a355ff8a35ad3581aa7d455d30d664b9d68d3ea2ad277d7cf45e6
 DIST GraphicsMagick-1.3.30.tar.xz 5496116 BLAKE2B 
408f68334b290ae30d06e4b0efa6e11e89ffa9c00781e2f0ceb25cd6fc308f1be86b5ed9bd52f594e1abd3351f1b7dbfb12e87117ba85f4b4c01d07d7480772a
 SHA512 
4f04245b8abef85de96a1527ad4adc1fadea144a1917db3ea21632a9fe732bdaa7021ffdbbeb7c2ead814ca7b6a14e81bb68a962bbfb64fa6809a235f1b0be5c

diff --git 
a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.27-version.sh-fix.patch 
b/media-gfx/graphicsmagick/files/graphicsmagick-1.3.27-version.sh-fix.patch
deleted file mode 100644
index e21b8e7de7e..00000000000
--- a/media-gfx/graphicsmagick/files/graphicsmagick-1.3.27-version.sh-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/version.sh
-+++ b/version.sh
-@@ -27,7 +27,7 @@ PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"
- #
- # Formal Package release date
- # Set to string "unreleased" if package is not a formal release.
--PACKAGE_RELEASE_DATE="2017-12-09
-+PACKAGE_RELEASE_DATE="2017-12-09"
- #PACKAGE_RELEASE_DATE="unreleased"
- 
- #

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild
deleted file mode 100644
index ea52ca5e1e5..00000000000
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.27.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-MY_P=${P/graphicsm/GraphicsM}
-
-DESCRIPTION="Collection of tools and libraries for many image formats"
-HOMEPAGE="http://www.graphicsmagick.org/";
-LICENSE="MIT"
-SLOT="0/${PV%.*}"
-
-if [[ ${PV} == "9999" ]] ; then
-       inherit mercurial
-       EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code";
-else
-       SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-       KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
-fi
-
-IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp
-       perl png postscript q16 q32 static-libs svg test threads tiff truetype
-       webp wmf X zlib"
-
-RDEPEND="dev-libs/libltdl:0
-       bzip2? ( app-arch/bzip2 )
-       fpx? ( media-libs/libfpx )
-       imagemagick? ( !media-gfx/imagemagick )
-       jbig? ( media-libs/jbigkit )
-       jpeg? ( virtual/jpeg:0 )
-       jpeg2k? ( media-libs/jasper:= )
-       lcms? ( media-libs/lcms:2 )
-       lzma? ( app-arch/xz-utils )
-       perl? ( dev-lang/perl )
-       png? ( media-libs/libpng:0 )
-       postscript? ( app-text/ghostscript-gpl )
-       svg? ( dev-libs/libxml2 )
-       tiff? ( media-libs/tiff:0 )
-       truetype? (
-               media-fonts/urw-fonts
-               >=media-libs/freetype-2
-               )
-       webp? ( media-libs/libwebp:= )
-       wmf? ( media-libs/libwmf )
-       X? (
-               x11-libs/libSM
-               x11-libs/libXext
-               )
-       zlib? ( sys-libs/zlib )"
-# corefonts are required because needed arial font (bug #588398).
-DEPEND="${RDEPEND}
-       test? ( media-fonts/corefonts )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.3.19-flags.patch
-       "${FILESDIR}"/${PN}-1.3.19-perl.patch
-       "${FILESDIR}"/${PN}-1.3.27-version.sh-fix.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local depth=8
-       use q16 && depth=16
-       use q32 && depth=32
-
-       local openmp=disable
-       if use openmp && tc-has-openmp; then
-               openmp=enable
-       fi
-
-       econf \
-               --${openmp}-openmp \
-               --enable-largefile \
-               --enable-shared \
-               $(use_enable static-libs static) \
-               $(use_enable debug prof) \
-               $(use_enable debug gcov) \
-               $(use_enable imagemagick magick-compat) \
-               $(use_with threads) \
-               $(use_with modules) \
-               --with-quantum-depth=${depth} \
-               --without-frozenpaths \
-               $(use_with cxx magick-plus-plus) \
-               $(use_with perl) \
-               --with-perl-options=INSTALLDIRS=vendor \
-               $(use_with bzip2 bzlib) \
-               $(use_with postscript dps) \
-               $(use_with fpx) \
-               --without-gslib \
-               $(use_with jbig) \
-               $(use_with webp) \
-               $(use_with jpeg) \
-               $(use_with jpeg2k jp2) \
-               $(use_with lcms lcms2) \
-               $(use_with lzma) \
-               $(use_with png) \
-               $(use_with tiff) \
-               $(use_with truetype ttf) \
-               $(use_with wmf) \
-               --with-fontpath="${EPREFIX}"/usr/share/fonts \
-               --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts \
-               --with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts \
-               $(use_with svg xml) \
-               $(use_with zlib) \
-               $(use_with X x)
-}
-
-src_compile() {
-       default
-       use perl && emake perl-build
-}
-
-src_test() {
-       unset DISPLAY # some perl tests fail when DISPLAY is set
-       default
-}
-
-src_install() {
-       default
-
-       if use perl; then
-               emake -C PerlMagick DESTDIR="${D}" install
-               find "${ED}" -type f -name perllocal.pod -exec rm -f {} + || die
-               find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} 
+ || die
-       fi
-
-       find "${ED}" -name '*.la' -exec sed -i -e 
"/^dependency_libs/s:=.*:='':" {} + || die
-}

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.28.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.28.ebuild
deleted file mode 100644
index c5f11fb693d..00000000000
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.28.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs
-
-MY_P=${P/graphicsm/GraphicsM}
-
-DESCRIPTION="Collection of tools and libraries for many image formats"
-HOMEPAGE="http://www.graphicsmagick.org/";
-LICENSE="MIT"
-SLOT="0/${PV%.*}"
-
-if [[ ${PV} == "9999" ]] ; then
-       inherit mercurial
-       EHG_REPO_URI="http://hg.code.sf.net/p/${PN}/code";
-else
-       SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.xz"
-       KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos"
-fi
-
-IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp
-       perl png postscript q16 q32 static-libs svg test threads tiff truetype
-       webp wmf X zlib"
-
-RDEPEND="dev-libs/libltdl:0
-       bzip2? ( app-arch/bzip2 )
-       fpx? ( media-libs/libfpx )
-       imagemagick? ( !media-gfx/imagemagick )
-       jbig? ( media-libs/jbigkit )
-       jpeg? ( virtual/jpeg:0 )
-       jpeg2k? ( media-libs/jasper:= )
-       lcms? ( media-libs/lcms:2 )
-       lzma? ( app-arch/xz-utils )
-       perl? ( dev-lang/perl )
-       png? ( media-libs/libpng:0 )
-       postscript? ( app-text/ghostscript-gpl )
-       svg? ( dev-libs/libxml2 )
-       tiff? ( media-libs/tiff:0 )
-       truetype? (
-               media-fonts/urw-fonts
-               >=media-libs/freetype-2
-               )
-       webp? ( media-libs/libwebp:= )
-       wmf? ( media-libs/libwmf )
-       X? (
-               x11-libs/libSM
-               x11-libs/libXext
-               )
-       zlib? ( sys-libs/zlib )"
-# corefonts are required because needed arial font (bug #588398).
-DEPEND="${RDEPEND}
-       test? ( media-fonts/corefonts )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.3.19-flags.patch
-       "${FILESDIR}"/${PN}-1.3.19-perl.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local depth=8
-       use q16 && depth=16
-       use q32 && depth=32
-
-       local openmp=disable
-       if use openmp && tc-has-openmp; then
-               openmp=enable
-       fi
-
-       local myeconfargs=(
-               --${openmp}-openmp
-               --enable-largefile
-               --enable-shared
-               $(use_enable static-libs static)
-               $(use_enable debug prof)
-               $(use_enable debug gcov)
-               $(use_enable imagemagick magick-compat)
-               $(use_with threads)
-               $(use_with modules)
-               --with-quantum-depth=${depth}
-               --without-frozenpaths
-               $(use_with cxx magick-plus-plus)
-               $(use_with perl)
-               --with-perl-options=INSTALLDIRS=vendor
-               $(use_with bzip2 bzlib)
-               $(use_with postscript dps)
-               $(use_with fpx)
-               --without-gslib
-               $(use_with jbig)
-               $(use_with webp)
-               $(use_with jpeg)
-               $(use_with jpeg2k jp2)
-               $(use_with lcms lcms2)
-               $(use_with lzma)
-               $(use_with png)
-               $(use_with tiff)
-               $(use_with truetype ttf)
-               $(use_with wmf)
-               --with-fontpath="${EPREFIX}"/usr/share/fonts
-               --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts
-               --with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts
-               $(use_with svg xml)
-               $(use_with zlib)
-               $(use_with X x)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-       default
-       use perl && emake perl-build
-}
-
-src_test() {
-       unset DISPLAY # some perl tests fail when DISPLAY is set
-       default
-}
-
-src_install() {
-       default
-
-       if use perl; then
-               emake -C PerlMagick DESTDIR="${D}" install
-               find "${ED}" -type f -name perllocal.pod -exec rm -f {} + || die
-               find "${ED}" -depth -mindepth 1 -type d -empty -exec rm -rf {} 
+ || die
-       fi
-
-       find "${ED}" -name '*.la' -exec sed -i -e 
"/^dependency_libs/s:=.*:='':" {} + || die
-}

Reply via email to