mgorny 14/06/12 19:28:24 Modified: ChangeLog Added: dmapi-2.2.12-r1.ebuild Log: Enable multilib support, needed for samba-4. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.79 sys-apps/dmapi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmapi/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmapi/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmapi/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/dmapi/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 15 May 2013 04:01:15 -0000 1.78 +++ ChangeLog 12 Jun 2014 19:28:24 -0000 1.79 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/dmapi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/ChangeLog,v 1.78 2013/05/15 04:01:15 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/ChangeLog,v 1.79 2014/06/12 19:28:24 mgorny Exp $ + +*dmapi-2.2.12-r1 (12 Jun 2014) + + 12 Jun 2014; Michał Górny <[email protected]> +dmapi-2.2.12-r1.ebuild: + Enable multilib support, needed for samba-4. 15 May 2013; Mike Frysinger <[email protected]> dmapi-2.2.12.ebuild: Add arm back in #469906, as well as s390/sh #444688. 1.1 sys-apps/dmapi/dmapi-2.2.12-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild?rev=1.1&content-type=text/plain Index: dmapi-2.2.12-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.12-r1.ebuild,v 1.1 2014/06/12 19:28:24 mgorny Exp $ EAPI="5" inherit eutils toolchain-funcs multilib multilib-minimal 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 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 multilib_is_native_abi && gen_usr_ldscript -a dm } multilib_src_install_all() { prune_libtool_files --all rm "${ED}"/usr/share/doc/${PF}/COPYING }
