From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAE6C1382C5 for ; Mon, 14 Jun 2021 08:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D5BCE0ECD; Mon, 14 Jun 2021 08:25:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 373F1E0EC7 for ; Mon, 14 Jun 2021 08:25:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2E5E6340D7F for ; Mon, 14 Jun 2021 08:25:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 926C27BF for ; Mon, 14 Jun 2021 08:25:51 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1623659116.82bace95b0191f52f9cee91f287f81061de05d2b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/libexif-gtk/files/, media-libs/libexif-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libexif-gtk/Manifest media-libs/libexif-gtk/files/libexif-gtk-0.3.5-confcheck.patch media-libs/libexif-gtk/files/libexif-gtk-0.3.5-gtk212.patch media-libs/libexif-gtk/libexif-gtk-0.3.5-r2.ebuild media-libs/libexif-gtk/metadata.xml profiles/package.mask X-VCS-Directories: media-libs/libexif-gtk/files/ profiles/ media-libs/libexif-gtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 82bace95b0191f52f9cee91f287f81061de05d2b X-VCS-Branch: master Date: Mon, 14 Jun 2021 08:25:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b750ba07-9593-4fda-b460-c23b12746acb X-Archives-Hash: 3cb3495b3dbcca5d27ae76b86c849053 commit: 82bace95b0191f52f9cee91f287f81061de05d2b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 14 07:54:39 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 14 08:25:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82bace95 media-libs/libexif-gtk: Remove last-rited package Bug: https://bugs.gentoo.org/507760 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libexif-gtk/Manifest | 1 - .../files/libexif-gtk-0.3.5-confcheck.patch | 20 ---------- .../files/libexif-gtk-0.3.5-gtk212.patch | 24 ----------- media-libs/libexif-gtk/libexif-gtk-0.3.5-r2.ebuild | 46 ---------------------- media-libs/libexif-gtk/metadata.xml | 8 ---- profiles/package.mask | 5 --- 6 files changed, 104 deletions(-) diff --git a/media-libs/libexif-gtk/Manifest b/media-libs/libexif-gtk/Manifest deleted file mode 100644 index 9c44ebc474b..00000000000 --- a/media-libs/libexif-gtk/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libexif-gtk-0.3.5.tar.gz 396534 BLAKE2B 7ec81dee28893e42a80541b8d3c4129375c9fad2fa8c0a2c2b416eaebb0885d82cde51c2a7844b541c9c55e0f7d16380befcaee83fd0782e37a03289c76fc0c3 SHA512 c4df800f7bcc04fb27638ba56d8bda3ea27afadc94fae792a59673cef867f29976376f1ca00da899a7b2176ddb6f3e53bfe770a86171428cebe68bd413861baf diff --git a/media-libs/libexif-gtk/files/libexif-gtk-0.3.5-confcheck.patch b/media-libs/libexif-gtk/files/libexif-gtk-0.3.5-confcheck.patch deleted file mode 100644 index 33d130884a4..00000000000 --- a/media-libs/libexif-gtk/files/libexif-gtk-0.3.5-confcheck.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/configure.in -+++ b/configure.in -@@ -52,7 +52,7 @@ - dnl --------------------------------------------------------------------------- - CPPFLAGS_save="$CPPFLAGS" - CPPFLAGS=$LIBEXIF_GTK_CFLAGS --AC_CHECK_HEADER([exif-mem.h], [ -+PKG_CHECK_MODULES(HAVE_EXIF_0_6_12, libexif >= 0.6.12, [ - exif_msg=">= 0.6.12" - AC_DEFINE(HAVE_EXIF_0_6_12,1,[whether we use a version of libexif greater than 0.6.12])],[ - exif_msg="< 0.6.12 (think about upgrading)"]) -@@ -73,7 +73,7 @@ - - Configuration (${PACKAGE}): - -- Source code location: $(srcdir) -+ Source code location: ${srcdir} - Version: ${VERSION} - Compiler: ${CC} - diff --git a/media-libs/libexif-gtk/files/libexif-gtk-0.3.5-gtk212.patch b/media-libs/libexif-gtk/files/libexif-gtk-0.3.5-gtk212.patch deleted file mode 100644 index 1d5e581d162..00000000000 --- a/media-libs/libexif-gtk/files/libexif-gtk-0.3.5-gtk212.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur libexif-gtk-0.3.5.orig/gtk-extensions/Makefile.am libexif-gtk-0.3.5/gtk-extensions/Makefile.am ---- libexif-gtk-0.3.5.orig/gtk-extensions/Makefile.am 2004-10-17 17:57:31.000000000 +0300 -+++ libexif-gtk-0.3.5/gtk-extensions/Makefile.am 2007-10-04 17:39:01.000000000 +0300 -@@ -1,7 +1,6 @@ - INCLUDES = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/intl \ -- -DGTK_DISABLE_DEPRECATED \ - $(GTK_CFLAGS) - - noinst_LTLIBRARIES = libgtk-extensions.la -diff -ur libexif-gtk-0.3.5.orig/libexif-gtk/Makefile.am libexif-gtk-0.3.5/libexif-gtk/Makefile.am ---- libexif-gtk-0.3.5.orig/libexif-gtk/Makefile.am 2004-10-17 16:48:35.000000000 +0300 -+++ libexif-gtk-0.3.5/libexif-gtk/Makefile.am 2007-10-04 17:39:32.000000000 +0300 -@@ -3,8 +3,7 @@ - -I$(top_srcdir)/intl \ - -I$(top_srcdir)/gtk-extensions \ - $(LIBEXIF_GTK_CFLAGS) \ -- -DG_LOG_DOMAIN=\"libexif\" \ -- -DGTK_DISABLE_DEPRECATED -+ -DG_LOG_DOMAIN=\"libexif\" - - lib_LTLIBRARIES = libexif-gtk.la - diff --git a/media-libs/libexif-gtk/libexif-gtk-0.3.5-r2.ebuild b/media-libs/libexif-gtk/libexif-gtk-0.3.5-r2.ebuild deleted file mode 100644 index 280f117da0e..00000000000 --- a/media-libs/libexif-gtk/libexif-gtk-0.3.5-r2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="GTK+ frontend to the libexif library (parsing, editing, and saving EXIF data)" -HOMEPAGE="http://libexif.sf.net" -SRC_URI="mirror://sourceforge/libexif/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="nls" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/gtk+:2 - media-libs/libexif:=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-confcheck.patch - "${FILESDIR}"/${P}-gtk212.patch -) - -src_prepare() { - default - mv configure.{in,ac} || die - AT_M4DIR="m4" eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - $(use_enable nls) -} - -src_install() { - default - - # no static archives - find "${D}" -name '*.la' -delete || die -} diff --git a/media-libs/libexif-gtk/metadata.xml b/media-libs/libexif-gtk/metadata.xml deleted file mode 100644 index 7f099d1061b..00000000000 --- a/media-libs/libexif-gtk/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - libexif - - diff --git a/profiles/package.mask b/profiles/package.mask index a229ced1934..1b89907166e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -353,11 +353,6 @@ app-mobilephone/gnocky # Removal on 2021-06-14. Bugs #560032, #740020, #769095 media-gfx/gtkam -# Andreas Sturmlechner (2021-05-15) -# Unmaintained, pending version bump request since 2014, no revdeps. -# Removal on 2021-06-14. Bug #507760 -media-libs/libexif-gtk - # Michał Górny (2021-05-15) # Relies on dev-python/astunparse that is broken with Python 3.8+ # and abandoned upstream. The current version is also broken