public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RRD-Simple/
@ 2018-01-03 13:42 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-01-03 13:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c4f82644e0cd24b17799458359a2962c30562260
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 13:01:22 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 13:40:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4f82644

dev-perl/RRD-Simple: EAPI6 + tests

- EAPI6ify
- Enable tests
- Add USE=examples
- Cleanup useless deps
- Cleanup useless tests
- Hard disable phone-home logic
- Fix test failures without '.' in @INC
- Patch tests for various changes in Perl Inf/Nan handling
- Patch tests for various changes in RRDtool
- Patch tests for parallel testing

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/RRD-Simple/Manifest                     |  1 +
 dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild | 28 ++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/RRD-Simple/Manifest b/dev-perl/RRD-Simple/Manifest
index 88380a4cb11..e3bcbc83803 100644
--- a/dev-perl/RRD-Simple/Manifest
+++ b/dev-perl/RRD-Simple/Manifest
@@ -1 +1,2 @@
+DIST RRD-Simple-1.44-patches-1.tar.xz 3740 BLAKE2B 164370f9a121efee897b17ae11e7f02f3ea92a69ca05851d8902b1a08ce629c096bd20ee9fe00758ddf7f309d9c1b4470c601e183fc7eb3b38950fb5339661d1 SHA512 d9f28d2da3ef2478c031c29eb80cd89a618391e0cbc7360cbf17281a971b7411761259682ff954af6b968e87d400e84dd125fff90adc248b92cd82903c364372
 DIST RRD-Simple-1.44.tar.gz 303444 BLAKE2B 5f303a809839e389713743737405e6ad70038c4756546be00b6d2e7ea65bd0f887654c286b3ca30306fcde01e143d0b8f882c59b6a26376c30c557285e333dc8 SHA512 3cf11e08ec5ceb6ba81d9a12944a24fad0af644a8ba0f4c5e2dde4dd47fe6fc50db89be36c6a110a90209e5faac143cb5a063dddfb0a13f359a12511a51369a0

diff --git a/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild b/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild
new file mode 100644
index 00000000000..d8f2032c76e
--- /dev/null
+++ b/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NICOLAW
+DIST_VERSION=1.44
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Simple interface to create and store data in RRD files"
+SRC_URI+=" https://dev.gentoo.org/~kentnl/distfiles/${PN}-${DIST_VERSION}-patches-1.tar.xz"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="
+	net-analyzer/rrdtool[perl]
+"
+DEPEND="
+	${RDEPEND}
+	dev-perl/Module-Build
+	test? (
+		>=dev-perl/Test-Deep-0.93.0
+	)
+"
+PATCHES=( "${WORKDIR}/patches" )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RRD-Simple/
@ 2018-07-21 11:43 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-07-21 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2235c88a3838ff405f727c51759cf342e8b2e4fd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 11:31:32 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 11:42:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2235c88a

dev-perl/RRD-Simple: Cleanup old version 1.440.0-r1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/RRD-Simple/RRD-Simple-1.440.0-r1.ebuild | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r1.ebuild b/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r1.ebuild
deleted file mode 100644
index ff81e664067..00000000000
--- a/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=NICOLAW
-MODULE_VERSION=1.44
-inherit perl-module
-
-DESCRIPTION="Simple interface to create and store data in RRD files"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-perl/Test-Pod
-	dev-perl/Test-Pod-Coverage
-	dev-perl/Module-Build"
-RDEPEND="dev-perl/Test-Deep
-	net-analyzer/rrdtool[perl]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/RRD-Simple/
@ 2021-10-16 20:02 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-16 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     489a19c7054544d0fe9e9f1ba6c7e3fa9864834f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 20:02:02 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 20:02:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489a19c7

dev-perl/RRD-Simple: Require rrdtool[graph]; EAPI=8

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

 ...-Simple-1.440.0-r2.ebuild => RRD-Simple-1.440.0-r3.ebuild} | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild b/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r3.ebuild
similarity index 79%
rename from dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild
rename to dev-perl/RRD-Simple/RRD-Simple-1.440.0-r3.ebuild
index 3ed385ff1ba..523c400fdd5 100644
--- a/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r2.ebuild
+++ b/dev-perl/RRD-Simple/RRD-Simple-1.440.0-r3.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=NICOLAW
 DIST_VERSION=1.44
@@ -13,17 +13,16 @@ SRC_URI+=" https://dev.gentoo.org/~kentnl/distfiles/${PN}-${DIST_VERSION}-patche
 
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
-	net-analyzer/rrdtool[perl]
+	net-analyzer/rrdtool[graph,perl]
 "
-DEPEND="
+BDEPEND="
 	${RDEPEND}
 	dev-perl/Module-Build
 	test? (
 		>=dev-perl/Test-Deep-0.93.0
 	)
 "
+
 PATCHES=( "${WORKDIR}/patches" )


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

end of thread, other threads:[~2021-10-16 20:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-21 11:43 [gentoo-commits] repo/gentoo:master commit in: dev-perl/RRD-Simple/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-10-16 20:02 Andreas K. Hüttel
2018-01-03 13:42 Kent Fredric

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