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 14BD11387FD for ; Fri, 13 Jun 2014 08:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85298E0807; Fri, 13 Jun 2014 08:21:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0690EE0807 for ; Fri, 13 Jun 2014 08:21:26 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9C72340118 for ; Fri, 13 Jun 2014 08:21:25 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id 67F242004E; Fri, 13 Jun 2014 08:21:23 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cunit: cunit-2.1_p2-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cunit-2.1_p2-r1.ebuild ChangeLog X-VCS-Directories: dev-util/cunit X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140613082123.67F242004E@flycatcher.gentoo.org> Date: Fri, 13 Jun 2014 08:21:23 +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: a2bbe7a0-5cae-4fec-ad7d-9c0c39550aba X-Archives-Hash: 4a7aee1837b099f859fc96f8d3f74d3d mgorny 14/06/13 08:21:23 Modified: ChangeLog Added: cunit-2.1_p2-r1.ebuild Log: Enable multilib support, needed for media-libs/libmetalink. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.40 dev-util/cunit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 9 Oct 2013 19:44:40 -0000 1.39 +++ ChangeLog 13 Jun 2014 08:21:23 -0000 1.40 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cunit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.39 2013/10/09 19:44:40 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/ChangeLog,v 1.40 2014/06/13 08:21:23 mgorny Exp $ + +*cunit-2.1_p2-r1 (13 Jun 2014) + + 13 Jun 2014; Michał Górny +cunit-2.1_p2-r1.ebuild: + Enable multilib support, needed for media-libs/libmetalink. 09 Oct 2013; Julian Ospald cunit-2.1_p2.ebuild: link to ncurses explicitly to avoid breaking reverse deps 1.1 dev-util/cunit/cunit-2.1_p2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cunit/cunit-2.1_p2-r1.ebuild?rev=1.1&content-type=text/plain Index: cunit-2.1_p2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/cunit/cunit-2.1_p2-r1.ebuild,v 1.1 2014/06/13 08:21:23 mgorny Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib-minimal toolchain-funcs MY_PN='CUnit' MY_PV="${PV/_p*}-2" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="CUnit - C Unit Test Framework" SRC_URI="mirror://sourceforge/cunit/${MY_P}-src.tar.bz2" HOMEPAGE="http://cunit.sourceforge.net" SLOT="0" LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="ncurses static-libs" RDEPEND="ncurses? ( sys-libs/ncurses[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} DOCS=( AUTHORS NEWS README ChangeLog ) src_prepare() { sed -e "/^docdir/d" -i doc/Makefile.am || die sed -e '/^dochdrdir/{s:$(prefix)/doc/@PACKAGE@:$(docdir):}' \ -i doc/headers/Makefile.am || die sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die eautoreconf append-cppflags -D_BSD_SOURCE # unable to find headers otherwise multilib_copy_sources } multilib_src_configure() { local LIBS=${LIBS} append-libs $($(tc-getPKG_CONFIG) --libs ncurses) econf \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable static-libs static) \ --disable-debug \ $(use_enable ncurses curses) } multilib_src_install_all() { einstalldocs prune_libtool_files }