diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-perl/Linux-Distribution |
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-perl/Linux-Distribution')
-rw-r--r-- | dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Linux-Distribution/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/Linux-Distribution/metadata.xml | 8 |
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild new file mode 100644 index 000000000000..d2f399083ee2 --- /dev/null +++ b/dev-perl/Linux-Distribution/Linux-Distribution-0.230.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=CHORNY +DIST_VERSION=0.23 +inherit perl-module + +DESCRIPTION="Perl extension to detect on which Linux distribution we are running" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-perl/Module-Build + test? ( virtual/perl-Test-Simple ) +" diff --git a/dev-perl/Linux-Distribution/Manifest b/dev-perl/Linux-Distribution/Manifest new file mode 100644 index 000000000000..d2f0536bc110 --- /dev/null +++ b/dev-perl/Linux-Distribution/Manifest @@ -0,0 +1,4 @@ +DIST Linux-Distribution-0.23.tar.gz 8785 SHA256 603e27da607b3e872a669d7a66d75982f0969153eab2d4b20c341347b4ebda5f SHA512 43ae48498ce3e140606cc3966db2cc41a57b7768fc04af4856e2109f685f7c12b07eadd20d208f04d46a6a3787b91335ad2d402a635ebb9f96746dbf5c455571 WHIRLPOOL 390916dc82250d5d6806b1636bbd5894793f0ac265eb351d7357ecab06e85ddd4f539e63272418da4a721aa2e3316126a3b3c70a6bc0d5c54081447cb42261e7 +EBUILD Linux-Distribution-0.230.0.ebuild 393 SHA256 5fa930dc3aecaff6ebe7c05dc8c8aebb264c82167d757d7dad82dd04e5faab63 SHA512 a5b3e959432bc92f46027790e520187ed62ba5ecae746b6c686ffeeb1a3c1142eb953f44aacd887c5c8e27aa856a8fb977aac1d27ccfc9ffe2852ef2908e4086 WHIRLPOOL 1dee4d54150edd2758ccd5834c0bbd60f1ea588da1bdaee2ae97c8b41697cc4cbc5e5063591fc6a98628f513ca7fd8b298f4da8001d54e4050769e50b9ac47ac +MISC ChangeLog 349 SHA256 6a1cbf649a0aa86b259a9fe796736c4d0792988e220bdd6361a29eaec9de53ff SHA512 9d38b3417d3279f29631affa22f371e7745bd9151d27f0102a243c3bb7ee18f69a0fab4541af8d9b7ccfd9618d6176b2e2f81c0f60fd16409a42357a85fa029b WHIRLPOOL e6fc8f089280a72761974d19fcef9f6f20688ece08d698413b31ec25c2855ba5dacaffc43d7ddcaaba8dc85b51514bdbebcebabc7d2171753e44277480ad6ac9 +MISC metadata.xml 257 SHA256 4d43e70b770d0898a99af64a8454a6116e4a86500c23290655c8371265010427 SHA512 80cde0da56c3ac4023da7b0c17c62eae85139aaefd8ba453dd0c0718da1d40102c57d5beb5b8f984dcbeacad930517347e4d91dd5bd94e973fb81974d078a18e WHIRLPOOL 87039765046556cdc2f7d76ce4192945117bfd5bb684220ea8fb72be310673a5b729ea428666ff1ceb1e6c21fb585a3a7dd72bd94dab89cf076a895e6a7677f0 diff --git a/dev-perl/Linux-Distribution/metadata.xml b/dev-perl/Linux-Distribution/metadata.xml new file mode 100644 index 000000000000..2b9a936fc0a1 --- /dev/null +++ b/dev-perl/Linux-Distribution/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> +</pkgmetadata> |