Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, app-backup/bup/files/, app-backup/bup/, profiles/
Date: Sat, 23 May 2020 09:53:54
Message-Id: 1590227612.ea4ac42ea4f9f77410a783fdb46d630925955ecf.mgorny@gentoo
1 commit: ea4ac42ea4f9f77410a783fdb46d630925955ecf
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 23 09:52:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 23 09:53:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4ac42e
7
8 app-backup/bup: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/713366
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 app-backup/bup/Manifest | 1 -
14 app-backup/bup/bup-0.29.2.ebuild | 58 ---------------------------
15 app-backup/bup/files/bup-0.29.2-sitedir.patch | 38 ------------------
16 app-backup/bup/metadata.xml | 11 -----
17 profiles/base/package.use.mask | 4 --
18 profiles/package.mask | 5 ---
19 6 files changed, 117 deletions(-)
20
21 diff --git a/app-backup/bup/Manifest b/app-backup/bup/Manifest
22 deleted file mode 100644
23 index 687815efd8f..00000000000
24 --- a/app-backup/bup/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST bup-0.29.2.tar.gz 389145 BLAKE2B 1a54cb68b2c68ecf4902a7f1ee940711b62e413c69d17ba1515f24e115484bac1b4919947f2214ffff784389839f633fbb13dea69c186246426e57c33a148c4c SHA512 10c433d6779b1fd7e1935c587676492d96a330dc3280556332bb55b6e5c62de8631fd755d07d2eaf80cb9fa209dc25b241d5ecf3a6fe2b8210a3d0e1ce4fa4bf
28
29 diff --git a/app-backup/bup/bup-0.29.2.ebuild b/app-backup/bup/bup-0.29.2.ebuild
30 deleted file mode 100644
31 index e4d3a98673f..00000000000
32 --- a/app-backup/bup/bup-0.29.2.ebuild
33 +++ /dev/null
34 @@ -1,58 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit python-single-r1
42 -
43 -DESCRIPTION="A highly efficient backup system based on the git packfile format"
44 -HOMEPAGE="https://bup.github.io/ https://github.com/bup/bup"
45 -SRC_URI="https://github.com/bup/bup/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="LGPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="+doc test web"
51 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
52 -
53 -RDEPEND="${PYTHON_DEPS}
54 - app-arch/par2cmdline
55 - sys-libs/readline:0
56 - dev-vcs/git
57 - $(python_gen_cond_dep '
58 - dev-python/fuse-python[${PYTHON_MULTI_USEDEP}]
59 - dev-python/pylibacl[${PYTHON_MULTI_USEDEP}]
60 - dev-python/pyxattr[${PYTHON_MULTI_USEDEP}]
61 - web? ( www-servers/tornado[${PYTHON_MULTI_USEDEP}] )
62 - ')"
63 -DEPEND="${RDEPEND}
64 - test? (
65 - dev-lang/perl
66 - net-misc/rsync
67 - )
68 - doc? ( app-text/pandoc )
69 -"
70 -
71 -# unresolved sandbox issues
72 -RESTRICT="test"
73 -
74 -PATCHES=( "${FILESDIR}"/${P}-sitedir.patch )
75 -
76 -src_configure() {
77 - # only build/install docs if enabled
78 - export PANDOC=$(usex doc pandoc "")
79 -
80 - ./configure || die
81 -}
82 -
83 -src_test() {
84 - emake test
85 -}
86 -
87 -src_install() {
88 - emake DESTDIR="${D}" PREFIX=/usr DOCDIR="/usr/share/${PF}" \
89 - SITEDIR="$(python_get_sitedir)" install
90 - python_fix_shebang "${ED}"
91 - python_optimize "${ED}"
92 -}
93
94 diff --git a/app-backup/bup/files/bup-0.29.2-sitedir.patch b/app-backup/bup/files/bup-0.29.2-sitedir.patch
95 deleted file mode 100644
96 index 920b3dc2792..00000000000
97 --- a/app-backup/bup/files/bup-0.29.2-sitedir.patch
98 +++ /dev/null
99 @@ -1,38 +0,0 @@
100 ---- bup-0.29.2/Makefile
101 -+++ bup-0.29.2/Makefile
102 -@@ -25,7 +25,7 @@
103 - os := $(shell ($(pf); uname | sed 's/[-_].*//') $(isok))
104 - os := $(call shout,$(os),Unable to determine OS)
105 -
106 --CFLAGS := -Wall -O2 -Werror -Wno-unknown-pragmas $(PYINCLUDE) $(CFLAGS)
107 -+CFLAGS := -Wall -Wno-unknown-pragmas $(PYINCLUDE) $(CFLAGS)
108 - CFLAGS := -D_FILE_OFFSET_BITS=64 $(CFLAGS)
109 - SOEXT:=.so
110 -
111 -@@ -93,10 +93,11 @@
112 - dest_docdir := $(DESTDIR)$(DOCDIR)
113 - dest_bindir := $(DESTDIR)$(BINDIR)
114 - dest_libdir := $(DESTDIR)$(LIBDIR)
115 -+dest_sitedir := $(DESTDIR)$(SITEDIR)
116 -
117 - install: all
118 -- $(INSTALL) -d $(dest_bindir) \
119 -- $(dest_libdir)/bup $(dest_libdir)/cmd \
120 -+ $(INSTALL) -d $(dest_bindir) $(dest_libdir) \
121 -+ $(dest_sitedir)/bup $(dest_libdir)/cmd \
122 - $(dest_libdir)/web $(dest_libdir)/web/static
123 - test -z "$(man_roff)" || install -d $(dest_mandir)/man1
124 - test -z "$(man_roff)" || $(INSTALL) -m 0644 $(man_roff) $(dest_mandir)/man1
125 -@@ -109,10 +110,10 @@
126 - done
127 - $(INSTALL) -pm 0644 \
128 - lib/bup/*.py \
129 -- $(dest_libdir)/bup
130 -+ $(dest_sitedir)/bup
131 - $(INSTALL) -pm 0755 \
132 - lib/bup/*$(SOEXT) \
133 -- $(dest_libdir)/bup
134 -+ $(dest_sitedir)/bup
135 - $(INSTALL) -pm 0644 \
136 - lib/web/static/* \
137 - $(dest_libdir)/web/static/
138
139 diff --git a/app-backup/bup/metadata.xml b/app-backup/bup/metadata.xml
140 deleted file mode 100644
141 index 1d0a6394f96..00000000000
142 --- a/app-backup/bup/metadata.xml
143 +++ /dev/null
144 @@ -1,11 +0,0 @@
145 -<?xml version="1.0" encoding="UTF-8"?>
146 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
147 -<pkgmetadata>
148 - <!-- maintainer-needed -->
149 - <use>
150 - <flag name="web">Support browsing backups via a web interface</flag>
151 - </use>
152 - <upstream>
153 - <remote-id type="github">bup/bup</remote-id>
154 - </upstream>
155 -</pkgmetadata>
156
157 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
158 index a626c92c479..a885706f6a9 100644
159 --- a/profiles/base/package.use.mask
160 +++ b/profiles/base/package.use.mask
161 @@ -75,10 +75,6 @@ dev-util/buildbot doc
162 # Requires deprecated python2 and pygtk
163 mail-client/claws-mail python
164
165 -# Michał Górny <mgorny@g.o> (2020-03-25)
166 -# Requires www-servers/tornado with py2.
167 -app-backup/bup web
168 -
169 # Michał Górny <mgorny@g.o> (2020-03-24)
170 # Require dev-python/recommonmark with py2.
171 <sys-devel/llvm-9 doc
172
173 diff --git a/profiles/package.mask b/profiles/package.mask
174 index 311af14d3cd..e883fe09484 100644
175 --- a/profiles/package.mask
176 +++ b/profiles/package.mask
177 @@ -417,11 +417,6 @@ dev-python/kivy-garden
178 # Removal in 30 days. Bug #718848.
179 dev-python/PyDbLite
180
181 -# Michał Górny <mgorny@g.o> (2020-04-23)
182 -# Unmaintained. Stuck on Python 2.
183 -# Removal in 30 days. Bug #713366.
184 -app-backup/bup
185 -
186 # Michał Górny <mgorny@g.o> (2020-04-22)
187 # Effectively unmaintained and stuck on Python 3.6.
188 #