commit:     26f5a653be0401a67dc0ce74a1ea138966c3b58e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 09:29:00 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 09:29:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f5a653

sys-apps/dmapi: treeclean

Closes: https://bugs.gentoo.org/811891
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 profiles/package.mask                           |  6 ---
 sys-apps/dmapi/Manifest                         |  1 -
 sys-apps/dmapi/dmapi-2.2.12-r2.ebuild           | 50 -------------------------
 sys-apps/dmapi/files/dmapi-2.2.12-headers.patch | 16 --------
 sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch  | 20 ----------
 sys-apps/dmapi/metadata.xml                     |  8 ----
 6 files changed, 101 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index ca933b566b3f..50f29445f553 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -395,12 +395,6 @@ sys-libs/tapi
 # Removal on 2022-03-28.  Bug #834120.
 www-client/midori
 
-# Sam James <s...@gentoo.org> (2022-02-24)
-# Obsolete, ex-dependency of xfsprogs. Fails to build on 32-bit arches.
-# No reverse dependencies. Discontinued upstream. Removal on 2022-03-24.
-# bug #811891
-sys-apps/dmapi
-
 # Anton Fischl <git...@fischl-online.de> (2022-02-23)
 # Version 2.5.* is not meant for production according to upstream
 =app-backup/burp-2.5*

diff --git a/sys-apps/dmapi/Manifest b/sys-apps/dmapi/Manifest
deleted file mode 100644
index 8a68188e55fa..000000000000
--- a/sys-apps/dmapi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dmapi-2.2.12.tar.gz 367318 BLAKE2B 
7d74f3081f8430c43d3ea961bd4ad2743a3ab65a016b0653a68074353ed60fa0c1a01a77aa470326aa1b10e731a5058355ab887cae00d21196958563ae6c4ee8
 SHA512 
aa44c0c7857158fed198deb9d1e00abaab549e3c22a7ce0e24e6088146bde56ecf967405b1b61a589460981ddcfaffbb1e9a2e677088efec317e3a7cb44abe4f

diff --git a/sys-apps/dmapi/dmapi-2.2.12-r2.ebuild 
b/sys-apps/dmapi/dmapi-2.2.12-r2.ebuild
deleted file mode 100644
index 09a877413747..000000000000
--- a/sys-apps/dmapi/dmapi-2.2.12-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-minimal usr-ldscript
-
-DESCRIPTION="XFS data management API library"
-HOMEPAGE="https://xfs.wiki.kernel.org/";
-SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
-       ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
-IUSE="static-libs"
-
-RDEPEND="sys-fs/xfsprogs"
-DEPEND="${RDEPEND}"
-
-DOCS=( doc/{CHANGES,PORTING} README )
-
-PATCHES=(
-       "${FILESDIR}"/${P}-headers.patch
-       "${FILESDIR}"/${P}-no-doc.patch # bug 732042
-)
-
-src_prepare() {
-       default
-       multilib_copy_sources
-}
-
-multilib_src_configure() {
-       export OPTIMIZER=${CFLAGS}
-       export DEBUG=-DNDEBUG
-
-       econf \
-               --libexecdir=/usr/$(get_libdir) \
-               $(use_enable static-libs static)
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install install-dev
-       gen_usr_ldscript -a dm
-}
-
-multilib_src_install_all() {
-       einstalldocs
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch 
b/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch
deleted file mode 100644
index 259e1aec3a09..000000000000
--- a/sys-apps/dmapi/files/dmapi-2.2.12-headers.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/560212
-
-pull in headers for funcs that are used
-
---- a/libdm/dm_handle2path.c
-+++ b/libdm/dm_handle2path.c
-@@ -20,6 +20,9 @@
- #include <dmapi_kern.h>
- #include "dmapi_lib.h"
- 
-+#include <fcntl.h> /* open */
-+#include <unistd.h> /* close */
-+#include <string.h> /* strlen */
- #include <mntent.h>
- #include <dirent.h>
- #ifdef linux

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
deleted file mode 100644
index 295bdb7c6572..000000000000
--- a/sys-apps/dmapi/files/dmapi-2.2.12-no-doc.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -19,7 +19,7 @@
-       libtool include/builddefs
- 
- LIB_SUBDIRS = include libdm
--TOOL_SUBDIRS = m4 man doc debian build
-+TOOL_SUBDIRS = m4 man debian build
- 
- SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
- 
-@@ -66,7 +66,7 @@
-       touch .census
- 
- install: default $(addsuffix -install,$(SUBDIRS))
--ifneq ($(PKG_DISTRIBUTION), debian)
-+ifdef false
-       $(INSTALL) -m 755 -d $(PKG_DOC_DIR)
-       $(INSTALL) -m 644 README $(PKG_DOC_DIR)
- endif

diff --git a/sys-apps/dmapi/metadata.xml b/sys-apps/dmapi/metadata.xml
deleted file mode 100644
index 73dda144f9ac..000000000000
--- a/sys-apps/dmapi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-       <email>base-sys...@gentoo.org</email>
-       <name>Gentoo Base System</name>
-</maintainer>
-</pkgmetadata>

Reply via email to