[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2023-07-23 Thread Sam James
commit: 14aa70f76762417005cdca386639cc182b60dfcb
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 24 04:01:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 24 04:01:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14aa70f7

dev-util/dwdiff: Keyword 2.1.3 arm64, #910743

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

 dev-util/dwdiff/dwdiff-2.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.3.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
index 973e44885e76..51adb419f8cc 100644
--- a/dev-util/dwdiff/dwdiff-2.1.3.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ~ppc64 x86"
 IUSE="nls"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2021-01-05 Thread Andreas K. Hüttel
commit: 22f1eee4e3130e2687ccd1aee9585e40f35b25ef
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Tue Jan  5 15:18:35 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Jan  5 15:46:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f1eee4

dev-util/dwdiff: Remove old

Bug: https://bugs.gentoo.org/707140
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel  gentoo.org>

 dev-util/dwdiff/Manifest|  1 -
 dev-util/dwdiff/dwdiff-2.1.1.ebuild | 47 -
 2 files changed, 48 deletions(-)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index 7d194a6874c..b48c24cb665 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1,2 +1 @@
-DIST dwdiff-2.1.1.tar.bz2 79628 BLAKE2B 
eb024d9c0eff18de9eee4a0fcf2d6a9ef6b049286ebb7f9715ddf18d920cacaab2738f04607b358be784f9d3e1c25f279ede620d412fad026f3280b9f8ee471f
 SHA512 
b3392ef01c0701ea7738f1b539dab81727735e5de8ea77b56feae4e2f64dbda0155b479d7be0eedb65fc56ebc8d1a22c1ca67075abdec54205ad9c305b3751b7
 DIST dwdiff-2.1.3.tar.bz2 79862 BLAKE2B 
72eb07071de413526b70ebfd30030394c8bc4958bd14128b9a8b87a76561e4bfbd61064def314a4b989da027664d999cfb9a4ac9ab6f1b06cbe3f38f271e538e
 SHA512 
e4375658ddb919d763bedacd122e5597a4c3cd40ddff2c954c6cc88e5047d20d4d3b18eaf75c6835be21e1f72e2622e25b212ae9882d8eaa36874af3f6de4b3f

diff --git a/dev-util/dwdiff/dwdiff-2.1.1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
deleted file mode 100644
index 87a39fe8de0..000
--- a/dev-util/dwdiff/dwdiff-2.1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="diff-like program operating at word level instead of line level"
-HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
-SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="nls"
-
-CDEPEND="dev-libs/icu:="
-
-RDEPEND="
-   ${CDEPEND}
-   sys-apps/diffutils"
-
-DEPEND="
-   ${CDEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext)
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2020-12-28 Thread David Seifert
commit: b2b8c410443640410955959c930f8e6db41809b7
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Dec 28 14:15:37 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Dec 28 14:15:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2b8c410

dev-util/dwdiff: Drop old

Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-util/dwdiff/Manifest|  1 -
 dev-util/dwdiff/dwdiff-2.1.2.ebuild | 51 -
 2 files changed, 52 deletions(-)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index 04b9e7a4555..7d194a6874c 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1,3 +1,2 @@
 DIST dwdiff-2.1.1.tar.bz2 79628 BLAKE2B 
eb024d9c0eff18de9eee4a0fcf2d6a9ef6b049286ebb7f9715ddf18d920cacaab2738f04607b358be784f9d3e1c25f279ede620d412fad026f3280b9f8ee471f
 SHA512 
b3392ef01c0701ea7738f1b539dab81727735e5de8ea77b56feae4e2f64dbda0155b479d7be0eedb65fc56ebc8d1a22c1ca67075abdec54205ad9c305b3751b7
-DIST dwdiff-2.1.2.tar.bz2 79282 BLAKE2B 
c938c9684d6ee1abacd77c1570b88157548e217e1837758f6c45266e29abc3857c6d4275d72126c29cc361e484722fe1d8c85a3714ac909b35a06d8390fb6506
 SHA512 
e4897ec3990261ddadf1fd4287902dd74c8350d11448714be8ea4b7808fc7d419ca2fd7fe65f347f46fdb1090d2d116c180a53fde3ff095027765f40acaa1c91
 DIST dwdiff-2.1.3.tar.bz2 79862 BLAKE2B 
72eb07071de413526b70ebfd30030394c8bc4958bd14128b9a8b87a76561e4bfbd61064def314a4b989da027664d999cfb9a4ac9ab6f1b06cbe3f38f271e538e
 SHA512 
e4375658ddb919d763bedacd122e5597a4c3cd40ddff2c954c6cc88e5047d20d4d3b18eaf75c6835be21e1f72e2622e25b212ae9882d8eaa36874af3f6de4b3f

diff --git a/dev-util/dwdiff/dwdiff-2.1.2.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.2.ebuild
deleted file mode 100644
index 5c70c554fff..000
--- a/dev-util/dwdiff/dwdiff-2.1.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="diff-like program operating at word level instead of line level"
-HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
-SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="nls"
-
-CDEPEND="dev-libs/icu:="
-
-RDEPEND="
-   ${CDEPEND}
-   sys-apps/diffutils"
-
-DEPEND="
-   ${CDEPEND}
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}/C99-fix.patch"
-)
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext) || die "./configure error"
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/, dev-util/dwdiff/files/

2020-12-28 Thread David Seifert
commit: f1084565b1548a1cc7d9980c14a9fad582cba90a
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon Dec 28 14:15:36 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Dec 28 14:15:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1084565

dev-util/dwdiff: Port to EAPI 7

Closes: https://bugs.gentoo.org/707140
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: David Seifert  gentoo.org>

 dev-util/dwdiff/dwdiff-2.1.3.ebuild| 31 +++---
 .../{C99-fix.patch => dwdiff-2.1.3-C99-fix.patch}  |  0
 2 files changed, 9 insertions(+), 22 deletions(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.3.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
index 2c5dc4d45e8..973e44885e7 100644
--- a/dev-util/dwdiff/dwdiff-2.1.3.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="diff-like program operating at word level instead of line level"
 HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
@@ -14,38 +14,25 @@ SLOT="0"
 KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="nls"
 
-CDEPEND="dev-libs/icu:="
-
 RDEPEND="
-   ${CDEPEND}
+   dev-libs/icu:=
sys-apps/diffutils"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
 
-DEPEND="
-   ${CDEPEND}
-   nls? ( sys-devel/gettext )"
-
-PATCHES=(
-   "${FILESDIR}/C99-fix.patch"
-)
+PATCHES=( "${FILESDIR}"/${P}-C99-fix.patch )
 
 src_prepare() {
default
-
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
+   sed -i -e '/INSTALL/s:COPYING::' Makefile.in || die
 }
 
 src_configure() {
./configure \
-   --prefix=/usr \
-   $(use_with nls gettext) || die "./configure error"
+   --prefix="${EPREFIX}"/usr \
+   $(use_with nls gettext) || die
 }
 
 src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
 }
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}

diff --git a/dev-util/dwdiff/files/C99-fix.patch 
b/dev-util/dwdiff/files/dwdiff-2.1.3-C99-fix.patch
similarity index 100%
rename from dev-util/dwdiff/files/C99-fix.patch
rename to dev-util/dwdiff/files/dwdiff-2.1.3-C99-fix.patch



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2020-12-27 Thread Sergei Trofimovich
commit: a205621ec4e41ac3c45963f4df0f9253a234be20
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Dec 27 11:33:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Dec 27 11:38:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a205621e

dev-util/dwdiff: stable 2.1.3 for ppc

stable wrt bug #761034

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-util/dwdiff/dwdiff-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.3.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
index bb6ab9abc95..2c5dc4d45e8 100644
--- a/dev-util/dwdiff/dwdiff-2.1.3.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="nls"
 
 CDEPEND="dev-libs/icu:="



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2020-12-24 Thread Agostino Sarubbo
commit: cb36d3be579f5e33783d2e325ad38f33f48bfa35
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec 24 10:03:01 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec 24 10:03:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb36d3be

dev-util/dwdiff: amd64 stable wrt bug #761034

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

 dev-util/dwdiff/dwdiff-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.3.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
index f6a630b64c6..bb6ab9abc95 100644
--- a/dev-util/dwdiff/dwdiff-2.1.3.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="nls"
 
 CDEPEND="dev-libs/icu:="



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2020-12-22 Thread Thomas Deutschmann
commit: 12ee740e0ae6a1d3a384caf9ebc232a6ef991148
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 22 17:05:47 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 22 17:05:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ee740e

dev-util/dwdiff: x86 stable (bug #761034)

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

 dev-util/dwdiff/dwdiff-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.3.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
index 5c70c554fff..f6a630b64c6 100644
--- a/dev-util/dwdiff/dwdiff-2.1.3.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="nls"
 
 CDEPEND="dev-libs/icu:="



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2020-12-12 Thread Patrice Clement
commit: f141b8633fc5f66026c001db910545c8a7647ef7
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec 12 14:03:13 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 12 14:03:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f141b863

dev-util/dwdiff: version bump.

Closes: https://bugs.gentoo.org/759598
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/dwdiff/Manifest|  1 +
 dev-util/dwdiff/dwdiff-2.1.3.ebuild | 51 +
 2 files changed, 52 insertions(+)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index f8b513e7590..04b9e7a4555 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1,2 +1,3 @@
 DIST dwdiff-2.1.1.tar.bz2 79628 BLAKE2B 
eb024d9c0eff18de9eee4a0fcf2d6a9ef6b049286ebb7f9715ddf18d920cacaab2738f04607b358be784f9d3e1c25f279ede620d412fad026f3280b9f8ee471f
 SHA512 
b3392ef01c0701ea7738f1b539dab81727735e5de8ea77b56feae4e2f64dbda0155b479d7be0eedb65fc56ebc8d1a22c1ca67075abdec54205ad9c305b3751b7
 DIST dwdiff-2.1.2.tar.bz2 79282 BLAKE2B 
c938c9684d6ee1abacd77c1570b88157548e217e1837758f6c45266e29abc3857c6d4275d72126c29cc361e484722fe1d8c85a3714ac909b35a06d8390fb6506
 SHA512 
e4897ec3990261ddadf1fd4287902dd74c8350d11448714be8ea4b7808fc7d419ca2fd7fe65f347f46fdb1090d2d116c180a53fde3ff095027765f40acaa1c91
+DIST dwdiff-2.1.3.tar.bz2 79862 BLAKE2B 
72eb07071de413526b70ebfd30030394c8bc4958bd14128b9a8b87a76561e4bfbd61064def314a4b989da027664d999cfb9a4ac9ab6f1b06cbe3f38f271e538e
 SHA512 
e4375658ddb919d763bedacd122e5597a4c3cd40ddff2c954c6cc88e5047d20d4d3b18eaf75c6835be21e1f72e2622e25b212ae9882d8eaa36874af3f6de4b3f

diff --git a/dev-util/dwdiff/dwdiff-2.1.3.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
new file mode 100644
index 000..5c70c554fff
--- /dev/null
+++ b/dev-util/dwdiff/dwdiff-2.1.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="diff-like program operating at word level instead of line level"
+HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
+SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="nls"
+
+CDEPEND="dev-libs/icu:="
+
+RDEPEND="
+   ${CDEPEND}
+   sys-apps/diffutils"
+
+DEPEND="
+   ${CDEPEND}
+   nls? ( sys-devel/gettext )"
+
+PATCHES=(
+   "${FILESDIR}/C99-fix.patch"
+)
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/INSTALL/s:COPYING::' \
+   Makefile.in || die
+}
+
+src_configure() {
+   ./configure \
+   --prefix=/usr \
+   $(use_with nls gettext) || die "./configure error"
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/files/, dev-util/dwdiff/

2020-12-12 Thread Patrice Clement
commit: cc08bbd83727a0f702610a30e2e2c782b2fe3687
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec 12 14:00:29 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 12 14:03:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc08bbd8

dev-util/dwdiff: fix booleans redefinition.

Courtesy of Soap.

Closes: https://bugs.gentoo.org/759382
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/dwdiff/dwdiff-2.1.2.ebuild |  2 +-
 dev-util/dwdiff/files/C99-fix.patch | 15 +++
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.2.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.2.ebuild
index 01a0d81ab2a..5c70c554fff 100644
--- a/dev-util/dwdiff/dwdiff-2.1.2.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.2.ebuild
@@ -25,7 +25,7 @@ DEPEND="
nls? ( sys-devel/gettext )"
 
 PATCHES=(
-
+   "${FILESDIR}/C99-fix.patch"
 )
 
 src_prepare() {

diff --git a/dev-util/dwdiff/files/C99-fix.patch 
b/dev-util/dwdiff/files/C99-fix.patch
new file mode 100644
index 000..9d6d9ae2bca
--- /dev/null
+++ b/dev-util/dwdiff/files/C99-fix.patch
@@ -0,0 +1,15 @@
+--- a/src/definitions.h
 b/src/definitions.h
+@@ -43,11 +43,11 @@
+ 
+ /* Misc definitions */
+ /* Define a bool type if not already defined (C++ and C99 do)*/
+-#if !(defined(__cplusplus) || (defined(__STDC_VERSION__) && __STDC_VERSION__ 
>= 19990601L))
++#if !(defined(__cplusplus) || (defined(__STDC_VERSION__) && __STDC_VERSION__ 
>= 199901L))
+ /*@-incondefs@*/
+ typedef enum {false, true} bool;
+ /*@+incondefs@*/
+-#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 19990601L
++#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
+ #include 
+ #endif



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2020-12-12 Thread Patrice Clement
commit: a35bb14ac3744d655246ed2876fc1440bf0f3c96
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec 12 13:51:50 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Dec 12 14:03:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a35bb14a

dev-util/dwdiff: add missing die.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/dwdiff/dwdiff-2.1.2.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.2.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.2.ebuild
index 0ed5a821f25..01a0d81ab2a 100644
--- a/dev-util/dwdiff/dwdiff-2.1.2.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,6 +24,10 @@ DEPEND="
${CDEPEND}
nls? ( sys-devel/gettext )"
 
+PATCHES=(
+
+)
+
 src_prepare() {
default
 
@@ -35,7 +39,7 @@ src_prepare() {
 src_configure() {
./configure \
--prefix=/usr \
-   $(use_with nls gettext)
+   $(use_with nls gettext) || die "./configure error"
 }
 
 src_compile() {



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2018-12-23 Thread Patrice Clement
commit: ce0b2113e527cfdf163da09efd1c9bfe1ed2b294
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 19 19:41:03 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0b2113

dev-util/dwdiff: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/dwdiff/Manifest   |  1 -
 dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild | 47 --
 dev-util/dwdiff/dwdiff-2.1.0.ebuild| 40 -
 3 files changed, 88 deletions(-)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index 25ebc3de4a8..f8b513e7590 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1,3 +1,2 @@
-DIST dwdiff-2.1.0.tar.bz2 79224 BLAKE2B 
a201c300532757d293bbcdc61f91d81e3a2dcbc4847540bae278be561535b7ef2b6a191e2946b8af941f6550168893a17365e3020771a4468387567c4b3452f3
 SHA512 
63e5ea3ae510c84fa2353da55bbc3cfac3a3753e1cebfb42c387218289a5e19d8e68af663181720a55eca05e49ef075db7d5dafda9dc4d57b9af503553ae9021
 DIST dwdiff-2.1.1.tar.bz2 79628 BLAKE2B 
eb024d9c0eff18de9eee4a0fcf2d6a9ef6b049286ebb7f9715ddf18d920cacaab2738f04607b358be784f9d3e1c25f279ede620d412fad026f3280b9f8ee471f
 SHA512 
b3392ef01c0701ea7738f1b539dab81727735e5de8ea77b56feae4e2f64dbda0155b479d7be0eedb65fc56ebc8d1a22c1ca67075abdec54205ad9c305b3751b7
 DIST dwdiff-2.1.2.tar.bz2 79282 BLAKE2B 
c938c9684d6ee1abacd77c1570b88157548e217e1837758f6c45266e29abc3857c6d4275d72126c29cc361e484722fe1d8c85a3714ac909b35a06d8390fb6506
 SHA512 
e4897ec3990261ddadf1fd4287902dd74c8350d11448714be8ea4b7808fc7d419ca2fd7fe65f347f46fdb1090d2d116c180a53fde3ff095027765f40acaa1c91

diff --git a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
deleted file mode 100644
index b549a993aca..000
--- a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="diff-like program operating at word level instead of line level"
-HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
-SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="nls"
-
-CDEPEND="dev-libs/icu:="
-
-RDEPEND="
-   ${CDEPEND}
-   sys-apps/diffutils"
-
-DEPEND="
-   ${CDEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   default
-
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext)
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}

diff --git a/dev-util/dwdiff/dwdiff-2.1.0.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
deleted file mode 100644
index acd2c98c734..000
--- a/dev-util/dwdiff/dwdiff-2.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="diff-like program operating at word level instead of line level"
-HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
-SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls"
-
-COMMON_DEPEND="dev-libs/icu:="
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/diffutils"
-DEPEND="${COMMON_DEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext) || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2018-12-23 Thread Patrice Clement
commit: 72444aa1160c966ad74733af41b8d60e9cf3bcc4
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 19 19:36:48 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72444aa1

dev-util/dwdiff: version bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/dwdiff/Manifest|  1 +
 dev-util/dwdiff/dwdiff-2.1.2.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index 1fca8ab9765..25ebc3de4a8 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1,2 +1,3 @@
 DIST dwdiff-2.1.0.tar.bz2 79224 BLAKE2B 
a201c300532757d293bbcdc61f91d81e3a2dcbc4847540bae278be561535b7ef2b6a191e2946b8af941f6550168893a17365e3020771a4468387567c4b3452f3
 SHA512 
63e5ea3ae510c84fa2353da55bbc3cfac3a3753e1cebfb42c387218289a5e19d8e68af663181720a55eca05e49ef075db7d5dafda9dc4d57b9af503553ae9021
 DIST dwdiff-2.1.1.tar.bz2 79628 BLAKE2B 
eb024d9c0eff18de9eee4a0fcf2d6a9ef6b049286ebb7f9715ddf18d920cacaab2738f04607b358be784f9d3e1c25f279ede620d412fad026f3280b9f8ee471f
 SHA512 
b3392ef01c0701ea7738f1b539dab81727735e5de8ea77b56feae4e2f64dbda0155b479d7be0eedb65fc56ebc8d1a22c1ca67075abdec54205ad9c305b3751b7
+DIST dwdiff-2.1.2.tar.bz2 79282 BLAKE2B 
c938c9684d6ee1abacd77c1570b88157548e217e1837758f6c45266e29abc3857c6d4275d72126c29cc361e484722fe1d8c85a3714ac909b35a06d8390fb6506
 SHA512 
e4897ec3990261ddadf1fd4287902dd74c8350d11448714be8ea4b7808fc7d419ca2fd7fe65f347f46fdb1090d2d116c180a53fde3ff095027765f40acaa1c91

diff --git a/dev-util/dwdiff/dwdiff-2.1.2.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.2.ebuild
new file mode 100644
index 000..0ed5a821f25
--- /dev/null
+++ b/dev-util/dwdiff/dwdiff-2.1.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="diff-like program operating at word level instead of line level"
+HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
+SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="nls"
+
+CDEPEND="dev-libs/icu:="
+
+RDEPEND="
+   ${CDEPEND}
+   sys-apps/diffutils"
+
+DEPEND="
+   ${CDEPEND}
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/INSTALL/s:COPYING::' \
+   Makefile.in || die
+}
+
+src_configure() {
+   ./configure \
+   --prefix=/usr \
+   $(use_with nls gettext)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2018-12-23 Thread Patrice Clement
commit: 562b19093631fbe7f1a414ef9a2ea0a390dca099
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Dec 19 19:39:21 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec 23 21:44:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562b1909

dev-util/dwdiff: stable for amd64+x86+ppc.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-util/dwdiff/dwdiff-2.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
index b549a993aca..87a39fe8de0 100644
--- a/dev-util/dwdiff/dwdiff-2.1.1.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE="nls"
 
 CDEPEND="dev-libs/icu:="



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2018-06-03 Thread Aaron Bauman
commit: df3460e51fd51f75b694bdba15a4ad7c93c6e560
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun  3 09:19:46 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun  3 13:48:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3460e5

dev-util/dwdiff: use HTTPs

 dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild | 6 +++---
 dev-util/dwdiff/dwdiff-2.1.0.ebuild| 6 +++---
 dev-util/dwdiff/dwdiff-2.1.1.ebuild| 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
index 51b8e6bcee9..b549a993aca 100644
--- a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils toolchain-funcs
 
 DESCRIPTION="diff-like program operating at word level instead of line level"
-HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
-SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
+HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
+SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/dev-util/dwdiff/dwdiff-2.1.0.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
index 5fd42d0959e..acd2c98c734 100644
--- a/dev-util/dwdiff/dwdiff-2.1.0.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils toolchain-funcs
 
 DESCRIPTION="diff-like program operating at word level instead of line level"
-HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
-SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
+HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
+SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/dev-util/dwdiff/dwdiff-2.1.1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
index c8e8a440ba0..b549a993aca 100644
--- a/dev-util/dwdiff/dwdiff-2.1.1.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.1.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
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils toolchain-funcs
 
 DESCRIPTION="diff-like program operating at word level instead of line level"
-HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
-SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
+HOMEPAGE="https://os.ghalkes.nl/dwdiff.html;
+SRC_URI="https://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2017-12-02 Thread David Seifert
commit: 067d8fbfa9ccfff3a6b2a1b4cb60c7c9e901c142
Author: David Seifert  gentoo  org>
AuthorDate: Sat Dec  2 12:51:32 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Dec  2 12:51:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067d8fbf

dev-util/dwdiff: [QA] Fix DESCRIPTION.toolong

 dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild | 2 +-
 dev-util/dwdiff/dwdiff-2.1.0.ebuild| 2 +-
 dev-util/dwdiff/dwdiff-2.1.1.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
index cd45b24397a..51b8e6bcee9 100644
--- a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION="diff-like program that operates at the word level instead of the 
line level"
+DESCRIPTION="diff-like program operating at word level instead of line level"
 HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
 SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
 

diff --git a/dev-util/dwdiff/dwdiff-2.1.0.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
index bc7474f29de..5fd42d0959e 100644
--- a/dev-util/dwdiff/dwdiff-2.1.0.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=5
 inherit eutils toolchain-funcs
 
-DESCRIPTION="A front-end for the diff program that operates at the word level 
instead of the line level"
+DESCRIPTION="diff-like program operating at word level instead of line level"
 HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
 SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
 

diff --git a/dev-util/dwdiff/dwdiff-2.1.1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
index 252cdd66239..c8e8a440ba0 100644
--- a/dev-util/dwdiff/dwdiff-2.1.1.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION="diff-like program that operates at the word level instead of the 
line level"
+DESCRIPTION="diff-like program operating at word level instead of line level"
 HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
 SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
 



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2017-04-19 Thread Patrice Clement
commit: 8f76dc81461f4bc409219a30c698db21f053aa85
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Apr 19 21:54:17 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Apr 19 21:54:17 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f76dc81

dev-util/dwdiff: version bump.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/dwdiff/Manifest|  1 +
 dev-util/dwdiff/dwdiff-2.1.1.ebuild | 47 +
 2 files changed, 48 insertions(+)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index 2e7efdee1c1..ebd3ec149b3 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1 +1,2 @@
 DIST dwdiff-2.1.0.tar.bz2 79224 SHA256 
45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a SHA512 
63e5ea3ae510c84fa2353da55bbc3cfac3a3753e1cebfb42c387218289a5e19d8e68af663181720a55eca05e49ef075db7d5dafda9dc4d57b9af503553ae9021
 WHIRLPOOL 
74ceba5cc7c20e0ab6ee09b62f7e8b07a1b8321bbe60ca7c3791c35176ba7137ddf17b1c471ff5ac0586ad0455e67968c71bf00f2de7cb137720b88a85c8f181
+DIST dwdiff-2.1.1.tar.bz2 79628 SHA256 
9745860faad6cb58744c7c45d16c0c7e222896c80d0cd7208dd36126d1a98c8b SHA512 
b3392ef01c0701ea7738f1b539dab81727735e5de8ea77b56feae4e2f64dbda0155b479d7be0eedb65fc56ebc8d1a22c1ca67075abdec54205ad9c305b3751b7
 WHIRLPOOL 
96bb2a7f7a8afe857a21af4cec388c5663fa90bd87a82e99fc614106171a562b7183f44170a9eb5c8839519a71dcfff2e679e25890c0d58dc22c650e957f046d

diff --git a/dev-util/dwdiff/dwdiff-2.1.1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
new file mode 100644
index 000..252cdd66239
--- /dev/null
+++ b/dev-util/dwdiff/dwdiff-2.1.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="diff-like program that operates at the word level instead of the 
line level"
+HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
+SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="nls"
+
+CDEPEND="dev-libs/icu:="
+
+RDEPEND="
+   ${CDEPEND}
+   sys-apps/diffutils"
+
+DEPEND="
+   ${CDEPEND}
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/INSTALL/s:COPYING::' \
+   Makefile.in || die
+}
+
+src_configure() {
+   ./configure \
+   --prefix=/usr \
+   $(use_with nls gettext)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2016-03-21 Thread Patrice Clement
commit: 573f8286e7d70bf5c74a37f3864cd441e2cdb094
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Mar 21 14:16:20 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Mar 21 15:10:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573f8286

dev-util/dwdiff: EAPI 6 bump.

Package-Manager: portage-2.2.26

 dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild | 48 ++
 1 file changed, 48 insertions(+)

diff --git a/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
new file mode 100644
index 000..ddaef12
--- /dev/null
+++ b/dev-util/dwdiff/dwdiff-2.1.0-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="diff-like program that operates at the word level instead of the 
line level"
+HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
+SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="nls"
+
+CDEPEND="dev-libs/icu:="
+
+RDEPEND="
+   ${CDEPEND}
+   sys-apps/diffutils"
+
+DEPEND="
+   ${CDEPEND}
+   nls? ( sys-devel/gettext )"
+
+src_prepare() {
+   default
+
+   sed -i \
+   -e '/INSTALL/s:COPYING::' \
+   Makefile.in || die
+}
+
+src_configure() {
+   ./configure \
+   --prefix=/usr \
+   $(use_with nls gettext)
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2015-12-08 Thread Patrice Clement
commit: 993df351e1a8243382989b4ac337e0b924b9a5f9
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 10:11:02 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:16:21 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993df351

dev-util/dwdiff: Stable for amd64. Retroactively mark stable for the remaining 
arches using the ALLARCHES policy.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/dwdiff/dwdiff-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dwdiff/dwdiff-2.1.0.ebuild 
b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
index c217f2b..6eabe85 100644
--- a/dev-util/dwdiff/dwdiff-2.1.0.ebuild
+++ b/dev-util/dwdiff/dwdiff-2.1.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="nls"
 
 COMMON_DEPEND="dev-libs/icu:="



[gentoo-commits] repo/gentoo:master commit in: dev-util/dwdiff/

2015-12-08 Thread Patrice Clement
commit: 7edad524c59323406e4753bfa59f9ea952991dbd
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Dec  8 10:11:28 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Dec  8 10:16:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edad524

dev-util/dwdiff: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 dev-util/dwdiff/Manifest |  2 --
 dev-util/dwdiff/dwdiff-2.0.10.ebuild | 41 
 dev-util/dwdiff/dwdiff-2.0.9.ebuild  | 41 
 3 files changed, 84 deletions(-)

diff --git a/dev-util/dwdiff/Manifest b/dev-util/dwdiff/Manifest
index 205c5ae..2e7efde 100644
--- a/dev-util/dwdiff/Manifest
+++ b/dev-util/dwdiff/Manifest
@@ -1,3 +1 @@
-DIST dwdiff-2.0.10.tar.bz2 76285 SHA256 
67c4b9fbbbf8ea25335a07c7f4107028649dcd04136a3904778c7a767b843f6f SHA512 
670ab12560e3aa98f44a9cd53e87ba8c553807f7864190f9da6db59cc3b152fdb486429b7316e9d0a58d61afc478353924330e984218da52d5017cb6932a6ee7
 WHIRLPOOL 
cad6313439bb885987d593eb6058022937f6370e5ef3151bbdcd341179a033184a16e62f8ad9d606f812d02da90718c513017bba1688d8cb57cbb1bae6c989c3
-DIST dwdiff-2.0.9.tgz 86521 SHA256 
c1c9217825ad3fac9936129cc26b73fa5479fb079e5c34522fc7066e74e31ef8 SHA512 
73fe43dcc7ba6d3a4e773c7a8b117c359c0470b7b00d7f5bd53781dd046e06b5e02c5adfc7f877bc4ded289a767de3849bacea7cf03883f72046c2d0e7877f1b
 WHIRLPOOL 
9054ef46bfa1f767a2fa64e195afaa7150d2895e99c7bb63cb9380463ce72d5d2e0e9bac336fb677d1a7dfd4c97f98f3e3541a267e1c4ea7096e6f61c4e09b0c
 DIST dwdiff-2.1.0.tar.bz2 79224 SHA256 
45308f2f07c08c75c6ebd1eae3e3dcf7f836e5af1467cefc1b4829777c07743a SHA512 
63e5ea3ae510c84fa2353da55bbc3cfac3a3753e1cebfb42c387218289a5e19d8e68af663181720a55eca05e49ef075db7d5dafda9dc4d57b9af503553ae9021
 WHIRLPOOL 
74ceba5cc7c20e0ab6ee09b62f7e8b07a1b8321bbe60ca7c3791c35176ba7137ddf17b1c471ff5ac0586ad0455e67968c71bf00f2de7cb137720b88a85c8f181

diff --git a/dev-util/dwdiff/dwdiff-2.0.10.ebuild 
b/dev-util/dwdiff/dwdiff-2.0.10.ebuild
deleted file mode 100644
index c217f2b..000
--- a/dev-util/dwdiff/dwdiff-2.0.10.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A front-end for the diff program that operates at the word level 
instead of the line level"
-HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
-SRC_URI="http://os.ghalkes.nl/dist/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-COMMON_DEPEND="dev-libs/icu:="
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/diffutils"
-DEPEND="${COMMON_DEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext) || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}

diff --git a/dev-util/dwdiff/dwdiff-2.0.9.ebuild 
b/dev-util/dwdiff/dwdiff-2.0.9.ebuild
deleted file mode 100644
index a212df9..000
--- a/dev-util/dwdiff/dwdiff-2.0.9.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A front-end for the diff program that operates at the word level 
instead of the line level"
-HOMEPAGE="http://os.ghalkes.nl/dwdiff.html;
-SRC_URI="http://os.ghalkes.nl/dist/${P}.tgz;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-COMMON_DEPEND="dev-libs/icu:="
-RDEPEND="${COMMON_DEPEND}
-   sys-apps/diffutils"
-DEPEND="${COMMON_DEPEND}
-   nls? ( sys-devel/gettext )"
-
-src_prepare() {
-   sed -i \
-   -e '/INSTALL/s:COPYING::' \
-   Makefile.in || die
-}
-
-src_configure() {
-   ./configure \
-   --prefix=/usr \
-   $(use_with nls gettext) || die
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-   emake prefix="${D}/usr" docdir="${D}/usr/share/doc/${PF}" install
-}