public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CQL-Parser/
@ 2015-12-30 23:04 Andreas Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2015-12-30 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     5798eef356bfcea043e2edb70b8aef2ccf6f98d6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 30 22:14:38 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Dec 30 23:04:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5798eef3

dev-perl/CQL-Parser: Remove old

Package-Manager: portage-2.2.26

 dev-perl/CQL-Parser/CQL-Parser-1.120.0-r1.ebuild | 28 ------------------------
 dev-perl/CQL-Parser/Manifest                     |  1 -
 2 files changed, 29 deletions(-)

diff --git a/dev-perl/CQL-Parser/CQL-Parser-1.120.0-r1.ebuild b/dev-perl/CQL-Parser/CQL-Parser-1.120.0-r1.ebuild
deleted file mode 100644
index 0d48127..0000000
--- a/dev-perl/CQL-Parser/CQL-Parser-1.120.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="compiles CQL strings into parse trees of Node subtypes"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	dev-perl/Clone
-	>=dev-perl/Class-Accessor-0.31
-	>=dev-perl/String-Tokenizer-0.05
-"
-DEPEND="${RDEPEND}
-	test? (
-		>=dev-perl/Test-Exception-0.27
-	)
-"
-
-SRC_TEST=do

diff --git a/dev-perl/CQL-Parser/Manifest b/dev-perl/CQL-Parser/Manifest
index bbe3800..b1c9470 100644
--- a/dev-perl/CQL-Parser/Manifest
+++ b/dev-perl/CQL-Parser/Manifest
@@ -1,2 +1 @@
-DIST CQL-Parser-1.12.tar.gz 39432 SHA256 8dabac238451dda289295bff40c69b91ad8d1ad48b7ca46162d785ae5e3e4d71 SHA512 f894aa659926329d32bf13827b2414b590750716b74105f0c9d5c7e0a751bfdfe73eb1cda24090fc840a9c1b7f8ceaacb22c061afc43ddea3df1039b8298d9da WHIRLPOOL 115f9e4fefbaeddfb78170b453f8d5cc1b91dc2b186d7a0724bcfa06487efdd2255712b9745be350b772e47f20e593db38361305b14062dd738be8f3e7bcb8f7
 DIST CQL-Parser-1.13.tar.gz 39118 SHA256 7159fe75123307689efda1ef6bfb85edd5a8c8ba2389dfc0339be56e1b540c64 SHA512 ba9c1d3e1a072642d5166036ca3f17d3bd7ab4d41433ec657d750046ea0dc2844fe25fe331688e34eeefe8910ddc6d4842aeb75681a226edf4d33a4567af6b6f WHIRLPOOL d5df5b99476473ae8683a6f9ce0fbcebaebc0198ddc6602df471113ef05257d9d21e3d869cb29e3bedc0a55b9e4e28c099b4c7cc438c59aab22b9704c1ad80fe


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CQL-Parser/
@ 2017-06-24 22:34 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2017-06-24 22:34 UTC (permalink / raw
  To: gentoo-commits

commit:     53e24e19e9226e8ae9a98fe97d0a92ae5d920ff0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 22:32:26 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 22:33:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e24e19

dev-perl/CQL-Parser: Fix for '.' in @INC re bug #615502

Generic Module::Install + 5.26 fix

Bug: https://bugs.gentoo.org/615502
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild b/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild
index 717332baca2..fdc10ad7934 100644
--- a/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild
+++ b/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -27,3 +27,9 @@ DEPEND="${RDEPEND}
 "
 
 SRC_TEST=do
+
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install /use lib q[.];\nuse inc::Module::Install /' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CQL-Parser/
@ 2020-07-17 11:17 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-07-17 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     dbca9208e3d86478d9f62b4be21f423acefa545f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 10:54:16 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 11:16:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbca9208

dev-perl/CQL-Parser: Cleanup old 1.130.0

Eclipsed by newer ustable for >1 month

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

 dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild | 36 ---------------------------
 1 file changed, 36 deletions(-)

diff --git a/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild b/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild
deleted file mode 100644
index 1fa75157412..00000000000
--- a/dev-perl/CQL-Parser/CQL-Parser-1.130.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=BRICAS
-MODULE_VERSION=1.13
-inherit perl-module
-
-DESCRIPTION="compiles CQL strings into parse trees of Node subtypes"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-perl/Class-Accessor-0.100.0
-	>=dev-perl/Clone-0.150.0
-	>=dev-perl/String-Tokenizer-0.50.0
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-	test? (
-		dev-perl/Test-Exception
-		virtual/perl-Test-Simple
-	)
-"
-
-SRC_TEST=do
-
-src_prepare() {
-	sed -i -e 's/use inc::Module::Install /use lib q[.];\nuse inc::Module::Install /' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}


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

end of thread, other threads:[~2020-07-17 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-30 23:04 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CQL-Parser/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2017-06-24 22:34 Kent Fredric
2020-07-17 11:17 Kent Fredric

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