dev-util/distro-info-data: initial ebuild version - 0.29
authorYuri Konotopov <ykonotopov@gmail.com>
Sat, 14 May 2016 13:30:38 +0000 (16:30 +0300)
committerIan Delaney <idella4@gentoo.org>
Thu, 19 May 2016 16:25:30 +0000 (00:25 +0800)
Package will be maintained by Yuri Konotopov <ykonotopov@gmail.com>
via Proxy Maintainers Project.
Closes: https://github.com/gentoo/gentoo/pull/1465

Signed-off-by: Ian Delaney <idella4@gentoo.org>
dev-util/distro-info-data/Manifest [new file with mode: 0644]
dev-util/distro-info-data/distro-info-data-0.29.ebuild [new file with mode: 0644]
dev-util/distro-info-data/metadata.xml [new file with mode: 0644]

diff --git a/dev-util/distro-info-data/Manifest b/dev-util/distro-info-data/Manifest
new file mode 100644 (file)
index 0000000..743f31e
--- /dev/null
@@ -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 (file)
index 0000000..4a3191d
--- /dev/null
@@ -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 (file)
index 0000000..bf1c5c2
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>ykonotopov@gmail.com</email>
+               <name>Yuri Konotopov</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>