mgorny 14/06/12 19:22:43 Modified: ChangeLog Added: popt-1.16-r2.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.103 dev-libs/popt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/popt/ChangeLog?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/popt/ChangeLog?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/popt/ChangeLog?r1=1.102&r2=1.103 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- ChangeLog 18 Jan 2014 05:05:46 -0000 1.102 +++ ChangeLog 12 Jun 2014 19:22:43 -0000 1.103 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/popt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.102 2014/01/18 05:05:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.103 2014/06/12 19:22:43 mgorny Exp $ + +*popt-1.16-r2 (12 Jun 2014) + + 12 Jun 2014; Michał Górny <[email protected]> +popt-1.16-r2.ebuild: + Enable multilib support, needed for samba-4. 18 Jan 2014; Mike Frysinger <[email protected]> popt-1.16-r1.ebuild: Add arm64 love. 1.1 dev-libs/popt/popt-1.16-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/popt/popt-1.16-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/popt/popt-1.16-r2.ebuild?rev=1.1&content-type=text/plain Index: popt-1.16-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16-r2.ebuild,v 1.1 2014/06/12 19:22:43 mgorny Exp $ EAPI=5 inherit eutils multilib-minimal DESCRIPTION="Parse Options - Command line parser" HOMEPAGE="http://rpm5.org/" SRC_URI="http://rpm5.org/files/popt/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="nls static-libs" RDEPEND="nls? ( virtual/libintl[${MULTILIB_USEDEP}] )" DEPEND="nls? ( sys-devel/gettext )" src_prepare() { epatch "${FILESDIR}"/fix-popt-pkgconfig-libdir.patch #349558 sed -i -e 's:lt-test1:test1:' testit.sh || die } multilib_src_configure() { ECONF_SOURCE=${S} \ econf \ --disable-dependency-tracking \ $(use_enable static-libs static) \ $(use_enable nls) } multilib_src_install_all() { dodoc CHANGES README prune_libtool_files --all }
