public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
Date: Mon, 31 Aug 2020 03:44:21 +0000 (UTC)	[thread overview]
Message-ID: <1598845455.65f80aa99342ca1f5fa6d9081ffabaac713619cb.sam@gentoo> (raw)

commit:     65f80aa99342ca1f5fa6d9081ffabaac713619cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 03:42:12 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 03:44:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f80aa9

net-news/rsstail: port to EAPI 7

* Move away from EAPI 4
* Find mrss correctly via pkgconfig

Closes: https://bugs.gentoo.org/731240
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rsstail/rsstail-1.8.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-news/rsstail/rsstail-1.8.ebuild b/net-news/rsstail/rsstail-1.8.ebuild
index 9e245b82efe..4fd758104f2 100644
--- a/net-news/rsstail/rsstail-1.8.ebuild
+++ b/net-news/rsstail/rsstail-1.8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -12,8 +12,8 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
+BDEPEND="virtual/pkgconfig"
 DEPEND=">=net-libs/libmrss-0.17.1"
 RDEPEND="${DEPEND}"
 
@@ -21,7 +21,7 @@ src_compile() {
 	emake \
 		CC="$(tc-getCC)" \
 		CFLAGS="${CFLAGS} -DVERSION=\\\"\$(VERSION)\\\"" \
-		LDFLAGS="${LDFLAGS} -lmrss"
+		LDFLAGS="${LDFLAGS} $(pkg-config --libs mrss)"
 }
 
 src_install() {


             reply	other threads:[~2020-08-31  3:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31  3:44 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-31  3:44 [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/ Sam James
2020-08-31  3:52 Sam James
2021-01-04  3:31 Sam James
2021-01-07  1:24 Sam James
2021-04-13  0:26 Sam James
2023-02-22 19:56 Sam James

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=1598845455.65f80aa99342ca1f5fa6d9081ffabaac713619cb.sam@gentoo \
    --to=sam@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