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

2023-08-21 Thread Marek Szuba
commit: f09adbe8d2a5fec4cceef1709735b2513a0b9e45
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 21 17:48:34 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 21 18:08:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09adbe8

app-text/pinfo: drop 9

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/pinfo/pinfo-9.ebuild | 54 ---
 1 file changed, 54 deletions(-)

diff --git a/app-text/pinfo/pinfo-9.ebuild 
b/app-text/pinfo/pinfo-9.ebuild
deleted file mode 100644
index c4fdd276bdaf..
--- a/app-text/pinfo/pinfo-9.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools flag-o-matic git-r3
-
-DESCRIPTION="Hypertext info and man viewer based on (n)curses"
-HOMEPAGE="https://github.com/baszoetekouw/pinfo;
-EGIT_REPO_URI="https://github.com/baszoetekouw/pinfo.git;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="nls readline"
-
-RDEPEND="
-   sys-libs/ncurses:0=
-   sys-libs/readline:0=
-   nls? ( virtual/libintl )
-"
-
-DEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-   sys-devel/bison
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
-   "${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
-)
-
-src_prepare() {
-   default
-
-   sed -i -e 's| -Werror||g' configure.ac || die
-
-   eautoreconf
-}
-
-src_configure() {
-   # The following line can be dropped once 
https://github.com/baszoetekouw/pinfo/pull/35
-   # is merged.
-   append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
-
-   econf \
-   $(use_with readline) \
-   $(use_enable nls)
-}
-
-src_install() {
-   emake DESTDIR="${D}" sysconfdir="${EPREFIX}/etc" install
-}



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

2023-04-28 Thread Sam James
commit: 88671c48a57d63644105dee4cc4f8977897e649e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 06:26:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 06:26:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88671c48

app-text/pinfo: fix metadata whitespace

Fixes: 1cfd4edff6ad8e235dd1475f6f2fa06e09f449f9
Signed-off-by: Sam James  gentoo.org>

 app-text/pinfo/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pinfo/metadata.xml b/app-text/pinfo/metadata.xml
index bc3bb66d6737..274f2314308e 100644
--- a/app-text/pinfo/metadata.xml
+++ b/app-text/pinfo/metadata.xml
@@ -6,6 +6,6 @@
Marek Szuba


-baszoetekouw/pinfo
+   baszoetekouw/pinfo

 



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

2023-04-28 Thread Sam James
commit: 1cfd4edff6ad8e235dd1475f6f2fa06e09f449f9
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 06:04:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 06:04:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cfd4edf

app-text/pinfo: add github upstream metadata

Signed-off-by: Sam James  gentoo.org>

 app-text/pinfo/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-text/pinfo/metadata.xml b/app-text/pinfo/metadata.xml
index beac02a9af14..bc3bb66d6737 100644
--- a/app-text/pinfo/metadata.xml
+++ b/app-text/pinfo/metadata.xml
@@ -5,4 +5,7 @@
mare...@gentoo.org
Marek Szuba

+   
+baszoetekouw/pinfo
+   
 



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

2023-04-28 Thread Sam James
commit: 0e424d2d20e771835a8882c6ecf13e54baf1
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 05:46:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 06:04:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e424d2d

app-text/pinfo: add note re FTMs

Signed-off-by: Sam James  gentoo.org>

 app-text/pinfo/pinfo-0.6.13.ebuild | 4 +++-
 app-text/pinfo/pinfo-9.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index 895fff2840ad..9b3ae745d0c3 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -41,6 +41,8 @@ src_prepare() {
 }
 
 src_configure() {
+   # The following line can be dropped once 
https://github.com/baszoetekouw/pinfo/pull/35
+   # is merged.
append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
 
econf \

diff --git a/app-text/pinfo/pinfo-9.ebuild 
b/app-text/pinfo/pinfo-9.ebuild
index 94bcef91cbb1..c4fdd276bdaf 100644
--- a/app-text/pinfo/pinfo-9.ebuild
+++ b/app-text/pinfo/pinfo-9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -40,6 +40,8 @@ src_prepare() {
 }
 
 src_configure() {
+   # The following line can be dropped once 
https://github.com/baszoetekouw/pinfo/pull/35
+   # is merged.
append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
 
econf \



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

2021-12-10 Thread Arthur Zamarin
commit: b2e1d2872809d865ea06e4057b5cc5a81353e393
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 10 11:33:23 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 10 11:33:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e1d287

app-text/pinfo: Keyword 0.6.13 arm64, #828654

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index fd125b72037e..895fff2840ad 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="nls readline"
 
 RDEPEND="



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

2021-08-23 Thread Marek Szuba
commit: bb3214f3894e9058118b8105f1186644c421a965
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Aug 23 21:15:38 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Mon Aug 23 21:29:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3214f3

app-text/pinfo: keyword 0.6.13 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index 00dad93c8fc..fd125b72037 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
 IUSE="nls readline"
 
 RDEPEND="



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

2020-11-05 Thread Marek Szuba
commit: 0591119e279c02396fb624ebcc5b60b563c6b986
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Nov  5 14:20:51 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Nov  5 14:30:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0591119e

app-text/pinfo: Take over following jer's retirement

Signed-off-by: Marek Szuba  gentoo.org>

 app-text/pinfo/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-text/pinfo/metadata.xml b/app-text/pinfo/metadata.xml
index 7a38bb90096..3e5026ee375 100644
--- a/app-text/pinfo/metadata.xml
+++ b/app-text/pinfo/metadata.xml
@@ -1,5 +1,8 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
 



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

2020-09-05 Thread Jeroen Roovers
commit: a8f05682b4b002d085f341aa010c4405b2892c16
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep  5 12:42:14 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep  5 12:47:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f05682

app-text/pinfo: Old

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-text/pinfo/Manifest|   1 -
 .../files/pinfo-0.6.10-clearfilenameprefix.patch   |  10 --
 app-text/pinfo/files/pinfo-0.6.10-dir-file.patch   |  11 ---
 .../pinfo/files/pinfo-0.6.10-gcc-7-inline.patch|  42 
 .../pinfo/files/pinfo-0.6.10-gettext-0.19.patch| 110 -
 .../pinfo/files/pinfo-0.6.10-info-suffix.patch |  28 --
 .../pinfo/files/pinfo-0.6.10-libc-basename.patch   |  33 ---
 .../pinfo/files/pinfo-0.6.10-ncurses-check.patch   |  14 ---
 app-text/pinfo/files/pinfo-0.6.10-tinfo.patch  |  40 
 app-text/pinfo/files/pinfo-0.6.10-version.patch|  11 ---
 app-text/pinfo/files/pinfo-0.6.9-as-needed.patch   |  22 -
 app-text/pinfo/pinfo-0.6.10-r5.ebuild  |  55 ---
 app-text/pinfo/pinfo-0.6.10-r7.ebuild  |  60 ---
 13 files changed, 437 deletions(-)

diff --git a/app-text/pinfo/Manifest b/app-text/pinfo/Manifest
index f6fcb600816..5d4d910667e 100644
--- a/app-text/pinfo/Manifest
+++ b/app-text/pinfo/Manifest
@@ -1,2 +1 @@
-DIST pinfo-0.6.10.tar.bz2 133059 BLAKE2B 
aaac23583510f42ac8a0c71a380f2bc76c4db6d78518bb4d5399c100bf0aec291c869576b18313e00f8572610cb967c3acb5f8d643c48f1295fd2efa8e16e3e6
 SHA512 
d3aeb93a668b939a2be7dd397ef5c918a8d108a1a7613ce39d4ef2faafbd549582a35d95c74c1dc74f4c86c9f2bf09b7bca7b5006c5a79302403dd906e8d376e
 DIST pinfo-0.6.13.tar.gz 157103 BLAKE2B 
18af4a5ae1bbd2abccb174ce1a3a16e4d17207a10015042723c58f80695c2580ca0c1c60f4f6f4f08e67eb01316fe48cd848a887e65159a6cd4463eca14bdecd
 SHA512 
739e24821a363a087fb9df5651694f051286d4a15c3e51f2421a2aa60b1efe1da558b959ba22a0094e22854534ea5875498156e8ea2e198e31001aecab1a18df

diff --git a/app-text/pinfo/files/pinfo-0.6.10-clearfilenameprefix.patch 
b/app-text/pinfo/files/pinfo-0.6.10-clearfilenameprefix.patch
deleted file mode 100644
index 0835d166932..000
--- a/app-text/pinfo/files/pinfo-0.6.10-clearfilenameprefix.patch
+++ /dev/null
@@ -1,10 +0,0 @@
 a/src/filehandling_functions.c
-+++ b/src/filehandling_functions.c
-@@ -758,6 +758,7 @@
-   tmpfilename = tmpfilename2; /* later we will refere only to 
tmp2 */
-   }
- 
-+  clearfilenameprefix();
-   for (i = -1; i < infopathcount; i++)/* go through all paths */
-   {
-   if (i == -1)

diff --git a/app-text/pinfo/files/pinfo-0.6.10-dir-file.patch 
b/app-text/pinfo/files/pinfo-0.6.10-dir-file.patch
deleted file mode 100644
index 7a282f354ba..000
--- a/app-text/pinfo/files/pinfo-0.6.10-dir-file.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/src/filehandling_functions.c
-+++ b/src/filehandling_functions.c
-@@ -742,7 +742,7 @@
-   int i, j;
-   char *tmpfilename;
- 
--  if (strncmp(filename, "dir", 3) == 0)
-+  if (strncmp(filename, "dir", 3) == 0 && !isalnum(filename[3]))
-   {
-   xfree(buf);
-   return opendirfile(number);

diff --git a/app-text/pinfo/files/pinfo-0.6.10-gcc-7-inline.patch 
b/app-text/pinfo/files/pinfo-0.6.10-gcc-7-inline.patch
deleted file mode 100644
index d73ad947c7d..000
--- a/app-text/pinfo/files/pinfo-0.6.10-gcc-7-inline.patch
+++ /dev/null
@@ -1,42 +0,0 @@
 a/src/initializelinks.c
-+++ b/src/initializelinks.c
-@@ -75,7 +75,7 @@
-  * checks if an item belongs to tag table. returns 1 on success and 0 on
-  * failure.  It should be optimised...
-  */
--inline int
-+int
- exists_in_tag_table(char *item)
- {
-   if (gettagtablepos(item) != -1)
 a/src/filehandling_functions.c
-+++ b/src/filehandling_functions.c
-@@ -554,7 +554,7 @@
-   return 1;
- }
- 
--inline void
-+void
- buildcommand(char *dest, char *command, char *filename, const char 
*tmpfilename)
- {
-   strcpy(dest, command);
-@@ -564,7 +564,7 @@
-   strcat(dest, tmpfilename);
- }
- 
--inline void
-+void
- builddircommand(char *dest, char *command, char *filename, const char 
*tmpfilename)
- {
-   strcpy(dest, command);
 a/src/utils.c
-+++ b/src/utils.c
-@@ -193,7 +193,7 @@
-   return value;
- }
- 
--inline void
-+void
- initlocale()
- {
- #ifdef ___DEBUG___

diff --git a/app-text/pinfo/files/pinfo-0.6.10-gettext-0.19.patch 
b/app-text/pinfo/files/pinfo-0.6.10-gettext-0.19.patch
deleted file mode 100644
index 6679e51acb2..000
--- a/app-text/pinfo/files/pinfo-0.6.10-gettext-0.19.patch
+++ /dev/null
@@ -1,110 +0,0 @@
 a/po/cs.po
-+++ b/po/cs.po
-@@ -9,6 +9,7 @@
- "PO-Revision-Date: 2005-10-11 16:59+0200\n"
- "Last-Translator: Katarina Machalkova \n"
- "Language-Team: Czech \n"
-+"Language: cs\n"
- "MIME-Version: 1.0\n"
- "Content-Type: 

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

2020-09-04 Thread Sam James
commit: 66f8245d0c6b21a7222832e32be5438ce24d50e5
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 02:37:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 02:37:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f8245d

app-text/pinfo: ppc64 stable (bug #698796)

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index a1670523fa4..15237faa935 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86"
 IUSE="nls readline"
 
 RDEPEND="



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

2020-08-29 Thread Sam James
commit: b46605222088737c18e6cadc671461c0ff55bbd4
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 29 12:56:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 29 12:56:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4660522

app-text/pinfo: Stabilize 0.6.13 ppc, #698796

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index d08ad064098..a1670523fa4 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~ppc64 sparc x86"
 IUSE="nls readline"
 
 RDEPEND="



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

2020-08-28 Thread Sergei Trofimovich
commit: d76831d9150831db1acb402b384f6fc2b0aba882
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Aug 28 19:19:01 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Aug 28 22:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76831d9

app-text/pinfo: stable 0.6.13 for sparc

stable wrt bug #698796

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index 65a73c599ed..d08ad064098 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
 IUSE="nls readline"
 
 RDEPEND="



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

2020-08-19 Thread Jeroen Roovers
commit: 0e2c5b910bf3067d91d357a68d5b7a185a7a32be
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug 19 13:53:46 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug 19 13:57:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2c5b91

app-text/pinfo: Filter out -Werror

Package-Manager: Portage-3.0.3, Repoman-3.0.0
Closes: https://bugs.gentoo.org/692366
Closes: https://bugs.gentoo.org/722414
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-text/pinfo/pinfo-0.6.13.ebuild | 3 +++
 app-text/pinfo/pinfo-9.ebuild  | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index 1edae9c02d3..65a73c599ed 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -34,6 +34,9 @@ PATCHES=(
 
 src_prepare() {
default
+
+   sed -i -e 's| -Werror||g' configure.ac || die
+
eautoreconf
 }
 

diff --git a/app-text/pinfo/pinfo-9.ebuild 
b/app-text/pinfo/pinfo-9.ebuild
index 697760bc7fc..94bcef91cbb 100644
--- a/app-text/pinfo/pinfo-9.ebuild
+++ b/app-text/pinfo/pinfo-9.ebuild
@@ -29,11 +29,13 @@ DEPEND="
 PATCHES=(
"${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
"${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
-   "${FILESDIR}"/${PN}-0.6.13-fno-common.patch
 )
 
 src_prepare() {
default
+
+   sed -i -e 's| -Werror||g' configure.ac || die
+
eautoreconf
 }
 



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

2020-01-27 Thread Jeroen Roovers
commit: 2094fa5063c2fc7e240de05a775c11eeeb266f5b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jan 27 11:21:55 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jan 27 11:31:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2094fa50

app-text/pinfo: Fix CFLAGS=-fno-common

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://bugs.gentoo.org/706548
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-text/pinfo/files/pinfo-0.6.13-fno-common.patch | 11 +++
 app-text/pinfo/pinfo-0.6.13.ebuild |  3 ++-
 app-text/pinfo/pinfo-9.ebuild  |  3 ++-
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/app-text/pinfo/files/pinfo-0.6.13-fno-common.patch 
b/app-text/pinfo/files/pinfo-0.6.13-fno-common.patch
new file mode 100644
index 000..676cd4b09d3
--- /dev/null
+++ b/app-text/pinfo/files/pinfo-0.6.13-fno-common.patch
@@ -0,0 +1,11 @@
+--- a/src/parse_config.h
 b/src/parse_config.h
+@@ -85,8 +85,6 @@
+ colours;
+ #endif /* HAVE_CURSES_COLOR */
+ 
+-int use_manual;
+-
+ int parse_config (void);
+ int parse_line (char *line);
+ char *str_toupper (char *s);

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index 66c990a911d..1edae9c02d3 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.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=7
@@ -29,6 +29,7 @@ DEPEND="
 PATCHES=(
"${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
"${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
+   "${FILESDIR}"/${PN}-0.6.13-fno-common.patch
 )
 
 src_prepare() {

diff --git a/app-text/pinfo/pinfo-9.ebuild 
b/app-text/pinfo/pinfo-9.ebuild
index c6cc673a963..697760bc7fc 100644
--- a/app-text/pinfo/pinfo-9.ebuild
+++ b/app-text/pinfo/pinfo-9.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=7
@@ -29,6 +29,7 @@ DEPEND="
 PATCHES=(
"${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
"${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
+   "${FILESDIR}"/${PN}-0.6.13-fno-common.patch
 )
 
 src_prepare() {



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

2019-08-29 Thread David Seifert
commit: 6869e14972a2c38cb06a66fff592dcff2edaea4f
Author: David Seifert  gentoo  org>
AuthorDate: Thu Aug 29 11:38:32 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Aug 29 11:38:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6869e149

app-text/pinfo: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert  gentoo.org>

 app-text/pinfo/pinfo-0.6.13.ebuild | 2 +-
 app-text/pinfo/pinfo-9.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index 70e4f9f8e0c..07dccc85377 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -6,7 +6,7 @@ inherit autotools flag-o-matic
 
 DESCRIPTION="Hypertext info and man viewer based on (n)curses"
 HOMEPAGE="https://github.com/baszoetekouw/pinfo;
-SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/app-text/pinfo/pinfo-9.ebuild 
b/app-text/pinfo/pinfo-9.ebuild
index 961b78a24b4..c6cc673a963 100644
--- a/app-text/pinfo/pinfo-9.ebuild
+++ b/app-text/pinfo/pinfo-9.ebuild
@@ -6,7 +6,7 @@ inherit autotools flag-o-matic git-r3
 
 DESCRIPTION="Hypertext info and man viewer based on (n)curses"
 HOMEPAGE="https://github.com/baszoetekouw/pinfo;
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/baszoetekouw/pinfo.git;
 
 LICENSE="GPL-2"
 SLOT="0"



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

2019-08-10 Thread Jeroen Roovers
commit: 8f4b0013585d48c56cf254c41ef13d4a75ed699f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Aug 10 13:37:08 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Aug 10 13:37:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4b0013

app-text/pinfo: Stable for amd64 hppa x86 too

Package-Manager: Portage-2.3.71, Repoman-2.3.17
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers  gentoo.org>

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

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
index 7ea70501a52..70e4f9f8e0c 100644
--- a/app-text/pinfo/pinfo-0.6.13.ebuild
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="nls readline"
 
 RDEPEND="



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

2019-04-21 Thread Jeroen Roovers
commit: 02bb742670d3141621b46bb67a2112b4ad1d6cbc
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Apr 21 17:27:42 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Apr 21 17:28:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bb7426

app-text/pinfo: Add live ebuild

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-text/pinfo/pinfo-9.ebuild | 49 +++
 1 file changed, 49 insertions(+)

diff --git a/app-text/pinfo/pinfo-9.ebuild 
b/app-text/pinfo/pinfo-9.ebuild
new file mode 100644
index 000..961b78a24b4
--- /dev/null
+++ b/app-text/pinfo/pinfo-9.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic git-r3
+
+DESCRIPTION="Hypertext info and man viewer based on (n)curses"
+HOMEPAGE="https://github.com/baszoetekouw/pinfo;
+EGIT_REPO_URI="${HOMEPAGE}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE="nls readline"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   nls? ( virtual/libintl )
+"
+
+DEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+   sys-devel/bison
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
+   "${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
+
+   econf \
+   $(use_with readline) \
+   $(use_enable nls)
+}
+
+src_install() {
+   emake DESTDIR="${D}" sysconfdir="${EPREFIX}/etc" install
+}



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

2019-04-18 Thread Jeroen Roovers
commit: 640f885229a49db79dc43aa094d168b803765a0a
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr 18 09:56:51 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr 18 09:57:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640f8852

app-text/pinfo: Version 0.6.13

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-text/pinfo/Manifest|  1 +
 app-text/pinfo/pinfo-0.6.13.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/app-text/pinfo/Manifest b/app-text/pinfo/Manifest
index 7b4a67ec27e..f6fcb600816 100644
--- a/app-text/pinfo/Manifest
+++ b/app-text/pinfo/Manifest
@@ -1 +1,2 @@
 DIST pinfo-0.6.10.tar.bz2 133059 BLAKE2B 
aaac23583510f42ac8a0c71a380f2bc76c4db6d78518bb4d5399c100bf0aec291c869576b18313e00f8572610cb967c3acb5f8d643c48f1295fd2efa8e16e3e6
 SHA512 
d3aeb93a668b939a2be7dd397ef5c918a8d108a1a7613ce39d4ef2faafbd549582a35d95c74c1dc74f4c86c9f2bf09b7bca7b5006c5a79302403dd906e8d376e
+DIST pinfo-0.6.13.tar.gz 157103 BLAKE2B 
18af4a5ae1bbd2abccb174ce1a3a16e4d17207a10015042723c58f80695c2580ca0c1c60f4f6f4f08e67eb01316fe48cd848a887e65159a6cd4463eca14bdecd
 SHA512 
739e24821a363a087fb9df5651694f051286d4a15c3e51f2421a2aa60b1efe1da558b959ba22a0094e22854534ea5875498156e8ea2e198e31001aecab1a18df

diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild 
b/app-text/pinfo/pinfo-0.6.13.ebuild
new file mode 100644
index 000..7ea70501a52
--- /dev/null
+++ b/app-text/pinfo/pinfo-0.6.13.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic
+
+DESCRIPTION="Hypertext info and man viewer based on (n)curses"
+HOMEPAGE="https://github.com/baszoetekouw/pinfo;
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="nls readline"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   nls? ( virtual/libintl )
+"
+
+DEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+   sys-devel/bison
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
+   "${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
+
+   econf \
+   $(use_with readline) \
+   $(use_enable nls)
+}
+
+src_install() {
+   emake DESTDIR="${D}" sysconfdir="${EPREFIX}/etc" install
+}



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

2019-04-18 Thread Jeroen Roovers
commit: 21b7d2f4dc9304d1be3148bcb9d964801f62064d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Apr 18 09:57:37 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Apr 18 09:57:47 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b7d2f4

app-text/pinfo: Old

Package-Manager: Portage-2.3.63, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-text/pinfo/pinfo-0.6.10-r6.ebuild | 60 ---
 1 file changed, 60 deletions(-)

diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild 
b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
deleted file mode 100644
index 244a97c87c7..000
--- a/app-text/pinfo/pinfo-0.6.10-r6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="Hypertext info and man viewer based on (n)curses"
-HOMEPAGE="http://pinfo.alioth.debian.org/;
-SRC_URI="https://alioth.debian.org/frs/download.php/3351/${P}.tar.bz2;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="nls readline"
-
-RDEPEND="
-   sys-libs/ncurses:0=
-   sys-libs/readline:0=
-   nls? ( virtual/libintl )
-"
-
-DEPEND="
-   ${RDEPEND}
-   sys-apps/texinfo
-   sys-devel/bison
-   virtual/pkgconfig
-   nls? ( sys-devel/gettext )
-"
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.6.9-as-needed.patch
-   "${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
-   "${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
-   "${FILESDIR}"/${PN}-0.6.10-version.patch
-   "${FILESDIR}"/${PN}-0.6.10-info-suffix.patch
-   "${FILESDIR}"/${PN}-0.6.10-dir-file.patch
-   "${FILESDIR}"/${PN}-0.6.10-tinfo.patch
-   "${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch
-   "${FILESDIR}"/${PN}-0.6.10-ncurses-check.patch
-   "${FILESDIR}"/${PN}-0.6.10-libc-basename.patch
-   "${FILESDIR}"/${PN}-0.6.10-clearfilenameprefix.patch
-   "${FILESDIR}"/${PN}-0.6.10-gcc-7-inline.patch
-)
-
-src_prepare() {
-   default
-
-   eautoreconf
-
-   append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
-}
-
-src_configure() {
-   econf \
-   $(use_with readline) \
-   $(use_enable nls)
-}
-
-src_install() {
-   emake DESTDIR="${D}" sysconfdir=/etc install
-}



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

2019-02-01 Thread Jeroen Roovers
commit: 30e26b979f8c928eee6210c6a637a15b9a5b0b40
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Feb  1 09:36:39 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Feb  1 09:37:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30e26b97

app-text/pinfo: Fix installing /etc/pinforc in prefix

Patch by Susan Wilson. Thanks!

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/676992
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-text/pinfo/pinfo-0.6.10-r7.ebuild | 60 +++
 1 file changed, 60 insertions(+)

diff --git a/app-text/pinfo/pinfo-0.6.10-r7.ebuild 
b/app-text/pinfo/pinfo-0.6.10-r7.ebuild
new file mode 100644
index 000..dc042896698
--- /dev/null
+++ b/app-text/pinfo/pinfo-0.6.10-r7.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools flag-o-matic
+
+DESCRIPTION="Hypertext info and man viewer based on (n)curses"
+HOMEPAGE="http://pinfo.alioth.debian.org/;
+SRC_URI="https://alioth.debian.org/frs/download.php/3351/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="nls readline"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   nls? ( virtual/libintl )
+"
+
+DEPEND="
+   ${RDEPEND}
+   sys-apps/texinfo
+   sys-devel/bison
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.9-as-needed.patch
+   "${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
+   "${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
+   "${FILESDIR}"/${PN}-0.6.10-version.patch
+   "${FILESDIR}"/${PN}-0.6.10-info-suffix.patch
+   "${FILESDIR}"/${PN}-0.6.10-dir-file.patch
+   "${FILESDIR}"/${PN}-0.6.10-tinfo.patch
+   "${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch
+   "${FILESDIR}"/${PN}-0.6.10-ncurses-check.patch
+   "${FILESDIR}"/${PN}-0.6.10-libc-basename.patch
+   "${FILESDIR}"/${PN}-0.6.10-clearfilenameprefix.patch
+   "${FILESDIR}"/${PN}-0.6.10-gcc-7-inline.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
+}
+
+src_configure() {
+   econf \
+   $(use_with readline) \
+   $(use_enable nls)
+}
+
+src_install() {
+   emake DESTDIR="${D}" sysconfdir="${EPREFIX}/etc" install
+}



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

2019-01-18 Thread Jeroen Roovers
commit: 2125e8b98f64b7dc918624565bbe6b507ee5b9c2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Jan 18 16:34:25 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Jan 18 16:34:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2125e8b9

app-text/pinfo: DEPEND on sys-apps/texinfo

Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Jeroen Roovers  gentoo.org>

 app-text/pinfo/pinfo-0.6.10-r6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild 
b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
index 633f0825ca0..244a97c87c7 100644
--- a/app-text/pinfo/pinfo-0.6.10-r6.ebuild
+++ b/app-text/pinfo/pinfo-0.6.10-r6.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
@@ -21,6 +21,7 @@ RDEPEND="
 
 DEPEND="
${RDEPEND}
+   sys-apps/texinfo
sys-devel/bison
virtual/pkgconfig
nls? ( sys-devel/gettext )



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

2018-07-07 Thread Jeroen Roovers
commit: 4a6467112e7e14f9b3ea244a26c6b6fb012312e3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jul  7 07:49:23 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jul  7 07:49:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a646711

app-text/pinfo: Fix compile failure with GCC 7 / -Os.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../pinfo/files/pinfo-0.6.10-gcc-7-inline.patch| 42 ++
 app-text/pinfo/pinfo-0.6.10-r6.ebuild  |  3 +-
 2 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/app-text/pinfo/files/pinfo-0.6.10-gcc-7-inline.patch 
b/app-text/pinfo/files/pinfo-0.6.10-gcc-7-inline.patch
new file mode 100644
index 000..d73ad947c7d
--- /dev/null
+++ b/app-text/pinfo/files/pinfo-0.6.10-gcc-7-inline.patch
@@ -0,0 +1,42 @@
+--- a/src/initializelinks.c
 b/src/initializelinks.c
+@@ -75,7 +75,7 @@
+  * checks if an item belongs to tag table. returns 1 on success and 0 on
+  * failure.  It should be optimised...
+  */
+-inline int
++int
+ exists_in_tag_table(char *item)
+ {
+   if (gettagtablepos(item) != -1)
+--- a/src/filehandling_functions.c
 b/src/filehandling_functions.c
+@@ -554,7 +554,7 @@
+   return 1;
+ }
+ 
+-inline void
++void
+ buildcommand(char *dest, char *command, char *filename, const char 
*tmpfilename)
+ {
+   strcpy(dest, command);
+@@ -564,7 +564,7 @@
+   strcat(dest, tmpfilename);
+ }
+ 
+-inline void
++void
+ builddircommand(char *dest, char *command, char *filename, const char 
*tmpfilename)
+ {
+   strcpy(dest, command);
+--- a/src/utils.c
 b/src/utils.c
+@@ -193,7 +193,7 @@
+   return value;
+ }
+ 
+-inline void
++void
+ initlocale()
+ {
+ #ifdef ___DEBUG___

diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild 
b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
index f18ab4f78a9..633f0825ca0 100644
--- a/app-text/pinfo/pinfo-0.6.10-r6.ebuild
+++ b/app-text/pinfo/pinfo-0.6.10-r6.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
@@ -37,6 +37,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-0.6.10-ncurses-check.patch
"${FILESDIR}"/${PN}-0.6.10-libc-basename.patch
"${FILESDIR}"/${PN}-0.6.10-clearfilenameprefix.patch
+   "${FILESDIR}"/${PN}-0.6.10-gcc-7-inline.patch
 )
 
 src_prepare() {



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

2017-05-23 Thread Jeroen Roovers
commit: 9cc71f816fb4a33687b7469b79ade117e07fb47e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May 23 15:48:01 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May 23 15:48:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc71f81

app-text/pinfo: Whitespace.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/pinfo/pinfo-0.6.10-r6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild 
b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
index eaf6c3d4fb5..f18ab4f78a9 100644
--- a/app-text/pinfo/pinfo-0.6.10-r6.ebuild
+++ b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
@@ -13,7 +13,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="nls readline"
 
-RDEPEND="sys-libs/ncurses:0=
+RDEPEND="
+   sys-libs/ncurses:0=
sys-libs/readline:0=
nls? ( virtual/libintl )
 "



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

2017-05-23 Thread Jeroen Roovers
commit: ef605e06c7725c8c9cd7513f430098ac46de6c11
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue May 23 15:46:56 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue May 23 15:48:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef605e06

app-text/pinfo: Add clearfilenameprefix patch by Sophie Hamilton (bug #619452).

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../files/pinfo-0.6.10-clearfilenameprefix.patch   | 10 
 app-text/pinfo/pinfo-0.6.10-r6.ebuild  | 57 ++
 2 files changed, 67 insertions(+)

diff --git a/app-text/pinfo/files/pinfo-0.6.10-clearfilenameprefix.patch 
b/app-text/pinfo/files/pinfo-0.6.10-clearfilenameprefix.patch
new file mode 100644
index 000..0835d166932
--- /dev/null
+++ b/app-text/pinfo/files/pinfo-0.6.10-clearfilenameprefix.patch
@@ -0,0 +1,10 @@
+--- a/src/filehandling_functions.c
 b/src/filehandling_functions.c
+@@ -758,6 +758,7 @@
+   tmpfilename = tmpfilename2; /* later we will refere only to 
tmp2 */
+   }
+ 
++  clearfilenameprefix();
+   for (i = -1; i < infopathcount; i++)/* go through all paths */
+   {
+   if (i == -1)

diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild 
b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
new file mode 100644
index 000..eaf6c3d4fb5
--- /dev/null
+++ b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools eutils flag-o-matic
+
+DESCRIPTION="Hypertext info and man viewer based on (n)curses"
+HOMEPAGE="http://pinfo.alioth.debian.org/;
+SRC_URI="https://alioth.debian.org/frs/download.php/3351/${P}.tar.bz2;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="nls readline"
+
+RDEPEND="sys-libs/ncurses:0=
+   sys-libs/readline:0=
+   nls? ( virtual/libintl )
+"
+
+DEPEND="
+   ${RDEPEND}
+   sys-devel/bison
+   virtual/pkgconfig
+   nls? ( sys-devel/gettext )
+"
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.6.9-as-needed.patch
+   "${FILESDIR}"/${PN}-0.6.9-GROFF_NO_SGR.patch
+   "${FILESDIR}"/${PN}-0.6.9-lzma-xz.patch
+   "${FILESDIR}"/${PN}-0.6.10-version.patch
+   "${FILESDIR}"/${PN}-0.6.10-info-suffix.patch
+   "${FILESDIR}"/${PN}-0.6.10-dir-file.patch
+   "${FILESDIR}"/${PN}-0.6.10-tinfo.patch
+   "${FILESDIR}"/${PN}-0.6.10-gettext-0.19.patch
+   "${FILESDIR}"/${PN}-0.6.10-ncurses-check.patch
+   "${FILESDIR}"/${PN}-0.6.10-libc-basename.patch
+   "${FILESDIR}"/${PN}-0.6.10-clearfilenameprefix.patch
+)
+
+src_prepare() {
+   default
+
+   eautoreconf
+
+   append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
+}
+
+src_configure() {
+   econf \
+   $(use_with readline) \
+   $(use_enable nls)
+}
+
+src_install() {
+   emake DESTDIR="${D}" sysconfdir=/etc install
+}



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

2015-08-16 Thread Justin Lecher
commit: 251572909998857823978eeb83c4fe568936231d
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Aug 16 11:20:12 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Aug 16 11:30:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25157290

app-text/pinfo: Use slot operators for ncurses

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher jlec AT gentoo.org

 app-text/pinfo/metadata.xml   | 6 +++---
 app-text/pinfo/pinfo-0.6.10-r5.ebuild | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-text/pinfo/metadata.xml b/app-text/pinfo/metadata.xml
index 3fcf9a0..25aee7a 100644
--- a/app-text/pinfo/metadata.xml
+++ b/app-text/pinfo/metadata.xml
@@ -1,7 +1,7 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-maintainer
-emailj...@gentoo.org/email
-/maintainer
+   maintainer
+   emailj...@gentoo.org/email
+   /maintainer
 /pkgmetadata

diff --git a/app-text/pinfo/pinfo-0.6.10-r5.ebuild 
b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
index 1674728..dc55a82 100644
--- a/app-text/pinfo/pinfo-0.6.10-r5.ebuild
+++ b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
@@ -3,6 +3,7 @@
 # $Id$
 
 EAPI=5
+
 inherit autotools eutils flag-o-matic
 
 DESCRIPTION=Hypertext info and man viewer based on (n)curses
@@ -14,7 +15,7 @@ SLOT=0
 KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd
 IUSE=nls readline
 
-RDEPEND=sys-libs/ncurses:=
+RDEPEND=sys-libs/ncurses:5=
sys-libs/readline:0=
nls? ( virtual/libintl )
 



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

2015-08-12 Thread Mike Frysinger
commit: a1e9746ddab66a76492235b2ea4fda8385cac224
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Wed Aug 12 15:03:06 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Wed Aug 12 15:03:40 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e9746d

app-text/pinfo: fix build w/newer glibc  ncurses

 .../pinfo/files/pinfo-0.6.10-libc-basename.patch   | 33 ++
 .../pinfo/files/pinfo-0.6.10-ncurses-check.patch   | 14 +
 app-text/pinfo/pinfo-0.6.10-r5.ebuild  |  6 ++--
 3 files changed, 51 insertions(+), 2 deletions(-)

diff --git a/app-text/pinfo/files/pinfo-0.6.10-libc-basename.patch 
b/app-text/pinfo/files/pinfo-0.6.10-libc-basename.patch
new file mode 100644
index 000..6e9d495
--- /dev/null
+++ b/app-text/pinfo/files/pinfo-0.6.10-libc-basename.patch
@@ -0,0 +1,33 @@
+do not redefine the basename that the C library provides
+
+--- a/src/filehandling_functions.c
 b/src/filehandling_functions.c
+@@ -31,7 +31,6 @@ typedef struct
+ }
+ Suffixes;
+ 
+-char * basename(char *filename);
+ 
+ 
+ 
/**
+@@ -713,20 +712,6 @@ opendirfile(int number)
+   return NULL;
+ }
+ 
+-char *
+-basename(char *filename)
+-{
+-  int len = strlen(filename);
+-  char *a = filename + len;
+-  while (a  filename)
+-  {
+-  a--;
+-  if (*a == '/')
+-  return a + 1;
+-  }
+-  return filename;/* when it was a basename */
+-}
+-
+ /*
+  * Note: openinfo is a function for reading info files, and putting
+  * uncompressed content into a temporary filename.  For a flexibility, there

diff --git a/app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch 
b/app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch
new file mode 100644
index 000..a5f14c5
--- /dev/null
+++ b/app-text/pinfo/files/pinfo-0.6.10-ncurses-check.patch
@@ -0,0 +1,14 @@
+curses_wchar is set to true/false, so trying to assign it to the compiler
+flags variable makes no sense.  it's already been set up the right value
+at this point, so delete the assignment.
+
+--- a/macros/curses.m4
 b/macros/curses.m4
+@@ -130,7 +130,6 @@ AC_DEFUN([AC_CHECK_CURSES],[
+   else
+   AC_DEFINE(CURSES_WCHAR)
+   CURSES_WCHAR=true
+-  CURSES_FLAGS=$curses_wchar
+   AC_SUBST(CURSES_FLAGS)
+   fi
+ 

diff --git a/app-text/pinfo/pinfo-0.6.10-r5.ebuild 
b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
index 793f3b4..f16ddb0 100644
--- a/app-text/pinfo/pinfo-0.6.10-r5.ebuild
+++ b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
@@ -36,11 +36,13 @@ src_prepare() {
${FILESDIR}/${PN}-0.6.10-info-suffix.patch \
${FILESDIR}/${PN}-0.6.10-dir-file.patch \
${FILESDIR}/${PN}-0.6.10-tinfo.patch \
-   ${FILESDIR}/${PN}-0.6.10-gettext-0.19.patch
+   ${FILESDIR}/${PN}-0.6.10-gettext-0.19.patch \
+   ${FILESDIR}/${PN}-0.6.10-ncurses-check.patch \
+   ${FILESDIR}/${PN}-0.6.10-libc-basename.patch
 
eautoreconf
 
-   append-cflags -D_BSD_SOURCE # sbrk()
+   append-cflags -D_BSD_SOURCE -D_DEFAULT_SOURCE # sbrk()
 }
 
 src_configure() {



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

2015-08-12 Thread Mike Frysinger
commit: 0d90e4cea11edc15dfb1523a93054f6461909d0c
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Wed Aug 12 15:15:19 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Wed Aug 12 15:15:19 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d90e4ce

app-text/pinfo: use subslots w/readline  ncurses

 app-text/pinfo/pinfo-0.6.10-r5.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-text/pinfo/pinfo-0.6.10-r5.ebuild 
b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
index f16ddb0..1674728 100644
--- a/app-text/pinfo/pinfo-0.6.10-r5.ebuild
+++ b/app-text/pinfo/pinfo-0.6.10-r5.ebuild
@@ -14,9 +14,8 @@ SLOT=0
 KEYWORDS=alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd
 IUSE=nls readline
 
-RDEPEND=
-   sys-libs/ncurses
-   sys-libs/readline
+RDEPEND=sys-libs/ncurses:=
+   sys-libs/readline:0=
nls? ( virtual/libintl )