[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2023-07-16 Thread Matt Turner
commit: ce0fbf20fd2b3c8e6356e1d99dac1a0a1709527e
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 16 13:48:35 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 16 14:30:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0fbf20

dev-vcs/tig: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-vcs/tig/Manifest |  1 -
 dev-vcs/tig/tig-2.5.7.ebuild | 66 
 2 files changed, 67 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 9165f7d5b9c8..1672674199e1 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,2 +1 @@
-DIST tig-2.5.7.tar.gz 1176146 BLAKE2B 
e67847741469a776f5cfb9c7f51fd651c81ed2c03e4627e708481eca3a47dfdebb3ef1d827cccb01ec0b5de7514bfe4b6e9e5dcfc1d39469d21eb6297e4c3086
 SHA512 
26adbb8dc43ef7ec1eaf5d6def29a8b6dcf5e30825242fc489208139c8720805a265dd1ba412601df692f6d0438ee9e3171a3f8a3cc4599841d82dfc08a9ea1f
 DIST tig-2.5.8.tar.gz 1179844 BLAKE2B 
eff20358443bd794de2985e1c76db8be25f4461ac82182a72004ab380156c15c5ed27dc1c66fb347b1f3d1ccddcead0a031638762e48f7e88a3b0593a278d3d7
 SHA512 
f4e7648ae7c58e936251f69071a092617368a04eabb4ae6726b2de1dbd305c559b7235f7aa70868f4ada02611196593a6e1c241062f57cd05a9c98685385053e

diff --git a/dev-vcs/tig/tig-2.5.7.ebuild b/dev-vcs/tig/tig-2.5.7.ebuild
deleted file mode 100644
index 46ef18654a01..
--- a/dev-vcs/tig/tig-2.5.7.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="pcre test unicode"
-REQUIRED_USE="test? ( unicode )"
-
-DEPEND="
-   sys-libs/ncurses:=[unicode(+)?]
-   sys-libs/readline:0=
-   pcre? ( dev-libs/libpcre2:= )
-"
-RDEPEND="
-   ${DEPEND}
-   dev-vcs/git
-"
-[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
-
-# encoding/env issues
-RESTRICT="test"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_with pcre) \
-   $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
-}
-
-src_test() {
-   # workaround parallel test failures
-   LC_ALL=en_US.utf8 emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-doc-man
-   dodoc doc/manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   docinto examples
-   dodoc contrib/*.tigrc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2023-07-07 Thread Sam James
commit: 2aa34e1c60df3116642ebe870d82c2ad775afd87
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  8 03:38:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  8 03:38:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa34e1c

dev-vcs/tig: Stabilize 2.5.8 arm64, #909804

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

 dev-vcs/tig/tig-2.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.8.ebuild b/dev-vcs/tig/tig-2.5.8.ebuild
index 8fcb5c6a55b5..c47f9aeb0748 100644
--- a/dev-vcs/tig/tig-2.5.8.ebuild
+++ b/dev-vcs/tig/tig-2.5.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2023-07-07 Thread Sam James
commit: b35674e96d57d9d6d4bff73c0fa2cba461146557
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  7 10:14:21 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  7 10:14:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35674e9

dev-vcs/tig: Stabilize 2.5.8 x86, #909804

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

 dev-vcs/tig/tig-2.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.8.ebuild b/dev-vcs/tig/tig-2.5.8.ebuild
index e56d95ae9dc6..8fcb5c6a55b5 100644
--- a/dev-vcs/tig/tig-2.5.8.ebuild
+++ b/dev-vcs/tig/tig-2.5.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2023-07-06 Thread Sam James
commit: f9ea45855379be9bf2cc92545cabff8686c499fc
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  7 04:40:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  7 04:40:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9ea4585

dev-vcs/tig: Stabilize 2.5.8 ppc64, #909804

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

 dev-vcs/tig/tig-2.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.8.ebuild b/dev-vcs/tig/tig-2.5.8.ebuild
index f4abc9316a9c..e56d95ae9dc6 100644
--- a/dev-vcs/tig/tig-2.5.8.ebuild
+++ b/dev-vcs/tig/tig-2.5.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2023-07-06 Thread Sam James
commit: ac44c7ceea0626f9c1de190b3e388de441c3fbc1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  7 04:40:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  7 04:40:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac44c7ce

dev-vcs/tig: Stabilize 2.5.8 amd64, #909804

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

 dev-vcs/tig/tig-2.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.8.ebuild b/dev-vcs/tig/tig-2.5.8.ebuild
index 53ebf234e568..f4abc9316a9c 100644
--- a/dev-vcs/tig/tig-2.5.8.ebuild
+++ b/dev-vcs/tig/tig-2.5.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2023-07-06 Thread Sam James
commit: 0eeeb49356490444f852038d09985a542d68f186
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul  7 03:38:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul  7 03:38:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eeeb493

dev-vcs/tig: Stabilize 2.5.8 arm, #909804

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

 dev-vcs/tig/tig-2.5.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.8.ebuild b/dev-vcs/tig/tig-2.5.8.ebuild
index 07d7ba5c9706..53ebf234e568 100644
--- a/dev-vcs/tig/tig-2.5.8.ebuild
+++ b/dev-vcs/tig/tig-2.5.8.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2023-02-05 Thread Patrick McLean
commit: 05b3845ce8518326ecb57d84e0edf13ef8584c61
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb  5 18:59:14 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb  5 18:59:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05b3845c

dev-vcs/tig: drop 2.5.5, 2.5.6

Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  2 --
 dev-vcs/tig/tig-2.5.5.ebuild | 66 
 dev-vcs/tig/tig-2.5.6.ebuild | 66 
 3 files changed, 134 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 6814efaf5bd2..9165f7d5b9c8 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,4 +1,2 @@
-DIST tig-2.5.5.tar.gz 1175752 BLAKE2B 
c77ff0990e5984df6a247cddb1729532719617178fb89143f1f78817f686cb357bc80678e8a1c245c338a40c20c69473b554d8af83381386821358495ed26f29
 SHA512 
63f617dfcbd89de715573caa92ca83906cefa6a5229876f1d5390b4b58442b0bec958065b798d4e81729dc87bf6dcd2a392fbbab2cd66ca16df6e2e9d6362ca3
-DIST tig-2.5.6.tar.gz 1176006 BLAKE2B 
eda766b32022fd6d849048107d9de90cb668ac594db1f46ee94984a5487f1a01c3109e3279c2c9e2260ef04ad7687b8c5eeb52ecf0b5e9d5c4b1f649aa23d46f
 SHA512 
4d55061db43d64be9c97589d37305f6dcd85f1e7381012a9d61d21226dad456a86b16401fffe7763808dab62f07e17b2bcd17b9a30e1349e252be85f479e3741
 DIST tig-2.5.7.tar.gz 1176146 BLAKE2B 
e67847741469a776f5cfb9c7f51fd651c81ed2c03e4627e708481eca3a47dfdebb3ef1d827cccb01ec0b5de7514bfe4b6e9e5dcfc1d39469d21eb6297e4c3086
 SHA512 
26adbb8dc43ef7ec1eaf5d6def29a8b6dcf5e30825242fc489208139c8720805a265dd1ba412601df692f6d0438ee9e3171a3f8a3cc4599841d82dfc08a9ea1f
 DIST tig-2.5.8.tar.gz 1179844 BLAKE2B 
eff20358443bd794de2985e1c76db8be25f4461ac82182a72004ab380156c15c5ed27dc1c66fb347b1f3d1ccddcead0a031638762e48f7e88a3b0593a278d3d7
 SHA512 
f4e7648ae7c58e936251f69071a092617368a04eabb4ae6726b2de1dbd305c559b7235f7aa70868f4ada02611196593a6e1c241062f57cd05a9c98685385053e

diff --git a/dev-vcs/tig/tig-2.5.5.ebuild b/dev-vcs/tig/tig-2.5.5.ebuild
deleted file mode 100644
index 46ef18654a01..
--- a/dev-vcs/tig/tig-2.5.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="pcre test unicode"
-REQUIRED_USE="test? ( unicode )"
-
-DEPEND="
-   sys-libs/ncurses:=[unicode(+)?]
-   sys-libs/readline:0=
-   pcre? ( dev-libs/libpcre2:= )
-"
-RDEPEND="
-   ${DEPEND}
-   dev-vcs/git
-"
-[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
-
-# encoding/env issues
-RESTRICT="test"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() {
-   econf \
-   $(use_with pcre) \
-   $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
-}
-
-src_test() {
-   # workaround parallel test failures
-   LC_ALL=en_US.utf8 emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-doc-man
-   dodoc doc/manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   docinto examples
-   dodoc contrib/*.tigrc
-}

diff --git a/dev-vcs/tig/tig-2.5.6.ebuild b/dev-vcs/tig/tig-2.5.6.ebuild
deleted file mode 100644
index 656ca0a2e20b..
--- a/dev-vcs/tig/tig-2.5.6.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="pcre test unicode"
-REQUIRED_USE="test? ( unicode )"
-
-DEPEND="
-   sys-libs/ncurses:=[unicode(+)?]
-   sys-libs/readline:0=
-   pcre? ( dev-libs/libpcre2:= )
-"
-RDEPEND="
-   ${DEPEND}
-   dev-vcs/git
-"
-[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
-
-# encoding/env issues
-RESTRICT="test"
-
-src_prepare() {
-   default
-  

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2023-02-05 Thread Patrick McLean
commit: 4a684fc00affc8178cb4bd8baaa1269f3945c5b5
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Feb  5 18:58:39 2023 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Feb  5 18:59:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a684fc0

dev-vcs/tig: add 2.5.8

Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.5.8.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index a16b08f9cb40..6814efaf5bd2 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,3 +1,4 @@
 DIST tig-2.5.5.tar.gz 1175752 BLAKE2B 
c77ff0990e5984df6a247cddb1729532719617178fb89143f1f78817f686cb357bc80678e8a1c245c338a40c20c69473b554d8af83381386821358495ed26f29
 SHA512 
63f617dfcbd89de715573caa92ca83906cefa6a5229876f1d5390b4b58442b0bec958065b798d4e81729dc87bf6dcd2a392fbbab2cd66ca16df6e2e9d6362ca3
 DIST tig-2.5.6.tar.gz 1176006 BLAKE2B 
eda766b32022fd6d849048107d9de90cb668ac594db1f46ee94984a5487f1a01c3109e3279c2c9e2260ef04ad7687b8c5eeb52ecf0b5e9d5c4b1f649aa23d46f
 SHA512 
4d55061db43d64be9c97589d37305f6dcd85f1e7381012a9d61d21226dad456a86b16401fffe7763808dab62f07e17b2bcd17b9a30e1349e252be85f479e3741
 DIST tig-2.5.7.tar.gz 1176146 BLAKE2B 
e67847741469a776f5cfb9c7f51fd651c81ed2c03e4627e708481eca3a47dfdebb3ef1d827cccb01ec0b5de7514bfe4b6e9e5dcfc1d39469d21eb6297e4c3086
 SHA512 
26adbb8dc43ef7ec1eaf5d6def29a8b6dcf5e30825242fc489208139c8720805a265dd1ba412601df692f6d0438ee9e3171a3f8a3cc4599841d82dfc08a9ea1f
+DIST tig-2.5.8.tar.gz 1179844 BLAKE2B 
eff20358443bd794de2985e1c76db8be25f4461ac82182a72004ab380156c15c5ed27dc1c66fb347b1f3d1ccddcead0a031638762e48f7e88a3b0593a278d3d7
 SHA512 
f4e7648ae7c58e936251f69071a092617368a04eabb4ae6726b2de1dbd305c559b7235f7aa70868f4ada02611196593a6e1c241062f57cd05a9c98685385053e

diff --git a/dev-vcs/tig/tig-2.5.8.ebuild b/dev-vcs/tig/tig-2.5.8.ebuild
new file mode 100644
index ..07d7ba5c9706
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.8.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="pcre test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:=[unicode(+)?]
+   sys-libs/readline:0=
+   pcre? ( dev-libs/libpcre2:= )
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with pcre) \
+   $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   LC_ALL=en_US.utf8 emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-11-01 Thread Agostino Sarubbo
commit: d12b26211d90f02dd917da904f133556fe01177c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  1 08:43:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  1 08:43:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d12b2621

dev-vcs/tig: Stabilize 2.5.7 x86, #878965

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.7.ebuild b/dev-vcs/tig/tig-2.5.7.ebuild
index e19550242019..46ef18654a01 100644
--- a/dev-vcs/tig/tig-2.5.7.ebuild
+++ b/dev-vcs/tig/tig-2.5.7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-11-01 Thread Agostino Sarubbo
commit: 5506995d4a486b1168503d3d58f408b3377204a1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  1 08:29:03 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  1 08:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5506995d

dev-vcs/tig: Stabilize 2.5.7 arm64, #878965

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.7.ebuild b/dev-vcs/tig/tig-2.5.7.ebuild
index 75d30e1c48ba..e19550242019 100644
--- a/dev-vcs/tig/tig-2.5.7.ebuild
+++ b/dev-vcs/tig/tig-2.5.7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-11-01 Thread Agostino Sarubbo
commit: e3e6160d815eaf4f0963e40eb46e059cfd4cff82
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov  1 08:26:09 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov  1 08:26:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3e6160d

dev-vcs/tig: Stabilize 2.5.7 amd64, #878965

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.7.ebuild b/dev-vcs/tig/tig-2.5.7.ebuild
index ad1bf391099b..75d30e1c48ba 100644
--- a/dev-vcs/tig/tig-2.5.7.ebuild
+++ b/dev-vcs/tig/tig-2.5.7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-11-01 Thread Arthur Zamarin
commit: 6d0140dcf6c63184e648fd19a80658ef0cbd83b2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov  1 07:02:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov  1 07:02:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0140dc

dev-vcs/tig: Stabilize 2.5.7 arm, #878965

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

 dev-vcs/tig/tig-2.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.7.ebuild b/dev-vcs/tig/tig-2.5.7.ebuild
index 376b25455b03..ad1bf391099b 100644
--- a/dev-vcs/tig/tig-2.5.7.ebuild
+++ b/dev-vcs/tig/tig-2.5.7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-11-01 Thread Georgy Yakovlev
commit: d3d4209ec793aa55282b93ee28c0073979446861
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Nov  1 06:50:00 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Nov  1 06:50:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d4209e

dev-vcs/tig: Stabilize 2.5.7 ppc64, #878965

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/tig-2.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.7.ebuild b/dev-vcs/tig/tig-2.5.7.ebuild
index 656ca0a2e20b..376b25455b03 100644
--- a/dev-vcs/tig/tig-2.5.7.ebuild
+++ b/dev-vcs/tig/tig-2.5.7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-08-26 Thread Patrick McLean
commit: 6f6351833107ff717b0d8717672c27079b2697c2
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Aug 26 06:03:15 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Aug 26 06:03:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f635183

dev-vcs/tig: add 2.5.7

Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.5.7.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 3b6da3c15916..a16b08f9cb40 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,2 +1,3 @@
 DIST tig-2.5.5.tar.gz 1175752 BLAKE2B 
c77ff0990e5984df6a247cddb1729532719617178fb89143f1f78817f686cb357bc80678e8a1c245c338a40c20c69473b554d8af83381386821358495ed26f29
 SHA512 
63f617dfcbd89de715573caa92ca83906cefa6a5229876f1d5390b4b58442b0bec958065b798d4e81729dc87bf6dcd2a392fbbab2cd66ca16df6e2e9d6362ca3
 DIST tig-2.5.6.tar.gz 1176006 BLAKE2B 
eda766b32022fd6d849048107d9de90cb668ac594db1f46ee94984a5487f1a01c3109e3279c2c9e2260ef04ad7687b8c5eeb52ecf0b5e9d5c4b1f649aa23d46f
 SHA512 
4d55061db43d64be9c97589d37305f6dcd85f1e7381012a9d61d21226dad456a86b16401fffe7763808dab62f07e17b2bcd17b9a30e1349e252be85f479e3741
+DIST tig-2.5.7.tar.gz 1176146 BLAKE2B 
e67847741469a776f5cfb9c7f51fd651c81ed2c03e4627e708481eca3a47dfdebb3ef1d827cccb01ec0b5de7514bfe4b6e9e5dcfc1d39469d21eb6297e4c3086
 SHA512 
26adbb8dc43ef7ec1eaf5d6def29a8b6dcf5e30825242fc489208139c8720805a265dd1ba412601df692f6d0438ee9e3171a3f8a3cc4599841d82dfc08a9ea1f

diff --git a/dev-vcs/tig/tig-2.5.7.ebuild b/dev-vcs/tig/tig-2.5.7.ebuild
new file mode 100644
index ..656ca0a2e20b
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.7.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="pcre test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:=[unicode(+)?]
+   sys-libs/readline:0=
+   pcre? ( dev-libs/libpcre2:= )
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with pcre) \
+   $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   LC_ALL=en_US.utf8 emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-07-20 Thread Matt Turner
commit: 436927e33476a835ada396e4f47f742f7aae4317
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Jul 20 20:12:47 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Jul 20 20:13:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436927e3

dev-vcs/tig: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 dev-vcs/tig/Manifest|  3 --
 dev-vcs/tig/tig-2.5.1-r1.ebuild | 60 ---
 dev-vcs/tig/tig-2.5.3-r2.ebuild | 62 -
 dev-vcs/tig/tig-2.5.4-r1.ebuild | 62 -
 4 files changed, 187 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 5d65fe8acb2a..3b6da3c15916 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,5 +1,2 @@
-DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1e831068341a430c36418d6a412b29caa3a44e3fafb3131d93b6d8d62ade4c92dc06fe753f040957b9e64e6
 SHA512 
e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
-DIST tig-2.5.3.tar.gz 1165632 BLAKE2B 
398174578b9723d7825c7162b59d2a1a92da161b3f3b8896c1d121ed36c8a0a1c52f676325b3a3fdd0cea9961c7f4234bd1ac594d9057cf6707cad22a3eda35b
 SHA512 
2339c6c93808b6fbcda4ae29e014e7f4edda5f16df46e466d1d14a9f65dba10bff9df6363f37c369418336f362d5e38dbaf7fc4d99761997cc39722ba6132aec
-DIST tig-2.5.4.tar.gz 1167930 BLAKE2B 
620dea0d5c4cd670b11e143195145dd268ba4762ce5b3e56a393bc6af6e508349c5f3581dff9f118d047ab8e7b431b64c85431f5af5719cbb9c63117394b265b
 SHA512 
8c2c1d3aa980d3a6619501a770bb5210db445200e46939e2c122db1fd684ae9857eee4a06a8b6622d5d683457f11629522b121e0b429eec6d11dce4f4020dfb3
 DIST tig-2.5.5.tar.gz 1175752 BLAKE2B 
c77ff0990e5984df6a247cddb1729532719617178fb89143f1f78817f686cb357bc80678e8a1c245c338a40c20c69473b554d8af83381386821358495ed26f29
 SHA512 
63f617dfcbd89de715573caa92ca83906cefa6a5229876f1d5390b4b58442b0bec958065b798d4e81729dc87bf6dcd2a392fbbab2cd66ca16df6e2e9d6362ca3
 DIST tig-2.5.6.tar.gz 1176006 BLAKE2B 
eda766b32022fd6d849048107d9de90cb668ac594db1f46ee94984a5487f1a01c3109e3279c2c9e2260ef04ad7687b8c5eeb52ecf0b5e9d5c4b1f649aa23d46f
 SHA512 
4d55061db43d64be9c97589d37305f6dcd85f1e7381012a9d61d21226dad456a86b16401fffe7763808dab62f07e17b2bcd17b9a30e1349e252be85f479e3741

diff --git a/dev-vcs/tig/tig-2.5.1-r1.ebuild b/dev-vcs/tig/tig-2.5.1-r1.ebuild
deleted file mode 100644
index ec9bc85c8658..
--- a/dev-vcs/tig/tig-2.5.1-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test unicode"
-REQUIRED_USE="test? ( unicode )"
-
-DEPEND="
-   sys-libs/ncurses:=[unicode(+)?]
-   sys-libs/readline:0="
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
-
-# encoding/env issues
-RESTRICT="test"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-doc-man
-   dodoc doc/manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   docinto examples
-   dodoc contrib/*.tigrc
-}

diff --git a/dev-vcs/tig/tig-2.5.3-r2.ebuild b/dev-vcs/tig/tig-2.5.3-r2.ebuild
deleted file mode 100644
index 5b0369afb915..
--- a/dev-vcs/tig/tig-2.5.3-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test unicode"
-REQUIRED_USE="test? ( unicode )"
-
-DEPEND="
-   sys-libs/ncurses:=[unicode(+)?]
-   

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-07-12 Thread Patrick McLean
commit: 4e088384ff0bdc2181fde76e700aab35a2c71467
Author: Patrick McLean  gentoo  org>
AuthorDate: Tue Jul 12 23:31:51 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jul 13 00:19:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e088384

dev-vcs/tig: add 2.5.6

Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.5.6.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 48396a5e7aa8..5d65fe8acb2a 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -2,3 +2,4 @@ DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1
 DIST tig-2.5.3.tar.gz 1165632 BLAKE2B 
398174578b9723d7825c7162b59d2a1a92da161b3f3b8896c1d121ed36c8a0a1c52f676325b3a3fdd0cea9961c7f4234bd1ac594d9057cf6707cad22a3eda35b
 SHA512 
2339c6c93808b6fbcda4ae29e014e7f4edda5f16df46e466d1d14a9f65dba10bff9df6363f37c369418336f362d5e38dbaf7fc4d99761997cc39722ba6132aec
 DIST tig-2.5.4.tar.gz 1167930 BLAKE2B 
620dea0d5c4cd670b11e143195145dd268ba4762ce5b3e56a393bc6af6e508349c5f3581dff9f118d047ab8e7b431b64c85431f5af5719cbb9c63117394b265b
 SHA512 
8c2c1d3aa980d3a6619501a770bb5210db445200e46939e2c122db1fd684ae9857eee4a06a8b6622d5d683457f11629522b121e0b429eec6d11dce4f4020dfb3
 DIST tig-2.5.5.tar.gz 1175752 BLAKE2B 
c77ff0990e5984df6a247cddb1729532719617178fb89143f1f78817f686cb357bc80678e8a1c245c338a40c20c69473b554d8af83381386821358495ed26f29
 SHA512 
63f617dfcbd89de715573caa92ca83906cefa6a5229876f1d5390b4b58442b0bec958065b798d4e81729dc87bf6dcd2a392fbbab2cd66ca16df6e2e9d6362ca3
+DIST tig-2.5.6.tar.gz 1176006 BLAKE2B 
eda766b32022fd6d849048107d9de90cb668ac594db1f46ee94984a5487f1a01c3109e3279c2c9e2260ef04ad7687b8c5eeb52ecf0b5e9d5c4b1f649aa23d46f
 SHA512 
4d55061db43d64be9c97589d37305f6dcd85f1e7381012a9d61d21226dad456a86b16401fffe7763808dab62f07e17b2bcd17b9a30e1349e252be85f479e3741

diff --git a/dev-vcs/tig/tig-2.5.6.ebuild b/dev-vcs/tig/tig-2.5.6.ebuild
new file mode 100644
index ..656ca0a2e20b
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.6.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="pcre test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:=[unicode(+)?]
+   sys-libs/readline:0=
+   pcre? ( dev-libs/libpcre2:= )
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with pcre) \
+   $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   LC_ALL=en_US.utf8 emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-06-05 Thread Agostino Sarubbo
commit: 7531794433a014178bbcd181f1f0bbf480015630
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  5 07:09:16 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  5 07:09:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75317944

dev-vcs/tig: x86 stable wrt bug #849740

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.5.ebuild b/dev-vcs/tig/tig-2.5.5.ebuild
index e19550242019..46ef18654a01 100644
--- a/dev-vcs/tig/tig-2.5.5.ebuild
+++ b/dev-vcs/tig/tig-2.5.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-06-05 Thread Agostino Sarubbo
commit: 6cd5a1434e72fa91b191ace098b54854328fe12c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  5 07:08:20 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  5 07:08:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd5a143

dev-vcs/tig: ppc64 stable wrt bug #849740

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.5.ebuild b/dev-vcs/tig/tig-2.5.5.ebuild
index 748226326ed0..e19550242019 100644
--- a/dev-vcs/tig/tig-2.5.5.ebuild
+++ b/dev-vcs/tig/tig-2.5.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-06-05 Thread Agostino Sarubbo
commit: f2eb2b642c7b26b2d7cb595f7de819d2b3910fc2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  5 07:07:33 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  5 07:07:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2eb2b64

dev-vcs/tig: arm64 stable wrt bug #849740

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.5.ebuild b/dev-vcs/tig/tig-2.5.5.ebuild
index 0f85469227a4..748226326ed0 100644
--- a/dev-vcs/tig/tig-2.5.5.ebuild
+++ b/dev-vcs/tig/tig-2.5.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-06-05 Thread Agostino Sarubbo
commit: 1e66962768429d26231ce438d6ddfb8fc41647c7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  5 07:07:10 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  5 07:07:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e669627

dev-vcs/tig: arm stable wrt bug #849740

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.5.ebuild b/dev-vcs/tig/tig-2.5.5.ebuild
index 191c05f9ad2e..0f85469227a4 100644
--- a/dev-vcs/tig/tig-2.5.5.ebuild
+++ b/dev-vcs/tig/tig-2.5.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-06-05 Thread Agostino Sarubbo
commit: f69c2fc2df6bf82ca210ef94cdad441a3e2b3d75
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun  5 07:06:27 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun  5 07:06:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69c2fc2

dev-vcs/tig: amd64 stable wrt bug #849740

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.5.ebuild b/dev-vcs/tig/tig-2.5.5.ebuild
index 656ca0a2e20b..191c05f9ad2e 100644
--- a/dev-vcs/tig/tig-2.5.5.ebuild
+++ b/dev-vcs/tig/tig-2.5.5.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-01-12 Thread Patrick McLean
commit: ed78dd809cb73df7624489860d4120c63aa8460a
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Jan 12 19:42:54 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jan 12 19:44:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed78dd80

dev-vcs/tig: Version bump to 2.5.5.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.5.5.ebuild | 66 
 2 files changed, 67 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 40dd9a0c1c3e..48396a5e7aa8 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,3 +1,4 @@
 DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1e831068341a430c36418d6a412b29caa3a44e3fafb3131d93b6d8d62ade4c92dc06fe753f040957b9e64e6
 SHA512 
e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
 DIST tig-2.5.3.tar.gz 1165632 BLAKE2B 
398174578b9723d7825c7162b59d2a1a92da161b3f3b8896c1d121ed36c8a0a1c52f676325b3a3fdd0cea9961c7f4234bd1ac594d9057cf6707cad22a3eda35b
 SHA512 
2339c6c93808b6fbcda4ae29e014e7f4edda5f16df46e466d1d14a9f65dba10bff9df6363f37c369418336f362d5e38dbaf7fc4d99761997cc39722ba6132aec
 DIST tig-2.5.4.tar.gz 1167930 BLAKE2B 
620dea0d5c4cd670b11e143195145dd268ba4762ce5b3e56a393bc6af6e508349c5f3581dff9f118d047ab8e7b431b64c85431f5af5719cbb9c63117394b265b
 SHA512 
8c2c1d3aa980d3a6619501a770bb5210db445200e46939e2c122db1fd684ae9857eee4a06a8b6622d5d683457f11629522b121e0b429eec6d11dce4f4020dfb3
+DIST tig-2.5.5.tar.gz 1175752 BLAKE2B 
c77ff0990e5984df6a247cddb1729532719617178fb89143f1f78817f686cb357bc80678e8a1c245c338a40c20c69473b554d8af83381386821358495ed26f29
 SHA512 
63f617dfcbd89de715573caa92ca83906cefa6a5229876f1d5390b4b58442b0bec958065b798d4e81729dc87bf6dcd2a392fbbab2cd66ca16df6e2e9d6362ca3

diff --git a/dev-vcs/tig/tig-2.5.5.ebuild b/dev-vcs/tig/tig-2.5.5.ebuild
new file mode 100644
index ..656ca0a2e20b
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.5.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="pcre test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:=[unicode(+)?]
+   sys-libs/readline:0=
+   pcre? ( dev-libs/libpcre2:= )
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf \
+   $(use_with pcre) \
+   $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   LC_ALL=en_US.utf8 emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2022-01-12 Thread Patrick McLean
commit: a1ce43fc69669cc7a74a1972e59703454a069ddf
Author: Patrick McLean  gentoo  org>
AuthorDate: Wed Jan 12 19:43:58 2022 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Jan 12 19:44:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ce43fc

dev-vcs/tig: Sync 

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/tig-.ebuild | 22 ++
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
index 3ea9666006a2..656ca0a2e20b 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit bash-completion-r1
 
@@ -18,14 +18,18 @@ HOMEPAGE="https://jonas.github.io/tig/;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="test unicode"
+IUSE="pcre test unicode"
 REQUIRED_USE="test? ( unicode )"
 
 DEPEND="
sys-libs/ncurses:=[unicode(+)?]
-   sys-libs/readline:0="
-RDEPEND="${DEPEND}
-   dev-vcs/git"
+   sys-libs/readline:0=
+   pcre? ( dev-libs/libpcre2:= )
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
 [[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
 
 # encoding/env issues
@@ -37,7 +41,9 @@ src_prepare() {
 }
 
 src_configure() {
-   econf $(use_with unicode ncursesw)
+   econf \
+   $(use_with pcre) \
+   $(use_with unicode ncursesw)
 }
 
 src_compile() {
@@ -47,7 +53,7 @@ src_compile() {
 
 src_test() {
# workaround parallel test failures
-   emake -j1 test
+   LC_ALL=en_US.utf8 emake -j1 test
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2021-07-21 Thread Georgy Yakovlev
commit: 5a48ef29618ec8bd7347f0b341c8db2812ff0700
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul 22 03:16:36 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul 22 03:16:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a48ef29

dev-vcs/tig: sync live ebuild keywords

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/tig-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
index b765dbb6569..3ea9666006a 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2021-07-21 Thread Georgy Yakovlev
commit: bea1f484aa73f250ec07968a70c0d6a666ee036f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Jul 22 03:15:06 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Jul 22 03:15:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea1f484

dev-vcs/tig: keyword 2.5.4-r1 for ~riscv

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/tig-2.5.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.4-r1.ebuild b/dev-vcs/tig/tig-2.5.4-r1.ebuild
index 5b0369afb91..873645fe501 100644
--- a/dev-vcs/tig/tig-2.5.4-r1.ebuild
+++ b/dev-vcs/tig/tig-2.5.4-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2021-06-06 Thread Patrick McLean
commit: 925fa78f94893eb1a4a1b49e11145b678abf98e6
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Jun  6 17:13:33 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Jun  6 17:14:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=925fa78f

dev-vcs/tig-2.5.4: Version bump

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.5.4.ebuild | 62 
 2 files changed, 63 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 5861184ea4d..128f39ceac5 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,3 +1,4 @@
 DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1e831068341a430c36418d6a412b29caa3a44e3fafb3131d93b6d8d62ade4c92dc06fe753f040957b9e64e6
 SHA512 
e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
 DIST tig-2.5.2.tar.gz 1165288 BLAKE2B 
8f054f2074829b0b6b5b3b0eb533dcbd86d57ace5c12b4a5dcc32c336928889f6caf680f934c8ce12c2a27a2e6b48e7d5cee634ef936cac02ddb822b5c5b825c
 SHA512 
9ba503d69fe52ce717bac66b4f0147b4d073cf2993083c4837b2383c6b74f5f3884e98d6f701ff1a5d434f7a898774e0243010ead0561bb119a98b52f3a10179
 DIST tig-2.5.3.tar.gz 1165632 BLAKE2B 
398174578b9723d7825c7162b59d2a1a92da161b3f3b8896c1d121ed36c8a0a1c52f676325b3a3fdd0cea9961c7f4234bd1ac594d9057cf6707cad22a3eda35b
 SHA512 
2339c6c93808b6fbcda4ae29e014e7f4edda5f16df46e466d1d14a9f65dba10bff9df6363f37c369418336f362d5e38dbaf7fc4d99761997cc39722ba6132aec
+DIST tig-2.5.4.tar.gz 1167930 BLAKE2B 
620dea0d5c4cd670b11e143195145dd268ba4762ce5b3e56a393bc6af6e508349c5f3581dff9f118d047ab8e7b431b64c85431f5af5719cbb9c63117394b265b
 SHA512 
8c2c1d3aa980d3a6619501a770bb5210db445200e46939e2c122db1fd684ae9857eee4a06a8b6622d5d683457f11629522b121e0b429eec6d11dce4f4020dfb3

diff --git a/dev-vcs/tig/tig-2.5.4.ebuild b/dev-vcs/tig/tig-2.5.4.ebuild
new file mode 100644
index 000..9164067a481
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.4.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0=
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2021-06-06 Thread Patrick McLean
commit: f406cd1ce7d493fde252756ddc682c58e9c39a48
Author: Patrick McLean  gentoo  org>
AuthorDate: Sun Jun  6 17:14:07 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sun Jun  6 17:14:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f406cd1c

dev-vcs/tig: Remove old

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  1 -
 dev-vcs/tig/tig-2.5.2.ebuild | 65 
 dev-vcs/tig/tig-2.5.3.ebuild | 65 
 3 files changed, 131 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 128f39ceac5..40dd9a0c1c3 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,4 +1,3 @@
 DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1e831068341a430c36418d6a412b29caa3a44e3fafb3131d93b6d8d62ade4c92dc06fe753f040957b9e64e6
 SHA512 
e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
-DIST tig-2.5.2.tar.gz 1165288 BLAKE2B 
8f054f2074829b0b6b5b3b0eb533dcbd86d57ace5c12b4a5dcc32c336928889f6caf680f934c8ce12c2a27a2e6b48e7d5cee634ef936cac02ddb822b5c5b825c
 SHA512 
9ba503d69fe52ce717bac66b4f0147b4d073cf2993083c4837b2383c6b74f5f3884e98d6f701ff1a5d434f7a898774e0243010ead0561bb119a98b52f3a10179
 DIST tig-2.5.3.tar.gz 1165632 BLAKE2B 
398174578b9723d7825c7162b59d2a1a92da161b3f3b8896c1d121ed36c8a0a1c52f676325b3a3fdd0cea9961c7f4234bd1ac594d9057cf6707cad22a3eda35b
 SHA512 
2339c6c93808b6fbcda4ae29e014e7f4edda5f16df46e466d1d14a9f65dba10bff9df6363f37c369418336f362d5e38dbaf7fc4d99761997cc39722ba6132aec
 DIST tig-2.5.4.tar.gz 1167930 BLAKE2B 
620dea0d5c4cd670b11e143195145dd268ba4762ce5b3e56a393bc6af6e508349c5f3581dff9f118d047ab8e7b431b64c85431f5af5719cbb9c63117394b265b
 SHA512 
8c2c1d3aa980d3a6619501a770bb5210db445200e46939e2c122db1fd684ae9857eee4a06a8b6622d5d683457f11629522b121e0b429eec6d11dce4f4020dfb3

diff --git a/dev-vcs/tig/tig-2.5.2.ebuild b/dev-vcs/tig/tig-2.5.2.ebuild
deleted file mode 100644
index 56e1d461373..000
--- a/dev-vcs/tig/tig-2.5.2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test unicode"
-REQUIRED_USE="test? ( unicode )"
-
-DEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0=
-"
-RDEPEND="
-   ${DEPEND}
-   dev-vcs/git
-"
-[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
-
-# encoding/env issues
-RESTRICT="test"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-doc-man
-   dodoc doc/manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   insinto /usr/share/zsh/site-functions
-   newins contrib/tig-completion.zsh _${PN}
-
-   dodoc contrib/*.tigrc
-}

diff --git a/dev-vcs/tig/tig-2.5.3.ebuild b/dev-vcs/tig/tig-2.5.3.ebuild
deleted file mode 100644
index 56e1d461373..000
--- a/dev-vcs/tig/tig-2.5.3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test unicode"
-REQUIRED_USE="test? ( unicode )"
-
-DEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0=
-"
-RDEPEND="
-   ${DEPEND}
-   dev-vcs/git
-"
-[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
-
-# encoding/env issues
-RESTRICT="test"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2021-06-03 Thread Georgy Yakovlev
commit: f1c78501029dd7b977e43e76b85a038ebdf03a6b
Author: Stefan Strogin  gentoo  org>
AuthorDate: Fri Jun  4 04:09:04 2021 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun  4 05:04:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c78501

dev-vcs/tig: do not install tig-completion.zsh

tig-completion.zsh (installed as /usr/share/zsh/site-functions/_tig)
doesn't work and interferes with '_git' from app-shell/zsh, which
already adds comletion for tig.
Don't install the file to make completion for tig in zsh work.

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Stefan Strogin  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21116
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/tig-2.5.3-r1.ebuild | 62 +
 1 file changed, 62 insertions(+)

diff --git a/dev-vcs/tig/tig-2.5.3-r1.ebuild b/dev-vcs/tig/tig-2.5.3-r1.ebuild
new file mode 100644
index 000..9164067a481
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.3-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0=
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2021-03-08 Thread Patrick McLean
commit: a1d10bb2bfb3b0d4fc057430bf41c19430634c6d
Author: Patrick McLean  sony  com>
AuthorDate: Mon Mar  8 19:00:17 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Mon Mar  8 19:00:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d10bb2

dev-vcs/tig-2.5.3: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.5.3.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 133c72d4ad1..5861184ea4d 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,2 +1,3 @@
 DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1e831068341a430c36418d6a412b29caa3a44e3fafb3131d93b6d8d62ade4c92dc06fe753f040957b9e64e6
 SHA512 
e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
 DIST tig-2.5.2.tar.gz 1165288 BLAKE2B 
8f054f2074829b0b6b5b3b0eb533dcbd86d57ace5c12b4a5dcc32c336928889f6caf680f934c8ce12c2a27a2e6b48e7d5cee634ef936cac02ddb822b5c5b825c
 SHA512 
9ba503d69fe52ce717bac66b4f0147b4d073cf2993083c4837b2383c6b74f5f3884e98d6f701ff1a5d434f7a898774e0243010ead0561bb119a98b52f3a10179
+DIST tig-2.5.3.tar.gz 1165632 BLAKE2B 
398174578b9723d7825c7162b59d2a1a92da161b3f3b8896c1d121ed36c8a0a1c52f676325b3a3fdd0cea9961c7f4234bd1ac594d9057cf6707cad22a3eda35b
 SHA512 
2339c6c93808b6fbcda4ae29e014e7f4edda5f16df46e466d1d14a9f65dba10bff9df6363f37c369418336f362d5e38dbaf7fc4d99761997cc39722ba6132aec

diff --git a/dev-vcs/tig/tig-2.5.3.ebuild b/dev-vcs/tig/tig-2.5.3.ebuild
new file mode 100644
index 000..56e1d461373
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0=
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/tig-completion.zsh _${PN}
+
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2021-02-12 Thread Patrick McLean
commit: bf80d03fa4cf2dff06def95d87a412f2225a783b
Author: Patrick McLean  gentoo  org>
AuthorDate: Fri Feb 12 22:26:18 2021 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Fri Feb 12 22:26:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf80d03f

dev-vcs/tig-2.5.2: Version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.5.2.ebuild | 65 
 2 files changed, 66 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 8a6151f3354..133c72d4ad1 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1 +1,2 @@
 DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1e831068341a430c36418d6a412b29caa3a44e3fafb3131d93b6d8d62ade4c92dc06fe753f040957b9e64e6
 SHA512 
e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0
+DIST tig-2.5.2.tar.gz 1165288 BLAKE2B 
8f054f2074829b0b6b5b3b0eb533dcbd86d57ace5c12b4a5dcc32c336928889f6caf680f934c8ce12c2a27a2e6b48e7d5cee634ef936cac02ddb822b5c5b825c
 SHA512 
9ba503d69fe52ce717bac66b4f0147b4d073cf2993083c4837b2383c6b74f5f3884e98d6f701ff1a5d434f7a898774e0243010ead0561bb119a98b52f3a10179

diff --git a/dev-vcs/tig/tig-2.5.2.ebuild b/dev-vcs/tig/tig-2.5.2.ebuild
new file mode 100644
index 000..56e1d461373
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0=
+"
+RDEPEND="
+   ${DEPEND}
+   dev-vcs/git
+"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/tig-completion.zsh _${PN}
+
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2021-01-06 Thread Fabian Groffen
commit: 9a79bfa5f7f446a45bbb7c4c14cfb39ce3886015
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 22:58:45 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 22:58:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a79bfa5

dev-vcs/tig: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-vcs/tig/tig-2.5.1.ebuild | 4 ++--
 dev-vcs/tig/tig-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild
index e88d7e4b44f..b754dd3aa73 100644
--- a/dev-vcs/tig/tig-2.5.1.ebuild
+++ b/dev-vcs/tig/tig-2.5.1.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 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
index 9b2134288a3..855228f38d1 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-.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 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/, dev-vcs/tig/files/

2020-10-03 Thread Georgy Yakovlev
commit: c48cfb265e5607474be746056ebf85657da6bee2
Author: Justin Bronder  cold-front  org>
AuthorDate: Tue Sep 29 20:29:26 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Sat Oct  3 06:19:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48cfb26

dev-vcs/tig: restore tab completion

The patch applied in the last bump is incorrect and effectively disables
bash completion no matter what order the completions were loaded in as
`type -f` will not find `__git_complete`.

```
$ type -f __git_complete
bash: type: __git_complete: not found
$ type __git_complete | grep 'is a'
__git_complete is a function
```

There is a pull-request upstream that properly addresses the issue of
`__git_complete` not being found but it's not accepted yet,
https://github.com/jonas/tig/pull/1016

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Justin Bronder  cold-front.org>
Closes: https://github.com/gentoo/gentoo/pull/17715
Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../tig/files/tig-2.5.1-bash-completion-qa-warning.patch  | 15 ---
 dev-vcs/tig/tig-2.5.1.ebuild  |  4 
 2 files changed, 19 deletions(-)

diff --git a/dev-vcs/tig/files/tig-2.5.1-bash-completion-qa-warning.patch 
b/dev-vcs/tig/files/tig-2.5.1-bash-completion-qa-warning.patch
deleted file mode 100644
index 01222ddf14c..000
--- a/dev-vcs/tig/files/tig-2.5.1-bash-completion-qa-warning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/contrib/tig-completion.bash b/contrib/tig-completion.bash
-index 5aef3fd..cec0632 100755
 a/contrib/tig-completion.bash
-+++ b/contrib/tig-completion.bash
-@@ -29,6 +29,10 @@
- #   at source time then all lookups will be done on demand,
- #   which may be slightly slower.
- 
-+if ! type -f __git_complete &>/dev/null; then
-+  __git_complete() { complete "${1}"; }
-+fi
-+
- __tig_options="
-   -v --version
-   -h --help

diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild
index 41544b59209..e88d7e4b44f 100644
--- a/dev-vcs/tig/tig-2.5.1.ebuild
+++ b/dev-vcs/tig/tig-2.5.1.ebuild
@@ -31,10 +31,6 @@ RDEPEND="${DEPEND}
 # encoding/env issues
 RESTRICT="test"
 
-PATCHES=(
-   "${FILESDIR}/tig-2.5.1-bash-completion-qa-warning.patch"
-)
-
 src_prepare() {
default
[[ ${PV} == "" ]] && eautoreconf



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2020-08-21 Thread Georgy Yakovlev
commit: 3d5333646900b5c958e2cfcd759b7c68e37bf3f1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Aug 21 22:05:23 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Aug 21 22:05:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d533364

dev-vcs/tig: ppc64 stable

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/tig-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild
index 38e6f4d96b6..41544b59209 100644
--- a/dev-vcs/tig/tig-2.5.1.ebuild
+++ b/dev-vcs/tig/tig-2.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2020-08-21 Thread Georgy Yakovlev
commit: 52249eb38bdb372fe0a2dbd9364e53892d91e053
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Aug 21 21:53:14 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Aug 21 22:03:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52249eb3

dev-vcs/tig: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/Manifest |  3 ---
 dev-vcs/tig/tig-2.3.3.ebuild | 60 
 dev-vcs/tig/tig-2.4.1.ebuild | 60 
 dev-vcs/tig/tig-2.5.0.ebuild | 60 
 4 files changed, 183 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 8b077aae74d..8a6151f3354 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,4 +1 @@
-DIST tig-2.3.3.tar.gz 1082818 BLAKE2B 
0e9bcd02726b004c233a5efd7f58e4fda478dc1d2b738a7f8c086a3d71807d319ac8bd296b0f7c7569ed69a5b2b1db18e5c957cc5ce890a67b8f6ee7ead29551
 SHA512 
1d1cdf7184eeb3fea301c1959023f4aa97c4f8e25fc96cd61933ca39cf7549b6c7e1d9517f7ffd45d212ae9542ea4be07370b41c623cf6d0db8d025634b1d6d1
-DIST tig-2.4.1.tar.gz 1181900 BLAKE2B 
85bb76008e5c10e94d97ac4cd88ac4eb2a0675ef5b45e9f21a9d2219cf0b6ed55ce52b579b831bc6c6fc530c89fb99f5dfd1f62dab3e1ab329e132707dccf908
 SHA512 
516114ed267a9459e356ca1af35c9eba521f9a11e9462cc5120cc7ea8fba4e54ea0a2e8e0ab96263754d6516354c296df541f8e3642392eaeb205cd88428077c
-DIST tig-2.5.0.tar.gz 1143004 BLAKE2B 
77ccb2e754335f2ceaf26f1885cbca093d811ca479ef21fed532e43aab710fccfab85f1b5944273f53d9ed5ab0a5917392129c5d96f2c3c20d5da5029367b308
 SHA512 
26736fe241dd2dac25d5133ed847a7c1dab4bfeaad83af2effc8e523f8c6d8c179fe3ff05cd4343e4b1048c3c50309908aa32e81dd0789e35afe9bd8ff8772ee
 DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1e831068341a430c36418d6a412b29caa3a44e3fafb3131d93b6d8d62ade4c92dc06fe753f040957b9e64e6
 SHA512 
e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0

diff --git a/dev-vcs/tig/tig-2.3.3.ebuild b/dev-vcs/tig/tig-2.3.3.ebuild
deleted file mode 100644
index a30633ee366..000
--- a/dev-vcs/tig/tig-2.3.3.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test unicode"
-REQUIRED_USE="test? ( unicode )"
-
-DEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0="
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
-
-# encoding/env issues
-RESTRICT="test"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-doc-man
-   dodoc doc/manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   docinto examples
-   dodoc contrib/*.tigrc
-}

diff --git a/dev-vcs/tig/tig-2.4.1.ebuild b/dev-vcs/tig/tig-2.4.1.ebuild
deleted file mode 100644
index a30633ee366..000
--- a/dev-vcs/tig/tig-2.4.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="test unicode"
-REQUIRED_USE="test? ( unicode )"
-
-DEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0="
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
-
-# encoding/env issues
-RESTRICT="test"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() {
-  

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2020-08-21 Thread Georgy Yakovlev
commit: 46160953de96f3d317c19db846544f0c1a913ea9
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Fri Aug 21 21:50:12 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Aug 21 22:03:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46160953

dev-vcs/tig: 2.5.1 arm64 stable

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/tig-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild
index 1cf9e0c8951..38e6f4d96b6 100644
--- a/dev-vcs/tig/tig-2.5.1.ebuild
+++ b/dev-vcs/tig/tig-2.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2020-07-19 Thread Agostino Sarubbo
commit: 682bbcb793bad1dc22c223b2caadb4d2f31959b2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jul 19 07:42:46 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jul 19 07:42:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682bbcb7

dev-vcs/tig: x86 stable wrt bug #732290

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild
index 0dea1a34b0b..1cf9e0c8951 100644
--- a/dev-vcs/tig/tig-2.5.1.ebuild
+++ b/dev-vcs/tig/tig-2.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2020-07-15 Thread Sam James
commit: c329d0c8ef855ab2e2390e33d15eb3ccdd291924
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 15 12:20:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 15 12:20:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c329d0c8

dev-vcs/tig: arm stable (bug #732290)

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

 dev-vcs/tig/tig-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild
index a35b6caf578..0dea1a34b0b 100644
--- a/dev-vcs/tig/tig-2.5.1.ebuild
+++ b/dev-vcs/tig/tig-2.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2020-07-11 Thread Patrick McLean
commit: 712e2d8fb616df289d5d6096765ce772e736f5b4
Author: Patrick McLean  gentoo  org>
AuthorDate: Sat Jul 11 20:11:10 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Jul 11 20:11:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712e2d8f

dev-vcs/tig-2.5.1: Stabilize on amd64 (bug #732290)

Bug: https://bugs.gentoo.org/732290
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/tig-2.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild
index a3531564563..a35b6caf578 100644
--- a/dev-vcs/tig/tig-2.5.1.ebuild
+++ b/dev-vcs/tig/tig-2.5.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/files/, dev-vcs/tig/

2020-04-09 Thread Patrick McLean
commit: ccd6fa117173bc4fb0ba74519d1c4a99a2ec996f
Author: Patrick McLean  sony  com>
AuthorDate: Thu Apr  9 21:35:11 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Apr  9 21:35:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd6fa11

dev-vcs/tig-2.5.1: Version bump

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.98, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 dev-vcs/tig/Manifest   |  1 +
 .../tig-2.5.1-bash-completion-qa-warning.patch | 15 +
 dev-vcs/tig/tig-2.5.1.ebuild   | 64 ++
 3 files changed, 80 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 81c254a3783..8b077aae74d 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,3 +1,4 @@
 DIST tig-2.3.3.tar.gz 1082818 BLAKE2B 
0e9bcd02726b004c233a5efd7f58e4fda478dc1d2b738a7f8c086a3d71807d319ac8bd296b0f7c7569ed69a5b2b1db18e5c957cc5ce890a67b8f6ee7ead29551
 SHA512 
1d1cdf7184eeb3fea301c1959023f4aa97c4f8e25fc96cd61933ca39cf7549b6c7e1d9517f7ffd45d212ae9542ea4be07370b41c623cf6d0db8d025634b1d6d1
 DIST tig-2.4.1.tar.gz 1181900 BLAKE2B 
85bb76008e5c10e94d97ac4cd88ac4eb2a0675ef5b45e9f21a9d2219cf0b6ed55ce52b579b831bc6c6fc530c89fb99f5dfd1f62dab3e1ab329e132707dccf908
 SHA512 
516114ed267a9459e356ca1af35c9eba521f9a11e9462cc5120cc7ea8fba4e54ea0a2e8e0ab96263754d6516354c296df541f8e3642392eaeb205cd88428077c
 DIST tig-2.5.0.tar.gz 1143004 BLAKE2B 
77ccb2e754335f2ceaf26f1885cbca093d811ca479ef21fed532e43aab710fccfab85f1b5944273f53d9ed5ab0a5917392129c5d96f2c3c20d5da5029367b308
 SHA512 
26736fe241dd2dac25d5133ed847a7c1dab4bfeaad83af2effc8e523f8c6d8c179fe3ff05cd4343e4b1048c3c50309908aa32e81dd0789e35afe9bd8ff8772ee
+DIST tig-2.5.1.tar.gz 1144666 BLAKE2B 
f8e96b1e27286ebebd3e3f374b28ed31a69b10bab1e831068341a430c36418d6a412b29caa3a44e3fafb3131d93b6d8d62ade4c92dc06fe753f040957b9e64e6
 SHA512 
e7c27a1e6357ce3cb4c02ff409d40c0ca67d10875eedbf467b9a280d8433cca15d16860256637041003384e7c536aca743ce971e623d3000dceeda598d6d3ae0

diff --git a/dev-vcs/tig/files/tig-2.5.1-bash-completion-qa-warning.patch 
b/dev-vcs/tig/files/tig-2.5.1-bash-completion-qa-warning.patch
new file mode 100644
index 000..01222ddf14c
--- /dev/null
+++ b/dev-vcs/tig/files/tig-2.5.1-bash-completion-qa-warning.patch
@@ -0,0 +1,15 @@
+diff --git a/contrib/tig-completion.bash b/contrib/tig-completion.bash
+index 5aef3fd..cec0632 100755
+--- a/contrib/tig-completion.bash
 b/contrib/tig-completion.bash
+@@ -29,6 +29,10 @@
+ #   at source time then all lookups will be done on demand,
+ #   which may be slightly slower.
+ 
++if ! type -f __git_complete &>/dev/null; then
++  __git_complete() { complete "${1}"; }
++fi
++
+ __tig_options="
+   -v --version
+   -h --help

diff --git a/dev-vcs/tig/tig-2.5.1.ebuild b/dev-vcs/tig/tig-2.5.1.ebuild
new file mode 100644
index 000..a3531564563
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}/tig-2.5.1-bash-completion-qa-warning.patch"
+)
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2019-12-07 Thread Matt Turner
commit: d30529af715e11b603ffa2ee1e5052dc04042915
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Dec  8 05:23:03 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Dec  8 05:23:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d30529af

dev-vcs/tig-2.4.1: arm stable, bug 700406

Signed-off-by: Matt Turner  gentoo.org>

 dev-vcs/tig/tig-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.4.1.ebuild b/dev-vcs/tig/tig-2.4.1.ebuild
index 5499098a562..bf02b0fba85 100644
--- a/dev-vcs/tig/tig-2.4.1.ebuild
+++ b/dev-vcs/tig/tig-2.4.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2019-11-19 Thread Georgy Yakovlev
commit: 19b5edb5c8ba989d6eec326fe3876f23379d1594
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Nov 19 19:20:11 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Nov 19 19:20:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19b5edb5

dev-vcs/tig: bump to 2.5.0

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.5.0.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index bcd25a783a7..81c254a3783 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,2 +1,3 @@
 DIST tig-2.3.3.tar.gz 1082818 BLAKE2B 
0e9bcd02726b004c233a5efd7f58e4fda478dc1d2b738a7f8c086a3d71807d319ac8bd296b0f7c7569ed69a5b2b1db18e5c957cc5ce890a67b8f6ee7ead29551
 SHA512 
1d1cdf7184eeb3fea301c1959023f4aa97c4f8e25fc96cd61933ca39cf7549b6c7e1d9517f7ffd45d212ae9542ea4be07370b41c623cf6d0db8d025634b1d6d1
 DIST tig-2.4.1.tar.gz 1181900 BLAKE2B 
85bb76008e5c10e94d97ac4cd88ac4eb2a0675ef5b45e9f21a9d2219cf0b6ed55ce52b579b831bc6c6fc530c89fb99f5dfd1f62dab3e1ab329e132707dccf908
 SHA512 
516114ed267a9459e356ca1af35c9eba521f9a11e9462cc5120cc7ea8fba4e54ea0a2e8e0ab96263754d6516354c296df541f8e3642392eaeb205cd88428077c
+DIST tig-2.5.0.tar.gz 1143004 BLAKE2B 
77ccb2e754335f2ceaf26f1885cbca093d811ca479ef21fed532e43aab710fccfab85f1b5944273f53d9ed5ab0a5917392129c5d96f2c3c20d5da5029367b308
 SHA512 
26736fe241dd2dac25d5133ed847a7c1dab4bfeaad83af2effc8e523f8c6d8c179fe3ff05cd4343e4b1048c3c50309908aa32e81dd0789e35afe9bd8ff8772ee

diff --git a/dev-vcs/tig/tig-2.5.0.ebuild b/dev-vcs/tig/tig-2.5.0.ebuild
new file mode 100644
index 000..149399f133e
--- /dev/null
+++ b/dev-vcs/tig/tig-2.5.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2019-11-19 Thread Georgy Yakovlev
commit: a132d40d82ee064a88497fecd5611d32aa24ba0d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Nov 19 19:28:03 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Nov 19 19:28:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a132d40d

dev-vcs/tig: sync live ebuild

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/tig-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
index aa1ad824565..149399f133e 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit bash-completion-r1
 
@@ -26,7 +26,7 @@ DEPEND="
sys-libs/readline:0="
 RDEPEND="${DEPEND}
dev-vcs/git"
-[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
+[[ ${PV} == "" ]] && BDEPEND+=" app-text/asciidoc app-text/xmlto"
 
 # encoding/env issues
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2019-11-19 Thread Georgy Yakovlev
commit: 5c4b017daffd359e7189d8f47b884897dbb297dc
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Nov 19 19:27:38 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Nov 19 19:27:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c4b017d

dev-vcs/tig: update metadata.xml

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/metadata.xml | 30 ++
 1 file changed, 18 insertions(+), 12 deletions(-)

diff --git a/dev-vcs/tig/metadata.xml b/dev-vcs/tig/metadata.xml
index d033ca460f3..7f64b443353 100644
--- a/dev-vcs/tig/metadata.xml
+++ b/dev-vcs/tig/metadata.xml
@@ -1,15 +1,21 @@
-
+
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-   gyakov...@gentoo.org
-Georgy Yakovlev
-  
-  
-chutz...@gentoo.org
-Patrick McLean
-  
-  
-jonas/tig
-  
+   
+   gyakov...@gentoo.org
+   Georgy Yakovlev
+   
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+   
+   Tig is an ncurses-based text-mode interface for git.
+   It functions mainly as a Git repository browser,
+   but can also assist in staging changes for commit at chunk level
+   and act as a pager for output from various Git commands.
+   
+   
+   jonas/tig
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2019-11-19 Thread Agostino Sarubbo
commit: c6a63022c901a9293ac89bd7a210ddbd8fc14edb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 19 15:39:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 19 15:39:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a63022

dev-vcs/tig: x86 stable wrt bug #700406

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.4.1.ebuild b/dev-vcs/tig/tig-2.4.1.ebuild
index 90d7267e6af..5499098a562 100644
--- a/dev-vcs/tig/tig-2.4.1.ebuild
+++ b/dev-vcs/tig/tig-2.4.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2019-11-18 Thread Georgy Yakovlev
commit: 7715f0e8b07d14b04c298dc3cb49f1a1a509c3b1
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Nov 19 01:26:41 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Nov 19 01:35:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7715f0e8

dev-vcs/tig: add myself and Patrick to metadata.xml

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-vcs/tig/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/tig/metadata.xml b/dev-vcs/tig/metadata.xml
index a3696f4fa60..d033ca460f3 100644
--- a/dev-vcs/tig/metadata.xml
+++ b/dev-vcs/tig/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
+   gyakov...@gentoo.org
+Georgy Yakovlev
+  
+  
+chutz...@gentoo.org
+Patrick McLean
+  
   
 jonas/tig
   



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2019-11-18 Thread Tim Harder
commit: 49c61806042405bd2fcef76539ac7d1c42fed81c
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Nov 18 22:56:57 2019 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Nov 18 22:56:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c61806

dev-vcs/tig: drop myself as a maintainer

Signed-off-by: Tim Harder  gentoo.org>

 dev-vcs/tig/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-vcs/tig/metadata.xml b/dev-vcs/tig/metadata.xml
index beb9c6e702f..a3696f4fa60 100644
--- a/dev-vcs/tig/metadata.xml
+++ b/dev-vcs/tig/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-radher...@gentoo.org
-Tim Harder
-  
+  
   
 jonas/tig
   



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2019-11-18 Thread Agostino Sarubbo
commit: 7386599f00146c801e2c29d8d632ae45c3754bad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 18 12:03:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 18 12:03:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7386599f

dev-vcs/tig: amd64 stable wrt bug #700406

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/tig/tig-2.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/tig/tig-2.4.1.ebuild b/dev-vcs/tig/tig-2.4.1.ebuild
index aa1ad824565..90d7267e6af 100644
--- a/dev-vcs/tig/tig-2.4.1.ebuild
+++ b/dev-vcs/tig/tig-2.4.1.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
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2018-09-18 Thread Tim Harder
commit: 44b39d1a8124e34ef7bb44495b6266fb780926f5
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Sep 15 23:56:02 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Sep 18 21:21:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b39d1a

dev-vcs/tig: version bump to 2.4.1

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.4.1.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index bf98bb0edb7..bcd25a783a7 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1 +1,2 @@
 DIST tig-2.3.3.tar.gz 1082818 BLAKE2B 
0e9bcd02726b004c233a5efd7f58e4fda478dc1d2b738a7f8c086a3d71807d319ac8bd296b0f7c7569ed69a5b2b1db18e5c957cc5ce890a67b8f6ee7ead29551
 SHA512 
1d1cdf7184eeb3fea301c1959023f4aa97c4f8e25fc96cd61933ca39cf7549b6c7e1d9517f7ffd45d212ae9542ea4be07370b41c623cf6d0db8d025634b1d6d1
+DIST tig-2.4.1.tar.gz 1181900 BLAKE2B 
85bb76008e5c10e94d97ac4cd88ac4eb2a0675ef5b45e9f21a9d2219cf0b6ed55ce52b579b831bc6c6fc530c89fb99f5dfd1f62dab3e1ab329e132707dccf908
 SHA512 
516114ed267a9459e356ca1af35c9eba521f9a11e9462cc5120cc7ea8fba4e54ea0a2e8e0ab96263754d6516354c296df541f8e3642392eaeb205cd88428077c

diff --git a/dev-vcs/tig/tig-2.4.1.ebuild b/dev-vcs/tig/tig-2.4.1.ebuild
new file mode 100644
index 000..59b31c7161c
--- /dev/null
+++ b/dev-vcs/tig/tig-2.4.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
+
+# encoding/env issues
+RESTRICT="test"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2018-06-04 Thread Tim Harder
commit: a82d27869816db4405651ebb4eed6473c1b932a3
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Jun  5 04:28:00 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Jun  5 04:30:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82d2786

dev-vcs/tig: remove old

 dev-vcs/tig/Manifest |  3 ---
 dev-vcs/tig/tig-2.2.2.ebuild | 56 
 dev-vcs/tig/tig-2.3.0.ebuild | 56 
 dev-vcs/tig/tig-2.3.2.ebuild | 56 
 4 files changed, 171 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 816a198a1ba..bf98bb0edb7 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,4 +1 @@
-DIST tig-2.2.2.tar.gz 1046910 BLAKE2B 
b88b48fd24257f32a5892a8a60cf13a51e553c4f0e18918e36fc6afea68befa6d12155f143bcebf37e1beab513cf1a39d50254ac76e406d97b5552389c048222
 SHA512 
e43cf8b4e7938342b581a1238222d5cbf62e242208cd65fc9b3261c4076b7c60c182f9a80613538fcf8b50187cc2844c22f6d1aeaaa8b23864670667a91dbfcd
-DIST tig-2.3.0.tar.gz 1080956 BLAKE2B 
48eaa4803a189df8dd8456b58687d4a7cd3b13c003165fba3f705a3e15eb19d4d1e23f9cc1306c5463e21501ee547ce9551c2278d10a6b069cb49e7af93d449f
 SHA512 
d5e8bf04689fdbeab4f2ee60eef1e8e7686827228dc2f87b20c40a3a1c31aa3476d5088423ba8bcb72616a9f0f211a2dbb631a72cc946553e41cb225ea60ab37
-DIST tig-2.3.2.tar.gz 1083036 BLAKE2B 
382e17486e79348b72ec67b71db2c09276262b8a9b092e657814f9d3693f2c70c46dc54a7b05ef890497f55fbc41f2232603c936f16d26a0c4d9b73d0d9281fc
 SHA512 
092e1ea876b077a5026ee7b820e908d1d7aaa340805eb4ff975791f88ba1983eab13af669f5e663b28dfdd9e014cb92ef8c164a335705b777be417e3a7d1d5fb
 DIST tig-2.3.3.tar.gz 1082818 BLAKE2B 
0e9bcd02726b004c233a5efd7f58e4fda478dc1d2b738a7f8c086a3d71807d319ac8bd296b0f7c7569ed69a5b2b1db18e5c957cc5ce890a67b8f6ee7ead29551
 SHA512 
1d1cdf7184eeb3fea301c1959023f4aa97c4f8e25fc96cd61933ca39cf7549b6c7e1d9517f7ffd45d212ae9542ea4be07370b41c623cf6d0db8d025634b1d6d1

diff --git a/dev-vcs/tig/tig-2.2.2.ebuild b/dev-vcs/tig/tig-2.2.2.ebuild
deleted file mode 100644
index 04cf7cfbec0..000
--- a/dev-vcs/tig/tig-2.2.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="unicode"
-
-DEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0="
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-doc-man
-   dodoc doc/manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   docinto examples
-   dodoc contrib/*.tigrc
-}

diff --git a/dev-vcs/tig/tig-2.3.0.ebuild b/dev-vcs/tig/tig-2.3.0.ebuild
deleted file mode 100644
index 9f6f0769818..000
--- a/dev-vcs/tig/tig-2.3.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-fi
-
-DESCRIPTION="A text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="unicode"
-
-DEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0="
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2018-04-26 Thread Mikle Kolyada
commit: 3a6ebc32b7473584fb482674f3c12c9c38c98b45
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr 26 09:43:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr 26 09:43:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6ebc32

dev-vcs/tig: arm stable wrt bug #651226

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-vcs/tig/tig-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.3.3.ebuild b/dev-vcs/tig/tig-2.3.3.ebuild
index cb8264633db..139284ad854 100644
--- a/dev-vcs/tig/tig-2.3.3.ebuild
+++ b/dev-vcs/tig/tig-2.3.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2018-03-23 Thread Tim Harder
commit: 46b75f353826bf200ae47c31105afc52721e8063
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Mar 23 06:36:59 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Mar 23 06:39:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b75f35

dev-vcs/tig: stabilize 2.3.3 for amd64/x86

 dev-vcs/tig/tig-2.3.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.3.3.ebuild b/dev-vcs/tig/tig-2.3.3.ebuild
index 59b31c7161c..cb8264633db 100644
--- a/dev-vcs/tig/tig-2.3.3.ebuild
+++ b/dev-vcs/tig/tig-2.3.3.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2018-02-03 Thread Tim Harder
commit: 49088c8c9ee3a2e885fcfc8bfa91c71e943b16c4
Author: Tim Harder  gentoo  org>
AuthorDate: Sat Feb  3 09:02:44 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat Feb  3 09:04:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49088c8c

dev-vcs/tig: version bump to 2.3.3

 dev-vcs/tig/Manifest  | 1 +
 dev-vcs/tig/{tig-.ebuild => tig-2.3.3.ebuild} | 8 ++--
 dev-vcs/tig/tig-.ebuild   | 8 ++--
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index dceb34cf130..816a198a1ba 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,3 +1,4 @@
 DIST tig-2.2.2.tar.gz 1046910 BLAKE2B 
b88b48fd24257f32a5892a8a60cf13a51e553c4f0e18918e36fc6afea68befa6d12155f143bcebf37e1beab513cf1a39d50254ac76e406d97b5552389c048222
 SHA512 
e43cf8b4e7938342b581a1238222d5cbf62e242208cd65fc9b3261c4076b7c60c182f9a80613538fcf8b50187cc2844c22f6d1aeaaa8b23864670667a91dbfcd
 DIST tig-2.3.0.tar.gz 1080956 BLAKE2B 
48eaa4803a189df8dd8456b58687d4a7cd3b13c003165fba3f705a3e15eb19d4d1e23f9cc1306c5463e21501ee547ce9551c2278d10a6b069cb49e7af93d449f
 SHA512 
d5e8bf04689fdbeab4f2ee60eef1e8e7686827228dc2f87b20c40a3a1c31aa3476d5088423ba8bcb72616a9f0f211a2dbb631a72cc946553e41cb225ea60ab37
 DIST tig-2.3.2.tar.gz 1083036 BLAKE2B 
382e17486e79348b72ec67b71db2c09276262b8a9b092e657814f9d3693f2c70c46dc54a7b05ef890497f55fbc41f2232603c936f16d26a0c4d9b73d0d9281fc
 SHA512 
092e1ea876b077a5026ee7b820e908d1d7aaa340805eb4ff975791f88ba1983eab13af669f5e663b28dfdd9e014cb92ef8c164a335705b777be417e3a7d1d5fb
+DIST tig-2.3.3.tar.gz 1082818 BLAKE2B 
0e9bcd02726b004c233a5efd7f58e4fda478dc1d2b738a7f8c086a3d71807d319ac8bd296b0f7c7569ed69a5b2b1db18e5c957cc5ce890a67b8f6ee7ead29551
 SHA512 
1d1cdf7184eeb3fea301c1959023f4aa97c4f8e25fc96cd61933ca39cf7549b6c7e1d9517f7ffd45d212ae9542ea4be07370b41c623cf6d0db8d025634b1d6d1

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-2.3.3.ebuild
similarity index 90%
copy from dev-vcs/tig/tig-.ebuild
copy to dev-vcs/tig/tig-2.3.3.ebuild
index 6e50ecf1bf1..59b31c7161c 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-2.3.3.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
@@ -18,7 +18,8 @@ HOMEPAGE="https://jonas.github.io/tig/;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="unicode"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
 
 DEPEND="
sys-libs/ncurses:0=[unicode?]
@@ -27,6 +28,9 @@ RDEPEND="${DEPEND}
dev-vcs/git"
 [[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
 
+# encoding/env issues
+RESTRICT="test"
+
 src_prepare() {
default
[[ ${PV} == "" ]] && eautoreconf

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
index 6e50ecf1bf1..59b31c7161c 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-.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
@@ -18,7 +18,8 @@ HOMEPAGE="https://jonas.github.io/tig/;
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="unicode"
+IUSE="test unicode"
+REQUIRED_USE="test? ( unicode )"
 
 DEPEND="
sys-libs/ncurses:0=[unicode?]
@@ -27,6 +28,9 @@ RDEPEND="${DEPEND}
dev-vcs/git"
 [[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
 
+# encoding/env issues
+RESTRICT="test"
+
 src_prepare() {
default
[[ ${PV} == "" ]] && eautoreconf



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-12-20 Thread Tim Harder
commit: 447fd2930aa93c7e986d91e1add9f8c90fcb0a59
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Dec 20 08:20:44 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Dec 20 08:21:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447fd293

dev-vcs/tig: version bump to 2.3.2

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.3.2.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 502987a6b27..dceb34cf130 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,2 +1,3 @@
 DIST tig-2.2.2.tar.gz 1046910 BLAKE2B 
b88b48fd24257f32a5892a8a60cf13a51e553c4f0e18918e36fc6afea68befa6d12155f143bcebf37e1beab513cf1a39d50254ac76e406d97b5552389c048222
 SHA512 
e43cf8b4e7938342b581a1238222d5cbf62e242208cd65fc9b3261c4076b7c60c182f9a80613538fcf8b50187cc2844c22f6d1aeaaa8b23864670667a91dbfcd
 DIST tig-2.3.0.tar.gz 1080956 BLAKE2B 
48eaa4803a189df8dd8456b58687d4a7cd3b13c003165fba3f705a3e15eb19d4d1e23f9cc1306c5463e21501ee547ce9551c2278d10a6b069cb49e7af93d449f
 SHA512 
d5e8bf04689fdbeab4f2ee60eef1e8e7686827228dc2f87b20c40a3a1c31aa3476d5088423ba8bcb72616a9f0f211a2dbb631a72cc946553e41cb225ea60ab37
+DIST tig-2.3.2.tar.gz 1083036 BLAKE2B 
382e17486e79348b72ec67b71db2c09276262b8a9b092e657814f9d3693f2c70c46dc54a7b05ef890497f55fbc41f2232603c936f16d26a0c4d9b73d0d9281fc
 SHA512 
092e1ea876b077a5026ee7b820e908d1d7aaa340805eb4ff975791f88ba1983eab13af669f5e663b28dfdd9e014cb92ef8c164a335705b777be417e3a7d1d5fb

diff --git a/dev-vcs/tig/tig-2.3.2.ebuild b/dev-vcs/tig/tig-2.3.2.ebuild
new file mode 100644
index 000..9f6f0769818
--- /dev/null
+++ b/dev-vcs/tig/tig-2.3.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="A text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="unicode"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-10-25 Thread Craig Andrews
commit: d78cb57faf50ccb763addb20ebd667a784dfe56d
Author: Guillaume Seren  gmail  com>
AuthorDate: Sat Sep 30 14:46:29 2017 +
Commit: Craig Andrews  gentoo  org>
CommitDate: Wed Oct 25 17:25:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78cb57f

dev-vcs/tig: Add version bump 2.3.0

Closes: https://bugs.gentoo.org/632530
Closes: https://github.com/gentoo/gentoo/pull/5826

 dev-vcs/tig/Manifest |  1 +
 dev-vcs/tig/tig-2.3.0.ebuild | 56 
 2 files changed, 57 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 8fdea2fb0f9..448ede066ba 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1 +1,2 @@
 DIST tig-2.2.2.tar.gz 1046910 SHA256 
316214d87f7693abc0cbe8ebbb85decdf5e1b49d7ad760ac801af3dd73385e35 SHA512 
e43cf8b4e7938342b581a1238222d5cbf62e242208cd65fc9b3261c4076b7c60c182f9a80613538fcf8b50187cc2844c22f6d1aeaaa8b23864670667a91dbfcd
 WHIRLPOOL 
c4f569d969bacdea8f7a765acfced6c45b04f36c5eca915702c369de1ab11dbe4d8c01934852d40ffdd641dcbf5ed699803c67ea3deccf539721dba46ca23716
+DIST tig-2.3.0.tar.gz 1080956 SHA256 
686f0386927904dc6410f0b1a712cb8bd7fff3303f688d7dc43162f4ad16c0ed SHA512 
d5e8bf04689fdbeab4f2ee60eef1e8e7686827228dc2f87b20c40a3a1c31aa3476d5088423ba8bcb72616a9f0f211a2dbb631a72cc946553e41cb225ea60ab37
 WHIRLPOOL 
d7ff8b990b6ebf0fda6df28624bee7e842103047490e037ad562f873740f2358e66ccaf429af7caf0319f06b0f92600f0c04733054aeffc14026a95060abfbc3

diff --git a/dev-vcs/tig/tig-2.3.0.ebuild b/dev-vcs/tig/tig-2.3.0.ebuild
new file mode 100644
index 000..9f6f0769818
--- /dev/null
+++ b/dev-vcs/tig/tig-2.3.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="A text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="unicode"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/, dev-vcs/tig/files/

2017-08-18 Thread Tim Harder
commit: 0c95bd9bb812497fd20dd3d68c0ab40de9bf6ab6
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 18 15:38:01 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 18 21:39:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c95bd9b

dev-vcs/tig: remove old

 dev-vcs/tig/Manifest|   1 -
 dev-vcs/tig/files/tig-2.2.1-termcap-tinfo.patch |  56 
 dev-vcs/tig/files/tig-2.2.1-tinfo.patch | 339 
 dev-vcs/tig/tig-2.2.1-r1.ebuild |  61 -
 4 files changed, 457 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 1168d065b98..8fdea2fb0f9 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,2 +1 @@
-DIST tig-2.2.1.tar.gz 1028479 SHA256 
0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71 SHA512 
6e483a400e222c01a4f518ee473b8d37933e820a2da1fc2cfe0ae9fb8217867d16f1aee3deecb14ce9af6a6dd2814d709d6ffce5f1f5054b94d2ab533b47008b
 WHIRLPOOL 
a4bcb381f81d07d92623a38c3ed5a78321043a776f0e4cb44e0f736cf960b01d2599b90f7a7f9056d0e0388ecd8112f25aed1b162c9b629c4bf9d10eaa98ebb7
 DIST tig-2.2.2.tar.gz 1046910 SHA256 
316214d87f7693abc0cbe8ebbb85decdf5e1b49d7ad760ac801af3dd73385e35 SHA512 
e43cf8b4e7938342b581a1238222d5cbf62e242208cd65fc9b3261c4076b7c60c182f9a80613538fcf8b50187cc2844c22f6d1aeaaa8b23864670667a91dbfcd
 WHIRLPOOL 
c4f569d969bacdea8f7a765acfced6c45b04f36c5eca915702c369de1ab11dbe4d8c01934852d40ffdd641dcbf5ed699803c67ea3deccf539721dba46ca23716

diff --git a/dev-vcs/tig/files/tig-2.2.1-termcap-tinfo.patch 
b/dev-vcs/tig/files/tig-2.2.1-termcap-tinfo.patch
deleted file mode 100644
index 4b3df2ee35b..000
--- a/dev-vcs/tig/files/tig-2.2.1-termcap-tinfo.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From c4aded6c8f63471b30fe171072e11407929301ac Mon Sep 17 00:00:00 2001
-From: Tim Harder 
-Date: Tue, 11 Apr 2017 05:17:52 -0400
-Subject: [PATCH] Check for termcap support in split tinfo libs
-
-Previously only the main ncurses libs were checked leading to users with
-enabled unicode support (ncursesw) and split tinfo libs running into
-segfaults since the checks would fallback to setting TERMCAP_LIB=-lcurses.
-
-Fixes #568.

- tools/ax_lib_readline.m4 | 16 +++-
- 1 file changed, 11 insertions(+), 5 deletions(-)
-
-diff --git a/tools/ax_lib_readline.m4 b/tools/ax_lib_readline.m4
-index 1be9125..24ca194 100644
 a/tools/ax_lib_readline.m4
-+++ b/tools/ax_lib_readline.m4
-@@ -34,16 +34,19 @@ fi
- AC_CACHE_VAL(bash_cv_termcap_lib,
- [AC_CHECK_FUNC(tgetent, bash_cv_termcap_lib=libc,
- if test "$ax_cv_curses_which" = "ncursesw"; then
--  [AC_CHECK_LIB(ncursesw, tgetent, bash_cv_termcap_lib=libncursesw)]
-+  [AC_CHECK_LIB(ncursesw, tgetent, bash_cv_termcap_lib=libncursesw,
-+  [AC_CHECK_LIB(tinfow, tgetent, bash_cv_termcap_lib=libtinfow)]
-+  )]
- elif test "$ax_cv_curses_which" = "ncurses"; then
--  [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses)]
-+  [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses,
-+  [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo)]
-+  )]
- elif test "$ax_cv_curses_which" = "plaincurses"; then
-   [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses)]
- else
-   [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
--  [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
--  bash_cv_termcap_lib=gnutermcap
--  )])]
-+  bash_cv_termcap_lib=gnutermcap
-+  )]
- fi
- )])
- if test "X$_bash_needmsg" = "Xyes"; then
-@@ -57,6 +60,9 @@ TERMCAP_DEP="./lib/termcap/libtermcap.a"
- elif test $bash_cv_termcap_lib = libtermcap && test -z "$prefer_curses"; then
- TERMCAP_LIB=-ltermcap
- TERMCAP_DEP=
-+elif test $bash_cv_termcap_lib = libtinfow; then
-+TERMCAP_LIB=-ltinfow
-+TERMCAP_DEP=
- elif test $bash_cv_termcap_lib = libtinfo; then
- TERMCAP_LIB=-ltinfo
- TERMCAP_DEP=
--- 
-2.12.0
-

diff --git a/dev-vcs/tig/files/tig-2.2.1-tinfo.patch 
b/dev-vcs/tig/files/tig-2.2.1-tinfo.patch
deleted file mode 100644
index b12532d2ffd..000
--- a/dev-vcs/tig/files/tig-2.2.1-tinfo.patch
+++ /dev/null
@@ -1,339 +0,0 @@
-From 5eee0216193ef9e6ca39906aeeb7b7774097a2f7 Mon Sep 17 00:00:00 2001
-From: Justin Lecher 
-Date: Sat, 26 Nov 2016 12:55:42 +0100
-Subject: [PATCH] Use pkg-config to detect ncurses
-
-Update ax_with_curses.m4 to latest version and use pkg-config as primary
-detection mechanism for ncurses. Latest version of ax_with_curses.m4
-supports pkg-config. This is important as libcurses is split into
-libcurses.so and libtinfo.so on many distros and linking against
-libcurses.so is not sufficiant. Pkg-config allows proper detection of
-necessary libs.
-
-Signed-off-by: Justin Lecher 
-
-Also include ax_require_defined.m4 to fix issue with undefined macro:
-
-configure:3751: error: possibly undefined 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-08-18 Thread Tim Harder
commit: f7e8fa5b4c16e17c7f49e8c1d00e1aaadb6f32b2
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Aug 18 15:36:41 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Aug 18 21:39:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e8fa5b

dev-vcs/tig: stabilize 2.2.2

 dev-vcs/tig/tig-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.2.2.ebuild b/dev-vcs/tig/tig-2.2.2.ebuild
index 6e50ecf1bf1..04cf7cfbec0 100644
--- a/dev-vcs/tig/tig-2.2.2.ebuild
+++ b/dev-vcs/tig/tig-2.2.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-05-06 Thread Tim Harder
commit: b49b14ae6f5e552c4195d9eaaa0f6e4104f19e2f
Author: Tim Harder  gentoo  org>
AuthorDate: Sat May  6 23:36:43 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sat May  6 23:37:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b49b14ae

dev-vcs/tig: version bump to 2.2.2

 dev-vcs/tig/Manifest  | 1 +
 dev-vcs/tig/{tig-.ebuild => tig-2.2.2.ebuild} | 2 +-
 dev-vcs/tig/tig-.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 569be884c4f..1168d065b98 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1 +1,2 @@
 DIST tig-2.2.1.tar.gz 1028479 SHA256 
0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71 SHA512 
6e483a400e222c01a4f518ee473b8d37933e820a2da1fc2cfe0ae9fb8217867d16f1aee3deecb14ce9af6a6dd2814d709d6ffce5f1f5054b94d2ab533b47008b
 WHIRLPOOL 
a4bcb381f81d07d92623a38c3ed5a78321043a776f0e4cb44e0f736cf960b01d2599b90f7a7f9056d0e0388ecd8112f25aed1b162c9b629c4bf9d10eaa98ebb7
+DIST tig-2.2.2.tar.gz 1046910 SHA256 
316214d87f7693abc0cbe8ebbb85decdf5e1b49d7ad760ac801af3dd73385e35 SHA512 
e43cf8b4e7938342b581a1238222d5cbf62e242208cd65fc9b3261c4076b7c60c182f9a80613538fcf8b50187cc2844c22f6d1aeaaa8b23864670667a91dbfcd
 WHIRLPOOL 
c4f569d969bacdea8f7a765acfced6c45b04f36c5eca915702c369de1ab11dbe4d8c01934852d40ffdd641dcbf5ed699803c67ea3deccf539721dba46ca23716

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-2.2.2.ebuild
similarity index 88%
copy from dev-vcs/tig/tig-.ebuild
copy to dev-vcs/tig/tig-2.2.2.ebuild
index 9a2e38d5015..6e50ecf1bf1 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-2.2.2.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
index 9a2e38d5015..6e50ecf1bf1 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-04-23 Thread Luca Barbato
commit: e2b5b1731f4fc6c51f7ae0705427c33c2f9cee16
Author: Luca Barbato  gentoo  org>
AuthorDate: Sun Apr 23 22:56:09 2017 +
Commit: Luca Barbato  gentoo  org>
CommitDate: Sun Apr 23 22:56:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b5b173

dev-vcs/tig: Mark as ~arm64

Tested and works as intended

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-vcs/tig/tig-2.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.2.1-r1.ebuild b/dev-vcs/tig/tig-2.2.1-r1.ebuild
index afd79191620..464741fb2ae 100644
--- a/dev-vcs/tig/tig-2.2.1-r1.ebuild
+++ b/dev-vcs/tig/tig-2.2.1-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-04-22 Thread Sven Wegener
commit: 2dddce3a25e47c4369e10fcbed20cdb3f84ea23c
Author: Sven Wegener  gentoo  org>
AuthorDate: Sat Apr 22 16:56:41 2017 +
Commit: Sven Wegener  gentoo  org>
CommitDate: Sat Apr 22 16:56:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dddce3a

dev-vcs/tig: Require xmlto for live ebuild

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-vcs/tig/tig-2.2.1-r1.ebuild | 2 +-
 dev-vcs/tig/tig-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/tig/tig-2.2.1-r1.ebuild b/dev-vcs/tig/tig-2.2.1-r1.ebuild
index d14813fc915..afd79191620 100644
--- a/dev-vcs/tig/tig-2.2.1-r1.ebuild
+++ b/dev-vcs/tig/tig-2.2.1-r1.ebuild
@@ -25,7 +25,7 @@ DEPEND="
sys-libs/readline:0="
 RDEPEND="${DEPEND}
dev-vcs/git"
-[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc"
+[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.2.1-tinfo.patch

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
index 8fe3b7a19c3..9a2e38d5015 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-.ebuild
@@ -25,7 +25,7 @@ DEPEND="
sys-libs/readline:0="
 RDEPEND="${DEPEND}
dev-vcs/git"
-[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc"
+[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc app-text/xmlto"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/files/, dev-vcs/tig/

2017-04-12 Thread Tim Harder
commit: fb4d262b7f065a1304b7adac35ae19d4c4f4f888
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Apr 12 07:46:59 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Apr 12 07:50:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb4d262b

dev-vcs/tig: fix segfault with split tinfo lib (bug #614590)

 dev-vcs/tig/files/tig-2.2.1-termcap-tinfo.patch | 56 +++
 dev-vcs/tig/tig-2.2.1-r1.ebuild | 61 +
 2 files changed, 117 insertions(+)

diff --git a/dev-vcs/tig/files/tig-2.2.1-termcap-tinfo.patch 
b/dev-vcs/tig/files/tig-2.2.1-termcap-tinfo.patch
new file mode 100644
index 000..4b3df2ee35b
--- /dev/null
+++ b/dev-vcs/tig/files/tig-2.2.1-termcap-tinfo.patch
@@ -0,0 +1,56 @@
+From c4aded6c8f63471b30fe171072e11407929301ac Mon Sep 17 00:00:00 2001
+From: Tim Harder 
+Date: Tue, 11 Apr 2017 05:17:52 -0400
+Subject: [PATCH] Check for termcap support in split tinfo libs
+
+Previously only the main ncurses libs were checked leading to users with
+enabled unicode support (ncursesw) and split tinfo libs running into
+segfaults since the checks would fallback to setting TERMCAP_LIB=-lcurses.
+
+Fixes #568.
+---
+ tools/ax_lib_readline.m4 | 16 +++-
+ 1 file changed, 11 insertions(+), 5 deletions(-)
+
+diff --git a/tools/ax_lib_readline.m4 b/tools/ax_lib_readline.m4
+index 1be9125..24ca194 100644
+--- a/tools/ax_lib_readline.m4
 b/tools/ax_lib_readline.m4
+@@ -34,16 +34,19 @@ fi
+ AC_CACHE_VAL(bash_cv_termcap_lib,
+ [AC_CHECK_FUNC(tgetent, bash_cv_termcap_lib=libc,
+ if test "$ax_cv_curses_which" = "ncursesw"; then
+-  [AC_CHECK_LIB(ncursesw, tgetent, bash_cv_termcap_lib=libncursesw)]
++  [AC_CHECK_LIB(ncursesw, tgetent, bash_cv_termcap_lib=libncursesw,
++  [AC_CHECK_LIB(tinfow, tgetent, bash_cv_termcap_lib=libtinfow)]
++  )]
+ elif test "$ax_cv_curses_which" = "ncurses"; then
+-  [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses)]
++  [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses,
++  [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo)]
++  )]
+ elif test "$ax_cv_curses_which" = "plaincurses"; then
+   [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses)]
+ else
+   [AC_CHECK_LIB(termcap, tgetent, bash_cv_termcap_lib=libtermcap,
+-  [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo,
+-  bash_cv_termcap_lib=gnutermcap
+-  )])]
++  bash_cv_termcap_lib=gnutermcap
++  )]
+ fi
+ )])
+ if test "X$_bash_needmsg" = "Xyes"; then
+@@ -57,6 +60,9 @@ TERMCAP_DEP="./lib/termcap/libtermcap.a"
+ elif test $bash_cv_termcap_lib = libtermcap && test -z "$prefer_curses"; then
+ TERMCAP_LIB=-ltermcap
+ TERMCAP_DEP=
++elif test $bash_cv_termcap_lib = libtinfow; then
++TERMCAP_LIB=-ltinfow
++TERMCAP_DEP=
+ elif test $bash_cv_termcap_lib = libtinfo; then
+ TERMCAP_LIB=-ltinfo
+ TERMCAP_DEP=
+-- 
+2.12.0
+

diff --git a/dev-vcs/tig/tig-2.2.1-r1.ebuild b/dev-vcs/tig/tig-2.2.1-r1.ebuild
new file mode 100644
index 000..0947cba842e
--- /dev/null
+++ b/dev-vcs/tig/tig-2.2.1-r1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="https://jonas.github.io/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="unicode"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.2.1-tinfo.patch
+   "${FILESDIR}"/${PN}-2.2.1-termcap-tinfo.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-04-12 Thread Tim Harder
commit: 62e661517a2e9110bf0a7027dcd1aad1ffdb5cf0
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Apr 12 07:48:30 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Apr 12 07:50:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e66151

dev-vcs/tig: remove old

 dev-vcs/tig/tig-2.2.1.ebuild | 58 
 1 file changed, 58 deletions(-)

diff --git a/dev-vcs/tig/tig-2.2.1.ebuild b/dev-vcs/tig/tig-2.2.1.ebuild
deleted file mode 100644
index 8eef3cb7bca..000
--- a/dev-vcs/tig/tig-2.2.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="https://jonas.github.io/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="unicode"
-
-DEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0="
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc"
-
-PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-doc-man
-   dodoc doc/manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   docinto examples
-   dodoc contrib/*.tigrc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-04-12 Thread Tim Harder
commit: 9dd8d5d96c355e19c4ff5c52e52315a722b856f7
Author: Tim Harder  gentoo  org>
AuthorDate: Wed Apr 12 07:47:59 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Wed Apr 12 07:50:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd8d5d9

dev-vcs/tig: stabilize 2.2.1-r1

 dev-vcs/tig/tig-2.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.2.1-r1.ebuild b/dev-vcs/tig/tig-2.2.1-r1.ebuild
index 0947cba842e..d14813fc915 100644
--- a/dev-vcs/tig/tig-2.2.1-r1.ebuild
+++ b/dev-vcs/tig/tig-2.2.1-r1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-04-03 Thread Tim Harder
commit: 3c69b9f3d2c2c1b1d14b688390ffc15e104120b3
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr  3 08:24:50 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr  3 08:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c69b9f3

dev-vcs/tig: remove old

 dev-vcs/tig/Manifest |  2 --
 dev-vcs/tig/tig-2.1.1.ebuild | 48 -
 dev-vcs/tig/tig-2.2.ebuild   | 56 
 3 files changed, 106 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 2026951154d..569be884c4f 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,3 +1 @@
-DIST tig-2.1.1.tar.gz 641710 SHA256 
50c5179fd564b829b6b2cec087e66f10cf8799601de19350df0772ae77e4852f SHA512 
be55ece813e1af938e3c4d805d4f034e78f75c1fcda7f4b5bc02de8b228d6d76b9f4921f6dc079485b8c13a3acc5ea2d146a0c437d28add45d50137ae6545f10
 WHIRLPOOL 
869012b9e5d47eaa24d7939202819bcf85c44ed4d2de742d7770d8610f3e86dfae43588f626de2785f10e78293c21151272b81b0f196163844ea8b76cce5d01c
 DIST tig-2.2.1.tar.gz 1028479 SHA256 
0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71 SHA512 
6e483a400e222c01a4f518ee473b8d37933e820a2da1fc2cfe0ae9fb8217867d16f1aee3deecb14ce9af6a6dd2814d709d6ffce5f1f5054b94d2ab533b47008b
 WHIRLPOOL 
a4bcb381f81d07d92623a38c3ed5a78321043a776f0e4cb44e0f736cf960b01d2599b90f7a7f9056d0e0388ecd8112f25aed1b162c9b629c4bf9d10eaa98ebb7
-DIST tig-2.2.tar.gz 1030062 SHA256 
8f5213d3abb45ca9a79810b8d2a2a12d941112bc4682bcfa91f34db74942754c SHA512 
53b85a1309becc7a72e915801ef9412de113f3d113ab0e3915c77999b86a58f4144f267cd3a6c47af8229e00b6146d5e6c38a591077dd746a5f0518b6a50ceae
 WHIRLPOOL 
036cb1a2b66f8f4975b98f6dae049be014868c7508802858f7024b1c0518e8a8afc49181808a7fd4f941e44e4b79032333a30d612d74618fbef17d541e98edd6

diff --git a/dev-vcs/tig/tig-2.1.1.ebuild b/dev-vcs/tig/tig-2.1.1.ebuild
deleted file mode 100644
index 3613d23d432..000
--- a/dev-vcs/tig/tig-2.1.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1 toolchain-funcs
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="http://jonas.nitro.dk/tig/;
-SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="unicode"
-
-DEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0="
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-
-src_prepare() {
-   # pre-generated manpages are in the root directory
-   sed -i '/^MANDOC/s#doc/##g' Makefile || die
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-doc-man
-   dohtml manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   docinto examples
-   dodoc contrib/*.tigrc
-}

diff --git a/dev-vcs/tig/tig-2.2.ebuild b/dev-vcs/tig/tig-2.2.ebuild
deleted file mode 100644
index 8867acfbaed..000
--- a/dev-vcs/tig/tig-2.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-if [[ ${PV} == "" ]] ; then
-   EGIT_REPO_URI="https://github.com/jonas/tig.git;
-   inherit git-r3 autotools
-else
-   SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-fi
-
-DESCRIPTION="text mode interface for git"
-HOMEPAGE="http://jonas.nitro.dk/tig/;
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="unicode"
-
-DEPEND="
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0="
-RDEPEND="${DEPEND}
-   dev-vcs/git"
-[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc"
-
-src_prepare() {
-   default
-   [[ ${PV} == "" ]] && eautoreconf
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR="${D}" install install-doc-man
-   dodoc doc/manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   docinto examples
-   dodoc contrib/*.tigrc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2017-04-03 Thread Tim Harder
commit: ef2b961f80064dd6f98439c18e9b2d5c125b2a30
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Apr  3 08:24:22 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Apr  3 08:34:26 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2b961f

dev-vcs/tig: stabilize 2.2.1

 dev-vcs/tig/tig-2.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.2.1.ebuild b/dev-vcs/tig/tig-2.2.1.ebuild
index 5c1bc6d5765..8eef3cb7bca 100644
--- a/dev-vcs/tig/tig-2.2.1.ebuild
+++ b/dev-vcs/tig/tig-2.2.1.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "" ]] ; then
inherit git-r3 autotools
 else

SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
-   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+   KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/files/

2016-11-27 Thread Justin Lecher
commit: 0998e8945bd2ea1c69303e73a1c8e920decd6010
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Nov 26 17:19:13 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Nov 27 09:59:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0998e894

dev-vcs/tig: Backport upstream patch

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-vcs/tig/files/tig-2.2.1-tinfo.patch | 118 +---
 1 file changed, 77 insertions(+), 41 deletions(-)

diff --git a/dev-vcs/tig/files/tig-2.2.1-tinfo.patch 
b/dev-vcs/tig/files/tig-2.2.1-tinfo.patch
index 1cb30e7..b12532d 100644
--- a/dev-vcs/tig/files/tig-2.2.1-tinfo.patch
+++ b/dev-vcs/tig/files/tig-2.2.1-tinfo.patch
@@ -1,15 +1,32 @@
-commit 585e5d60fb85eff2e7709d63d80c320049393694
-Author: Justin Lecher 
-Date:   Sat Nov 26 12:55:42 2016 +0100
+From 5eee0216193ef9e6ca39906aeeb7b7774097a2f7 Mon Sep 17 00:00:00 2001
+From: Justin Lecher 
+Date: Sat, 26 Nov 2016 12:55:42 +0100
+Subject: [PATCH] Use pkg-config to detect ncurses
 
-Update ax_with_curses.m4 to support pkg-config
-
-Latest version of ax_with_curses.m4 supports pkg-config. This is important
-as libcurses is split into libcurses.so and libtinfo.so on many distros
-and linking against libcurses.so is not sufficiant. Pkg-config allows
-proper detection of necessary libs.
-
-Signed-off-by: Justin Lecher 
+Update ax_with_curses.m4 to latest version and use pkg-config as primary
+detection mechanism for ncurses. Latest version of ax_with_curses.m4
+supports pkg-config. This is important as libcurses is split into
+libcurses.so and libtinfo.so on many distros and linking against
+libcurses.so is not sufficiant. Pkg-config allows proper detection of
+necessary libs.
+
+Signed-off-by: Justin Lecher 
+
+Also include ax_require_defined.m4 to fix issue with undefined macro:
+
+configure:3751: error: possibly undefined macro: AX_REQUIRE_DEFINED
+  If this token and others are legitimate, please use m4_pattern_allow.
+  See the Autoconf documentation.
+configure:3751: error: possibly undefined macro: PKG_CHECK_EXISTS
+
+Signed-off-by: Jonas Fonseca 
+---
+ config.make.in  |   2 +-
+ configure.ac|   2 +-
+ tools/ax_require_defined.m4 |  37 
+ tools/ax_with_curses.m4 | 142 
+ 4 files changed, 142 insertions(+), 41 deletions(-)
+ create mode 100644 tools/ax_require_defined.m4
 
 diff --git a/config.make.in b/config.make.in
 index bf41d85..a7c9ce3 100644
@@ -25,42 +42,61 @@ index bf41d85..a7c9ce3 100644
  ASCIIDOC = @ASCIIDOC@
  XMLTO = @XMLTO@
 diff --git a/configure.ac b/configure.ac
-index 0bcfb3f..d58e2f2 100644
+index 0bcfb3f..8b956ba 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -21,15 +21,23 @@ AC_CHECK_FUNCS([mkstemps], [AC_SUBST([NO_MKSTEMPS], 
["#"])])
- AC_CHECK_FUNCS([setenv], [AC_SUBST([NO_SETENV], ["#"])])
- AC_CHECK_FUNCS([strndup], [AC_SUBST([NO_STRNDUP], ["#"])])
- 
--AX_WITH_CURSES
--case "$ax_cv_ncurses" in "no")
--  AC_MSG_ERROR([ncurses not found])
--esac
--case "$ax_cv_ncursesw" in "no")
--  AC_MSG_WARN([The found ncurses library does not support wide-char.])
--  AC_MSG_WARN([This means that tig will not correctly render UTF-8.])
--esac
+@@ -29,7 +29,7 @@ case "$ax_cv_ncursesw" in "no")
+   AC_MSG_WARN([The found ncurses library does not support wide-char.])
+   AC_MSG_WARN([This means that tig will not correctly render UTF-8.])
+ esac
 -AC_SUBST(CURSES_LIB)
-+PKG_CHECK_MODULES([CURSES], [ncursesw],
-+  [AC_SUBST(CURSES_LIBS)], [
-+  PKG_CHECK_MODULES([CURSES], [ncurses],
-+  [AC_SUBST(CURSES_LIBS)
-+  AC_MSG_WARN([The found ncurses library does not support 
wide-char.])
-+  AC_MSG_WARN([This means that tig will not correctly render 
UTF-8.])],[
-+  AX_WITH_CURSES
-+  case "$ax_cv_ncurses" in "no")
-+  AC_MSG_ERROR([ncurses not found])
-+  esac
-+  case "$ax_cv_ncursesw" in "no")
-+  AC_MSG_WARN([The found ncurses library does not 
support wide-char.])
-+  AC_MSG_WARN([This means that tig will not 
correctly render UTF-8.])
-+  esac
-+  AC_SUBST(CURSES_LIBS)
-+  ])
-+  ])
++AC_SUBST(CURSES_LIBS)
  
  AX_LIB_READLINE(6.2)
  
+diff --git a/tools/ax_require_defined.m4 b/tools/ax_require_defined.m4
+new file mode 100644
+index 000..cae
+--- /dev/null
 b/tools/ax_require_defined.m4
+@@ -0,0 +1,37 @@
++# ===
++#http://www.gnu.org/software/autoconf-archive/ax_require_defined.html
++# 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/files/, dev-vcs/tig/

2016-11-26 Thread Justin Lecher
commit: 6e17e19c703e2e3e99c0f4c776252197ae3a5e7a
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Nov 26 12:24:16 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Nov 26 12:54:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e17e19c

dev-vcs/tig: Add patch for ncurses[tinfo] support

Package-Manager: portage-2.3.2
Signed-off-by: Justin Lecher  gentoo.org>

 dev-vcs/tig/files/tig-2.2.1-tinfo.patch | 303 
 dev-vcs/tig/tig-2.2.1.ebuild|   6 +-
 2 files changed, 307 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/tig/files/tig-2.2.1-tinfo.patch 
b/dev-vcs/tig/files/tig-2.2.1-tinfo.patch
new file mode 100644
index ..1cb30e7
--- /dev/null
+++ b/dev-vcs/tig/files/tig-2.2.1-tinfo.patch
@@ -0,0 +1,303 @@
+commit 585e5d60fb85eff2e7709d63d80c320049393694
+Author: Justin Lecher 
+Date:   Sat Nov 26 12:55:42 2016 +0100
+
+Update ax_with_curses.m4 to support pkg-config
+
+Latest version of ax_with_curses.m4 supports pkg-config. This is important
+as libcurses is split into libcurses.so and libtinfo.so on many distros
+and linking against libcurses.so is not sufficiant. Pkg-config allows
+proper detection of necessary libs.
+
+Signed-off-by: Justin Lecher 
+
+diff --git a/config.make.in b/config.make.in
+index bf41d85..a7c9ce3 100644
+--- a/config.make.in
 b/config.make.in
+@@ -12,7 +12,7 @@ CC = @CC@
+ CFLAGS = @CFLAGS@ @COVERAGE_CFLAGS@
+ CPPFLAGS = @CPPFLAGS@ -DHAVE_CONFIG_H
+ LDFLAGS = @LDFLAGS@
+-LDLIBS = @LIBS@ @CURSES_LIB@
++LDLIBS = @LIBS@ @CURSES_LIBS@
+ 
+ ASCIIDOC = @ASCIIDOC@
+ XMLTO = @XMLTO@
+diff --git a/configure.ac b/configure.ac
+index 0bcfb3f..d58e2f2 100644
+--- a/configure.ac
 b/configure.ac
+@@ -21,15 +21,23 @@ AC_CHECK_FUNCS([mkstemps], [AC_SUBST([NO_MKSTEMPS], 
["#"])])
+ AC_CHECK_FUNCS([setenv], [AC_SUBST([NO_SETENV], ["#"])])
+ AC_CHECK_FUNCS([strndup], [AC_SUBST([NO_STRNDUP], ["#"])])
+ 
+-AX_WITH_CURSES
+-case "$ax_cv_ncurses" in "no")
+-  AC_MSG_ERROR([ncurses not found])
+-esac
+-case "$ax_cv_ncursesw" in "no")
+-  AC_MSG_WARN([The found ncurses library does not support wide-char.])
+-  AC_MSG_WARN([This means that tig will not correctly render UTF-8.])
+-esac
+-AC_SUBST(CURSES_LIB)
++PKG_CHECK_MODULES([CURSES], [ncursesw],
++  [AC_SUBST(CURSES_LIBS)], [
++  PKG_CHECK_MODULES([CURSES], [ncurses],
++  [AC_SUBST(CURSES_LIBS)
++  AC_MSG_WARN([The found ncurses library does not support 
wide-char.])
++  AC_MSG_WARN([This means that tig will not correctly render 
UTF-8.])],[
++  AX_WITH_CURSES
++  case "$ax_cv_ncurses" in "no")
++  AC_MSG_ERROR([ncurses not found])
++  esac
++  case "$ax_cv_ncursesw" in "no")
++  AC_MSG_WARN([The found ncurses library does not 
support wide-char.])
++  AC_MSG_WARN([This means that tig will not 
correctly render UTF-8.])
++  esac
++  AC_SUBST(CURSES_LIBS)
++  ])
++  ])
+ 
+ AX_LIB_READLINE(6.2)
+ 
+diff --git a/tools/ax_with_curses.m4 b/tools/ax_with_curses.m4
+index 33a37ac..9461eef 100644
+--- a/tools/ax_with_curses.m4
 b/tools/ax_with_curses.m4
+@@ -12,7 +12,9 @@
+ #   present, along with the associated header file.  The NcursesW
+ #   (wide-character) library is searched for first, followed by Ncurses,
+ #   then the system-default plain Curses.  The first library found is the
+-#   one returned.
++#   one returned. Finding libraries will first be attempted by using
++#   pkg-config, and should the pkg-config files not be available, will
++#   fallback to combinations of known flags itself.
+ #
+ #   The following options are understood: --with-ncursesw, --with-ncurses,
+ #   --without-ncursesw, --without-ncurses.  The "--with" options force the
+@@ -52,23 +54,29 @@
+ #
+ #   (These preprocessor symbols are discussed later in this document.)
+ #
+-#   The following output variable is defined by this macro; it is precious
+-#   and may be overridden on the ./configure command line:
++#   The following output variables are defined by this macro; they are
++#   precious and may be overridden on the ./configure command line:
+ #
+-# CURSES_LIB  - library to add to xxx_LDADD
++# CURSES_LIBS  - library to add to xxx_LDADD
++# CURSES_CFLAGS  - include paths to add to xxx_CPPFLAGS
+ #
+-#   The library listed in CURSES_LIB is NOT added to LIBS by default. You
+-#   need to add CURSES_LIB to the appropriate xxx_LDADD line in your
+-#   Makefile.am.  For example:
++#   In previous versions of this macro, the flags CURSES_LIB and
++#   CURSES_CPPFLAGS were defined. These have been renamed, in keeping with
++#   AX_WITH_CURSES's close bigger brother, PKG_CHECK_MODULES, which should
++#   eventually 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2016-11-25 Thread Tim Harder
commit: 34559cf6ede22278aac6a1958305291b017e80d2
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Nov 25 20:35:58 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Fri Nov 25 20:36:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34559cf6

dev-vcs/tig: version bump to 2.2.1

 dev-vcs/tig/Manifest  | 1 +
 dev-vcs/tig/{tig-.ebuild => tig-2.2.1.ebuild} | 4 ++--
 dev-vcs/tig/tig-.ebuild   | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 47aabf0..2026951 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,2 +1,3 @@
 DIST tig-2.1.1.tar.gz 641710 SHA256 
50c5179fd564b829b6b2cec087e66f10cf8799601de19350df0772ae77e4852f SHA512 
be55ece813e1af938e3c4d805d4f034e78f75c1fcda7f4b5bc02de8b228d6d76b9f4921f6dc079485b8c13a3acc5ea2d146a0c437d28add45d50137ae6545f10
 WHIRLPOOL 
869012b9e5d47eaa24d7939202819bcf85c44ed4d2de742d7770d8610f3e86dfae43588f626de2785f10e78293c21151272b81b0f196163844ea8b76cce5d01c
+DIST tig-2.2.1.tar.gz 1028479 SHA256 
0b48080896de59179c45c980080b4b414bb235df65ad08d661a9c9e169c3fa71 SHA512 
6e483a400e222c01a4f518ee473b8d37933e820a2da1fc2cfe0ae9fb8217867d16f1aee3deecb14ce9af6a6dd2814d709d6ffce5f1f5054b94d2ab533b47008b
 WHIRLPOOL 
a4bcb381f81d07d92623a38c3ed5a78321043a776f0e4cb44e0f736cf960b01d2599b90f7a7f9056d0e0388ecd8112f25aed1b162c9b629c4bf9d10eaa98ebb7
 DIST tig-2.2.tar.gz 1030062 SHA256 
8f5213d3abb45ca9a79810b8d2a2a12d941112bc4682bcfa91f34db74942754c SHA512 
53b85a1309becc7a72e915801ef9412de113f3d113ab0e3915c77999b86a58f4144f267cd3a6c47af8229e00b6146d5e6c38a591077dd746a5f0518b6a50ceae
 WHIRLPOOL 
036cb1a2b66f8f4975b98f6dae049be014868c7508802858f7024b1c0518e8a8afc49181808a7fd4f941e44e4b79032333a30d612d74618fbef17d541e98edd6

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-2.2.1.ebuild
similarity index 90%
copy from dev-vcs/tig/tig-.ebuild
copy to dev-vcs/tig/tig-2.2.1.ebuild
index ffe804a..0e75b06 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-2.2.1.ebuild
@@ -10,12 +10,12 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/jonas/tig.git;
inherit git-r3 autotools
 else
-   SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"
-HOMEPAGE="http://jonas.nitro.dk/tig/;
+HOMEPAGE="https://jonas.github.io/tig/;
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
index ffe804a..0e75b06 100644
--- a/dev-vcs/tig/tig-.ebuild
+++ b/dev-vcs/tig/tig-.ebuild
@@ -10,12 +10,12 @@ if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="https://github.com/jonas/tig.git;
inherit git-r3 autotools
 else
-   SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
+   
SRC_URI="https://github.com/jonas/tig/releases/download/${P}/${P}.tar.gz;
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 fi
 
 DESCRIPTION="text mode interface for git"
-HOMEPAGE="http://jonas.nitro.dk/tig/;
+HOMEPAGE="https://jonas.github.io/tig/;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2016-08-23 Thread Tim Harder
commit: c0c9c3a884eec945439302aef9ea051ebc51f008
Author: Tim Harder  gentoo  org>
AuthorDate: Tue Aug 23 19:33:16 2016 +
Commit: Tim Harder  gentoo  org>
CommitDate: Tue Aug 23 19:41:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c9c3a8

dev-vcs/tig: version bump to 2.2 and add live ebuild

 dev-vcs/tig/Manifest|  1 +
 dev-vcs/tig/tig-2.2.ebuild  | 57 +
 dev-vcs/tig/tig-.ebuild | 57 +
 3 files changed, 115 insertions(+)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 4b4a8db..47aabf0 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1 +1,2 @@
 DIST tig-2.1.1.tar.gz 641710 SHA256 
50c5179fd564b829b6b2cec087e66f10cf8799601de19350df0772ae77e4852f SHA512 
be55ece813e1af938e3c4d805d4f034e78f75c1fcda7f4b5bc02de8b228d6d76b9f4921f6dc079485b8c13a3acc5ea2d146a0c437d28add45d50137ae6545f10
 WHIRLPOOL 
869012b9e5d47eaa24d7939202819bcf85c44ed4d2de742d7770d8610f3e86dfae43588f626de2785f10e78293c21151272b81b0f196163844ea8b76cce5d01c
+DIST tig-2.2.tar.gz 1030062 SHA256 
8f5213d3abb45ca9a79810b8d2a2a12d941112bc4682bcfa91f34db74942754c SHA512 
53b85a1309becc7a72e915801ef9412de113f3d113ab0e3915c77999b86a58f4144f267cd3a6c47af8229e00b6146d5e6c38a591077dd746a5f0518b6a50ceae
 WHIRLPOOL 
036cb1a2b66f8f4975b98f6dae049be014868c7508802858f7024b1c0518e8a8afc49181808a7fd4f941e44e4b79032333a30d612d74618fbef17d541e98edd6

diff --git a/dev-vcs/tig/tig-2.2.ebuild b/dev-vcs/tig/tig-2.2.ebuild
new file mode 100644
index ..ffe804a
--- /dev/null
+++ b/dev-vcs/tig/tig-2.2.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="http://jonas.nitro.dk/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="unicode"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}

diff --git a/dev-vcs/tig/tig-.ebuild b/dev-vcs/tig/tig-.ebuild
new file mode 100644
index ..ffe804a
--- /dev/null
+++ b/dev-vcs/tig/tig-.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit bash-completion-r1
+
+if [[ ${PV} == "" ]] ; then
+   EGIT_REPO_URI="https://github.com/jonas/tig.git;
+   inherit git-r3 autotools
+else
+   SRC_URI="http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
+   KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="text mode interface for git"
+HOMEPAGE="http://jonas.nitro.dk/tig/;
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="unicode"
+
+DEPEND="
+   sys-libs/ncurses:0=[unicode?]
+   sys-libs/readline:0="
+RDEPEND="${DEPEND}
+   dev-vcs/git"
+[[ ${PV} == "" ]] && DEPEND+=" app-text/asciidoc"
+
+src_prepare() {
+   default
+   [[ ${PV} == "" ]] && eautoreconf
+}
+
+src_configure() {
+   econf $(use_with unicode ncursesw)
+}
+
+src_compile() {
+   emake V=1
+   [[ ${PV} == "" ]] && emake V=1 doc-man doc-html
+}
+
+src_test() {
+   # workaround parallel test failures
+   emake -j1 test
+}
+
+src_install() {
+   emake DESTDIR="${D}" install install-doc-man
+   dodoc doc/manual.html README.html NEWS.html
+   newbashcomp contrib/tig-completion.bash ${PN}
+
+   docinto examples
+   dodoc contrib/*.tigrc
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2016-08-19 Thread Pacho Ramos
commit: 6914cfe427fd8e1258a2404c87742956b48fbc65
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri Aug 19 10:04:11 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Aug 19 10:04:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6914cfe4

dev-vcs/tig: Cleanup due to bug #42273

Package-Manager: portage-2.3.0

 dev-vcs/tig/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-vcs/tig/metadata.xml b/dev-vcs/tig/metadata.xml
index 67c7eb2..c917f91 100644
--- a/dev-vcs/tig/metadata.xml
+++ b/dev-vcs/tig/metadata.xml
@@ -5,8 +5,4 @@
 radher...@gentoo.org
 Tim Harder
   
-  
-gre...@gentoo.org
-Greg Kroah-Hartman
-  
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2015-08-29 Thread Tim Harder
commit: 92d7a907db60739fd3fca99bfbcbcb1e6c46a30a
Author: Tim Harder radhermit AT gentoo DOT org
AuthorDate: Sat Aug 29 18:16:55 2015 +
Commit: Tim Harder radhermit AT gentoo DOT org
CommitDate: Sat Aug 29 18:16:55 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d7a907

dev-vcs/tig: remove old

 dev-vcs/tig/Manifest |  2 --
 dev-vcs/tig/tig-2.0.3.ebuild | 46 --
 dev-vcs/tig/tig-2.1.ebuild   | 48 
 3 files changed, 96 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index 157c19c..4b4a8db 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,3 +1 @@
-DIST tig-2.0.3.tar.gz 605513 SHA256 
faac0fd80cb771cf34ae0aa9b2fedba1cc0f8aa70731d400661660c8d48f96c4 SHA512 
0d16c4ec68d7b846b8cb990756ff683584eaf7eea89f9853d3803c86ef7544e2b80e1376a0e441082d7d23a2496fb7bcf8b5d987fe026b3d85e777064351fa15
 WHIRLPOOL 
6e63b1622aa593e7ee30db5356f438ef536f428a30f917b1bce43204a4c27b7b21b3268b5c97fde5c6518b4a1fd81a85f2168138e94aab7b8673176c01b0265f
 DIST tig-2.1.1.tar.gz 641710 SHA256 
50c5179fd564b829b6b2cec087e66f10cf8799601de19350df0772ae77e4852f SHA512 
be55ece813e1af938e3c4d805d4f034e78f75c1fcda7f4b5bc02de8b228d6d76b9f4921f6dc079485b8c13a3acc5ea2d146a0c437d28add45d50137ae6545f10
 WHIRLPOOL 
869012b9e5d47eaa24d7939202819bcf85c44ed4d2de742d7770d8610f3e86dfae43588f626de2785f10e78293c21151272b81b0f196163844ea8b76cce5d01c
-DIST tig-2.1.tar.gz 635114 SHA256 
306287f684f57563a53abf1cf46149e0d30c6b500fbc0c39e9bc059506373cb0 SHA512 
d21d263b62675721467aca35cf2f7fbe41e0042ac295516bd67e348039030df53de30f5dea3059c4b13188e450921972920c014f0381729826c727dcdd7f6804
 WHIRLPOOL 
9a5ea63fd985764c0d06660bc58d3ffe11bb9242ab92ec8dc7d638e1e5f5693e342577fc1bceb7e899386f96baaa467506bfb9a3fc5ff52231c24f317c9cb68d

diff --git a/dev-vcs/tig/tig-2.0.3.ebuild b/dev-vcs/tig/tig-2.0.3.ebuild
deleted file mode 100644
index 699158b..000
--- a/dev-vcs/tig/tig-2.0.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit bash-completion-r1 toolchain-funcs
-
-DESCRIPTION=text mode interface for git
-HOMEPAGE=http://jonas.nitro.dk/tig/;
-SRC_URI=http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
-
-LICENSE=GPL-2
-SLOT=0
-KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
-IUSE=unicode
-
-DEPEND=
-   sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0=
-RDEPEND=${DEPEND}
-   dev-vcs/git
-
-src_prepare() {
-   # pre-generated manpages are in the root directory
-   sed -i '/^MANDOC/s#doc/##g' Makefile || die
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR=${D} install install-doc-man
-   dohtml manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-}

diff --git a/dev-vcs/tig/tig-2.1.ebuild b/dev-vcs/tig/tig-2.1.ebuild
deleted file mode 100644
index d2b9190..000
--- a/dev-vcs/tig/tig-2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit bash-completion-r1 toolchain-funcs
-
-DESCRIPTION=text mode interface for git
-HOMEPAGE=http://jonas.nitro.dk/tig/;
-SRC_URI=http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
-
-LICENSE=GPL-2
-SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
-IUSE=unicode
-
-DEPEND=sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0=
-RDEPEND=${DEPEND}
-   dev-vcs/git
-
-src_prepare() {
-   # pre-generated manpages are in the root directory
-   sed -i '/^MANDOC/s#doc/##g' Makefile || die
-}
-
-src_configure() {
-   econf $(use_with unicode ncursesw)
-}
-
-src_compile() {
-   emake V=1
-}
-
-src_test() {
-   # workaround parallel test failures
-   emake -j1 test
-}
-
-src_install() {
-   emake DESTDIR=${D} install install-doc-man
-   dohtml manual.html README.html NEWS.html
-   newbashcomp contrib/tig-completion.bash ${PN}
-
-   docinto examples
-   dodoc contrib/*.tigrc
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2015-08-29 Thread Tim Harder
commit: 1f7a80f97af2ecfde6a6884c59bd6af6cfad9e9b
Author: Tim Harder radhermit AT gentoo DOT org
AuthorDate: Sat Aug 29 18:15:01 2015 +
Commit: Tim Harder radhermit AT gentoo DOT org
CommitDate: Sat Aug 29 18:15:04 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f7a80f9

dev-vcs/tig: add forgotten slot operator

A previous commit added slot operators but missed one on the version
bump at the same time.

 dev-vcs/tig/tig-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.1.1.ebuild b/dev-vcs/tig/tig-2.1.1.ebuild
index 3e78286..8e95e21 100644
--- a/dev-vcs/tig/tig-2.1.1.ebuild
+++ b/dev-vcs/tig/tig-2.1.1.ebuild
@@ -17,7 +17,7 @@ IUSE=unicode
 
 DEPEND=
sys-libs/ncurses:0=[unicode?]
-   sys-libs/readline:0
+   sys-libs/readline:0=
 RDEPEND=${DEPEND}
dev-vcs/git
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2015-08-29 Thread Tim Harder
commit: 1ab7be800b5ad1cea3d04bca6d5f06aacc789064
Author: Tim Harder radhermit AT gentoo DOT org
AuthorDate: Sat Aug 29 18:16:28 2015 +
Commit: Tim Harder radhermit AT gentoo DOT org
CommitDate: Sat Aug 29 18:16:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab7be80

dev-vcs/tig: stabilize 2.1.1

 dev-vcs/tig/tig-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/tig/tig-2.1.1.ebuild b/dev-vcs/tig/tig-2.1.1.ebuild
index 8e95e21..940d722 100644
--- a/dev-vcs/tig/tig-2.1.1.ebuild
+++ b/dev-vcs/tig/tig-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI=http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
+KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
 IUSE=unicode
 
 DEPEND=



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/tig/

2015-08-16 Thread Justin Lecher
commit: 97fe9d5daa9eef81559bf67833a41b2e1257ac18
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Sun Aug 16 14:13:47 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Sun Aug 16 14:20:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97fe9d5d

dev-vcs/tig: Use slot operators for ncurses; Version Bump

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

 dev-vcs/tig/Manifest | 1 +
 dev-vcs/tig/tig-2.0.3.ebuild | 7 ---
 dev-vcs/tig/{tig-2.1.ebuild = tig-2.1.1.ebuild} | 5 +++--
 dev-vcs/tig/tig-2.1.ebuild   | 6 +++---
 4 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/dev-vcs/tig/Manifest b/dev-vcs/tig/Manifest
index ca4a5d5..157c19c 100644
--- a/dev-vcs/tig/Manifest
+++ b/dev-vcs/tig/Manifest
@@ -1,2 +1,3 @@
 DIST tig-2.0.3.tar.gz 605513 SHA256 
faac0fd80cb771cf34ae0aa9b2fedba1cc0f8aa70731d400661660c8d48f96c4 SHA512 
0d16c4ec68d7b846b8cb990756ff683584eaf7eea89f9853d3803c86ef7544e2b80e1376a0e441082d7d23a2496fb7bcf8b5d987fe026b3d85e777064351fa15
 WHIRLPOOL 
6e63b1622aa593e7ee30db5356f438ef536f428a30f917b1bce43204a4c27b7b21b3268b5c97fde5c6518b4a1fd81a85f2168138e94aab7b8673176c01b0265f
+DIST tig-2.1.1.tar.gz 641710 SHA256 
50c5179fd564b829b6b2cec087e66f10cf8799601de19350df0772ae77e4852f SHA512 
be55ece813e1af938e3c4d805d4f034e78f75c1fcda7f4b5bc02de8b228d6d76b9f4921f6dc079485b8c13a3acc5ea2d146a0c437d28add45d50137ae6545f10
 WHIRLPOOL 
869012b9e5d47eaa24d7939202819bcf85c44ed4d2de742d7770d8610f3e86dfae43588f626de2785f10e78293c21151272b81b0f196163844ea8b76cce5d01c
 DIST tig-2.1.tar.gz 635114 SHA256 
306287f684f57563a53abf1cf46149e0d30c6b500fbc0c39e9bc059506373cb0 SHA512 
d21d263b62675721467aca35cf2f7fbe41e0042ac295516bd67e348039030df53de30f5dea3059c4b13188e450921972920c014f0381729826c727dcdd7f6804
 WHIRLPOOL 
9a5ea63fd985764c0d06660bc58d3ffe11bb9242ab92ec8dc7d638e1e5f5693e342577fc1bceb7e899386f96baaa467506bfb9a3fc5ff52231c24f317c9cb68d

diff --git a/dev-vcs/tig/tig-2.0.3.ebuild b/dev-vcs/tig/tig-2.0.3.ebuild
index 3547f5b..ee4a698 100644
--- a/dev-vcs/tig/tig-2.0.3.ebuild
+++ b/dev-vcs/tig/tig-2.0.3.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit bash-completion-r1 toolchain-funcs
 
-DESCRIPTION=Tig: text mode interface for git
+DESCRIPTION=text mode interface for git
 HOMEPAGE=http://jonas.nitro.dk/tig/;
 SRC_URI=http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
 
@@ -15,8 +15,9 @@ SLOT=0
 KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
 IUSE=unicode
 
-DEPEND=sys-libs/ncurses[unicode?]
-   sys-libs/readline:0
+DEPEND=
+   sys-libs/ncurses:5=[unicode?]
+   sys-libs/readline:0=
 RDEPEND=${DEPEND}
dev-vcs/git
 

diff --git a/dev-vcs/tig/tig-2.1.ebuild b/dev-vcs/tig/tig-2.1.1.ebuild
similarity index 92%
copy from dev-vcs/tig/tig-2.1.ebuild
copy to dev-vcs/tig/tig-2.1.1.ebuild
index 7c5983a..3a943bb 100644
--- a/dev-vcs/tig/tig-2.1.ebuild
+++ b/dev-vcs/tig/tig-2.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit bash-completion-r1 toolchain-funcs
 
-DESCRIPTION=Tig: text mode interface for git
+DESCRIPTION=text mode interface for git
 HOMEPAGE=http://jonas.nitro.dk/tig/;
 SRC_URI=http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
 
@@ -15,7 +15,8 @@ SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
 IUSE=unicode
 
-DEPEND=sys-libs/ncurses[unicode?]
+DEPEND=
+   sys-libs/ncurses:5=[unicode?]
sys-libs/readline:0
 RDEPEND=${DEPEND}
dev-vcs/git

diff --git a/dev-vcs/tig/tig-2.1.ebuild b/dev-vcs/tig/tig-2.1.ebuild
index 7c5983a..236f766 100644
--- a/dev-vcs/tig/tig-2.1.ebuild
+++ b/dev-vcs/tig/tig-2.1.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit bash-completion-r1 toolchain-funcs
 
-DESCRIPTION=Tig: text mode interface for git
+DESCRIPTION=text mode interface for git
 HOMEPAGE=http://jonas.nitro.dk/tig/;
 SRC_URI=http://jonas.nitro.dk/tig/releases/${P}.tar.gz;
 
@@ -15,8 +15,8 @@ SLOT=0
 KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x86-macos
 IUSE=unicode
 
-DEPEND=sys-libs/ncurses[unicode?]
-   sys-libs/readline:0
+DEPEND=sys-libs/ncurses:5=[unicode?]
+   sys-libs/readline:0=
 RDEPEND=${DEPEND}
dev-vcs/git