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 | |
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')
-rw-r--r-- | dev-util/distro-info-data/Manifest | 1 | ||||
-rw-r--r-- | dev-util/distro-info-data/distro-info-data-0.32.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/distro-info-data/Manifest b/dev-util/distro-info-data/Manifest index 743f31ecbdd1..7a82aadf723f 100644 --- a/dev-util/distro-info-data/Manifest +++ b/dev-util/distro-info-data/Manifest @@ -1 +1,2 @@ DIST distro-info-data_0.29.tar.xz 6004 SHA256 6a1f38e55cd5312c86801a6c1e705dfc36611a6889976067d90543427deea3f3 SHA512 1c06ce8e0fef12a499623a0c48147c9e99352946c9bdc89a810b413179cff0df43bcd87f839dc200277f3ef8498a34077987121093390551bcf2eb1822da9f2f WHIRLPOOL eef60038722593de58ad8358cf3563afaabd0514363854a4cd4118e2d1d492a40e55b31c98ce2da1f4fe1ff241a8f5a6b373f8492926d1defc6ec00b8973b031 +DIST distro-info-data_0.32.tar.xz 6216 SHA256 5824aa2855fa9ec340284f6f0dd9345415bb93a09cd566108bcc75089a7270d0 SHA512 3bbf79104c4b20d7ee02a83c4ea7852c65e7c7b2870d1f237df67d985fd2d52ea75292d80c5fc10af7ea69c89145f2e52670663b759f74a159e0f8c51ef545fd WHIRLPOOL 951886e9874d71d70fe78f72a851f9aab7e7467114620317e460592730a5ad06888df1ee925bd6569898546521e8316b951070459d24f7eccaaa4fbdcbec5bdb 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}" |