Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmapi/
Date: Sun, 16 May 2021 14:44:37
Message-Id: 1621176231.a485bf127a8b4ced760523d3aeebd8e114a6d76d.asturm@gentoo
1 commit: a485bf127a8b4ced760523d3aeebd8e114a6d76d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 13:12:25 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 14:43:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a485bf12
7
8 sys-apps/dmapi: Drop 2.2.12-r1, EAPI5--
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sys-apps/dmapi/dmapi-2.2.12-r1.ebuild | 48 -----------------------------------
14 1 file changed, 48 deletions(-)
15
16 diff --git a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
17 deleted file mode 100644
18 index a9027c34cae..00000000000
19 --- a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
20 +++ /dev/null
21 @@ -1,48 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="5"
26 -
27 -inherit epatch ltprune multilib multilib-minimal usr-ldscript
28 -
29 -DESCRIPTION="XFS data management API library"
30 -HOMEPAGE="https://xfs.wiki.kernel.org/"
31 -SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
32 - ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz"
33 -
34 -LICENSE="LGPL-2.1"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
37 -IUSE="static-libs"
38 -
39 -RDEPEND="sys-fs/xfsprogs"
40 -DEPEND="${RDEPEND}"
41 -
42 -src_prepare() {
43 - sed -i \
44 - -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
45 - include/builddefs.in \
46 - || die
47 - epatch "${FILESDIR}"/${P}-headers.patch
48 -
49 - multilib_copy_sources
50 -}
51 -
52 -multilib_src_configure() {
53 - export OPTIMIZER=${CFLAGS}
54 - export DEBUG=-DNDEBUG
55 -
56 - econf \
57 - --libexecdir=/usr/$(get_libdir) \
58 - $(use_enable static-libs static)
59 -}
60 -
61 -multilib_src_install() {
62 - emake DESTDIR="${D}" install install-dev
63 - gen_usr_ldscript -a dm
64 -}
65 -
66 -multilib_src_install_all() {
67 - prune_libtool_files --all
68 - rm "${ED}"/usr/share/doc/${PF}/COPYING
69 -}