* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmapi/
@ 2015-09-12 3:48 Mike Frysinger
0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger @ 2015-09-12 3:48 UTC (permalink / raw
To: gentoo-commits
commit: 71e765caca8c0e3eab3d2beee650670c95d08953
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 03:46:13 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 03:46:13 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e765ca
sys-apps/dmapi: drop old versions
sys-apps/dmapi/dmapi-2.2.12.ebuild | 42 --------------------------------------
1 file changed, 42 deletions(-)
diff --git a/sys-apps/dmapi/dmapi-2.2.12.ebuild b/sys-apps/dmapi/dmapi-2.2.12.ebuild
deleted file mode 100644
index 7b357aa..0000000
--- a/sys-apps/dmapi/dmapi-2.2.12.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit toolchain-funcs multilib
-
-DESCRIPTION="XFS data management API library"
-HOMEPAGE="http://oss.sgi.com/projects/xfs/"
-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 sh sparc x86"
-IUSE="static-libs"
-
-RDEPEND="sys-fs/xfsprogs"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i \
- -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
- include/builddefs.in \
- || die
-}
-
-src_configure() {
- export OPTIMIZER=${CFLAGS}
- export DEBUG=-DNDEBUG
-
- econf \
- --libexecdir=/usr/$(get_libdir) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake DESTDIR="${D}" install install-dev
- gen_usr_ldscript -a dm
- find "${ED}"/usr '(' -name '*.la' -o -name COPYING ')' -delete
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmapi/
@ 2018-05-15 22:28 Sergei Trofimovich
0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2018-05-15 22:28 UTC (permalink / raw
To: gentoo-commits
commit: 4237884e24d30c900ce32c694d8f85b9f606df14
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 21:57:02 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May 15 22:28:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4237884e
sys-apps/dmapi: switch to HOMEPAGE=https://xfs.wiki.kernel.org/
Package-Manager: Portage-2.3.36, Repoman-2.3.9
sys-apps/dmapi/dmapi-2.2.12-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
index c08b9b92e58..4ef5173b203 100644
--- a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
+++ b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -6,7 +6,7 @@ EAPI="5"
inherit eutils toolchain-funcs multilib multilib-minimal
DESCRIPTION="XFS data management API library"
-HOMEPAGE="http://oss.sgi.com/projects/xfs/"
+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"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmapi/
@ 2021-04-21 19:02 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-21 19:02 UTC (permalink / raw
To: gentoo-commits
commit: 1f564a7f8cb82e4e555e9699f14c990bfa37e71a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 14:00:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 19:01:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f564a7f
sys-apps/dmapi: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dmapi/dmapi-2.2.12-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
index cc4289a7d69..21619fe1a12 100644
--- a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
+++ b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-inherit eutils toolchain-funcs ltprune multilib multilib-minimal usr-ldscript
+inherit epatch toolchain-funcs ltprune multilib multilib-minimal usr-ldscript
DESCRIPTION="XFS data management API library"
HOMEPAGE="https://xfs.wiki.kernel.org/"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmapi/
@ 2021-05-13 13:55 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2021-05-13 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 49f1c2e195814f68fc9262fbc826dd12c7d9aa2d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 13:54:04 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 13 13:54:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f1c2e1
sys-apps/dmapi: drop unused toolchain-funcs inherit
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-apps/dmapi/dmapi-2.2.12-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
index 21619fe1a12..a9027c34cae 100644
--- a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
+++ b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-inherit epatch toolchain-funcs ltprune multilib multilib-minimal usr-ldscript
+inherit epatch ltprune multilib multilib-minimal usr-ldscript
DESCRIPTION="XFS data management API library"
HOMEPAGE="https://xfs.wiki.kernel.org/"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmapi/
@ 2021-05-16 14:44 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2021-05-16 14:44 UTC (permalink / raw
To: gentoo-commits
commit: a485bf127a8b4ced760523d3aeebd8e114a6d76d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 13:12:25 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 16 14:43:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a485bf12
sys-apps/dmapi: Drop 2.2.12-r1, EAPI5--
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sys-apps/dmapi/dmapi-2.2.12-r1.ebuild | 48 -----------------------------------
1 file changed, 48 deletions(-)
diff --git a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild b/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
deleted file mode 100644
index a9027c34cae..00000000000
--- a/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit epatch ltprune multilib 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}"
-
-src_prepare() {
- sed -i \
- -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
- include/builddefs.in \
- || die
- epatch "${FILESDIR}"/${P}-headers.patch
-
- 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() {
- prune_libtool_files --all
- rm "${ED}"/usr/share/doc/${PF}/COPYING
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-05-16 14:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-15 22:28 [gentoo-commits] repo/gentoo:master commit in: sys-apps/dmapi/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2021-05-16 14:44 Andreas Sturmlechner
2021-05-13 13:55 David Seifert
2021-04-21 19:02 Sam James
2015-09-12 3:48 Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox