public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/libexif-gtk/files/, media-libs/libexif-gtk/
@ 2021-06-14  8:25 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2021-06-14  8:25 UTC (permalink / raw
  To: gentoo-commits

commit:     82bace95b0191f52f9cee91f287f81061de05d2b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 07:54:39 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="sourceforge">libexif</remote-id>
-  </upstream>
-</pkgmetadata>

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 <asturm@gentoo.org> (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 <mgorny@gentoo.org> (2021-05-15)
 # Relies on dev-python/astunparse that is broken with Python 3.8+
 # and abandoned upstream.  The current version is also broken


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-14  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-14  8:25 [gentoo-commits] repo/gentoo:master commit in: profiles/, media-libs/libexif-gtk/files/, media-libs/libexif-gtk/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox