summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac.paragon@gmail.com>2021-05-23 07:22:27 +0300
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-23 11:13:24 +0200
commit2f93593b28c8c3a7bb801a538144e58734beb54e (patch)
tree597532a2635005ff7874e8aa567ad9a190e976f4 /media-libs
parentdev-java/java-config: update py (diff)
downloadgentoo-2f93593b28c8c3a7bb801a538144e58734beb54e.tar.gz
gentoo-2f93593b28c8c3a7bb801a538144e58734beb54e.tar.bz2
gentoo-2f93593b28c8c3a7bb801a538144e58734beb54e.zip
media-libs/libpgf: drop v7.19.3
Redundant, v7.21.7 has the same keywords Bug: https://bugs.gentoo.org/791391 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20941 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libpgf/Manifest1
-rw-r--r--media-libs/libpgf/libpgf-7.19.3.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/media-libs/libpgf/Manifest b/media-libs/libpgf/Manifest
index 171990c0cdbd..926cda69d95e 100644
--- a/media-libs/libpgf/Manifest
+++ b/media-libs/libpgf/Manifest
@@ -1,2 +1 @@
-DIST libpgf-7.19.3.zip 1303189 BLAKE2B 129ec655241f0a152814b412c1ee5d40fc5b89daef172d1e73985e49f8ffec22ce87c6aa893dbf330b5176370d985ffd0c6a015adfbb9faf72131bc63cf0c94d SHA512 68f9734b51372f7bb39b35cf99425bac6f9cf29f0351dba8813742c41f62f394798c92f674803d1315456a9337c7af03479d43455a9e611c07f5cf47ab3e5b58
DIST libpgf-7.21.7.zip 2075722 BLAKE2B 31c5ab5930ef5658ca9b320fa3df94b7d8566467a657df6d255781664a4750d6b5cb7b351c828cad7c60b42f8cb8926c51bb0271d5c51e2484426a15f18b5eb2 SHA512 dbc17d9dce1afbeffb272df0d573059914d2ac79d652d1d43e67c49509fd6e643be8594bbd1a3058a5aa3a9d30db100c6dcf641051345049cf8f9375d49e2799
diff --git a/media-libs/libpgf/libpgf-7.19.3.ebuild b/media-libs/libpgf/libpgf-7.19.3.ebuild
deleted file mode 100644
index b54109c076ff..000000000000
--- a/media-libs/libpgf/libpgf-7.19.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library to load, handle and manipulate images in the PGF format"
-HOMEPAGE="https://www.libpgf.org/"
-SRC_URI="https://downloads.sourceforge.net/project/libpgf/libpgf/${PV}-latest/libPGF-codec-and-console-src.zip -> ${P}.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="doc"
-
-BDEPEND="
- app-arch/unzip
- doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}/libPGF-codec-and-console-src/PGF/Codec"
-
-src_prepare() {
- default
-
- # configure.ac has wrong version number
- sed -i 's/7.15.32/7.19.3/g' configure.ac || die
-
- if ! use doc; then
- sed -i -e "/HAS_DOXYGEN/{N;N;d}" Makefile.am || die
- fi
-
- eautoreconf
-}
-
-src_configure() {
- econf --disable-static
-}