summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorYuri Konotopov <ykonotopov@gmail.com>2016-05-14 16:30:38 +0300
committerIan Delaney <idella4@gentoo.org>2016-05-20 00:25:30 +0800
commit14a5415446c9f63f54e2ee50d98b4c6331c80f7f (patch)
tree31bb90548c7c41eb7276262ad20005933bef2273 /dev-util
parentc0d4f06b569e854fa9fed35bd872c25c6a1620cb (diff)
downloadgentoo-14a5415446c9f63f54e2ee50d98b4c6331c80f7f.tar.gz
gentoo-14a5415446c9f63f54e2ee50d98b4c6331c80f7f.tar.xz
dev-util/distro-info-data: initial ebuild version - 0.29
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>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/distro-info-data/Manifest1
-rw-r--r--dev-util/distro-info-data/distro-info-data-0.29.ebuild18
-rw-r--r--dev-util/distro-info-data/metadata.xml12
3 files changed, 31 insertions, 0 deletions
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 @@
+<?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>