mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/mm: eapi bump to 6
Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
34
dev-libs/mm/mm-1.4.2-r2.ebuild
Normal file
34
dev-libs/mm/mm-1.4.2-r2.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Shared Memory Abstraction Library"
|
||||
HOMEPAGE="http://www.ossp.org/pkg/lib/mm/"
|
||||
SRC_URI="ftp://ftp.ossp.org/pkg/lib/mm/${P}.tar.gz"
|
||||
|
||||
LICENSE="mm"
|
||||
SLOT="1.2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
src_prepare() {
|
||||
sed -i Makefile.in \
|
||||
-e '/--mode=link/s| -o | $(LDFLAGS)&|g' \
|
||||
|| die "sed Makefile.in"
|
||||
default
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${D}"
|
||||
dodoc README ChangeLog INSTALL PORTING THANKS
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn 'if you upgraded from mm-1.3 or earlier please run:'
|
||||
ewarn "revdep-rebuild --library \"/usr/$(get_libdir)/libmm.so.13\""
|
||||
}
|
||||
Reference in New Issue
Block a user