Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
Date: Fri, 11 Jun 2021 04:21:54
Message-Id: 1623385300.6ef7061d6e1f7ba02cdacb98636a9abbfeed26f0.mattst88@gentoo
1 commit: 6ef7061d6e1f7ba02cdacb98636a9abbfeed26f0
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 04:15:15 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 04:21:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef7061d
7
8 dev-util/catalyst: Version bump to 3.0.19
9
10 Bug: https://bugs.gentoo.org/519656
11 Closes: https://bugs.gentoo.org/791583
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 dev-util/catalyst/Manifest | 1 +
15 dev-util/catalyst/catalyst-3.0.19.ebuild | 71 ++++++++++++++++++++++++++++++++
16 2 files changed, 72 insertions(+)
17
18 diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
19 index 5b1e39de2d1..73c7cafd0ec 100644
20 --- a/dev-util/catalyst/Manifest
21 +++ b/dev-util/catalyst/Manifest
22 @@ -1,2 +1,3 @@
23 DIST catalyst-3.0.17.tar.bz2 621403 BLAKE2B 210bc38d036e04282732179b37e018ac12ac17f83517fc41198ee1bb1ce9ef8481e791eb38d0b13aa1f7edccb7fa6b57403a433c7db7063854ac2227b64f3c39 SHA512 636ebcd137b53f2cc3a80daf3ce79d218eeec2e4e44f8980df9d1b1365c4218e096c84359262d87e0096ba35370e37d973f8b35071a36823c46bd859d096991d
24 DIST catalyst-3.0.18.tar.bz2 621208 BLAKE2B 63f76634b96006ef4a751b0ce166ab36dcba3016234251b2e44e89b43b0c6909e57914007d6287e54584094ff7f064c0251a79f095c87e4c7957925e9d4605cd SHA512 94a30304b242b4e63cc14f34916acd68c03700876ba1cc2f516880f4e8365258de8b62db85cddc9492229414484ba6908edc91991b70b13da0578792b8b96aa3
25 +DIST catalyst-3.0.19.tar.bz2 621000 BLAKE2B 162367363615fc83ce8847bd21f5f1b1e6e6e7ae90c65f6e58af6182a00f14d1bd26c7b994d984517447744b84bd7fbf9e865724a36316dff2cc294dab80685e SHA512 e375960f4b44d616112ec200278c20a9ee3597de04adc87e692b164dcaa3eb7cd4951b41a094c062a500d4920b375ad9750918b4985120ac71e97d118073020e
26
27 diff --git a/dev-util/catalyst/catalyst-3.0.19.ebuild b/dev-util/catalyst/catalyst-3.0.19.ebuild
28 new file mode 100644
29 index 00000000000..9032f75b75b
30 --- /dev/null
31 +++ b/dev-util/catalyst/catalyst-3.0.19.ebuild
32 @@ -0,0 +1,71 @@
33 +# Copyright 1999-2021 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +if [[ ${PV} == *9999* ]]; then
39 + SRC_ECLASS="git-r3"
40 + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
41 + EGIT_BRANCH="master"
42 +else
43 + SRC_URI="https://gitweb.gentoo.org/proj/catalyst.git/snapshot/${P}.tar.bz2"
44 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
45 +fi
46 +
47 +PYTHON_COMPAT=( python3_{8,9} )
48 +DISTUTILS_USE_SETUPTOOLS=no
49 +
50 +inherit distutils-r1 ${SRC_ECLASS}
51 +
52 +DESCRIPTION="Release metatool used for creating releases based on Gentoo Linux"
53 +HOMEPAGE="https://wiki.gentoo.org/wiki/Catalyst"
54 +
55 +LICENSE="GPL-2+"
56 +SLOT="0"
57 +IUSE="ccache doc +iso kernel_linux system-bootloader"
58 +
59 +DEPEND="
60 + app-text/asciidoc
61 + >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
62 + dev-python/fasteners[${PYTHON_USEDEP}]
63 +"
64 +RDEPEND="
65 + >=dev-python/snakeoil-0.6.5[${PYTHON_USEDEP}]
66 + dev-python/fasteners[${PYTHON_USEDEP}]
67 + >=dev-python/pydecomp-0.3[${PYTHON_USEDEP}]
68 + app-arch/lbzip2
69 + app-crypt/shash
70 + sys-fs/dosfstools
71 + !kernel_FreeBSD? ( || ( app-arch/tar[xattr] app-arch/libarchive[xattr] ) )
72 + kernel_FreeBSD? ( app-arch/libarchive[xattr] )
73 + amd64? ( >=sys-boot/syslinux-3.72 )
74 + x86? ( >=sys-boot/syslinux-3.72 )
75 + ccache? ( dev-util/ccache )
76 + iso? ( app-cdr/cdrtools )
77 + kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
78 +"
79 +PDEPEND="system-bootloader? ( >=sys-apps/memtest86+-5.01-r4
80 + sys-boot/grub:2
81 + amd64? ( sys-boot/grub[grub_platforms_efi-32,grub_platforms_efi-64] )
82 + x86? ( sys-boot/grub[grub_platforms_efi-32] )
83 + sys-boot/syslinux
84 + sys-boot/shim )"
85 +
86 +python_prepare_all() {
87 + python_setup
88 + echo VERSION="${PV}" "${PYTHON}" setup.py set_version
89 + VERSION="${PV}" "${PYTHON}" setup.py set_version || die
90 + distutils-r1_python_prepare_all
91 +}
92 +
93 +python_compile_all() {
94 + # build the man pages and docs
95 + emake
96 +}
97 +
98 +python_install_all() {
99 + distutils-r1_python_install_all
100 + if use doc; then
101 + dodoc files/HOWTO.html files/docbook-xsl.css
102 + fi
103 +}