Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/distro-info-data/
Date: Mon, 01 Mar 2021 08:26:12
Message-Id: 1614587155.8da7cf302997e52b5a9d1cd4e397662feb72a23a.juippis@gentoo
1 commit: 8da7cf302997e52b5a9d1cd4e397662feb72a23a
2 Author: Yuri Konotopov <ykonotopov <AT> gnome <DOT> org>
3 AuthorDate: Thu Feb 25 13:22:11 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 1 08:25:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da7cf30
7
8 dev-util/distro-info-data: version bump to 0.46
9
10 Closes: https://bugs.gentoo.org/771936
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Yuri Konotopov <ykonotopov <AT> gnome.org>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-util/distro-info-data/Manifest | 1 +
16 dev-util/distro-info-data/distro-info-data-0.46.ebuild | 17 +++++++++++++++++
17 2 files changed, 18 insertions(+)
18
19 diff --git a/dev-util/distro-info-data/Manifest b/dev-util/distro-info-data/Manifest
20 index 48122187027..67011dfde35 100644
21 --- a/dev-util/distro-info-data/Manifest
22 +++ b/dev-util/distro-info-data/Manifest
23 @@ -1,3 +1,4 @@
24 DIST distro-info-data_0.29.tar.xz 6004 BLAKE2B 5b59d444fac259634c9ca7349a8b93c7167fe839971d4761bf133ae8adbd866a41c14af79ee2f149259da8b8ee5e193a2b1b09165b6ad29cafea31c968470e4f SHA512 1c06ce8e0fef12a499623a0c48147c9e99352946c9bdc89a810b413179cff0df43bcd87f839dc200277f3ef8498a34077987121093390551bcf2eb1822da9f2f
25 DIST distro-info-data_0.32.tar.xz 6216 BLAKE2B 627a4ada570fbf01bfd18386a7dc9c83280667674a5c52c363222167f32dcde725649c9eecf979d58c7eb155458b41a8ac77e4d7eb0c908975886e5e95f75d8c SHA512 3bbf79104c4b20d7ee02a83c4ea7852c65e7c7b2870d1f237df67d985fd2d52ea75292d80c5fc10af7ea69c89145f2e52670663b759f74a159e0f8c51ef545fd
26 DIST distro-info-data_0.42.tar.xz 6888 BLAKE2B 3f08700046149e7e1a4f94a06f6c8abb93c94a1c0c72bfced497801b2e8081ac14f39a889322b6f0e25e776b3cda36da9066723ca2963b588b588c20ff23bd6f SHA512 e49c54eaf2451f32124c5df6d2b49183bbdc5b9bdb958605e5e055138e0fa67c5033dfaab46620121e7e3d1cc5cbb807f9fed809a59c31cf3501c1ebc7131c8b
27 +DIST distro-info-data_0.46.tar.xz 8632 BLAKE2B 2f19c670afd37a02279b420f795dd5aefbe91abcf60509bb6fe95387f49b4977288c7f393f12b7a884aae40edc7cd6ddb94a7cf1fc38e7f38e2226b215289c05 SHA512 942d3580a7e3e05de03cf5921835c805faa69cf3b3ea2704b381b13fa708336a87a79cbbe03f5bc53ded8563d6b08eb439e75c3d938dba35f6f8b2f3094e6e31
28
29 diff --git a/dev-util/distro-info-data/distro-info-data-0.46.ebuild b/dev-util/distro-info-data/distro-info-data-0.46.ebuild
30 new file mode 100644
31 index 00000000000..90e35a5ced7
32 --- /dev/null
33 +++ b/dev-util/distro-info-data/distro-info-data-0.46.ebuild
34 @@ -0,0 +1,17 @@
35 +# Copyright 1999-2021 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +DESCRIPTION="Information about the Debian distributions' releases (data files)"
41 +HOMEPAGE="https://debian.org/"
42 +SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz"
43 +
44 +LICENSE="ISC"
45 +SLOT="0"
46 +
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +# Package provides only csv data and test script
50 +# written in python
51 +RESTRICT="test"