public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Encode-HanConvert/
@ 2017-06-20 20:28 Andreas Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Hüttel @ 2017-06-20 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     cac5e097be2c44867ee1d4c2b38a0f6a22a9e141
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 20:28:23 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 20:28:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac5e097

dev-perl/Encode-HanConvert: Fix build with Perl 5.26, bug 615828

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../Encode-HanConvert/Encode-HanConvert-0.350.0-r1.ebuild  | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r1.ebuild b/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r1.ebuild
index 154a5134d5c..35e98f3cdd4 100644
--- a/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r1.ebuild
+++ b/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=AUDREYT
-MODULE_VERSION=0.35
+DIST_AUTHOR=AUDREYT
+DIST_VERSION=0.35
 inherit perl-module
 
 DESCRIPTION="Traditional and Simplified Chinese mappings"
@@ -13,4 +13,8 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-SRC_TEST="do"
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 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/Encode-HanConvert/
@ 2021-05-28 17:51 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-28 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0029b9c3d4fa398d6531160f5ccf30dde73c086e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 17:36:01 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 17:50:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0029b9c3

dev-perl/Encode-HanConvert: Stable for all

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

 dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r2.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r2.ebuild b/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r2.ebuild
index 6f8b7c8f948..df599bd2a44 100644
--- a/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r2.ebuild
+++ b/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.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,12 +10,13 @@ inherit perl-module
 DESCRIPTION="Traditional and Simplified Chinese mappings"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	>=virtual/perl-Encode-1.410.0
 "
 BDEPEND="${RDEPEND}"
+
 PATCHES=(
 	"${FILESDIR}/${PN}-0.35-no-dot-inc.patch"
 )
@@ -24,7 +25,9 @@ src_compile() {
 	mymake=(
 		"OPTIMIZE=${CFLAGS}"
 	)
+
 	perl-module_src_compile
+
 	# this file is converted to Perl.pm during src_configure
 	# and not needed after that, but has to be removed after compile
 	# to avoid confusing pm_to_blib, but has to be done before src_test


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Encode-HanConvert/
@ 2021-05-28 17:51 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-28 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     022481d3e218ed49e225acb793a437a84282c90d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 28 17:36:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 28 17:50:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=022481d3

dev-perl/Encode-HanConvert: Remove old

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

 .../Encode-HanConvert-0.350.0-r1.ebuild              | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r1.ebuild b/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r1.ebuild
deleted file mode 100644
index 35e98f3cdd4..00000000000
--- a/dev-perl/Encode-HanConvert/Encode-HanConvert-0.350.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=AUDREYT
-DIST_VERSION=0.35
-inherit perl-module
-
-DESCRIPTION="Traditional and Simplified Chinese mappings"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_prepare() {
-	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use 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:[~2021-05-28 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20 20:28 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Encode-HanConvert/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-05-28 17:51 Andreas K. Hüttel
2021-05-28 17:51 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