public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/farbfeld/, media-gfx/farbfeld/files/
Date: Tue,  5 Nov 2019 11:01:02 +0000 (UTC)	[thread overview]
Message-ID: <1572951660.462168614c58ed1b0f37b98045faefb8c0c69af9.jer@gentoo> (raw)

commit:     462168614c58ed1b0f37b98045faefb8c0c69af9
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  5 10:58:44 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Nov  5 11:01:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46216861

media-gfx/farbfeld: Old

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 media-gfx/farbfeld/Manifest                        |  1 -
 media-gfx/farbfeld/farbfeld-3.ebuild               | 44 ----------------------
 .../farbfeld/files/farbfeld-3-as-needed.patch      | 11 ------
 3 files changed, 56 deletions(-)

diff --git a/media-gfx/farbfeld/Manifest b/media-gfx/farbfeld/Manifest
index e6a572927ec..0e823ed87d6 100644
--- a/media-gfx/farbfeld/Manifest
+++ b/media-gfx/farbfeld/Manifest
@@ -1,2 +1 @@
-DIST farbfeld-3.tar.gz 10169 BLAKE2B 8d548cb33950d1b8f94f79ea5e8dbff445f2378f1c75cb4945f8f48ae9fec8075d38bc83a6bc99184182f3b1920b15454853c0a899de2e0756f2614bc3f684aa SHA512 4f1e44282810bd2724f78857bcde401b82945375c5472b31e39250d660efffd425e0a2da5aecf0133ad3d414c31214d073d00f519bc83960b5bbfd53df3b1c49
 DIST farbfeld-4.tar.gz 10340 BLAKE2B 0ef13baabe70f0be485746602a77eb4002c8611d1ccb0468de512b687eb9a5c48dafb81c12274e29377697bc70d3586f4a71b47e82ffd3f6238398741565c1b9 SHA512 5139dd81cf1e3cb7a32108c0acad0e4ae0de13e86b997f1a759aa1b1f7be6c1ad2a93a69af7126e3512a7c9b1669a2a301ff60171b098b3450f1da0594e3b6ac

diff --git a/media-gfx/farbfeld/farbfeld-3.ebuild b/media-gfx/farbfeld/farbfeld-3.ebuild
deleted file mode 100644
index b8bab18a1e3..00000000000
--- a/media-gfx/farbfeld/farbfeld-3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="farbfeld simple image format tools"
-HOMEPAGE="https://tools.suckless.org/farbfeld/"
-SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	media-libs/libjpeg-turbo
-	media-libs/libpng:*
-"
-DEPEND="
-	${RDEPEND}
-"
-PATCHES=(
-	"${FILESDIR}"/${PN}-3-as-needed.patch
-)
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e '/^CC/d' \
-		-e 's|/usr/local|/usr|g' \
-		-e 's|^CFLAGS.*|CFLAGS += -std=c99 -pedantic -Wall -Wextra $(INCS) $(CPPFLAGS)|g' \
-		-e 's|^LDFLAGS.*|LDFLAGS += $(LIBS)|g' \
-		-e 's|{|(|g;s|}|)|g' \
-		config.mk || die
-}
-
-src_compile() {
-	emake CC=$(tc-getCC)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install MANPREFIX=/usr/share/man
-}

diff --git a/media-gfx/farbfeld/files/farbfeld-3-as-needed.patch b/media-gfx/farbfeld/files/farbfeld-3-as-needed.patch
deleted file mode 100644
index 61502e55543..00000000000
--- a/media-gfx/farbfeld/files/farbfeld-3-as-needed.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -23,7 +23,7 @@
- $(BIN:=.o): config.mk $(HDR) $(REQ:=.h)
- 
- .o:
--	$(CC) $(LDFLAGS) $($*-LDFLAGS) -o $@ $< $(REQ:=.o)
-+	$(CC) $(LDFLAGS) -o $@ $< $(REQ:=.o) $($*-LDFLAGS)
- 
- clean:
- 	rm -f $(BIN) $(BIN:=.o) $(REQ:=.o)


             reply	other threads:[~2019-11-05 11:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-05 11:01 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-15 13:03 [gentoo-commits] repo/gentoo:master commit in: media-gfx/farbfeld/, media-gfx/farbfeld/files/ Jeroen Roovers

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=1572951660.462168614c58ed1b0f37b98045faefb8c0c69af9.jer@gentoo \
    --to=jer@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