summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Konotopov <ykonotopov@gnome.org>2016-12-29 15:24:11 +0400
committerMichael Palimaka <kensington@gentoo.org>2016-12-29 23:11:30 +1100
commit4fbdb7305f890fea854e80caef5f9a52e760dd62 (patch)
tree26ab1a90f8859f7affb7b5d2d173e61f69598143 /dev-util/distro-info-data/distro-info-data-0.32.ebuild
parentsci-geosciences/merkaartor: pin dev-qt/linguist-tools to SLOT 5 (diff)
downloadgentoo-4fbdb7305f890fea854e80caef5f9a52e760dd62.tar.gz
gentoo-4fbdb7305f890fea854e80caef5f9a52e760dd62.tar.bz2
gentoo-4fbdb7305f890fea854e80caef5f9a52e760dd62.zip
dev-util/distro-info-data: version bump
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.ebuild20
1 files changed, 20 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..56323ac1a439
--- /dev/null
+++ b/dev-util/distro-info-data/distro-info-data-0.32.ebuild
@@ -0,0 +1,20 @@
+# 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"
+
+S="${WORKDIR}/${PN}"