[gentoo-commits] repo/gentoo:master commit in: app-misc/mvcase/, app-misc/mvcase/files/

2022-07-31 Thread David Seifert
commit: ede68031cc4762cda4087d82d111d1d8efb28c6a
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:29 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede68031

app-misc/mvcase: update EAPI 6 -> 8

Signed-off-by: David Seifert  gentoo.org>

 app-misc/mvcase/files/mvcase-0.1-flags.patch | 16 
 .../{mvcase-0.1-r2.ebuild => mvcase-0.1-r3.ebuild}   | 16 
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/app-misc/mvcase/files/mvcase-0.1-flags.patch 
b/app-misc/mvcase/files/mvcase-0.1-flags.patch
index e0a9e99160f8..1c86a53e9c04 100644
--- a/app-misc/mvcase/files/mvcase-0.1-flags.patch
+++ b/app-misc/mvcase/files/mvcase-0.1-flags.patch
@@ -2,24 +2,24 @@ From: Julian Ospald 
 Date: Wed Nov 14 23:22:15 UTC 2012
 Subject: build system
 
-   respect CC, CFLAGS and LDFLAGS
+   respect CC, CFLAGS, CPPFLAGS and LDFLAGS
 
 mvcase-0.1/Makefile
-+++ mvcase-0.1/Makefile
-@@ -6,14 +6,13 @@
+--- a/Makefile
 b/Makefile
+@@ -6,15 +6,11 @@
  MANPATH=/usr/man
  COMPILE=gcc
  ROFF=groff
 -CFLAGS=
 -CLIBS=-lshhopt
-+LIBS=-lshhopt
++LDLIBS=-lshhopt
  INSTALL=install
  
  all:  mvcase mvcase.1.gz
  
- mvcase: mvcase.c
+-mvcase: mvcase.c
 -  $(COMPILE) $(CFLAGS) mvcase.c -o mvcase $(CLIBS)
-+  $(CC) $(CFLAGS) mvcase.c -o mvcase $(LDFLAGS) $(LIBS)
- 
+-
  mvcase.1.gz: mvcase.1
$(ROFF) -man -Tascii mvcase.1 | gzip > mvcase.1.gz
+ 

diff --git a/app-misc/mvcase/mvcase-0.1-r2.ebuild 
b/app-misc/mvcase/mvcase-0.1-r3.ebuild
similarity index 74%
rename from app-misc/mvcase/mvcase-0.1-r2.ebuild
rename to app-misc/mvcase/mvcase-0.1-r3.ebuild
index bf500a12a138..866c9116d34c 100644
--- a/app-misc/mvcase/mvcase-0.1-r2.ebuild
+++ b/app-misc/mvcase/mvcase-0.1-r3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -15,18 +15,18 @@ KEYWORDS="amd64 ppc x86"
 
 DEPEND="dev-libs/shhopt"
 RDEPEND="${DEPEND}"
+BDEPEND="sys-apps/groff"
 
 PATCHES=(
-   "${FILESDIR}/${P}-includes.patch"
-   "${FILESDIR}/${P}-flags.patch"
+   "${FILESDIR}"/${P}-includes.patch
+   "${FILESDIR}"/${P}-flags.patch
 )
 
-src_compile() {
-   emake CC="$(tc-getCC)"
+src_configure() {
+   tc-export CC
 }
 
 src_install() {
-   dobin "${PN}"
-   doman "${PN}.1"
-   einstalldocs
+   dobin mvcase
+   doman mvcase.1
 }



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

2022-03-19 Thread David Seifert
commit: 33991146a525f96189fdbf73553ead7e594bc3e1
Author: David Seifert  gentoo  org>
AuthorDate: Sat Mar 19 23:16:51 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Mar 19 23:16:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33991146

app-misc/mvcase: quote $(tc-*) calls

Signed-off-by: David Seifert  gentoo.org>

 app-misc/mvcase/mvcase-0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/mvcase/mvcase-0.1-r2.ebuild 
b/app-misc/mvcase/mvcase-0.1-r2.ebuild
index 43e76b753d12..bf500a12a138 100644
--- a/app-misc/mvcase/mvcase-0.1-r2.ebuild
+++ b/app-misc/mvcase/mvcase-0.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,7 +22,7 @@ PATCHES=(
 )
 
 src_compile() {
-   emake CC=$(tc-getCC)
+   emake CC="$(tc-getCC)"
 }
 
 src_install() {



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

2018-05-19 Thread Aaron Bauman
commit: 7b3107f4fc9b60b0d78a0e56513f900870f3b9d5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat May 19 06:54:14 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 20 00:31:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3107f4

app-misc/mvcase: remove old

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

 app-misc/mvcase/mvcase-0.1-r1.ebuild | 34 --
 1 file changed, 34 deletions(-)

diff --git a/app-misc/mvcase/mvcase-0.1-r1.ebuild 
b/app-misc/mvcase/mvcase-0.1-r1.ebuild
deleted file mode 100644
index 817386ef378..000
--- a/app-misc/mvcase/mvcase-0.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A modified version of mv, used to convert filenames to 
lower/upper case"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/utils/file;
-SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-libs/shhopt"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-includes.patch \
-   "${FILESDIR}"/${P}-flags.patch
-}
-
-src_compile() {
-   tc-export CC
-   emake || die
-}
-
-src_install() {
-   dobin mvcase || die
-   doman mvcase.1
-   dodoc INSTALL
-}



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

2018-05-08 Thread Sergei Trofimovich
commit: 89778b6706556f2655e0e6881b84af34c2c54dc5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue May  8 22:04:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue May  8 22:05:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89778b67

app-misc/mvcase: stable 0.1-r2 for ppc, bug #648104

Tested-by: ernsteiswuerfel
Bug: https://bugs.gentoo.org/648104
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

diff --git a/app-misc/mvcase/mvcase-0.1-r2.ebuild 
b/app-misc/mvcase/mvcase-0.1-r2.ebuild
index cf2b600c032..7ac15386418 100644
--- a/app-misc/mvcase/mvcase-0.1-r2.ebuild
+++ b/app-misc/mvcase/mvcase-0.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 DEPEND="dev-libs/shhopt"
 RDEPEND="${DEPEND}"



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

2018-02-22 Thread Agostino Sarubbo
commit: ad5449575b4f03ccca4ff48131bc881bd30d3601
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb 22 09:04:32 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb 22 09:05:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad544957

app-misc/mvcase: amd64 stable wrt bug #648104

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

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

diff --git a/app-misc/mvcase/mvcase-0.1-r2.ebuild 
b/app-misc/mvcase/mvcase-0.1-r2.ebuild
index 66600b87aab..cf2b600c032 100644
--- a/app-misc/mvcase/mvcase-0.1-r2.ebuild
+++ b/app-misc/mvcase/mvcase-0.1-r2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 DEPEND="dev-libs/shhopt"
 RDEPEND="${DEPEND}"



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

2018-02-19 Thread Thomas Deutschmann
commit: 774e71807117940022ab466e5e76e948d24ec687
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 19 16:54:30 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 19 16:54:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=774e7180

app-misc/mvcase: x86 stable (bug #648104)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/mvcase/mvcase-0.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/mvcase/mvcase-0.1-r2.ebuild 
b/app-misc/mvcase/mvcase-0.1-r2.ebuild
index 568fed8c4a0..66600b87aab 100644
--- a/app-misc/mvcase/mvcase-0.1-r2.ebuild
+++ b/app-misc/mvcase/mvcase-0.1-r2.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
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 DEPEND="dev-libs/shhopt"
 RDEPEND="${DEPEND}"



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

2017-10-21 Thread Patrice Clement
commit: 4a7512992387fc6cf8e009261776b75362754e89
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Oct 21 21:21:43 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Oct 21 21:31:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a751299

app-misc/mvcase: EAPI 6 bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-misc/mvcase/mvcase-0.1-r2.ebuild | 32 
 1 file changed, 32 insertions(+)

diff --git a/app-misc/mvcase/mvcase-0.1-r2.ebuild 
b/app-misc/mvcase/mvcase-0.1-r2.ebuild
new file mode 100644
index 000..568fed8c4a0
--- /dev/null
+++ b/app-misc/mvcase/mvcase-0.1-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="A modified version of mv, used to convert filenames to 
lower/upper case"
+HOMEPAGE="http://www.ibiblio.org/pub/Linux/utils/file;
+SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="dev-libs/shhopt"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+   "${FILESDIR}/${P}-includes.patch"
+   "${FILESDIR}/${P}-flags.patch"
+)
+
+src_compile() {
+   emake CC=$(tc-getCC)
+}
+
+src_install() {
+   dobin "${PN}"
+   doman "${PN}.1"
+   einstalldocs
+}