* [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/, net-misc/shigofumi/files/
@ 2020-01-26 11:57 Sergei Trofimovich
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2020-01-26 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 4e70b61a62aa8a830ba519211bd7eb33fd2c8473
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 11:56:59 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 11:57:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e70b61a
net-misc/shigofumi: tweak for gcc-10, bug #706428
Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/706428
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
net-misc/shigofumi/files/shigofumi-0.3-gcc-10.patch | 11 +++++++++++
net-misc/shigofumi/shigofumi-0.3-r1.ebuild | 6 +++++-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/net-misc/shigofumi/files/shigofumi-0.3-gcc-10.patch b/net-misc/shigofumi/files/shigofumi-0.3-gcc-10.patch
new file mode 100644
index 00000000000..52688ff1d19
--- /dev/null
+++ b/net-misc/shigofumi/files/shigofumi-0.3-gcc-10.patch
@@ -0,0 +1,11 @@
+--- a/src/shigofumi.h
++++ b/src/shigofumi.h
+@@ -16,7 +16,7 @@
+ extern shi_state state;*/
+
+ /* UI */
+-FILE *output;
++extern FILE *output;
+
+ /* Data */
+ extern struct isds_list *boxes;
diff --git a/net-misc/shigofumi/shigofumi-0.3-r1.ebuild b/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
index 8667bb035c0..a5dcea0425c 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-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -36,6 +36,10 @@ DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
"
+PATCHES=(
+ "${FILESDIR}"/${P}-gcc-10.patch
+)
+
src_prepare() {
default
[[ ${PV} = 9999* ]] && eautoreconf
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/, net-misc/shigofumi/files/
@ 2021-08-04 14:46 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2021-08-04 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 992bea4553b13a752aa83745db66041db8dfc3a9
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 14:45:48 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 14:45:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=992bea45
net-misc/shigofumi: drop 0.3-r1
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-misc/shigofumi/Manifest | 1 -
.../shigofumi/files/shigofumi-0.3-gcc-10.patch | 11 -----
net-misc/shigofumi/shigofumi-0.3-r1.ebuild | 55 ----------------------
3 files changed, 67 deletions(-)
diff --git a/net-misc/shigofumi/Manifest b/net-misc/shigofumi/Manifest
index 1a440a6c5ba..22614a7af06 100644
--- a/net-misc/shigofumi/Manifest
+++ b/net-misc/shigofumi/Manifest
@@ -1,2 +1 @@
-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/files/shigofumi-0.3-gcc-10.patch b/net-misc/shigofumi/files/shigofumi-0.3-gcc-10.patch
deleted file mode 100644
index 52688ff1d19..00000000000
--- a/net-misc/shigofumi/files/shigofumi-0.3-gcc-10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/shigofumi.h
-+++ b/src/shigofumi.h
-@@ -16,7 +16,7 @@
- extern shi_state state;*/
-
- /* UI */
--FILE *output;
-+extern FILE *output;
-
- /* Data */
- extern struct isds_list *boxes;
diff --git a/net-misc/shigofumi/shigofumi-0.3-r1.ebuild b/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
deleted file mode 100644
index a5dcea0425c..00000000000
--- a/net-misc/shigofumi/shigofumi-0.3-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WANT_AUTOMAKE="1.11"
-inherit autotools
-
-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 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 doc nls xattr"
-
-RDEPEND="
- 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
- doc? (
- app-text/docbook-xsl-stylesheets
- dev-libs/libxslt
- )
- nls? ( sys-devel/gettext )
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-gcc-10.patch
-)
-
-src_prepare() {
- default
- [[ ${PV} = 9999* ]] && eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-fatalwarnings \
- $(use_enable debug) \
- $(use_enable doc) \
- $(use_enable nls) \
- $(use_enable xattr)
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-04 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-26 11:57 [gentoo-commits] repo/gentoo:master commit in: net-misc/shigofumi/, net-misc/shigofumi/files/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2021-08-04 14:46 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox