[gentoo-commits] repo/gentoo:master commit in: app-misc/cdircmp/

2018-10-20 Thread Pacho Ramos
commit: 8e614f1fe3d86c3ed796c4fbb4512bd3bea49371
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct 20 18:22:07 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct 20 18:51:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e614f1f

app-misc/cdircmp: Fix build with ncurses[tinfo]

Thanks-to: SÅ‚awomir Nizio
Closes: https://bugs.gentoo.org/665036
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-misc/cdircmp/cdircmp-0.3-r2.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-misc/cdircmp/cdircmp-0.3-r2.ebuild 
b/app-misc/cdircmp/cdircmp-0.3-r2.ebuild
index 928b138f683..320af7a9c01 100644
--- a/app-misc/cdircmp/cdircmp-0.3-r2.ebuild
+++ b/app-misc/cdircmp/cdircmp-0.3-r2.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=7
@@ -15,6 +15,9 @@ KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=sys-libs/ncurses-5.4:0="
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+"
 
 src_prepare() {
sed -i Makefile \
@@ -26,7 +29,7 @@ src_prepare() {
 src_compile() {
emake CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}"
+   LDFLAGS="$(pkg-config --libs ncurses) ${LDFLAGS}"
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-misc/cdircmp/

2018-07-26 Thread Mikle Kolyada
commit: 4e0f9da7b05a93ff212cc1955caca1fffc684f13
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jul 26 20:24:18 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jul 26 20:24:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0f9da7

app-misc/cdircmp: merge stable keywords

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/cdircmp/cdircmp-0.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/cdircmp/cdircmp-0.3-r2.ebuild 
b/app-misc/cdircmp/cdircmp-0.3-r2.ebuild
index ea5818e4453..928b138f683 100644
--- a/app-misc/cdircmp/cdircmp-0.3-r2.ebuild
+++ b/app-misc/cdircmp/cdircmp-0.3-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://home.hccnet.nl/paul.schuurmans/linux/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=sys-libs/ncurses-5.4:0="



[gentoo-commits] repo/gentoo:master commit in: app-misc/cdircmp/

2018-07-26 Thread Mikle Kolyada
commit: 731b4724f819b76738e9d8fee4a2fb669fa85e5b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jul 26 20:24:43 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jul 26 20:24:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731b4724

app-misc/cdircmp: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-misc/cdircmp/cdircmp-0.3-r1.ebuild | 38 --
 1 file changed, 38 deletions(-)

diff --git a/app-misc/cdircmp/cdircmp-0.3-r1.ebuild 
b/app-misc/cdircmp/cdircmp-0.3-r1.ebuild
deleted file mode 100644
index f7851f0207a..000
--- a/app-misc/cdircmp/cdircmp-0.3-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Compare directories and select files to copy"
-HOMEPAGE="http://home.hccnet.nl/paul.schuurmans/;
-SRC_URI="http://home.hccnet.nl/paul.schuurmans/linux/download/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND=">=sys-libs/ncurses-5.4"
-DEPEND="${RDEPEND}
-   >=sys-apps/sed-4"
-
-src_prepare() {
-   sed -i Makefile \
-   -e 's| -o | $(LDFLAGS)&|g' \
-   || die "sed Makefile"
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   LDFLAGS="${LDFLAGS}" \
-   || die "emake failed"
-}
-
-src_install() {
-   dodoc AUTHORS ChangeLog README
-
-   dobin ${PN} || die "dobin failed"
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/cdircmp/

2018-06-22 Thread Patrice Clement
commit: 30a41da48cfd380c65a2df96fa8b5daf4f8f3c10
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 20 19:48:39 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 22 22:17:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a41da4

app-misc/cdircmp: fix SRC_URI.

Closes: https://github.com/gentoo/gentoo/pull/8923

 app-misc/cdircmp/cdircmp-0.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/cdircmp/cdircmp-0.3-r1.ebuild 
b/app-misc/cdircmp/cdircmp-0.3-r1.ebuild
index b2576f017b8..f7851f0207a 100644
--- a/app-misc/cdircmp/cdircmp-0.3-r1.ebuild
+++ b/app-misc/cdircmp/cdircmp-0.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Compare directories and select files to copy"
 HOMEPAGE="http://home.hccnet.nl/paul.schuurmans/;
-SRC_URI="http://home.hccnet.nl/paul.schuurmans/download/${P}.tar.gz;
+SRC_URI="http://home.hccnet.nl/paul.schuurmans/linux/download/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-misc/cdircmp/

2018-06-22 Thread Patrice Clement
commit: 578ade4bbcb362c7f0002843db48747a4da0f0c5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Wed Jun 20 19:55:06 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Jun 22 22:17:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578ade4b

app-misc/cdircmp: EAPI7, improve ebuild.

 app-misc/cdircmp/cdircmp-0.3-r2.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/app-misc/cdircmp/cdircmp-0.3-r2.ebuild 
b/app-misc/cdircmp/cdircmp-0.3-r2.ebuild
new file mode 100644
index 000..ea5818e4453
--- /dev/null
+++ b/app-misc/cdircmp/cdircmp-0.3-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Compare directories and select files to copy"
+HOMEPAGE="http://home.hccnet.nl/paul.schuurmans/;
+SRC_URI="http://home.hccnet.nl/paul.schuurmans/linux/download/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=sys-libs/ncurses-5.4:0="
+
+src_prepare() {
+   sed -i Makefile \
+   -e 's| -o | $(LDFLAGS)&|g' \
+   || die "sed Makefile"
+   default
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+   einstalldocs
+   dobin ${PN}
+}