From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R24sp-0006SP-0k for garchives@archives.gentoo.org; Fri, 09 Sep 2011 17:28:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D165721C119; Fri, 9 Sep 2011 17:28:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2236821C119 for ; Fri, 9 Sep 2011 17:28:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CCCC1B402B for ; Fri, 9 Sep 2011 17:28:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id BEB672004C; Fri, 9 Sep 2011 17:28:44 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libdvdcss: libdvdcss-1.2.10.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libdvdcss-1.2.10.ebuild ChangeLog X-VCS-Directories: media-libs/libdvdcss X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20110909172844.BEB672004C@flycatcher.gentoo.org> Date: Fri, 9 Sep 2011 17:28:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 512880166e9802a39f6780ebf019bb01 scarabeus 11/09/09 17:28:44 Modified: libdvdcss-1.2.10.ebuild ChangeLog Log: Make static library optional and remove libtool archive. Move to eapi4. =20 (Portage version: 2.2.0_alpha54/cvs/Linux x86_64) Revision Changes Path 1.11 media-libs/libdvdcss/libdvdcss-1.2.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdc= ss/libdvdcss-1.2.10.ebuild?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdc= ss/libdvdcss-1.2.10.ebuild?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdc= ss/libdvdcss-1.2.10.ebuild?r1=3D1.10&r2=3D1.11 Index: libdvdcss-1.2.10.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.10.e= build,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- libdvdcss-1.2.10.ebuild 27 Feb 2011 14:49:17 -0000 1.10 +++ libdvdcss-1.2.10.ebuild 9 Sep 2011 17:28:44 -0000 1.11 @@ -1,6 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.10= .ebuild,v 1.10 2011/02/27 14:49:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.10= .ebuild,v 1.11 2011/09/09 17:28:44 scarabeus Exp $ + +EAPI=3D4 =20 inherit eutils autotools =20 @@ -11,20 +13,19 @@ LICENSE=3D"GPL-2" SLOT=3D"1.2" KEYWORDS=3D"alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-= fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-sola= ris ~x86-solaris" -IUSE=3D"doc" +IUSE=3D"doc static-libs" =20 DEPEND=3D"doc? ( - app-doc/doxygen - virtual/latex-base - dev-tex/xcolor - || ( dev-texlive/texlive-latexextra app-text/ptex ) + app-doc/doxygen + virtual/latex-base + dev-tex/xcolor + || ( dev-texlive/texlive-latexextra app-text/ptex ) )" RDEPEND=3D"" =20 -src_unpack() { - unpack ${A} - cd "${S}" +DOCS=3D( AUTHORS ChangeLog NEWS README ) =20 +src_prepare() { sed -i -e 's:noinst_PROGRAMS:check_PROGRAMS:' \ "${S}"/test/Makefile.am \ || die "unable to disable tests building" @@ -32,22 +33,22 @@ eautoreconf } =20 -src_compile() { +src_configure() { # See bug #98854, requires access to fonts cache for TeX # No need to use addwrite, just set TeX font cache in the sandbox use doc && export VARTEXFONTS=3D"${T}/fonts" =20 econf \ - --enable-static --enable-shared \ - $(use_enable doc) \ - --disable-dependency-tracking || die - emake || die + --enable-shared \ + $(use_enable static-libs static) \ + $(use_enable doc) } =20 src_install() { - emake install DESTDIR=3D"${D}" || die + default + + find "${ED}" -name '*.la' -exec rm -f {} + =20 - dodoc AUTHORS ChangeLog NEWS README use doc && dohtml doc/html/* use doc && dodoc doc/latex/refman.ps } 1.87 media-libs/libdvdcss/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdc= ss/ChangeLog?rev=3D1.87&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdc= ss/ChangeLog?rev=3D1.87&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libdvdc= ss/ChangeLog?r1=3D1.86&r2=3D1.87 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- ChangeLog 27 Feb 2011 14:52:42 -0000 1.86 +++ ChangeLog 9 Sep 2011 17:28:44 -0000 1.87 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libdvdcss # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.86= 2011/02/27 14:52:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/ChangeLog,v 1.87= 2011/09/09 17:28:44 scarabeus Exp $ + + 09 Sep 2011; Tom=C3=A1=C5=A1 Chv=C3=A1tal libdv= dcss-1.2.10.ebuild: + Make static library optional and remove libtool archive. Move to eapi4= . =20 27 Feb 2011; Alexis Ballier -libdvdcss-1.2.9.ebu= ild, -libdvdcss-1.2.9-r1.ebuild, -files/libdvdcss-1.2.9-doc.patch,