diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-08-07 00:16:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-08-07 00:16:33 +0100 |
commit | d162ba1860a88062f4cd61f8b52fc303ba0b2991 (patch) | |
tree | 24cd2cf57f3932a24b96e4a0f6666489447e43ba /dev-perl/Regexp-Shellish | |
parent | 590b9b7b03bf4651e099949e318755af7cfa81b8 (diff) |
gentoo resync : 07.08.2021
Diffstat (limited to 'dev-perl/Regexp-Shellish')
-rw-r--r-- | dev-perl/Regexp-Shellish/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r2.ebuild (renamed from dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r1.ebuild) | 9 |
2 files changed, 4 insertions, 7 deletions
diff --git a/dev-perl/Regexp-Shellish/Manifest b/dev-perl/Regexp-Shellish/Manifest index 1e3e5bb8e471..ec1fe0a9f5ad 100644 --- a/dev-perl/Regexp-Shellish/Manifest +++ b/dev-perl/Regexp-Shellish/Manifest @@ -1,3 +1,3 @@ DIST Regexp-Shellish-0.93.tar.gz 3343 BLAKE2B 68a18fdf521b50bf8e591572cb22f62c287bb9de470539c7f6a33abca23bb504faf617865f407995c4adba635736a6509d442f5a816e29014340c3ab100b4738 SHA512 c3ca3654241e567c7d7e8285934c95843a1c2c667c6de2f7269c18e95b0bb96351f523aeae481852fcb0a5723f753f26c85f60876a4754e573cf936ccdee4932 -EBUILD Regexp-Shellish-0.930.0-r1.ebuild 376 BLAKE2B fb27ef54a1b573a4262af2f4efdf86a29e89f6ab2ab9a9d537eae72cbdc05306f8cb3e7ef6e09d5fd022ff3fb2a829bc315b77d0b772938744a1887dfde4f172 SHA512 9392bdc8bc342ad1d744f20d4dc060036e1d20960fcf8a2b81433106c8ffc5057b866a2295909c1fedb968c3da3360b1df23b109155b3be1d4c133de345f550b +EBUILD Regexp-Shellish-0.930.0-r2.ebuild 349 BLAKE2B bfcbc8c270e4aa9f9f9b439a2a0de9d69dc86a0593b7c0821c76639b931c51cd1350342df29e2db3b91904005cc91f8b45c8963d13bf04ff4ae7f6b30ca815ac SHA512 06d0f09dd16bed1262fdcb18bbfc94344596a5906340b44199d100c996272147e94e1a54bbeb68446197f5fab95a99c5a8439e142fa90750227535c569113b50 MISC metadata.xml 402 BLAKE2B 54489af6d5f6179353a8252542948b4bcce736cc5cecabaf4fb208df1f0b1e2cf492c6ed2852295b91a023e8a0a72fd87aa25a137ac5c69004c5aaf1371a5897 SHA512 b51c42da6d11e55f5074385a5ef1a13ae5009b8f7e9405540f39cf3bdc9cd2121689c997a6a7daa351602d8595da27589e90969da71c7b2b4e3f0666032b863d diff --git a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r1.ebuild b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r2.ebuild index 54795c65d896..7f3a4bef0ec7 100644 --- a/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r1.ebuild +++ b/dev-perl/Regexp-Shellish/Regexp-Shellish-0.930.0-r2.ebuild @@ -1,16 +1,13 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=RBS -MODULE_VERSION=0.93 +DIST_AUTHOR=RBS +DIST_VERSION=0.93 inherit perl-module DESCRIPTION="Regexp::Shellish - Shell-like regular expressions" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" -IUSE="" - -SRC_TEST="do" |