summaryrefslogtreecommitdiff
path: root/dev-util/distro-info-data/distro-info-data-0.32.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/distro-info-data/distro-info-data-0.32.ebuild')
-rw-r--r--dev-util/distro-info-data/distro-info-data-0.32.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-util/distro-info-data/distro-info-data-0.32.ebuild b/dev-util/distro-info-data/distro-info-data-0.32.ebuild
new file mode 100644
index 000000000000..81be8e5f7e20
--- /dev/null
+++ b/dev-util/distro-info-data/distro-info-data-0.32.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+S="${WORKDIR}/${PN}"