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 5E2C2138010 for ; Mon, 3 Sep 2012 17:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6F2421C097; Mon, 3 Sep 2012 17:11:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A3A3821C097 for ; Mon, 3 Sep 2012 17:11:07 +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 DBE2433D7A3 for ; Mon, 3 Sep 2012 17:11:06 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 9A08F21126; Mon, 3 Sep 2012 17:11:05 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lash: lash-0.5.4-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lash-0.5.4-r1.ebuild ChangeLog X-VCS-Directories: media-sound/lash X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120903171105.9A08F21126@flycatcher.gentoo.org> Date: Mon, 3 Sep 2012 17:11:05 +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: b8993ffd-b090-402a-a957-506d0e1f4050 X-Archives-Hash: de4b0ce75ddd0199d83ee12ccf0850b3 ssuominen 12/09/03 17:11:05 Modified: lash-0.5.4-r1.ebuild ChangeLog Log: Various fixes, see ChangeLog (Portage version: 2.2.0_alpha124/cvs/Linux x86_64) Revision Changes Path 1.17 media-sound/lash/lash-0.5.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild?r1=1.16&r2=1.17 Index: lash-0.5.4-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- lash-0.5.4-r1.ebuild 3 Sep 2012 17:05:05 -0000 1.16 +++ lash-0.5.4-r1.ebuild 3 Sep 2012 17:11:05 -0000 1.17 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.16 2012/09/03 17:05:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/lash-0.5.4-r1.ebuild,v 1.17 2012/09/03 17:11:05 ssuominen Exp $ EAPI=4 @@ -68,3 +68,11 @@ dohtml docs/lash-manual-html-*/lash-manual.html prune_libtool_files --all # --all for _lash.la in python directory } + +pkg_postinst() { + use python && python_mod_optimize lash.py +} + +pkg_postrm() { + use python && python_mod_cleanup lash.py +} 1.38 media-sound/lash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/lash/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 3 Sep 2012 17:05:05 -0000 1.37 +++ ChangeLog 3 Sep 2012 17:11:05 -0000 1.38 @@ -1,14 +1,14 @@ # ChangeLog for media-sound/lash # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.37 2012/09/03 17:05:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/lash/ChangeLog,v 1.38 2012/09/03 17:11:05 ssuominen Exp $ 03 Sep 2012; Samuli Suominen lash-0.5.4-r1.ebuild: - Install the pregenerated lash-manual.html - - 03 Sep 2012; Samuli Suominen lash-0.5.4-r1.ebuild: - Fix building with latest texi2html wrt #422045. Use prune_libtool_files with - --all argument because we always want _lash.la from python directory removed. - Pull in correct Python 2.x version with python.eclass and PYTHON_DEPEND. + Fix building with latest texi2html wrt #422045 but use the pregenerated + lash-manual.html instead. Thanks to Diego Elio Pettenò for reporting. + Use prune_libtool_files with --all argument because we always want _lash.la + from python directory removed. + Fix python.eclass usage wrt #313955 by Arfrever Frehtes Taifersar Arahesis + and Ian Delaney. 05 May 2012; Michał Górny lash-0.5.4-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig