public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/rexima/
@ 2017-03-11 20:47 David Seifert
  0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-03-11 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6a898fff45993a04ecd991c29c15c92b86400c4e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 20:45:11 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 20:47:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a898fff

media-sound/rexima: Modernise to EAPI 6

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 .../{rexima-1.4.ebuild => rexima-1.4-r1.ebuild}    | 26 +++++++++++++---------
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/media-sound/rexima/rexima-1.4.ebuild b/media-sound/rexima/rexima-1.4-r1.ebuild
similarity index 59%
rename from media-sound/rexima/rexima-1.4.ebuild
rename to media-sound/rexima/rexima-1.4-r1.ebuild
index cdfc20bdfad..cd78692ee67 100644
--- a/media-sound/rexima/rexima-1.4.ebuild
+++ b/media-sound/rexima/rexima-1.4-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 inherit toolchain-funcs
 
 DESCRIPTION="A curses-based interactive mixer which can also be used from the command-line"
@@ -12,18 +14,22 @@ SLOT="0"
 KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}"
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
 
-src_compile() {
+src_configure() {
 	tc-export CC
-	echo "LDLIBS=-lncurses" > Makefile
-	echo "all: rexima" >> Makefile
-	emake || die "emake failed"
+
+	cat > Makefile <<- _EOF_ || die
+		LDLIBS=$($(tc-getPKG_CONFIG) --libs ncurses)
+		all: rexima
+	_EOF_
 }
 
 src_install () {
-	dobin rexima || die
-	doman rexima.1 || die
-	dodoc NEWS README ChangeLog
+	dobin rexima
+
+	einstalldocs
+	doman rexima.1
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/rexima/
@ 2025-04-02  2:50 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2025-04-02  2:50 UTC (permalink / raw
  To: gentoo-commits

commit:     6b67ef8fdd93a062d3fc71d18247e8c3dd0b6307
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  2 02:35:11 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  2 02:35:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b67ef8f

media-sound/rexima: update SRC_URI (FTP->HTTPS)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/rexima/rexima-1.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/rexima/rexima-1.4-r2.ebuild b/media-sound/rexima/rexima-1.4-r2.ebuild
index 72dfeb4e8a71..7c812fdf080f 100644
--- a/media-sound/rexima/rexima-1.4-r2.ebuild
+++ b/media-sound/rexima/rexima-1.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="A curses-based interactive mixer which can also be used from the command-line"
 HOMEPAGE="http://www.svgalib.org/rus/rexima.html"
-SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/apps/sound/mixers/${P}.tar.gz"
+SRC_URI="https://www.ibiblio.org/pub/Linux/apps/sound/mixers/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-02  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02  2:50 [gentoo-commits] repo/gentoo:master commit in: media-sound/rexima/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2017-03-11 20:47 David Seifert

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