public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/
Date: Fri, 13 Aug 2021 01:05:33 +0000 (UTC)	[thread overview]
Message-ID: <1628816694.12b357553146e39ea90c20bf53731a127f546423.sam@gentoo> (raw)

commit:     12b357553146e39ea90c20bf53731a127f546423
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 00:43:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 01:04:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b35755

dev-perl/Crypt-Rijndael: drop 1.140.0, 1.150.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../Crypt-Rijndael/Crypt-Rijndael-1.140.0.ebuild   | 23 -----------------
 .../Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild   | 29 ----------------------
 dev-perl/Crypt-Rijndael/Manifest                   |  2 --
 3 files changed, 54 deletions(-)

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0.ebuild b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0.ebuild
deleted file mode 100644
index b31fcdc434f..00000000000
--- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.140.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=LEONT
-DIST_VERSION=1.14
-inherit perl-module
-
-DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"

diff --git a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild b/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
deleted file mode 100644
index fa4634b8ce2..00000000000
--- a/dev-perl/Crypt-Rijndael/Crypt-Rijndael-1.150.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=LEONT
-DIST_VERSION=1.15
-inherit perl-module
-
-DESCRIPTION="Crypt::CBC compliant Rijndael encryption module"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-src_compile() {
-	mymake=(
-		"OPTIMIZE=${CFLAGS}"
-	)
-	perl-module_src_compile
-}

diff --git a/dev-perl/Crypt-Rijndael/Manifest b/dev-perl/Crypt-Rijndael/Manifest
index e723cce5062..7c60d1123dc 100644
--- a/dev-perl/Crypt-Rijndael/Manifest
+++ b/dev-perl/Crypt-Rijndael/Manifest
@@ -1,3 +1 @@
-DIST Crypt-Rijndael-1.14.tar.gz 71759 BLAKE2B 2d3d9d4126fe8d6bb22fa9bd86fd05c186459453b605176f403e89c23f51d671ac26eac7ae9dc0d3bff065e1e95684731e783a4bf192781ca8f71c59399958d6 SHA512 a3c419142954dc2b430422f532b5349d0fb902a704335ba0708504a6a4a5d617835409916b76bc1b8dc8669c0f03356dab3ef90e5f7ea530b5fcc70bd1bf4eff
-DIST Crypt-Rijndael-1.15.tar.gz 71407 BLAKE2B 8f2ca89b80ea68b9874092941520e566c7ea43eaf52c15acfd1f0a03e9d4efbd0c83259f36abccb77fa38b41f74acd1fa79d1d231e970f80545126fbb86ebc41 SHA512 ea4dbbd731483132274752bdb78a7e7cc012bc18d9f88c073f23e6903d05c1cad1e83ad00cf7f593c15e543c5c53e7a68e5fdd064a9c260c444105d47f468308
 DIST Crypt-Rijndael-1.16.tar.gz 71818 BLAKE2B 73cf5b0efb7822e1427acfef4b9134f8a693e9e8e9e7efe51a34a48fc202200616534cefce7018ee3c846f8a6f96525d79bad88b3bf2be74ab14ae31f6484d46 SHA512 e33cb691cd62d9b98f26c8f0d1365437f8a77154a4100be4969a88ad094074fb2f855fcb11541dc63743f861ef0c45944831b7f887df9bbb0b4ec36d6e0fd66d


             reply	other threads:[~2021-08-13  1:05 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-13  1:05 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-08 10:14 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Crypt-Rijndael/ Yixun Lan
2021-07-29  6:40 Agostino Sarubbo
2021-07-28  3:12 Sam James
2021-07-28  3:12 Sam James
2021-05-11 22:16 Sam James
2021-05-11 22:16 Sam James
2021-05-11 22:16 Sam James
2021-05-11 22:15 Sam James
2021-05-11 22:14 Sam James
2021-05-11 20:05 Andreas K. Hüttel
2020-12-27 14:54 Fabian Groffen
2020-12-12  6:46 Kent Fredric
2020-10-19  2:31 Kent Fredric
2020-08-06 16:56 Kent Fredric
2020-07-02 12:57 Kent Fredric
2019-07-10  9:33 Kent Fredric
2018-07-27  7:12 Sergei Trofimovich
2017-06-18 13:25 Alexis Ballier
2016-08-05  6:18 Kent Fredric
2016-05-25 22:48 Matt Turner
2016-03-24  5:54 Markus Meier
2016-01-24 12:11 Andreas Hüttel
2016-01-24  7:20 Jeroen Roovers
2016-01-11  9:07 Agostino Sarubbo
2016-01-09  6:43 Agostino Sarubbo
2016-01-06 13:34 Agostino Sarubbo
2016-01-02 16:28 Agostino Sarubbo
2015-12-30 23:04 Andreas Hüttel
2015-09-07 19:32 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=1628816694.12b357553146e39ea90c20bf53731a127f546423.sam@gentoo \
    --to=sam@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