public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/
@ 2018-05-27 21:59 Johannes Huber
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2018-05-27 21:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c1c565d506113d421729c38786a6195ac4b57f13
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun May 20 23:25:48 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun May 27 21:59:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c565d5

net-misc/shigofumi: git-2->git-r3

Package-Manager: Portage-2.3.38, Repoman-2.3.9
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 net-misc/shigofumi/shigofumi-0.3.ebuild  | 12 +++++-------
 net-misc/shigofumi/shigofumi-9999.ebuild | 12 +++++-------
 2 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/net-misc/shigofumi/shigofumi-0.3.ebuild b/net-misc/shigofumi/shigofumi-0.3.ebuild
index c70a620f58f..04698129e52 100644
--- a/net-misc/shigofumi/shigofumi-0.3.ebuild
+++ b/net-misc/shigofumi/shigofumi-0.3.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
 WANT_AUTOMAKE="1.11"
-inherit base
-[[ ${PV} = 9999* ]] && inherit git-2 autotools
+inherit autotools
 
 DESCRIPTION="Command line client for ISDS"
 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
 if [[ ${PV} = 9999* ]]; then
-	SRC_URI=""
-	KEYWORDS=""
+	EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
+	inherit git-r3
 else
 	SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~mips ~x86"

diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild
index c70a620f58f..04698129e52 100644
--- a/net-misc/shigofumi/shigofumi-9999.ebuild
+++ b/net-misc/shigofumi/shigofumi-9999.ebuild
@@ -1,18 +1,16 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
 WANT_AUTOMAKE="1.11"
-inherit base
-[[ ${PV} = 9999* ]] && inherit git-2 autotools
+inherit autotools
 
 DESCRIPTION="Command line client for ISDS"
 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
 if [[ ${PV} = 9999* ]]; then
-	SRC_URI=""
-	KEYWORDS=""
+	EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
+	inherit git-r3
 else
 	SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~mips ~x86"


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/
@ 2018-05-28 18:39 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-05-28 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     08d990e57fd9999883e2fa9e713f67abb4a7a0fa
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 18:34:32 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 28 18:39:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d990e5

net-misc/shigofumi: Fix src_prepare call (#656766)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-misc/shigofumi/shigofumi-0.3.ebuild  | 8 +++++---
 net-misc/shigofumi/shigofumi-9999.ebuild | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/net-misc/shigofumi/shigofumi-0.3.ebuild b/net-misc/shigofumi/shigofumi-0.3.ebuild
index a8c6a913368..14c9161cf91 100644
--- a/net-misc/shigofumi/shigofumi-0.3.ebuild
+++ b/net-misc/shigofumi/shigofumi-0.3.ebuild
@@ -20,10 +20,12 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="debug doc nls xattr"
 
-RDEPEND="dev-libs/confuse
+RDEPEND="
+	dev-libs/confuse
 	dev-libs/libxml2
-	sys-libs/readline
-	>=net-libs/libisds-0.7"
+	sys-libs/readline:0=
+	>=net-libs/libisds-0.7
+"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	doc? (

diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild
index a8c6a913368..14c9161cf91 100644
--- a/net-misc/shigofumi/shigofumi-9999.ebuild
+++ b/net-misc/shigofumi/shigofumi-9999.ebuild
@@ -20,10 +20,12 @@ LICENSE="GPL-3"
 SLOT="0"
 IUSE="debug doc nls xattr"
 
-RDEPEND="dev-libs/confuse
+RDEPEND="
+	dev-libs/confuse
 	dev-libs/libxml2
-	sys-libs/readline
-	>=net-libs/libisds-0.7"
+	sys-libs/readline:0=
+	>=net-libs/libisds-0.7
+"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
 	doc? (


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/
@ 2018-05-28 18:39 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-05-28 18:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3493179647d7fed363cc8b441cb0c3d778a76df8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 18:33:23 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 28 18:39:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34931796

net-misc/shigofumi: Fix src_prepare call (#656766)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 net-misc/shigofumi/shigofumi-0.3.ebuild  | 1 +
 net-misc/shigofumi/shigofumi-9999.ebuild | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-misc/shigofumi/shigofumi-0.3.ebuild b/net-misc/shigofumi/shigofumi-0.3.ebuild
index 04698129e52..a8c6a913368 100644
--- a/net-misc/shigofumi/shigofumi-0.3.ebuild
+++ b/net-misc/shigofumi/shigofumi-0.3.ebuild
@@ -35,6 +35,7 @@ DEPEND="${RDEPEND}
 DOCS=( NEWS README AUTHORS ChangeLog )
 
 src_prepare() {
+	default
 	[[ ${PV} = 9999* ]] && eautoreconf
 }
 

diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild
index 04698129e52..a8c6a913368 100644
--- a/net-misc/shigofumi/shigofumi-9999.ebuild
+++ b/net-misc/shigofumi/shigofumi-9999.ebuild
@@ -35,6 +35,7 @@ DEPEND="${RDEPEND}
 DOCS=( NEWS README AUTHORS ChangeLog )
 
 src_prepare() {
+	default
 	[[ ${PV} = 9999* ]] && eautoreconf
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/
@ 2018-05-28 20:52 Pacho Ramos
  0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2018-05-28 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     927409840aa940feb806175efcea0c60b09ea547
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 20:51:33 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May 28 20:52:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92740984

net-misc/shigofumi: Add missing attr dep (#648418)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 .../{shigofumi-0.3.ebuild => shigofumi-0.3-r1.ebuild}          | 10 +++++-----
 net-misc/shigofumi/shigofumi-9999.ebuild                       | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/net-misc/shigofumi/shigofumi-0.3.ebuild b/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
similarity index 89%
rename from net-misc/shigofumi/shigofumi-0.3.ebuild
rename to net-misc/shigofumi/shigofumi-0.3-r1.ebuild
index 14c9161cf91..1c7d25f0f8b 100644
--- a/net-misc/shigofumi/shigofumi-0.3.ebuild
+++ b/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
@@ -21,10 +21,11 @@ SLOT="0"
 IUSE="debug doc nls xattr"
 
 RDEPEND="
-	dev-libs/confuse
-	dev-libs/libxml2
+	dev-libs/confuse:0=
+	dev-libs/libxml2:2
 	sys-libs/readline:0=
 	>=net-libs/libisds-0.7
+	xattr? ( sys-apps/attr )
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
@@ -32,9 +33,8 @@ DEPEND="${RDEPEND}
 		app-text/docbook-xsl-stylesheets
 		dev-libs/libxslt
 	)
-	nls? ( sys-devel/gettext )"
-
-DOCS=( NEWS README AUTHORS ChangeLog )
+	nls? ( sys-devel/gettext )
+"
 
 src_prepare() {
 	default

diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild
index 14c9161cf91..1c7d25f0f8b 100644
--- a/net-misc/shigofumi/shigofumi-9999.ebuild
+++ b/net-misc/shigofumi/shigofumi-9999.ebuild
@@ -21,10 +21,11 @@ SLOT="0"
 IUSE="debug doc nls xattr"
 
 RDEPEND="
-	dev-libs/confuse
-	dev-libs/libxml2
+	dev-libs/confuse:0=
+	dev-libs/libxml2:2
 	sys-libs/readline:0=
 	>=net-libs/libisds-0.7
+	xattr? ( sys-apps/attr )
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
@@ -32,9 +33,8 @@ DEPEND="${RDEPEND}
 		app-text/docbook-xsl-stylesheets
 		dev-libs/libxslt
 	)
-	nls? ( sys-devel/gettext )"
-
-DOCS=( NEWS README AUTHORS ChangeLog )
+	nls? ( sys-devel/gettext )
+"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/
@ 2019-04-04  9:26 Jeroen Roovers
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers @ 2019-04-04  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5599e045f440870b44315bc066206c5dde32ebe5
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  4 09:26:29 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 09:26:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5599e045

net-misc/shigofumi: Switch to HTTPS in EGIT_REPO_URI

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

 net-misc/shigofumi/shigofumi-0.3-r1.ebuild | 4 ++--
 net-misc/shigofumi/shigofumi-9999.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/shigofumi/shigofumi-0.3-r1.ebuild b/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
index 1c7d25f0f8b..8667bb035c0 100644
--- a/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
+++ b/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit autotools
 DESCRIPTION="Command line client for ISDS"
 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
 if [[ ${PV} = 9999* ]]; then
-	EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
+	EGIT_REPO_URI='https://repo.or.cz/shigofumi.git'
 	inherit git-r3
 else
 	SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"

diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild
index 1c7d25f0f8b..8667bb035c0 100644
--- a/net-misc/shigofumi/shigofumi-9999.ebuild
+++ b/net-misc/shigofumi/shigofumi-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit autotools
 DESCRIPTION="Command line client for ISDS"
 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
 if [[ ${PV} = 9999* ]]; then
-	EGIT_REPO_URI='git://repo.or.cz/shigofumi.git'
+	EGIT_REPO_URI='https://repo.or.cz/shigofumi.git'
 	inherit git-r3
 else
 	SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/
@ 2021-08-04 14:46 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2021-08-04 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     e8f98c608dacdb97e4f91dca113a70be56b24053
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 14:45:45 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 14:45:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8f98c60

net-misc/shigofumi: add 0.9

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/shigofumi/Manifest             |  1 +
 net-misc/shigofumi/shigofumi-0.9.ebuild | 56 +++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/net-misc/shigofumi/Manifest b/net-misc/shigofumi/Manifest
index 2b5e0301aaa..1a440a6c5ba 100644
--- a/net-misc/shigofumi/Manifest
+++ b/net-misc/shigofumi/Manifest
@@ -1 +1,2 @@
 DIST shigofumi-0.3.tar.bz2 312184 BLAKE2B ebf8c0c4a7a347bd1b2c11fae9e8f0da46cad21e2b25e875e94a60a7be00a79c1737ac39754a8a230705a44a812e5f00268b528480f5e33e734e4ce5dfdbea34 SHA512 ef7b2894cfa217b713865c4fe24cc985b4ff963df4a5005bda06f03b3c7f358b318e68a136328787fe2dfbb8b1623fe2b2ceb9fbbd20be7f243fa79ace1b0210
+DIST shigofumi-0.9.tar.bz2 346010 BLAKE2B a8014b6d2db3bc5ffc7656331704fd8a5a81b3f9e3b60e1f96a01ae05f98754df0f2ae76008696c0d01d567eaeffc483a4d688e3c74aec26e2bf95d1eea8e649 SHA512 8deee080d701393cce516ce7e904e24d7d42317e6b4921097b879947ee87391806595ac66e9460887607be19903d91a6eebf197833cf12795161424760bb403b

diff --git a/net-misc/shigofumi/shigofumi-0.9.ebuild b/net-misc/shigofumi/shigofumi-0.9.ebuild
new file mode 100644
index 00000000000..398763fed88
--- /dev/null
+++ b/net-misc/shigofumi/shigofumi-0.9.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Command line client for ISDS"
+HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
+
+if [[ ${PV} == *9999 ]]; then
+	EGIT_REPO_URI='https://repo.or.cz/shigofumi.git'
+	inherit autotools git-r3
+else
+	SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~mips ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug nls xattr"
+
+RDEPEND="
+	dev-libs/confuse:=
+	dev-libs/libxml2:2
+	net-libs/libisds
+	sys-apps/file
+	sys-libs/readline:="
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	nls? ( sys-devel/gettext )"
+
+[[ ${PV} == *9999 ]] && BDEPEND+="
+	app-text/docbook-xsl-stylesheets
+	app-text/po4a
+	dev-libs/libxslt"
+
+src_prepare() {
+	default
+	[[ ${PV} == *9999 ]] && eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		--disable-fatalwarnings
+		--enable-doc
+		--without-docbook-xsl-stylesheets
+		$(use_enable debug)
+		$(use_enable nls)
+		$(use_enable xattr)
+	)
+	[[ ${PV} == *9999 ]] && myeconfargs+=(
+		--with-docbook-xsl-stylesheets
+	)
+
+	econf "${myeconfargs[@]}"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/
@ 2021-08-04 14:46 David Seifert
  0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2021-08-04 14:46 UTC (permalink / raw
  To: gentoo-commits

commit:     707e13168685bb9866b0cf05bfb1d875f59cbea8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 14:45:47 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 14:45:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707e1316

net-misc/shigofumi: sync live ebuild

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-misc/shigofumi/shigofumi-9999.ebuild | 57 +++++++++++++++++---------------
 1 file changed, 31 insertions(+), 26 deletions(-)

diff --git a/net-misc/shigofumi/shigofumi-9999.ebuild b/net-misc/shigofumi/shigofumi-9999.ebuild
index 8667bb035c0..398763fed88 100644
--- a/net-misc/shigofumi/shigofumi-9999.ebuild
+++ b/net-misc/shigofumi/shigofumi-9999.ebuild
@@ -1,16 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-WANT_AUTOMAKE="1.11"
-inherit autotools
+EAPI=8
 
 DESCRIPTION="Command line client for ISDS"
 HOMEPAGE="http://xpisar.wz.cz/shigofumi/"
-if [[ ${PV} = 9999* ]]; then
+
+if [[ ${PV} == *9999 ]]; then
 	EGIT_REPO_URI='https://repo.or.cz/shigofumi.git'
-	inherit git-r3
+	inherit autotools git-r3
 else
 	SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~mips ~x86"
@@ -18,34 +16,41 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="debug doc nls xattr"
+IUSE="debug nls xattr"
 
 RDEPEND="
-	dev-libs/confuse:0=
+	dev-libs/confuse:=
 	dev-libs/libxml2:2
-	sys-libs/readline:0=
-	>=net-libs/libisds-0.7
-	xattr? ( sys-apps/attr )
-"
-DEPEND="${RDEPEND}
+	net-libs/libisds
+	sys-apps/file
+	sys-libs/readline:="
+DEPEND="${RDEPEND}"
+BDEPEND="
 	virtual/pkgconfig
-	doc? (
-		app-text/docbook-xsl-stylesheets
-		dev-libs/libxslt
-	)
-	nls? ( sys-devel/gettext )
-"
+	nls? ( sys-devel/gettext )"
+
+[[ ${PV} == *9999 ]] && BDEPEND+="
+	app-text/docbook-xsl-stylesheets
+	app-text/po4a
+	dev-libs/libxslt"
 
 src_prepare() {
 	default
-	[[ ${PV} = 9999* ]] && eautoreconf
+	[[ ${PV} == *9999 ]] && eautoreconf
 }
 
 src_configure() {
-	econf \
-		--disable-fatalwarnings \
-		$(use_enable debug) \
-		$(use_enable doc) \
-		$(use_enable nls) \
+	local myeconfargs=(
+		--disable-fatalwarnings
+		--enable-doc
+		--without-docbook-xsl-stylesheets
+		$(use_enable debug)
+		$(use_enable nls)
 		$(use_enable xattr)
+	)
+	[[ ${PV} == *9999 ]] && myeconfargs+=(
+		--with-docbook-xsl-stylesheets
+	)
+
+	econf "${myeconfargs[@]}"
 }


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

end of thread, other threads:[~2021-08-04 14:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-28 18:39 [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2021-08-04 14:46 David Seifert
2021-08-04 14:46 David Seifert
2019-04-04  9:26 Jeroen Roovers
2018-05-28 20:52 Pacho Ramos
2018-05-28 18:39 Pacho Ramos
2018-05-27 21:59 Johannes Huber

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