[gentoo-commits] repo/gentoo:master commit in: app-text/tabler/files/, app-text/tabler/

2020-05-17 Thread Jeroen Roovers
commit: 7e549ea5c9ac67bd3d7f0620ed36501a2e1fda44
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun May 17 12:26:47 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun May 17 12:27:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e549ea5

app-text/tabler: Fix building with CFLAGS=-fno-common

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Closes: https://bugs.gentoo.org/706932
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-text/tabler/files/tabler-2-fno-common.patch | 22 ++
 app-text/tabler/tabler-2-r1.ebuild  | 16 
 2 files changed, 30 insertions(+), 8 deletions(-)

diff --git a/app-text/tabler/files/tabler-2-fno-common.patch 
b/app-text/tabler/files/tabler-2-fno-common.patch
new file mode 100644
index 000..b334880e5ec
--- /dev/null
+++ b/app-text/tabler/files/tabler-2-fno-common.patch
@@ -0,0 +1,22 @@
+--- a/util.h
 b/util.h
+@@ -35,7 +35,7 @@
+ int digits(int n, int base);
+ char *replace_backslashed(char *string);
+ 
+-char *_strregtok_previous_end;
++extern char *_strregtok_previous_end;
+ char *strregtok(char *string, const regex_t *seperator);
+ 
+ #endif /* UTIL_H */
+--- a/util.c
 b/util.c
+@@ -32,6 +32,8 @@
+ #include "conf.h"
+ #include "util.h"
+ 
++char *_strregtok_previous_end;
++
+ /* replace_backslashed
+  *
+  * Replaces, within the given string, certain backslashed characters with the

diff --git a/app-text/tabler/tabler-2-r1.ebuild 
b/app-text/tabler/tabler-2-r1.ebuild
index f727d216278..e39e7e2835a 100644
--- a/app-text/tabler/tabler-2-r1.ebuild
+++ b/app-text/tabler/tabler-2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="A utility to create text art tables from delimited input"
 HOMEPAGE="https://sourceforge.net/projects/tabler/;
@@ -10,9 +10,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc AUTHORS ChangeLog README
-}
+PATCHES=(
+   "${FILESDIR}"/${P}-fno-common.patch
+)
+DOCS=(
+   AUTHORS ChangeLog README
+)



[gentoo-commits] repo/gentoo:master commit in: app-text/tabler/

2018-04-08 Thread Patrice Clement
commit: 08e2d1a3b542a45215d0531bc5aa1ccd7a2c6993
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Apr  8 16:43:26 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr  8 22:41:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e2d1a3

app-text/tabler: remove old.

 app-text/tabler/tabler-2.ebuild | 16 
 1 file changed, 16 deletions(-)

diff --git a/app-text/tabler/tabler-2.ebuild b/app-text/tabler/tabler-2.ebuild
deleted file mode 100644
index e55a2d01d4d..000
--- a/app-text/tabler/tabler-2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A utility to create text art tables from delimited input"
-HOMEPAGE="https://sourceforge.net/projects/tabler/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_install() {
-   emake DESTDIR="${D}" install || die "Install failed"
-   dodoc AUTHORS ChangeLog README
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/tabler/

2018-04-07 Thread Sergei Trofimovich
commit: dc04f74ae11c622ca589505e7b7055c7b18f066e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 22:12:24 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 22:12:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc04f74a

app-text/tabler: stable 2-r1 for ppc, bug #647502

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

 app-text/tabler/tabler-2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/tabler/tabler-2-r1.ebuild 
b/app-text/tabler/tabler-2-r1.ebuild
index 759ba70d284..f727d216278 100644
--- a/app-text/tabler/tabler-2-r1.ebuild
+++ b/app-text/tabler/tabler-2-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-text/tabler/

2018-02-14 Thread Thomas Deutschmann
commit: 61465b6394d5ac2f8cd1d7df83f990c2072b09cd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Feb 14 13:44:28 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Feb 14 13:50:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61465b63

app-text/tabler: x86 stable (bug #647502)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-text/tabler/tabler-2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/tabler/tabler-2-r1.ebuild 
b/app-text/tabler/tabler-2-r1.ebuild
index ed6a81d08f9..56eb34d0a52 100644
--- a/app-text/tabler/tabler-2-r1.ebuild
+++ b/app-text/tabler/tabler-2-r1.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
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-text/tabler/

2017-08-16 Thread Amy Liffey
commit: 65d44f0a993f74038c2ccece1e13ffd1a7bc4ff8
Author: Amy Liffey  gentoo  org>
AuthorDate: Wed Aug 16 17:38:31 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Wed Aug 16 17:40:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d44f0a

app-text/tabler: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-text/tabler/tabler-2-r1.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/app-text/tabler/tabler-2-r1.ebuild 
b/app-text/tabler/tabler-2-r1.ebuild
new file mode 100644
index 000..ed6a81d08f9
--- /dev/null
+++ b/app-text/tabler/tabler-2-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A utility to create text art tables from delimited input"
+HOMEPAGE="https://sourceforge.net/projects/tabler/;
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc AUTHORS ChangeLog README
+}