commit:     14a5415446c9f63f54e2ee50d98b4c6331c80f7f
Author:     Yuri Konotopov <ykonotopov <AT> gmail <DOT> com>
AuthorDate: Sat May 14 13:30:38 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Thu May 19 16:25:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a54154

dev-util/distro-info-data: initial ebuild version - 0.29

Package will be maintained by Yuri Konotopov <ykonotopov <AT> gmail.com>
via Proxy Maintainers Project.
Closes: https://github.com/gentoo/gentoo/pull/1465

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 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(+)

diff --git a/dev-util/distro-info-data/Manifest 
b/dev-util/distro-info-data/Manifest
new file mode 100644
index 0000000..743f31e
--- /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 0000000..4a3191d
--- /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 0000000..bf1c5c2
--- /dev/null
+++ b/dev-util/distro-info-data/metadata.xml
@@ -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>ykonoto...@gmail.com</email>
+               <name>Yuri Konotopov</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-ma...@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to