From 14a5415446c9f63f54e2ee50d98b4c6331c80f7f Mon Sep 17 00:00:00 2001 From: Yuri Konotopov Date: Sat, 14 May 2016 16:30:38 +0300 Subject: dev-util/distro-info-data: initial ebuild version - 0.29 Package will be maintained by Yuri Konotopov via Proxy Maintainers Project. Closes: https://github.com/gentoo/gentoo/pull/1465 Signed-off-by: Ian Delaney --- dev-util/distro-info-data/Manifest | 1 + dev-util/distro-info-data/distro-info-data-0.29.ebuild | 18 ++++++++++++++++++ dev-util/distro-info-data/metadata.xml | 12 ++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 dev-util/distro-info-data/Manifest create mode 100644 dev-util/distro-info-data/distro-info-data-0.29.ebuild create mode 100644 dev-util/distro-info-data/metadata.xml diff --git a/dev-util/distro-info-data/Manifest b/dev-util/distro-info-data/Manifest new file mode 100644 index 00000000000..743f31ecbdd --- /dev/null +++ b/dev-util/distro-info-data/Manifest @@ -0,0 +1 @@ +DIST distro-info-data_0.29.tar.xz 6004 SHA256 6a1f38e55cd5312c86801a6c1e705dfc36611a6889976067d90543427deea3f3 SHA512 1c06ce8e0fef12a499623a0c48147c9e99352946c9bdc89a810b413179cff0df43bcd87f839dc200277f3ef8498a34077987121093390551bcf2eb1822da9f2f WHIRLPOOL eef60038722593de58ad8358cf3563afaabd0514363854a4cd4118e2d1d492a40e55b31c98ce2da1f4fe1ff241a8f5a6b373f8492926d1defc6ec00b8973b031 diff --git a/dev-util/distro-info-data/distro-info-data-0.29.ebuild b/dev-util/distro-info-data/distro-info-data-0.29.ebuild new file mode 100644 index 00000000000..4a3191d2850 --- /dev/null +++ b/dev-util/distro-info-data/distro-info-data-0.29.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Information about the Debian distributions' releases (data files)" +HOMEPAGE="https://debian.org/" +SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" + +LICENSE="ISC" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" +# Package provides only csv data and test script +# written in python +RESTRICT="test" diff --git a/dev-util/distro-info-data/metadata.xml b/dev-util/distro-info-data/metadata.xml new file mode 100644 index 00000000000..bf1c5c247da --- /dev/null +++ b/dev-util/distro-info-data/metadata.xml @@ -0,0 +1,12 @@ + + + + + ykonotopov@gmail.com + Yuri Konotopov + + + proxy-maint@gentoo.org + Proxy Maintainers + + -- cgit v1.2.1