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 80BAF138AED for ; Mon, 18 Feb 2013 19:14:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09A5521C027; Mon, 18 Feb 2013 19:14:50 +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 83B3721C027 for ; Mon, 18 Feb 2013 19:14:49 +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 5195333DC27 for ; Mon, 18 Feb 2013 19:14:48 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id 10D482171D; Mon, 18 Feb 2013 19:14:47 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/mini-xml: mini-xml-2.7-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mini-xml-2.7-r1.ebuild ChangeLog X-VCS-Directories: dev-libs/mini-xml X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130218191447.10D482171D@flycatcher.gentoo.org> Date: Mon, 18 Feb 2013 19:14:47 +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: e3d1c7d1-1351-41df-af3d-2becf3f56cac X-Archives-Hash: 823d4d5e853ecb04ca0f17a7ec9a1b81 hwoarang 13/02/18 19:14:46 Modified: ChangeLog Added: mini-xml-2.7-r1.ebuild Log: Add static-libs useflag. Bug #457730. Thanks to Rüpel (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2) Revision Changes Path 1.25 dev-libs/mini-xml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mini-xml/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mini-xml/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mini-xml/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/mini-xml/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 15 Feb 2013 19:05:45 -0000 1.24 +++ ChangeLog 18 Feb 2013 19:14:46 -0000 1.25 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/mini-xml # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mini-xml/ChangeLog,v 1.24 2013/02/15 19:05:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mini-xml/ChangeLog,v 1.25 2013/02/18 19:14:46 hwoarang Exp $ + +*mini-xml-2.7-r1 (18 Feb 2013) + + 18 Feb 2013; Markos Chandras +mini-xml-2.7-r1.ebuild: + Add static-libs useflag. Bug #457730. Thanks to Rüpel 15 Feb 2013; Agostino Sarubbo mini-xml-2.7.ebuild: Stable for x86, wrt bug #456548 1.1 dev-libs/mini-xml/mini-xml-2.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mini-xml/mini-xml-2.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mini-xml/mini-xml-2.7-r1.ebuild?rev=1.1&content-type=text/plain Index: mini-xml-2.7-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/mini-xml/mini-xml-2.7-r1.ebuild,v 1.1 2013/02/18 19:14:46 hwoarang Exp $ EAPI=4 inherit autotools multilib MY_P="${P/mini-xml/mxml}" DESCRIPTION="Small XML parsing library to read XML and XML-like data files" HOMEPAGE="http://www.minixml.org/" SRC_URI="mirror://easysw/mxml/${PV}/${MY_P}.tar.gz" LICENSE="Mini-XML" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="threads static-libs" DEPEND="virtual/pkgconfig" RDEPEND="" S="${WORKDIR}/${MY_P}" src_prepare() { sed -i -e "s:755 -s:755:" Makefile.in || die "sed failed" sed -i "/^TARGETS/s: testmxml::" Makefile.in || die "sed failed" sed -i -e 's:$(DSO) $(DSOFLAGS) -o libmxml.so.1.5 $(LIBOBJS):$(DSO) $(DSOFLAGS) $(LDFLAGS) -o libmxml.so.1.5 $(LIBOBJS):' \ Makefile.in || die "sed failed" sed -i -e 's:OPTIM="-Os -g":OPTIM="":' configure.in || die "sed failed" rm configure # eautoreconf eautoconf } src_configure() { econf \ --enable-shared \ --libdir="/usr/$(get_libdir)" \ --with-docdir="/usr/share/doc/${PF}/html" \ $(use_enable threads) } src_compile() { emake libmxml.so.1.5 mxmldoc doc/mxml.man || die "make failed" } src_install() { emake DSTROOT="${D}" install || die "install failed" if ! use static-libs; then rm -vf "${ED}"/usr/$(get_libdir)/libmxml.a || die fi dodoc ANNOUNCEMENT CHANGES README rm "${D}/usr/share/doc/${PF}/html/"{CHANGES,COPYING,README} } src_test() { emake testmxml || die "make testmxml failed" }