public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/giflib/
Date: Wed, 13 Nov 2019 01:03:05 +0000 (UTC)	[thread overview]
Message-ID: <1573606941.06888cc2b53607b8199eb5bf32f6aa531579ab95.bman@gentoo> (raw)

commit:     06888cc2b53607b8199eb5bf32f6aa531579ab95
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 23:38:38 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:02:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06888cc2

media-libs/giflib: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-libs/giflib/giflib-4.1.6-r2.ebuild | 57 --------------------------------
 1 file changed, 57 deletions(-)

diff --git a/media-libs/giflib/giflib-4.1.6-r2.ebuild b/media-libs/giflib/giflib-4.1.6-r2.ebuild
deleted file mode 100644
index d26ea7adbd5..00000000000
--- a/media-libs/giflib/giflib-4.1.6-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit epatch epunt-cxx libtool
-
-DESCRIPTION="Library to handle, display and manipulate GIF images"
-HOMEPAGE="https://sourceforge.net/projects/giflib/"
-SRC_URI="mirror://sourceforge/giflib/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="rle static-libs X"
-
-DEPEND="
-	X? (
-		x11-libs/libXt
-		x11-libs/libX11
-		x11-libs/libICE
-		x11-libs/libSM
-	)
-	rle? ( media-libs/urt )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gif2rle.patch
-	epatch "${FILESDIR}"/${P}-giffix-null-Extension-fix.patch
-	elibtoolize
-	epunt_cxx
-}
-
-src_configure() {
-	local myconf=""
-
-	# prevent circular depend #111455
-	if has_version media-libs/urt ; then
-		myconf="${myconf} $(use_enable rle)"
-	else
-		myconf="${myconf} --disable-rle"
-	fi
-
-	econf \
-		--disable-gl \
-		$(use_enable static-libs static) \
-		$(use_enable X x11) \
-		${myconf}
-}
-
-src_install() {
-	default
-	# for static libs the .la file is required if build with +rle or +X
-	use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
-	dodoc AUTHORS BUGS ChangeLog NEWS ONEWS README TODO doc/*.txt
-	dohtml -r doc
-}


             reply	other threads:[~2019-11-13  1:03 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-13  1:03 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-13 13:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/giflib/ Andreas Sturmlechner
2024-10-12 23:53 Sam James
2024-09-24 15:22 Sam James
2024-09-23  7:34 Arthur Zamarin
2024-09-23  7:34 Arthur Zamarin
2024-09-23  7:13 Arthur Zamarin
2024-09-23  7:13 Arthur Zamarin
2024-09-23  6:02 Arthur Zamarin
2024-09-23  6:02 Arthur Zamarin
2024-09-23  5:46 Sam James
2023-10-07  3:47 Matt Turner
2022-05-14  3:42 WANG Xuerui
2021-01-25 22:05 Sam James
2021-01-14 12:29 Fabian Groffen
2020-10-19 19:15 Mike Gilbert
2020-06-12  7:33 Sergei Trofimovich
2020-05-16 21:28 David Seifert
2020-03-25 21:30 Thomas Deutschmann
2020-03-25 20:55 Thomas Deutschmann
2020-03-25 20:55 Thomas Deutschmann
2020-03-16 18:25 Sergei Trofimovich
2020-03-12 23:05 Mart Raudsepp
2020-03-10  8:35 Agostino Sarubbo
2020-03-09 12:42 Agostino Sarubbo
2020-03-09 12:41 Agostino Sarubbo
2020-03-09 12:39 Agostino Sarubbo
2020-03-09 11:17 Agostino Sarubbo
2020-03-09 10:49 Agostino Sarubbo
2020-03-09 10:23 Agostino Sarubbo
2020-03-08 23:22 Thomas Deutschmann
2020-03-08 21:22 Andreas Sturmlechner
2019-11-13  1:03 Aaron Bauman
2019-06-24 16:35 Lars Wendler
2019-03-11 10:28 Lars Wendler
2019-02-15  7:49 Guilherme Amadio
2019-02-14 12:26 Lars Wendler
2018-03-29 22:32 Mart Raudsepp
2018-01-21  1:49 Aaron Bauman
2018-01-21  1:03 Aaron Bauman
2017-04-14 18:49 Michał Górny
2017-04-14 16:28 Michał Górny
2017-01-09 14:19 Jeroen Roovers
2016-11-29 17:35 Markus Meier
2016-11-19 13:55 Agostino Sarubbo
2016-11-19 13:53 Agostino Sarubbo
2016-11-15 14:53 Tobias Klausmann
2016-06-19 10:16 Andrew Savchenko
2016-04-03 15:51 Lars Wendler
2016-04-03 15:51 Lars Wendler
2016-03-17 19:58 Lars Wendler
2016-03-17 19:58 Lars Wendler
2016-01-11 13:25 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1573606941.06888cc2b53607b8199eb5bf32f6aa531579ab95.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox