commit:     d738e31740f36b457754bb5c4dad7e88b50afcf4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May  7 09:29:47 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:06:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d738e317

media-libs/babl: Drop 0.1.66

No revdeps on remaining arches.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/babl/Manifest              |  1 -
 media-libs/babl/babl-0.1.66-r1.ebuild | 53 ----------------------------------
 media-libs/babl/babl-0.1.66.ebuild    | 54 -----------------------------------
 3 files changed, 108 deletions(-)

diff --git a/media-libs/babl/Manifest b/media-libs/babl/Manifest
index 7d17525f432..62dcdfb25af 100644
--- a/media-libs/babl/Manifest
+++ b/media-libs/babl/Manifest
@@ -1,3 +1,2 @@
-DIST babl-0.1.66.tar.bz2 706100 BLAKE2B 
0de443dd4ea32cd025c8b121f042c24528677f32a6c201f3abedd13fb3a2ce2636d03f4b45eefce2c9f7a86426355af9b584602ca9ebb1a2140ee88f500c2843
 SHA512 
41534eea6cad21eae704af3fdce4857e9dc2b0efa48a7cfd7f98b23428198e95fc9ca2f30e522abf2fa06e907eaf4f7bbafc048b356cb5890fabcb9be21001b3
 DIST babl-0.1.74.tar.xz 294156 BLAKE2B 
bb5df4db706f817d9cf8674caed9b758fc1380b9dd33a26b24990eae07543f097c5e5fb68788c02cb2a2c0e68e917bb7a1c68aa0d2f9871dfd3267934291d474
 SHA512 
97b4a5aad76b7d6dee1835774cee48f866a9513c6454d74c3378068a60359704c1ba106a7542b9ac6a7968b3cf632ed2626b835ec9c7f3fcc6e29968c1e39396
 DIST babl-0.1.78.tar.xz 298920 BLAKE2B 
654baf0ed09fbbad54578bf8bba60f45152e446d8b3d3ee49ca57084f220d22ed9478bc95851c5c1b17deeacdacfc14a39ab4d6e3f0448012eb212eef8b357b2
 SHA512 
d40f68cbd3d7703066a8985958b6cc49eaefe842c0fb3b7bbf6a5d6e6198642b55c4f95bdbf0d25a29d24a975c9b94acfd084792c60b18ec5f66260dfe54893b

diff --git a/media-libs/babl/babl-0.1.66-r1.ebuild 
b/media-libs/babl/babl-0.1.66-r1.ebuild
deleted file mode 100644
index 5f6ba2b9f66..00000000000
--- a/media-libs/babl/babl-0.1.66-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == *9999* ]]; then
-       inherit autotools git-r3
-       EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git";
-       SRC_URI=""
-else
-       SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2";
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
-sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/";
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="altivec lcms cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c"
-
-RDEPEND="lcms? ( >=media-libs/lcms-2.8:2 )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
-       default
-       [[ ${PV} == *9999* ]] && eautoreconf
-}
-
-src_configure() {
-       # Automagic rsvg support is just for website generation we do not call,
-       #     so we don't need to fix it
-       # w3m is used for dist target thus no issue for us that it is 
automagically
-       #     detected
-       econf \
-               --disable-docs \
-               --disable-static \
-               --disable-maintainer-mode \
-               $(use_enable altivec) \
-               $(use_enable cpu_flags_x86_f16c f16c) \
-               $(use_enable cpu_flags_x86_mmx mmx) \
-               $(use_enable cpu_flags_x86_sse sse) \
-               $(use_enable cpu_flags_x86_sse2 sse2) \
-               $(use_enable cpu_flags_x86_sse3 sse3) \
-               $(use_enable cpu_flags_x86_sse4_1 sse4_1) \
-               $(use_with lcms)
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -type f -delete || die
-}

diff --git a/media-libs/babl/babl-0.1.66.ebuild 
b/media-libs/babl/babl-0.1.66.ebuild
deleted file mode 100644
index 8a25c028768..00000000000
--- a/media-libs/babl/babl-0.1.66.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-if [[ ${PV} == *9999* ]]; then
-       inherit autotools git-r3
-       EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/babl.git";
-       SRC_URI=""
-else
-       SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2";
-       KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 -sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris 
~x86-solaris"
-fi
-
-DESCRIPTION="A dynamic, any to any, pixel format conversion library"
-HOMEPAGE="http://www.gegl.org/babl/";
-
-LICENSE="LGPL-3"
-SLOT="0"
-IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 
cpu_flags_x86_sse4_1 cpu_flags_x86_mmx cpu_flags_x86_f16c"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-       >=sys-devel/libtool-2.2
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       default
-       [[ ${PV} == *9999* ]] && eautoreconf
-}
-
-src_configure() {
-       # Automagic rsvg support is just for website generation we do not call,
-       #     so we don't need to fix it
-       # w3m is used for dist target thus no issue for us that it is 
automagically
-       #     detected
-       econf \
-               --disable-docs \
-               --disable-static \
-               --disable-maintainer-mode \
-               $(use_enable altivec) \
-               $(use_enable cpu_flags_x86_f16c f16c) \
-               $(use_enable cpu_flags_x86_mmx mmx) \
-               $(use_enable cpu_flags_x86_sse sse) \
-               $(use_enable cpu_flags_x86_sse2 sse2) \
-               $(use_enable cpu_flags_x86_sse3 sse3) \
-               $(use_enable cpu_flags_x86_sse4_1 sse4_1)
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -type f -delete || die
-}

Reply via email to