From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cunit: cunit-2.1_p2-r1.ebuild ChangeLog
Date: Fri, 13 Jun 2014 08:21:23 +0000 (UTC) [thread overview]
Message-ID: <20140613082123.67F242004E@flycatcher.gentoo.org> (raw)
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 <mgorny@gentoo.org> +cunit-2.1_p2-r1.ebuild:
+ Enable multilib support, needed for media-libs/libmetalink.
09 Oct 2013; Julian Ospald <hasufell@gentoo.org> 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
}
next reply other threads:[~2014-06-13 8:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-13 8:21 Michal Gorny (mgorny) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-06-18 19:21 [gentoo-commits] gentoo-x86 commit in dev-util/cunit: cunit-2.1_p2-r1.ebuild ChangeLog Michal Gorny (mgorny)
2014-12-17 23:25 Jeroen Roovers (jer)
2015-02-25 10:26 Pacho Ramos (pacho)
2015-05-15 17:25 Mikle Kolyada (zlogene)
2015-06-17 18:14 Mike Frysinger (vapier)
2015-07-15 14:51 Tobias Klausmann (klausman)
2015-07-22 16:06 Mikle Kolyada (zlogene)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140613082123.67F242004E@flycatcher.gentoo.org \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox