summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-29 13:52:02 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-01 20:37:34 +0200
commit4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch)
treead19729542f1e853b610fbb243f35a6292279efd /dev-vcs
parentdev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff)
downloadgentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.gz
gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.bz2
gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.zip
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/cvs2cl/cvs2cl-2.71.ebuild4
-rw-r--r--dev-vcs/cvsd/cvsd-1.0.17.ebuild4
-rw-r--r--dev-vcs/cvsd/cvsd-1.0.7.ebuild4
-rw-r--r--dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild4
-rw-r--r--dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild4
-rw-r--r--dev-vcs/cvsps/cvsps-2.1-r1.ebuild2
-rw-r--r--dev-vcs/cvsq/cvsq-0.4.4.ebuild4
-rw-r--r--dev-vcs/cvsutils/cvsutils-0.2.5.ebuild4
-rw-r--r--dev-vcs/svn2cl/svn2cl-0.12.ebuild4
9 files changed, 26 insertions, 8 deletions
diff --git a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
index 7359f25238f2..671a926deecd 100644
--- a/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
+++ b/dev-vcs/cvs2cl/cvs2cl-2.71.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources"
HOMEPAGE="http://www.red-bean.com/cvs2cl/"
SRC_URI="mirror://gentoo/${P}.pl.bz2"
diff --git a/dev-vcs/cvsd/cvsd-1.0.17.ebuild b/dev-vcs/cvsd/cvsd-1.0.17.ebuild
index ad5f705396c3..aeedfa65eedc 100644
--- a/dev-vcs/cvsd/cvsd-1.0.17.ebuild
+++ b/dev-vcs/cvsd/cvsd-1.0.17.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils user
DESCRIPTION="CVS pserver daemon"
diff --git a/dev-vcs/cvsd/cvsd-1.0.7.ebuild b/dev-vcs/cvsd/cvsd-1.0.7.ebuild
index 52450ef26a39..d82be30964cd 100644
--- a/dev-vcs/cvsd/cvsd-1.0.7.ebuild
+++ b/dev-vcs/cvsd/cvsd-1.0.7.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils user
DESCRIPTION="CVS pserver daemon"
diff --git a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild
index d19178869991..564e2b19c8f7 100644
--- a/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild
+++ b/dev-vcs/cvsgraph/cvsgraph-1.6.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="CVS/RCS repository grapher"
HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph"
SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz"
diff --git a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild b/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild
index 7a288f2c97f8..6afd899b22fe 100644
--- a/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild
+++ b/dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="CVS/RCS repository grapher"
HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph"
SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz"
diff --git a/dev-vcs/cvsps/cvsps-2.1-r1.ebuild b/dev-vcs/cvsps/cvsps-2.1-r1.ebuild
index fd8222be9f86..4964a62aaa1b 100644
--- a/dev-vcs/cvsps/cvsps-2.1-r1.ebuild
+++ b/dev-vcs/cvsps/cvsps-2.1-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils toolchain-funcs
MY_P="${P/_/}"
diff --git a/dev-vcs/cvsq/cvsq-0.4.4.ebuild b/dev-vcs/cvsq/cvsq-0.4.4.ebuild
index 5b9910f83a23..ca20abaa3d63 100644
--- a/dev-vcs/cvsq/cvsq-0.4.4.ebuild
+++ b/dev-vcs/cvsq/cvsq-0.4.4.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
IUSE=""
DESCRIPTION="A tool to work offline with CVS by queuing the commits"
diff --git a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
index 86b8542bd649..d530436476eb 100644
--- a/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
+++ b/dev-vcs/cvsutils/cvsutils-0.2.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="A small bundle of utilities to work with CVS repositories"
HOMEPAGE="http://www.red-bean.com/cvsutils/"
SRC_URI="http://www.red-bean.com/cvsutils/releases/${P}.tar.gz"
diff --git a/dev-vcs/svn2cl/svn2cl-0.12.ebuild b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
index d7a60b4d0f3f..1591242a7069 100644
--- a/dev-vcs/svn2cl/svn2cl-0.12.ebuild
+++ b/dev-vcs/svn2cl/svn2cl-0.12.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit eutils
DESCRIPTION="Create a GNU-style ChangeLog from subversion's svn log --xml output"