Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
Date: Fri, 08 May 2020 18:12:17
Message-Id: 1588961503.0f701efbb429b24be5e5ef4945bafe55238f760a.dolsen@gentoo
1 commit: 0f701efbb429b24be5e5ef4945bafe55238f760a
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 8 18:08:43 2020 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Fri May 8 18:11:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f701efb
7
8 app-portage/layman: amd64 x86 stable wrt #720934
9
10 Clean out remaining deprecated eapi/python version
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
14
15 app-portage/layman/Manifest | 1 -
16 app-portage/layman/layman-2.4.2-r1.ebuild | 82 -------------------------------
17 app-portage/layman/layman-2.4.3.ebuild | 2 +-
18 3 files changed, 1 insertion(+), 84 deletions(-)
19
20 diff --git a/app-portage/layman/Manifest b/app-portage/layman/Manifest
21 index 4d3f37e06d6..0d796db12b7 100644
22 --- a/app-portage/layman/Manifest
23 +++ b/app-portage/layman/Manifest
24 @@ -1,2 +1 @@
25 -DIST layman-2.4.2.tar.gz 137893 BLAKE2B ad925b974e280c0c933cb7c7d5131946fbb40d15410a671be3d93fa895e2d92a4f3218bce99abc8f2c1e007e72bd51662a18665579bf2ded7f349eb9ed5c652c SHA512 9d32269f51f896c554e6cbf8a674c50009bce48dd83dfe773b08b75bafd567eb75c26c227ab3a60bc83c1ed511862a3979b8d851befe8ad16fd0847eb91337cf
26 DIST layman-2.4.3.tar.gz 135311 BLAKE2B b83fd543468be904a10d6fbda11f8d603a6936ecef3029c9d1c82fe4c938d2cd299874a3e114ac3524485ce8a33c5ec21885adddc218f5e331519318c0b1ad5a SHA512 2f3d1180647b358d5ca929fd28c6c5f4664f1f6f24e3114a4dc886d23279ffcdde7ca292c64aab84f1710ddf7029c26483de07c2271ca527b8618888b0ea2b54
27
28 diff --git a/app-portage/layman/layman-2.4.2-r1.ebuild b/app-portage/layman/layman-2.4.2-r1.ebuild
29 deleted file mode 100644
30 index db47d4e416b..00000000000
31 --- a/app-portage/layman/layman-2.4.2-r1.ebuild
32 +++ /dev/null
33 @@ -1,82 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -PYTHON_COMPAT=( python3_6 )
40 -PYTHON_REQ_USE="xml(+),sqlite?"
41 -
42 -inherit eutils distutils-r1 linux-info prefix
43 -
44 -DESCRIPTION="Tool to manage Gentoo overlays"
45 -HOMEPAGE="https://wiki.gentoo.org/wiki/Layman"
46 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
51 -IUSE="cvs darcs +git gpg g-sorcery mercurial sqlite squashfs subversion sync-plugin-portage test"
52 -RESTRICT="!test? ( test )"
53 -
54 -DEPEND="test? ( dev-vcs/subversion )
55 - "
56 -
57 -RDEPEND="
58 - cvs? ( dev-vcs/cvs )
59 - darcs? ( dev-vcs/darcs )
60 - git? ( dev-vcs/git )
61 - mercurial? ( dev-vcs/mercurial )
62 - g-sorcery? ( app-portage/g-sorcery )
63 - subversion? ( >=dev-vcs/subversion-1.5.4[http] )
64 - gpg? ( >=dev-python/pyGPG-0.2 )
65 - sync-plugin-portage? ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] )
66 - !sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
67 - >=dev-python/ssl-fetch-0.4[${PYTHON_USEDEP}]
68 - "
69 -
70 -layman_check_kernel_config() {
71 - local CONFIG_CHECK
72 - use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
73 - [[ -n ${CONFIG_CHECK} ]] && check_extra_config
74 -}
75 -
76 -pkg_pretend() {
77 - layman_check_kernel_config
78 -}
79 -
80 -pkg_setup() {
81 - layman_check_kernel_config
82 -}
83 -
84 -python_prepare_all() {
85 - python_setup
86 - esetup.py setup_plugins
87 - distutils-r1_python_prepare_all
88 - eprefixify etc/layman.cfg layman/config.py
89 -}
90 -
91 -python_test() {
92 - suite=layman/tests/external.py
93 - PYTHONPATH="." "${PYTHON}" ${suite} || die "test suite '${suite}' failed"
94 - unset suite
95 -}
96 -
97 -python_install_all() {
98 - distutils-r1_python_install_all
99 -
100 - insinto /etc/layman
101 - doins etc/layman.cfg
102 -
103 - doman doc/layman.8
104 - dohtml doc/layman.8.html
105 -
106 - keepdir /var/lib/layman
107 - keepdir /etc/layman/overlays
108 -}
109 -
110 -pkg_postinst() {
111 - # now run layman's update utility
112 - einfo "Running layman-updater..."
113 - "${EROOT}"/usr/bin/layman-updater
114 - einfo
115 -}
116
117 diff --git a/app-portage/layman/layman-2.4.3.ebuild b/app-portage/layman/layman-2.4.3.ebuild
118 index a41d0f5cf3a..6b6d71a01b3 100644
119 --- a/app-portage/layman/layman-2.4.3.ebuild
120 +++ b/app-portage/layman/layman-2.4.3.ebuild
121 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]] ; then
122 inherit git-r3
123 else
124 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
125 - KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
126 + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
127 fi
128
129 DESCRIPTION="Tool to manage Gentoo overlays"