Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-block/systemd-swap/, profiles/
Date: Sat, 09 Oct 2021 08:45:40
Message-Id: 1633768876.21c3349d832c5e85615e5acd0cd2ff43c418d3c7.telans@gentoo
1 commit: 21c3349d832c5e85615e5acd0cd2ff43c418d3c7
2 Author: James Beddek <telans <AT> posteo <DOT> de>
3 AuthorDate: Sat Oct 9 08:41:16 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Sat Oct 9 08:41:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21c3349d
7
8 sys-block/systemd-swap: treeclean
9
10 Signed-off-by: James Beddek <telans <AT> posteo.de>
11
12 profiles/package.mask | 9 +++---
13 sys-block/systemd-swap/Manifest | 1 -
14 sys-block/systemd-swap/metadata.xml | 11 -------
15 sys-block/systemd-swap/systemd-swap-4.4.0.ebuild | 37 ------------------------
16 sys-block/systemd-swap/systemd-swap-9999.ebuild | 37 ------------------------
17 5 files changed, 4 insertions(+), 91 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 20fce0412..f3a64647e 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -1,11 +1,10 @@
24 # Andrew Ammerlaan <andrewammerlaan@g.o> (2021-03-29)
25 -# Per profile masking in an overlay is currently not working
26 -# with pkgcore/pkgdev/pkgcheck. Masking this for all profiles
27 +# James Beddek <telans@××××××.de> (2021-10-09)
28 +# Per profile masking in overlays is currently not working
29 +# with pkgcore/pkgdev/pkgcheck. Mask offending packages for all profiles
30 # as a workaround that both makes repoman happy and works with
31 # pkgcore/pkgdev/pkgcheck.
32 -# Users of non-SELinux profiles can safely unmask this.
33 # Sorry for the inconvenience.
34 #
35 # TODO: Either fix per profile masking in overlays, or move
36 -# this entry to the relevant package.mask files in ::gentoo
37 ->=sys-block/systemd-swap-4.4.0
38 +# relevant entries to the relevant package.mask files in ::gentoo
39
40 diff --git a/sys-block/systemd-swap/Manifest b/sys-block/systemd-swap/Manifest
41 deleted file mode 100644
42 index 67c09af6c..000000000
43 --- a/sys-block/systemd-swap/Manifest
44 +++ /dev/null
45 @@ -1 +0,0 @@
46 -DIST systemd-swap-4.4.0.tar.gz 29066 BLAKE2B 7278b0f5fac52039c91e901f29d72275e5ce4579001926f3d105c3f4bad026d2bcd21106d4006e9e971f92ecd66b81716b8e92f291230776de78e8fcd2580252 SHA512 39cf297d0d82f4d5fbae64f323bda2c286dd24665321892f068dc5bceea4ea5ddcacdcef14576cab869edbed7d258de759baec36535403051bb2b925406db0b3
47
48 diff --git a/sys-block/systemd-swap/metadata.xml b/sys-block/systemd-swap/metadata.xml
49 deleted file mode 100644
50 index e4d26c543..000000000
51 --- a/sys-block/systemd-swap/metadata.xml
52 +++ /dev/null
53 @@ -1,11 +0,0 @@
54 -<?xml version="1.0" encoding="UTF-8"?>
55 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
56 -<pkgmetadata>
57 - <maintainer type="person">
58 - <email>telans@××××××.de</email>
59 - <name>James Beddek</name>
60 - </maintainer>
61 - <upstream>
62 - <remote-id type="github">Nefelim4ag/systemd-swap</remote-id>
63 - </upstream>
64 -</pkgmetadata>
65
66 diff --git a/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild b/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild
67 deleted file mode 100644
68 index 5ce70f8f9..000000000
69 --- a/sys-block/systemd-swap/systemd-swap-4.4.0.ebuild
70 +++ /dev/null
71 @@ -1,37 +0,0 @@
72 -# Copyright 2019-2021 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -CONFIG_CHECK="~ZRAM ~ZSWAP"
78 -PYTHON_COMPAT=( python3_{7..8} )
79 -
80 -inherit linux-info python-r1
81 -
82 -DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions."
83 -HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/"
84 -
85 -if [[ ${PV} == *9999 ]] ; then
86 - inherit git-r3
87 - EGIT_REPO_URI="https://github.com/Nefelim4ag/${PN}.git"
88 -else
89 - SRC_URI="https://github.com/Nefelim4ag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
90 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
91 -fi
92 -
93 -LICENSE="GPL-3"
94 -SLOT="0"
95 -
96 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
97 -
98 -RDEPEND="${PYTHON_DEPS}
99 - $(python_gen_any_dep '
100 - dev-python/python-systemd[${PYTHON_USEDEP}]
101 - dev-python/sysv_ipc[${PYTHON_USEDEP}]
102 - ')
103 -"
104 -
105 -src_install() {
106 - default
107 - keepdir /var/lib/systemd-swap
108 -}
109
110 diff --git a/sys-block/systemd-swap/systemd-swap-9999.ebuild b/sys-block/systemd-swap/systemd-swap-9999.ebuild
111 deleted file mode 100644
112 index 5ce70f8f9..000000000
113 --- a/sys-block/systemd-swap/systemd-swap-9999.ebuild
114 +++ /dev/null
115 @@ -1,37 +0,0 @@
116 -# Copyright 2019-2021 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=7
120 -
121 -CONFIG_CHECK="~ZRAM ~ZSWAP"
122 -PYTHON_COMPAT=( python3_{7..8} )
123 -
124 -inherit linux-info python-r1
125 -
126 -DESCRIPTION="Script for creating swap space from zram swaps, swap files and swap partitions."
127 -HOMEPAGE="https://github.com/Nefelim4ag/systemd-swap/"
128 -
129 -if [[ ${PV} == *9999 ]] ; then
130 - inherit git-r3
131 - EGIT_REPO_URI="https://github.com/Nefelim4ag/${PN}.git"
132 -else
133 - SRC_URI="https://github.com/Nefelim4ag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
134 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
135 -fi
136 -
137 -LICENSE="GPL-3"
138 -SLOT="0"
139 -
140 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
141 -
142 -RDEPEND="${PYTHON_DEPS}
143 - $(python_gen_any_dep '
144 - dev-python/python-systemd[${PYTHON_USEDEP}]
145 - dev-python/sysv_ipc[${PYTHON_USEDEP}]
146 - ')
147 -"
148 -
149 -src_install() {
150 - default
151 - keepdir /var/lib/systemd-swap
152 -}