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 1SKWm4-0006mD-Ed for garchives@archives.gentoo.org; Wed, 18 Apr 2012 15:26:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97CAAE0CE2; Wed, 18 Apr 2012 15:26:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6654EE0CE2 for ; Wed, 18 Apr 2012 15:26:16 +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 C91541B4017 for ; Wed, 18 Apr 2012 15:26:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 816A62004B; Wed, 18 Apr 2012 15:26:14 +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 games-util/nml: nml-0.2.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: nml-0.2.3.ebuild ChangeLog X-VCS-Directories: games-util/nml X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20120418152614.816A62004B@flycatcher.gentoo.org> Date: Wed, 18 Apr 2012 15:26:14 +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: af636b9c-f38e-4573-9d72-2de0438df86f X-Archives-Hash: 58d39a429be23742c8933bf72614aac2 scarabeus 12/04/18 15:26:14 Modified: nml-0.2.3.ebuild ChangeLog Log: Aparently does not build with py3. Fixes bug#412527. Thanks to hendrik<= at>consetetur.de for the patch =20 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64) Revision Changes Path 1.2 games-util/nml/nml-0.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml= -0.2.3.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml= -0.2.3.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/nml= -0.2.3.ebuild?r1=3D1.1&r2=3D1.2 Index: nml-0.2.3.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/games-util/nml/nml-0.2.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nml-0.2.3.ebuild 17 Apr 2012 12:30:22 -0000 1.1 +++ nml-0.2.3.ebuild 18 Apr 2012 15:26:14 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v 1.1= 2012/04/17 12:30:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/nml-0.2.3.ebuild,v 1.2= 2012/04/18 15:26:14 scarabeus Exp $ =20 EAPI=3D4 =20 -PYTHON_DEPEND=3D"*" +PYTHON_DEPEND=3D"2:2.5" =20 inherit distutils =20 @@ -23,3 +23,13 @@ " DEPEND=3D"${RDEPEND}" =20 +DOCS=3D"docs/changelog.txt docs/readme.txt" + +pkg_setup() { + python_set_active_version 2 +} + +src_install() { + distutils_src_install + doman docs/nmlc.1 +} 1.2 games-util/nml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/Cha= ngeLog?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/Cha= ngeLog?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/nml/Cha= ngeLog?r1=3D1.1&r2=3D1.2 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/games-util/nml/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 17 Apr 2012 12:30:22 -0000 1.1 +++ ChangeLog 18 Apr 2012 15:26:14 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for games-util/nml # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.1 2012/0= 4/17 12:30:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.2 2012/0= 4/18 15:26:14 scarabeus Exp $ + + 18 Apr 2012; Tom=C3=A1=C5=A1 Chv=C3=A1tal nml-0= .2.3.ebuild: + Aparently does not build with py3. Fixes bug#412527. Thanks to + hendrikconsetetur.de for the patch =20 *nml-0.2.3 (17 Apr 2012) =20