summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-15 11:40:42 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-15 12:18:42 +0100
commitab9da14d9dd828cd827bd7e87d3dbe0452b8849b (patch)
tree5f0720b36092a804030699b562e73e0ccaf4b5b9 /media-libs/ming
parentmedia-libs/libkate: Drop old (diff)
downloadgentoo-ab9da14d9dd828cd827bd7e87d3dbe0452b8849b.tar.gz
gentoo-ab9da14d9dd828cd827bd7e87d3dbe0452b8849b.tar.bz2
gentoo-ab9da14d9dd828cd827bd7e87d3dbe0452b8849b.zip
media-libs/ming: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/ming')
-rw-r--r--media-libs/ming/Manifest1
-rw-r--r--media-libs/ming/files/ming-0.4.5-gif-error.patch20
-rw-r--r--media-libs/ming/ming-0.4.5.ebuild106
3 files changed, 0 insertions, 127 deletions
diff --git a/media-libs/ming/Manifest b/media-libs/ming/Manifest
index 3331217f5c2c..34fba1e2f4df 100644
--- a/media-libs/ming/Manifest
+++ b/media-libs/ming/Manifest
@@ -1,3 +1,2 @@
DIST ming-0.4.4.tar.bz2 14001112 SHA256 40e09d781741ac961338ed8dec7ba2ed06217de9da44dd67af6b881b95d2af7e SHA512 a95cb843b4f88c767d489fc0d55793655fb578c47681131d335c47fbb7368f996ccc2092630cfc33de4487f840b4a4ba8db837bd7115ef9e4742ca9c7e2b7888 WHIRLPOOL b1a6d591f4d9312f564e9a9650df4db8f456d08161341dc7881620493513a69d17de7ee0058333447fb3b01c9be4b75da7b8cfc02123e3f6c2fe3f6b0aa068fd
-DIST ming-0.4.5.tar.bz2 14234048 SHA256 82da089bdfc3a7fcb732dc11c11a35003ee270d5102d4043d61ea69834239aeb SHA512 9e5a2fb558841e72a072e2c29a0871dc7056ab57f1e6feca864b9b0961841334c4d2c6bc731bc4e043eb96b63fb946738cb1b8b54ef45679fcbf9bcf82adea31 WHIRLPOOL 2315adb1ed2b8878843ce5eef54f7c4386a69c809820aa4d2040fe4d94c0fa367cc57966a78e327f6a578c99b3ed4b1fa5d352106df9283f3b2d7f87a1178203
DIST ming-0_4_7.tar.gz 14903570 SHA256 118aa1338dd74b34dd2cd22bce286ca0571e8b9aa433999646d1c0157ea9a7dc SHA512 232cf45daabd7b60203c9382aa6568455a42ddcd1bd60eec9bfe3f5e80376fcc9ff6304efbafca1ac8a504e2e167bc394e4902e0d067303d9582551461e09d3c WHIRLPOOL 075794f170e7f529ba79a66af4504745da786d7cd73e9673ffd4c48e943fbc8bf1f952f1cc0b0b7b0ca1e26a3bdb255feeaaeb675032616d2060c40f19d4dbdd
diff --git a/media-libs/ming/files/ming-0.4.5-gif-error.patch b/media-libs/ming/files/ming-0.4.5-gif-error.patch
deleted file mode 100644
index 1d76b23f4301..000000000000
--- a/media-libs/ming/files/ming-0.4.5-gif-error.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/ming-0.4.5/src/libming.h 2013-06-08 10:08:51.000000000 -0400
-+++ b/ming-0.4.5/src/libming.h 2014-08-29 16:26:57.874643312 -0400
-@@ -76,11 +76,16 @@
- #include <unistd.h>
- #endif
-
--#if GIFLIB_GIFERRORSTRING
-+#ifdef HAVE_GIF_LIB_H
-+#include <gif_lib.h>
- static void
- PrintGifError(void)
- {
-+#if GIFLIB_GIFERRORSTRING
- fprintf(stderr, "\nGIF-LIB error: %s.\n", GifErrorString());
-+#else
-+ fprintf(stderr, "\nGIF-LIB error but no GifErrorString support.\n");
-+#endif
- }
- #endif
-
diff --git a/media-libs/ming/ming-0.4.5.ebuild b/media-libs/ming/ming-0.4.5.ebuild
deleted file mode 100644
index 1d66291b9c49..000000000000
--- a/media-libs/ming/ming-0.4.5.ebuild
+++ /dev/null
@@ -1,106 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PHP_EXT_NAME=ming
-PHP_EXT_OPTIONAL_USE=php
-AUTOTOOLS_AUTORECONF=yes
-GENTOO_DEPEND_ON_PERL=no
-inherit autotools-utils flag-o-matic multilib perl-module distutils-r1
-
-DESCRIPTION="An Open Source library for Flash movie generation"
-HOMEPAGE="http://ming.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ming/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="+perl +python php static-libs"
-
-RDEPEND="perl? ( dev-lang/perl:= )
- python? ( ${PYTHON_DEPS} )
- media-libs/freetype
- media-libs/libpng:=
- media-libs/giflib
- sys-libs/zlib
- !media-libs/libswf"
-DEPEND="${RDEPEND}
- sys-devel/flex
- virtual/yacc"
-PDEPEND="php? ( dev-php/ming-php )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-S=${WORKDIR}/${P/_/.}
-PATCHES=( "${FILESDIR}"/${P}-gif-error.patch )
-
-# Tests only work when the package is tested on a system
-# which does not presently have any version of ming installed.
-RESTRICT="test"
-
-src_prepare() {
- # Let's get rid of the TEXTRELS, link dynamic. Use gif.
- sed -i \
- -e 's/libming.a/libming.so/' \
- -e 's/lungif/lgif/' \
- perl_ext/Makefile.PL
- sed -i \
- -e 's/ungif/gif/' \
- py_ext/setup.py.in
-
- sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die
-
- autotools-utils_src_prepare
-}
-
-src_configure() {
- # build is sensitive to -O3 (bug #297437)
- replace-flags -O3 -O2
-
- # build python via distutils calls, disable here
- # php is done in dev-php/ming-php
- local myeconfargs=(
- --disable-python
- --disable-php
- $(use_enable static-libs static)
- $(use_enable perl)
- )
- autotools-utils_src_configure
-}
-
-run_distutils() {
- if use python; then
- pushd "${BUILD_DIR}"/py_ext > /dev/null || die
- distutils-r1_"${@}"
- popd > /dev/null || die
- fi
-}
-
-src_compile() {
- autotools-utils_src_compile
-
- run_distutils ${FUNCNAME}
-}
-
-src_install() {
- run_distutils ${FUNCNAME}
-
- autotools-utils_src_install INSTALLDIRS="vendor"
-
- perl_delete_localpod
-}
-
-pkg_postinst() {
- :
-}
-
-pkg_prerm() {
- :
-}
-
-pkg_postrm() {
- :
-}