Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmapi/, profiles/, sys-apps/dmapi/files/
Date: Mon, 28 Mar 2022 09:35:44
Message-Id: 1648459740.26f5a653be0401a67dc0ce74a1ea138966c3b58e.jsmolic@gentoo
1 commit: 26f5a653be0401a67dc0ce74a1ea138966c3b58e
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 09:29:00 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 09:29:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f5a653
7
8 sys-apps/dmapi: treeclean
9
10 Closes: https://bugs.gentoo.org/811891
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 profiles/package.mask | 6 ---
14 sys-apps/dmapi/Manifest | 1 -
15 sys-apps/dmapi/dmapi-2.2.12-r2.ebuild | 50 -------------------------
16 sys-apps/dmapi/files/dmapi-2.2.12-headers.patch | 16 --------
17 sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch | 20 ----------
18 sys-apps/dmapi/metadata.xml | 8 ----
19 6 files changed, 101 deletions(-)
20
21 diff --git a/profiles/package.mask b/profiles/package.mask
22 index ca933b566b3f..50f29445f553 100644
23 --- a/profiles/package.mask
24 +++ b/profiles/package.mask
25 @@ -395,12 +395,6 @@ sys-libs/tapi
26 # Removal on 2022-03-28. Bug #834120.
27 www-client/midori
28
29 -# Sam James <sam@g.o> (2022-02-24)
30 -# Obsolete, ex-dependency of xfsprogs. Fails to build on 32-bit arches.
31 -# No reverse dependencies. Discontinued upstream. Removal on 2022-03-24.
32 -# bug #811891
33 -sys-apps/dmapi
34 -
35 # Anton Fischl <github@×××××××××××××.de> (2022-02-23)
36 # Version 2.5.* is not meant for production according to upstream
37 =app-backup/burp-2.5*
38
39 diff --git a/sys-apps/dmapi/Manifest b/sys-apps/dmapi/Manifest
40 deleted file mode 100644
41 index 8a68188e55fa..000000000000
42 --- a/sys-apps/dmapi/Manifest
43 +++ /dev/null
44 @@ -1 +0,0 @@
45 -DIST dmapi-2.2.12.tar.gz 367318 BLAKE2B 7d74f3081f8430c43d3ea961bd4ad2743a3ab65a016b0653a68074353ed60fa0c1a01a77aa470326aa1b10e731a5058355ab887cae00d21196958563ae6c4ee8 SHA512 aa44c0c7857158fed198deb9d1e00abaab549e3c22a7ce0e24e6088146bde56ecf967405b1b61a589460981ddcfaffbb1e9a2e677088efec317e3a7cb44abe4f
46
47 diff --git a/sys-apps/dmapi/dmapi-2.2.12-r2.ebuild b/sys-apps/dmapi/dmapi-2.2.12-r2.ebuild
48 deleted file mode 100644
49 index 09a877413747..000000000000
50 --- a/sys-apps/dmapi/dmapi-2.2.12-r2.ebuild
51 +++ /dev/null
52 @@ -1,50 +0,0 @@
53 -# Copyright 1999-2021 Gentoo Authors
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=7
57 -
58 -inherit multilib-minimal usr-ldscript
59 -
60 -DESCRIPTION="XFS data management API library"
61 -HOMEPAGE="https://xfs.wiki.kernel.org/"
62 -SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
63 - ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz"
64 -
65 -LICENSE="LGPL-2.1"
66 -SLOT="0"
67 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
68 -IUSE="static-libs"
69 -
70 -RDEPEND="sys-fs/xfsprogs"
71 -DEPEND="${RDEPEND}"
72 -
73 -DOCS=( doc/{CHANGES,PORTING} README )
74 -
75 -PATCHES=(
76 - "${FILESDIR}"/${P}-headers.patch
77 - "${FILESDIR}"/${P}-no-doc.patch # bug 732042
78 -)
79 -
80 -src_prepare() {
81 - default
82 - multilib_copy_sources
83 -}
84 -
85 -multilib_src_configure() {
86 - export OPTIMIZER=${CFLAGS}
87 - export DEBUG=-DNDEBUG
88 -
89 - econf \
90 - --libexecdir=/usr/$(get_libdir) \
91 - $(use_enable static-libs static)
92 -}
93 -
94 -multilib_src_install() {
95 - emake DESTDIR="${D}" install install-dev
96 - gen_usr_ldscript -a dm
97 -}
98 -
99 -multilib_src_install_all() {
100 - einstalldocs
101 - find "${ED}" -name '*.la' -delete || die
102 -}
103
104 diff --git a/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch b/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch
105 deleted file mode 100644
106 index 259e1aec3a09..000000000000
107 --- a/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch
108 +++ /dev/null
109 @@ -1,16 +0,0 @@
110 -https://bugs.gentoo.org/560212
111 -
112 -pull in headers for funcs that are used
113 -
114 ---- a/libdm/dm_handle2path.c
115 -+++ b/libdm/dm_handle2path.c
116 -@@ -20,6 +20,9 @@
117 - #include <dmapi_kern.h>
118 - #include "dmapi_lib.h"
119 -
120 -+#include <fcntl.h> /* open */
121 -+#include <unistd.h> /* close */
122 -+#include <string.h> /* strlen */
123 - #include <mntent.h>
124 - #include <dirent.h>
125 - #ifdef linux
126
127 diff --git a/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch b/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch
128 deleted file mode 100644
129 index 295bdb7c6572..000000000000
130 --- a/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch
131 +++ /dev/null
132 @@ -1,20 +0,0 @@
133 ---- a/Makefile
134 -+++ b/Makefile
135 -@@ -19,7 +19,7 @@
136 - libtool include/builddefs
137 -
138 - LIB_SUBDIRS = include libdm
139 --TOOL_SUBDIRS = m4 man doc debian build
140 -+TOOL_SUBDIRS = m4 man debian build
141 -
142 - SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
143 -
144 -@@ -66,7 +66,7 @@
145 - touch .census
146 -
147 - install: default $(addsuffix -install,$(SUBDIRS))
148 --ifneq ($(PKG_DISTRIBUTION), debian)
149 -+ifdef false
150 - $(INSTALL) -m 755 -d $(PKG_DOC_DIR)
151 - $(INSTALL) -m 644 README $(PKG_DOC_DIR)
152 - endif
153
154 diff --git a/sys-apps/dmapi/metadata.xml b/sys-apps/dmapi/metadata.xml
155 deleted file mode 100644
156 index 73dda144f9ac..000000000000
157 --- a/sys-apps/dmapi/metadata.xml
158 +++ /dev/null
159 @@ -1,8 +0,0 @@
160 -<?xml version="1.0" encoding="UTF-8"?>
161 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
162 -<pkgmetadata>
163 -<maintainer type="project">
164 - <email>base-system@g.o</email>
165 - <name>Gentoo Base System</name>
166 -</maintainer>
167 -</pkgmetadata>