From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 403AB1381F3 for ; Sat, 10 Aug 2013 13:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 028B1E0B48; Sat, 10 Aug 2013 13:41:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79FC3E0B48 for ; Sat, 10 Aug 2013 13:41:24 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B73833EB81 for ; Sat, 10 Aug 2013 13:41:23 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 0F77A2171C; Sat, 10 Aug 2013 13:41:21 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/attr: ChangeLog attr-2.4.47-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog attr-2.4.47-r1.ebuild X-VCS-Directories: sys-apps/attr X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130810134122.0F77A2171C@flycatcher.gentoo.org> Date: Sat, 10 Aug 2013 13:41:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a74196d8-8dce-48bf-acac-96b99a397bcc X-Archives-Hash: e430f5cc0c3fc2cd41f7c05723810cdc aballier 13/08/10 13:41:21 Modified: ChangeLog Added: attr-2.4.47-r1.ebuild Log: Convert to multilib, bug #479310 (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.156 sys-apps/attr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/attr/ChangeLog?rev=1.156&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/attr/ChangeLog?rev=1.156&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/attr/ChangeLog?r1=1.155&r2=1.156 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v retrieving revision 1.155 retrieving revision 1.156 diff -u -r1.155 -r1.156 --- ChangeLog 10 Aug 2013 12:50:12 -0000 1.155 +++ ChangeLog 10 Aug 2013 13:41:21 -0000 1.156 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/attr # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.155 2013/08/10 12:50:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.156 2013/08/10 13:41:21 aballier Exp $ + +*attr-2.4.47-r1 (10 Aug 2013) + + 10 Aug 2013; Alexis Ballier +attr-2.4.47-r1.ebuild: + Convert to multilib, bug #479310 10 Aug 2013; Agostino Sarubbo attr-2.4.46-r2.ebuild: Stable for ppc, wrt bug #470570 1.1 sys-apps/attr/attr-2.4.47-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild?rev=1.1&content-type=text/plain Index: attr-2.4.47-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.47-r1.ebuild,v 1.1 2013/08/10 13:41:21 aballier Exp $ EAPI="4" inherit eutils toolchain-funcs multilib-minimal DESCRIPTION="Extended attributes tools" HOMEPAGE="http://savannah.nongnu.org/projects/attr" SRC_URI="mirror://nongnu/${PN}/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="nls static-libs" DEPEND="nls? ( sys-devel/gettext ) sys-devel/autoconf" RDEPEND="" src_prepare() { sed -i \ -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \ -e '/HAVE_ZIPPED_MANPAGES/s:=.*:=false:' \ include/builddefs.in \ || die strip-linguas -u po multilib_copy_sources # https://savannah.nongnu.org/bugs/index.php?39736 } multilib_src_configure() { unset PLATFORM #184564 export OPTIMIZER=${CFLAGS} export DEBUG=-DNDEBUG econf \ $(use_enable nls gettext) \ --enable-shared $(use_enable static-libs static) \ --libexecdir="${EPREFIX}"/usr/$(get_libdir) \ --bindir="${EPREFIX}"/bin } multilib_src_compile() { emake $(multilib_is_native_abi || echo TOOL_SUBDIRS=) } multilib_src_install() { emake \ $(multilib_is_native_abi || echo TOOL_SUBDIRS=) \ DIST_ROOT="${D}" \ install install-lib install-dev # we install attr into /bin, so we need the shared lib with it multilib_is_native_abi && gen_usr_ldscript -a attr } multilib_src_install_all() { use static-libs || find "${ED}" -name '*.la' -delete # the man-pages packages provides the man2 files rm -r "${ED}"/usr/share/man/man2 || die }