public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-ApacheFormat/
@ 2020-06-27  1:45 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-06-27  1:45 UTC (permalink / raw
  To: gentoo-commits

commit:     178682111f9375f6fbafcd23b9f56cf0c150b517
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 01:44:46 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 01:45:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17868211

dev-perl/Config-ApacheFormat: -r bump for EAPI7

- EAPI7
- Clarify dependencies
- Parallel tests
- Remove unused/empty variable assignments

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Config-ApacheFormat-1.200.0-r2.ebuild          | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
new file mode 100644
index 00000000000..794d06a64a2
--- /dev/null
+++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SAMTREGAR
+DIST_VERSION=1.2
+inherit perl-module
+
+DESCRIPTION="use Apache format config files"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+	>=dev-perl/Class-MethodMaker-1.80.0
+	>=virtual/perl-File-Spec-0.820.0
+	virtual/perl-Scalar-List-Utils
+	>=virtual/perl-Text-Balanced-1.890.0
+
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-ApacheFormat/
@ 2021-05-04  7:01 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2021-05-04  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     5f9781b4ea3b355d5a6ec03906ace8e1f07799b2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 07:00:49 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue May  4 07:00:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9781b4

dev-perl/Config-ApacheFormat: amd64 stable wrt bug #788031

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

 dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
index 794d06a64a2..a76027999cb 100644
--- a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
+++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="use Apache format config files"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
 
 RDEPEND="
 	>=dev-perl/Class-MethodMaker-1.80.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-ApacheFormat/
@ 2021-05-04 22:25 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-05-04 22:25 UTC (permalink / raw
  To: gentoo-commits

commit:     71d559c55bea7cdb87e3d36310fdbb9db84c18da
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  4 22:24:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  4 22:24:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71d559c5

dev-perl/Config-ApacheFormat: Stabilize 1.200.0-r2 x86, #788031

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
index a76027999cb..721dd85db54 100644
--- a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
+++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="use Apache format config files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
 
 RDEPEND="
 	>=dev-perl/Class-MethodMaker-1.80.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-ApacheFormat/
@ 2021-05-05 16:09 Sergei Trofimovich
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich @ 2021-05-05 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     8e58120e640fc4ed138fc378b33f0a7d24b385b8
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed May  5 15:17:01 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed May  5 16:09:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e58120e

dev-perl/Config-ApacheFormat: mark 1.200.0-r2 sparc, bug #788031

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
index 721dd85db54..e5a4ea3819a 100644
--- a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
+++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="use Apache format config files"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
 
 RDEPEND="
 	>=dev-perl/Class-MethodMaker-1.80.0


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-ApacheFormat/
@ 2021-10-12 20:18 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-12 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b0259c04642627c84645bdc25893f0ae20ec61f3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 20:12:24 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 20:12:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0259c04

dev-perl/Config-ApacheFormat: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Config-ApacheFormat-1.200.0-r1.ebuild           | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r1.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r1.ebuild
deleted file mode 100644
index d02beb80feb..00000000000
--- a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SAMTREGAR
-MODULE_VERSION=1.2
-inherit perl-module
-
-DESCRIPTION="use Apache format config files"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="dev-perl/Class-MethodMaker
-		virtual/perl-Text-Balanced
-		virtual/perl-File-Spec"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-ApacheFormat/
@ 2023-06-22  2:49 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-06-22  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6ebdb2543163ce5f3d598894fcd5a9308aa8b91f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 02:44:49 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 02:44:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebdb254

dev-perl/Config-ApacheFormat: update DESCRIPTION

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
index e5a4ea3819ac..62c12b137516 100644
--- a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
+++ b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ DIST_AUTHOR=SAMTREGAR
 DIST_VERSION=1.2
 inherit perl-module
 
-DESCRIPTION="use Apache format config files"
+DESCRIPTION="Use Apache format config files"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-22  2:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-27  1:45 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-ApacheFormat/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-05-04  7:01 Agostino Sarubbo
2021-05-04 22:25 Sam James
2021-05-05 16:09 Sergei Trofimovich
2021-10-12 20:18 Andreas K. Hüttel
2023-06-22  2:49 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox