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 1P6vNJ-0007nW-B4 for garchives@archives.gentoo.org; Sat, 16 Oct 2010 01:15:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C913E083E; Sat, 16 Oct 2010 01:15:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0A433E083E for ; Sat, 16 Oct 2010 01:15:52 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 779BA1B4062 for ; Sat, 16 Oct 2010 01:15:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 136202004C; Sat, 16 Oct 2010 01:15:50 +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 media-video/vlc: vlc-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: vlc-9999.ebuild ChangeLog X-VCS-Directories: media-video/vlc X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: <20101016011550.136202004C@flycatcher.gentoo.org> Date: Sat, 16 Oct 2010 01:15:50 +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: 446e6258-566b-48c4-bd41-523d26f0ae9e X-Archives-Hash: 70ac70286e68e335dfbfdda9c003fa8a aballier 10/10/16 01:15:50 Modified: vlc-9999.ebuild ChangeLog Log: Remove useless code and simplify doc handling =20 (Portage version: 2.2_rc96/cvs/Linux x86_64) Revision Changes Path 1.97 media-video/vlc/vlc-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vl= c-9999.ebuild?rev=3D1.97&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vl= c-9999.ebuild?rev=3D1.97&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vl= c-9999.ebuild?r1=3D1.96&r2=3D1.97 Index: vlc-9999.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-video/vlc/vlc-9999.ebuild,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- vlc-9999.ebuild 15 Oct 2010 21:43:36 -0000 1.96 +++ vlc-9999.ebuild 16 Oct 2010 01:15:49 -0000 1.97 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.9= 6 2010/10/15 21:43:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.9= 7 2010/10/16 01:15:49 aballier Exp $ =20 EAPI=3D"3" =20 @@ -216,6 +216,7 @@ use x86 && filter-flags -fforce-addr =20 econf \ + --docdir=3D/usr/share/doc/${PF} \ $(use_enable a52) \ $(use_enable aalib aa) \ $(use_enable aac faad) \ @@ -328,11 +329,6 @@ dodoc AUTHORS HACKING THANKS NEWS README \ doc/fortunes.txt doc/intf-vcd.txt =20 - rm -rf "${D}/usr/share/doc/vlc" \ - "${D}"/usr/share/vlc/vlc{16x16,32x32,48x48,128x128}.{png,xpm,ico} - - use skins || rm -rf "${D}/usr/share/vlc/skins2" - # Punt useless libtool's .la files find "${D}" -name '*.la' -delete } 1.635 media-video/vlc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/Ch= angeLog?rev=3D1.635&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/Ch= angeLog?rev=3D1.635&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/Ch= angeLog?r1=3D1.634&r2=3D1.635 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-video/vlc/ChangeLog,v retrieving revision 1.634 retrieving revision 1.635 diff -u -r1.634 -r1.635 --- ChangeLog 15 Oct 2010 21:43:36 -0000 1.634 +++ ChangeLog 16 Oct 2010 01:15:49 -0000 1.635 @@ -1,6 +1,9 @@ # ChangeLog for media-video/vlc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.634 201= 0/10/15 21:43:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.635 201= 0/10/16 01:15:49 aballier Exp $ + + 16 Oct 2010; Alexis Ballier vlc-9999.ebuild: + Remove useless code and simplify doc handling =20 15 Oct 2010; Alexis Ballier vlc-9999.ebuild: nsplugin is gone to a separate repository now, see