public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/sel/
@ 2018-04-07 22:13 Sergei Trofimovich
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2018-04-07 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     87b981568017c57b0e03dc74a85d3d7bc8c16d0d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 22:12:37 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 22:12:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b98156

dev-util/sel: stable 0.08.4-r2 for ppc, bug #647518

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 dev-util/sel/sel-0.08.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/sel/sel-0.08.4-r2.ebuild b/dev-util/sel/sel-0.08.4-r2.ebuild
index 4699a177a3c..ed76a82daa4 100644
--- a/dev-util/sel/sel-0.08.4-r2.ebuild
+++ b/dev-util/sel/sel-0.08.4-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.rninet.de/darkstar/sel.html"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~s390 sparc x86"
+KEYWORDS="amd64 ppc ~s390 sparc x86"
 
 RDEPEND="sys-libs/ncurses:0="
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/sel/
@ 2021-01-09 16:22 Lars Wendler
  0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2021-01-09 16:22 UTC (permalink / raw
  To: gentoo-commits

commit:     f2cc6de11561bcb15fe0a2654a9193b85434b48f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 16:20:02 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 16:22:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2cc6de1

dev-util/sel: Fixed build with sys-libs/ncurses[tinfo]

Closes: https://bugs.gentoo.org/691306
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-util/sel/sel-0.08.4-r2.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-util/sel/sel-0.08.4-r2.ebuild b/dev-util/sel/sel-0.08.4-r2.ebuild
index 6c4bae9142a..c301ba522d1 100644
--- a/dev-util/sel/sel-0.08.4-r2.ebuild
+++ b/dev-util/sel/sel-0.08.4-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -14,6 +14,7 @@ LICENSE="GPL-2"
 KEYWORDS="amd64 ppc s390 sparc x86"
 
 RDEPEND="sys-libs/ncurses:0="
+BDEPEND="virtual/pkgconfig"
 
 DOCS=( "help.txt" README.GER whatsnew )
 
@@ -25,7 +26,8 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDLIBS="-lncurses"
+	local PKGCONFIG="$(tc-getPKG_CONFIG)"
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDLIBS="$(${PKGCONFIG} --libs ncurses)"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/sel/
@ 2018-06-08  9:53 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-06-08  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     9a564f3cc7c0871c5827c9dca4b6dfaeef0e933c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 09:53:32 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 09:53:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a564f3c

dev-util/sel: Drop old (deprecated EAPIs)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/sel/sel-0.08.4-r1.ebuild | 34 -----------------------------
 dev-util/sel/sel-0.08.4.ebuild    | 46 ---------------------------------------
 2 files changed, 80 deletions(-)

diff --git a/dev-util/sel/sel-0.08.4-r1.ebuild b/dev-util/sel/sel-0.08.4-r1.ebuild
deleted file mode 100644
index 2faa3e43c54..00000000000
--- a/dev-util/sel/sel-0.08.4-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit toolchain-funcs
-
-DESCRIPTION="A filemanager for shell scripts"
-SRC_URI="http://www.rninet.de/darkstar/files/${P}.tar.gz"
-HOMEPAGE="http://www.rninet.de/darkstar/sel.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc s390 sparc x86"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.1"
-DEPEND="${RDEPEND}"
-
-src_prepare () {
-	sed -i -e "s:/usr/local/share/sel/help\.txt:/usr/share/sel/help\.txt:" \
-		sel.c || die 'sed failed'
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDLIBS="-lncurses"
-}
-
-src_install () {
-	dobin sel
-	doman sel.1
-	insinto /usr/share/sel
-	doins help.txt
-	dodoc README.GER
-}

diff --git a/dev-util/sel/sel-0.08.4.ebuild b/dev-util/sel/sel-0.08.4.ebuild
deleted file mode 100644
index 631244e988a..00000000000
--- a/dev-util/sel/sel-0.08.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-DESCRIPTION="A filemanager for shell scripts"
-SRC_URI="http://www.rninet.de/darkstar/files/${P}.tar.gz"
-HOMEPAGE="http://www.rninet.de/darkstar/sel.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc s390 sparc x86"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.1"
-DEPEND="${RDEPEND}"
-
-src_unpack () {
-	unpack ${A}
-	cd "${S}"
-
-	sed -i -e "s:/usr/local/share/sel/help\.txt:/usr/share/sel/help\.txt:" \
-		sel.c || die 'sed failed'
-}
-
-doecho() {
-	echo "$@"
-	"$@"
-}
-
-src_compile() {
-	doecho $(tc-getCC) -o ${PN} \
-		${CFLAGS} ${LDFLAGS} \
-		${PN}.c -lncurses \
-		|| die "build failed"
-}
-
-src_install () {
-	dobin sel || die
-	doman sel.1 || die
-	insinto /usr/share/sel
-	doins help.txt || die
-	dodoc README.GER || die
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/sel/
@ 2018-06-08  9:51 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-06-08  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     99460cc1d6f045be27799ac5a6bddad30dc25bba
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 09:51:23 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 09:51:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99460cc1

dev-util/sel: s390 stable wrt bug #647518

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-util/sel/sel-0.08.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/sel/sel-0.08.4-r2.ebuild b/dev-util/sel/sel-0.08.4-r2.ebuild
index ed76a82daa4..62715868b15 100644
--- a/dev-util/sel/sel-0.08.4-r2.ebuild
+++ b/dev-util/sel/sel-0.08.4-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.rninet.de/darkstar/sel.html"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~s390 sparc x86"
+KEYWORDS="amd64 ppc s390 sparc x86"
 
 RDEPEND="sys-libs/ncurses:0="
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/sel/
@ 2018-03-23  7:24 Sergei Trofimovich
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Trofimovich @ 2018-03-23  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f76aaa56a67dbf61e1028a7df9a9d6081022866c
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Mar 23 06:51:45 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Mar 23 07:24:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76aaa56

dev-util/sel: stable 0.08.4-r2 for sparc, bug #647518

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-util/sel/sel-0.08.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/sel/sel-0.08.4-r2.ebuild b/dev-util/sel/sel-0.08.4-r2.ebuild
index 46c4f928b54..b6b33bea31c 100644
--- a/dev-util/sel/sel-0.08.4-r2.ebuild
+++ b/dev-util/sel/sel-0.08.4-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.rninet.de/darkstar/sel.html"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~s390 sparc ~x86"
 
 RDEPEND="sys-libs/ncurses:0="
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/sel/
@ 2018-03-20 10:01 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2018-03-20 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c598833734dec2ec9fff08719fb4995bf7ac4d77
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 10:01:45 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 20 10:01:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5988337

dev-util/sel: amd64 stable wrt bug #647518

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 dev-util/sel/sel-0.08.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/sel/sel-0.08.4-r2.ebuild b/dev-util/sel/sel-0.08.4-r2.ebuild
index d858c06807b..46c4f928b54 100644
--- a/dev-util/sel/sel-0.08.4-r2.ebuild
+++ b/dev-util/sel/sel-0.08.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.rninet.de/darkstar/sel.html"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~s390 ~sparc ~x86"
 
 RDEPEND="sys-libs/ncurses:0="
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/sel/
@ 2018-02-11 10:53 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2018-02-11 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     1047a71b349d5efc2f5dc91f340ea9a2d3e2e211
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:47:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:52:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1047a71b

dev-util/sel: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 dev-util/sel/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-util/sel/metadata.xml b/dev-util/sel/metadata.xml
index ac16aaf0a18..556719e1225 100644
--- a/dev-util/sel/metadata.xml
+++ b/dev-util/sel/metadata.xml
@@ -4,7 +4,6 @@
 <maintainer type="person">
 	<email>wschlich@gentoo.org</email>
 	<name>Wolfram Schlich</name>
-	<description>Primary maintainer</description>
 </maintainer>
 <longdescription>
 sel is a file selection utility for use on the shell and in shell scripts


^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/sel/
@ 2017-03-08 22:49 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2017-03-08 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e5cb93ff2e6417fcdc036c06ee385ec022d7bd7e
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 15:37:51 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 22:48:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cb93ff

dev-util/sel: EAPI 6 bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/sel/sel-0.08.4-r2.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-util/sel/sel-0.08.4-r2.ebuild b/dev-util/sel/sel-0.08.4-r2.ebuild
new file mode 100644
index 00000000000..d858c06807b
--- /dev/null
+++ b/dev-util/sel/sel-0.08.4-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A filemanager for shell scripts"
+SRC_URI="http://www.rninet.de/darkstar/files/${P}.tar.gz"
+HOMEPAGE="http://www.rninet.de/darkstar/sel.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+
+RDEPEND="sys-libs/ncurses:0="
+
+DOCS=( "help.txt" README.GER whatsnew )
+
+src_prepare () {
+	default
+	sed -i \
+		-e "s:/usr/local/share/sel/help\.txt:/usr/share/sel/help\.txt:" \
+		"${PN}.c" || die 'sed failed'
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDLIBS="-lncurses"
+}
+
+src_install () {
+	dobin "${PN}"
+	doman "${PN}.1"
+	einstalldocs
+}


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

end of thread, other threads:[~2021-01-09 16:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-07 22:13 [gentoo-commits] repo/gentoo:master commit in: dev-util/sel/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2021-01-09 16:22 Lars Wendler
2018-06-08  9:53 Mikle Kolyada
2018-06-08  9:51 Mikle Kolyada
2018-03-23  7:24 Sergei Trofimovich
2018-03-20 10:01 Agostino Sarubbo
2018-02-11 10:53 Michał Górny
2017-03-08 22:49 Patrice Clement

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