diff options
author | Yuri Konotopov <ykonotopov@gnome.org> | 2016-12-29 15:24:11 +0400 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-12-29 23:11:30 +1100 |
commit | 4fbdb7305f890fea854e80caef5f9a52e760dd62 (patch) | |
tree | 26ab1a90f8859f7affb7b5d2d173e61f69598143 /dev-util/distro-info-data/distro-info-data-0.32.ebuild | |
parent | sci-geosciences/merkaartor: pin dev-qt/linguist-tools to SLOT 5 (diff) | |
download | gentoo-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.ebuild | 20 |
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}" |