* [gentoo-commits] repo/gentoo:master commit in: dev-util/rej/
@ 2019-10-10 17:04 Jeroen Roovers
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers @ 2019-10-10 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 5f185baf6284ebd35449c20ce3184fd18935c0c6
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 10 16:58:18 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Oct 10 17:04:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f185baf
dev-util/rej: EAPI=7
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
dev-util/rej/rej-0.16-r1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-util/rej/rej-0.16-r1.ebuild b/dev-util/rej/rej-0.16-r1.ebuild
new file mode 100644
index 00000000000..1a019d168e6
--- /dev/null
+++ b/dev-util/rej/rej-0.16-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A utility for solving diff/patch rejects"
+HOMEPAGE="http://ftp.suse.com/pub/people/mason/rej/"
+SRC_URI="http://ftp.suse.com/pub/people/mason/rej/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+ dev-lang/perl
+ !<app-editors/mp-5
+ !dev-lang/qu-prolog
+ !dev-util/mpatch
+"
+
+src_test() {
+ sh runtests.sh || die
+}
+
+src_install() {
+ dobin rej qp mp
+ dodoc CHANGELOG README vimrc
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/rej/
@ 2019-11-10 18:09 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2019-11-10 18:09 UTC (permalink / raw
To: gentoo-commits
commit: 02bcc4f6798ddc0270035978f66dfcba4c7e2c76
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 18:08:38 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 18:08:38 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02bcc4f6
dev-util/rej: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-util/rej/rej-0.16.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/dev-util/rej/rej-0.16.ebuild b/dev-util/rej/rej-0.16.ebuild
deleted file mode 100644
index 5ff7d706253..00000000000
--- a/dev-util/rej/rej-0.16.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="A utility for solving diff/patch rejects"
-HOMEPAGE="http://ftp.suse.com/pub/people/mason/rej/"
-SRC_URI="http://ftp.suse.com/pub/people/mason/rej/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- dev-lang/perl
- !<app-editors/mp-5
- !dev-lang/qu-prolog
- !dev-util/mpatch
- "
-
-src_compile() {
- echo
-}
-
-src_install() {
- dobin rej qp mp
- dodoc CHANGELOG README vimrc
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/rej/
@ 2019-11-10 18:09 Aaron Bauman
0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2019-11-10 18:09 UTC (permalink / raw
To: gentoo-commits
commit: 29ac48045b8981aecec7257e9267f841a9669edc
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 18:08:13 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 18:08:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ac4804
dev-util/rej: ALLARCHES EAPI bump
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-util/rej/rej-0.16-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/rej/rej-0.16-r1.ebuild b/dev-util/rej/rej-0.16-r1.ebuild
index 1a019d168e6..6e334953bf6 100644
--- a/dev-util/rej/rej-0.16-r1.ebuild
+++ b/dev-util/rej/rej-0.16-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://ftp.suse.com/pub/people/mason/rej/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="
dev-lang/perl
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-10 18:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-10 17:04 [gentoo-commits] repo/gentoo:master commit in: dev-util/rej/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2019-11-10 18:09 Aaron Bauman
2019-11-10 18:09 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox