From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MIME-Charset/
Date: Fri, 30 Jun 2017 18:14:02 +0000 (UTC) [thread overview]
Message-ID: <1498846434.fd32ee3d4c8099c8acfbedd25dcd582346086a2b.kentnl@gentoo> (raw)
commit: fd32ee3d4c8099c8acfbedd25dcd582346086a2b
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 18:13:40 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 18:13:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd32ee3d
dev-perl/MIME-Charset: Cleanup old re bug #614536
Remove versions affected by '.' removal from @INC
Bug: https://bugs.gentoo.org/614536
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild | 27 ------------------------
dev-perl/MIME-Charset/MIME-Charset-1.9.3.ebuild | 16 --------------
dev-perl/MIME-Charset/Manifest | 2 --
3 files changed, 45 deletions(-)
diff --git a/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild b/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild
deleted file mode 100644
index 749b29dc8d0..00000000000
--- a/dev-perl/MIME-Charset/MIME-Charset-1.12.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=NEZUMI
-DIST_VERSION=1.012
-inherit perl-module
-
-DESCRIPTION="Charset Informations for MIME"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="l10n_ja l10n_zh"
-PATCHES=(
- "${FILESDIR}/${DIST_VERSION}-makefilepl.patch"
-)
-# Put JISX0213 here one day
-# And POD2
-RDEPEND="
- >=virtual/perl-Encode-1.980.0
- l10n_ja? ( >=dev-perl/Encode-EUCJPASCII-0.20.0 )
- l10n_zh? ( >=dev-perl/Encode-HanExtra-0.200.0 )
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
diff --git a/dev-perl/MIME-Charset/MIME-Charset-1.9.3.ebuild b/dev-perl/MIME-Charset/MIME-Charset-1.9.3.ebuild
deleted file mode 100644
index 900b50fa3ed..00000000000
--- a/dev-perl/MIME-Charset/MIME-Charset-1.9.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=NEZUMI
-MODULE_VERSION=1.009.3
-inherit perl-module
-
-DESCRIPTION="Charset Informations for MIME"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-SRC_TEST=do
diff --git a/dev-perl/MIME-Charset/Manifest b/dev-perl/MIME-Charset/Manifest
index 62c1d3026ad..a4f6438b07b 100644
--- a/dev-perl/MIME-Charset/Manifest
+++ b/dev-perl/MIME-Charset/Manifest
@@ -1,3 +1 @@
-DIST MIME-Charset-1.009.3.tar.gz 50401 SHA256 57078ab83a8e8d8ae3e64ae4f7f80fc4b885520ca4b7b52833073506ab7ba48d SHA512 cc6780145482aec0b61e83b002b7939d2a592eaf4a893e0101a9dd78ba9e548914e854330a51d4d5bea267d67028653c790c221997c7939b0a9d75ba642d615c WHIRLPOOL 39ab469fb22a2c8927d95f68e55d86c9ac01acee1174bb285e6d361212d0a622c54cb2e4ecb09ce5889c0f0a48fd141a6e693effcc0cc6420e1ed01c1790793c
DIST MIME-Charset-1.012.2.tar.gz 55609 SHA256 878c779c0256c591666bd06c0cde4c0d7820eeeb98fd1183082aee9a1e7b1d13 SHA512 2273bf0b86eb042e5aa8bcf958eefefde7dce6701eea5ae8c0fe9997e7d3e90d837a7791ade30f84536a15116175c796daee60da6625f409d214844dfedfde4d WHIRLPOOL 8dc333ab2afe197d9f3d621eb31e4d82b353da0354db1fa1717972afa36606e7e48075f26f49a4695c5031669a8b3b72af17863f86402aff1acba7a4e6161f9d
-DIST MIME-Charset-1.012.tar.gz 55201 SHA256 cee5d1d4184ad46ca17d995335bc8d9b6d95e1e64584079d032cf5f0c82dcccd SHA512 f116deb04912bdccfd98484ef82d643d23b4cb90bfdf88ddc60d0a3f857ac3f084a60681a6fae4f9a2d982d6f470c79f171688e44a4034e9533bb518a914e2fe WHIRLPOOL a7bd7be1d927d2274e0834feb82ece5df514937b1beef557d70bb857bb208015e580e0ae71eb9467aa27e865c8606041cd28446d541bdec60c469ffa6b950d63
next reply other threads:[~2017-06-30 18:14 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-30 18:14 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-21 9:12 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MIME-Charset/ Arthur Zamarin
2023-06-21 8:30 Arthur Zamarin
2023-06-21 8:29 Arthur Zamarin
2023-06-21 8:26 Arthur Zamarin
2023-06-21 8:22 Arthur Zamarin
2023-06-21 8:21 Arthur Zamarin
2023-06-21 8:18 Sam James
2023-06-21 8:18 Sam James
2023-03-22 5:22 Sam James
2023-03-22 5:22 Sam James
2022-04-29 7:59 WANG Xuerui
2021-11-13 20:21 Andreas K. Hüttel
2021-02-03 20:54 Fabian Groffen
2020-06-03 15:32 Agostino Sarubbo
2020-05-25 21:33 Sergei Trofimovich
2020-05-20 13:26 Mikle Kolyada
2019-05-04 18:53 Andreas K. Hüttel
2019-01-17 20:49 Mikle Kolyada
2019-01-17 20:49 Mikle Kolyada
2018-08-29 7:42 Michael Haubenwallner
2018-06-12 16:19 Mikle Kolyada
2018-02-22 19:30 Michał Górny
2017-11-15 7:34 Sergei Trofimovich
2017-11-09 0:07 Matt Turner
2017-07-01 10:40 Sergei Trofimovich
2017-06-30 18:14 Kent Fredric
2017-06-30 11:10 Agostino Sarubbo
2017-06-29 8:06 Agostino Sarubbo
2017-05-09 7:49 Tobias Klausmann
2017-04-30 9:22 Jeroen Roovers
2017-04-12 3:48 Kent Fredric
2017-03-31 9:09 Michael Weber
2016-06-25 19:32 Ulrich Müller
2016-03-25 19:27 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1498846434.fd32ee3d4c8099c8acfbedd25dcd582346086a2b.kentnl@gentoo \
--to=kentnl@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox