* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sphinx-Config/
@ 2016-04-11 22:54 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2016-04-11 22:54 UTC (permalink / raw
To: gentoo-commits
commit: c9a2f27f5fd1fbaf05f0cb98b283bd4fc3bf68cb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 10 11:47:14 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 22:54:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a2f27f
dev-perl/Sphinx-Config: Bump to version 0.100.0
- EAPI6
- Cleanup bad tests
Upstream:
- Support "common" configuration block.
Package-Manager: portage-2.2.28
dev-perl/Sphinx-Config/Manifest | 1 +
.../Sphinx-Config/Sphinx-Config-0.100.0.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-perl/Sphinx-Config/Manifest b/dev-perl/Sphinx-Config/Manifest
index 515bb1f..bf5bb93 100644
--- a/dev-perl/Sphinx-Config/Manifest
+++ b/dev-perl/Sphinx-Config/Manifest
@@ -1 +1,2 @@
DIST Sphinx-Config-0.09.tar.gz 18069 SHA256 5a615d102cbbc3b86a2ee21761bcaf0088e2f51b9befde3b33c272a81d951d63 SHA512 2338b13b925fb40fefdc4cccaec150d6319bfca09a6b04e00c114b4d4c05c2ebe724df24b0a4d5c5c1eebbd82b83beb4a8f62727c7dcc81968fb9240fc37b2c9 WHIRLPOOL e9b52f6d3a001162c1e55823402c62a4b2c851f6333c5743f79762fef76748680e16d663a3a32ae0f0c13ad59c471987ad669a3e15a0b3e57624bdb24db3bcf1
+DIST Sphinx-Config-0.10.tar.gz 18400 SHA256 a3033c13ef313cadc8b0af44a455a84766add67faa590b9bb253494a4a6b9760 SHA512 1dd9454c3dc9098f17b3792f4a8f4f7fc477dedb334afc2c5059e8331521b3fd4f5819493f14bbebe119db2db4f03179f3ba9d423fcdca6c4502453b0b7d2139 WHIRLPOOL 1ebb2595c8cb9140de5b87f855d5900ba1103ff3d07c4c4a6fba4de43bb0a87bc0ae0d2a6241cd58f50a0ab3863ca967e0f515c730bfb92e5062eda19f28d86f
diff --git a/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild b/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild
new file mode 100644
index 0000000..3ed6803
--- /dev/null
+++ b/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=JJSCHUTZ
+DIST_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="Sphinx search engine configuration file read/modify/write"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/List-MoreUtils
+ virtual/perl-Storable
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+
+src_test() {
+ perl_rm_files "t/pod-coverage.t" "t/boilerplate.t" "t/pod.t"
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sphinx-Config/
@ 2016-05-03 19:01 Andreas Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2016-05-03 19:01 UTC (permalink / raw
To: gentoo-commits
commit: fed19e2715663a13521984c97eb39c73c28e3b4c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 18:49:33 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 3 19:01:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed19e27
dev-perl/Sphinx-Config: Remove old
Package-Manager: portage-2.2.28
dev-perl/Sphinx-Config/Manifest | 1 -
dev-perl/Sphinx-Config/Sphinx-Config-0.90.0-r1.ebuild | 17 -----------------
2 files changed, 18 deletions(-)
diff --git a/dev-perl/Sphinx-Config/Manifest b/dev-perl/Sphinx-Config/Manifest
index bf5bb93..861fdf3 100644
--- a/dev-perl/Sphinx-Config/Manifest
+++ b/dev-perl/Sphinx-Config/Manifest
@@ -1,2 +1 @@
-DIST Sphinx-Config-0.09.tar.gz 18069 SHA256 5a615d102cbbc3b86a2ee21761bcaf0088e2f51b9befde3b33c272a81d951d63 SHA512 2338b13b925fb40fefdc4cccaec150d6319bfca09a6b04e00c114b4d4c05c2ebe724df24b0a4d5c5c1eebbd82b83beb4a8f62727c7dcc81968fb9240fc37b2c9 WHIRLPOOL e9b52f6d3a001162c1e55823402c62a4b2c851f6333c5743f79762fef76748680e16d663a3a32ae0f0c13ad59c471987ad669a3e15a0b3e57624bdb24db3bcf1
DIST Sphinx-Config-0.10.tar.gz 18400 SHA256 a3033c13ef313cadc8b0af44a455a84766add67faa590b9bb253494a4a6b9760 SHA512 1dd9454c3dc9098f17b3792f4a8f4f7fc477dedb334afc2c5059e8331521b3fd4f5819493f14bbebe119db2db4f03179f3ba9d423fcdca6c4502453b0b7d2139 WHIRLPOOL 1ebb2595c8cb9140de5b87f855d5900ba1103ff3d07c4c4a6fba4de43bb0a87bc0ae0d2a6241cd58f50a0ab3863ca967e0f515c730bfb92e5062eda19f28d86f
diff --git a/dev-perl/Sphinx-Config/Sphinx-Config-0.90.0-r1.ebuild b/dev-perl/Sphinx-Config/Sphinx-Config-0.90.0-r1.ebuild
deleted file mode 100644
index 684120e..0000000
--- a/dev-perl/Sphinx-Config/Sphinx-Config-0.90.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=JJSCHUTZ
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="Sphinx search engine configuration file read/modify/write"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sphinx-Config/
@ 2021-08-09 0:16 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-08-09 0:16 UTC (permalink / raw
To: gentoo-commits
commit: 023f5ed76821a14d52848a37c9e4ab76008e5ef2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 8 23:47:16 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 9 00:15:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023f5ed7
dev-perl/Sphinx-Config: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...hinx-Config-0.100.0.ebuild => Sphinx-Config-0.100.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild b/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0-r1.ebuild
similarity index 82%
rename from dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild
rename to dev-perl/Sphinx-Config/Sphinx-Config-0.100.0-r1.ebuild
index e497c86b2f5..8b4beea5ae7 100644
--- a/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0.ebuild
+++ b/dev-perl/Sphinx-Config/Sphinx-Config-0.100.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=JJSCHUTZ
DIST_VERSION=0.10
@@ -11,15 +11,13 @@ DESCRIPTION="Sphinx search engine configuration file read/modify/write"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
dev-perl/List-MoreUtils
virtual/perl-Storable
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-09 0:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 22:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sphinx-Config/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2016-05-03 19:01 Andreas Hüttel
2021-08-09 0:16 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox