forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge github#940: dev-perl/Net-Domain-TLD: Version bump to 1.740.0
Pull-Request: gentoo#940 Reporter: Kent Fredric <[email protected]> Acked-by: Patrice Clement <[email protected]> Signed-off-by: Patrice Clement <[email protected]>
- Loading branch information
Showing
4 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST Net-Domain-TLD-1.69.tar.gz 13274 SHA256 e6571ed5f015b093949b0d6f5fe3ed10bbc3592c47f314c17e117d9078de5481 SHA512 36ae72c9de476d9f4461ecc8f9aa3363e8dd6bd955c1ae30a4bdb4e9a242d49f8f9ca6f7c5101ca705a31edc860a426c868c36bcf197c36793a9063092bb7c7e WHIRLPOOL f32ca272b4c148d996bc014d3b01b1c3bc4c506e0dbb908a94da24ccbd5c25f9f58894c74eb81fac4b10a42c33b6e0dfaa7adac8bda0c9521214317241bb2f6c | ||
DIST Net-Domain-TLD-1.73.tar.gz 29105 SHA256 418abfa45fa620f3bec081fde8ed615e1e97dc6a6a1109cbbba82993da3b3b0c SHA512 eaebc600edfc8bb3a1eed42689c630f5e1790fdb49a6848f36e230dce05035257caf448cbc63833b1d2119362f867d18cbec4b3a7ceac31bc5d757e1e278a513 WHIRLPOOL 9b0b57c8f41b72282657a7042c15decdf4f6351879a2820f03d01ba01df4db5746d84a542c00cba588975a6a4d8fa21be35827e96e0d35d4fc5be321f814f245 | ||
DIST Net-Domain-TLD-1.74.tar.gz 36300 SHA256 bf936cc20834d5b9497e33dc41c2da6a58536b7a1e0df0b8f6ce7ed5111ca868 SHA512 40e9e4776b078c525e886e6f7c5151aee44ce9187bb348128221927c8c92ae72318328d420a3626c0b5a1c05a742e4fefe8ca1d2eb4fac6a2e74c65ebc1c4507 WHIRLPOOL 7256687b144c19e8bd4543adefb9cb427511ad4d3e8b00fabbb914d5306ddf526498b03dc974f7414616e0c9597c7967ea71cca1a46c3de5f10a032cbcd45aa7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=ALEXP | ||
DIST_VERSION=1.74 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Current top level domain names including new ICANN additions and ccTLDs" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
virtual/perl-Storable | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
" |