ssuominen 14/03/29 09:24:42 Modified: ChangeLog Added: setconf-0.6.2.ebuild Log: Version bump. Use python 3.x exclusively wrt #462326 by James Rowe (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 dev-util/setconf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 16 Mar 2013 18:51:02 -0000 1.1 +++ ChangeLog 29 Mar 2014 09:24:42 -0000 1.2 @@ -1,9 +1,13 @@ # ChangeLog for dev-util/setconf -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.1 2013/03/16 18:51:02 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.2 2014/03/29 09:24:42 ssuominen Exp $ + +*setconf-0.6.2 (29 Mar 2014) + + 29 Mar 2014; Samuli Suominen <[email protected]> +setconf-0.6.2.ebuild: + Version bump. Use python 3.x exclusively wrt #462326 by James Rowe *setconf-0.5.3 (16 Mar 2013) 16 Mar 2013; Samuli Suominen <[email protected]> +setconf-0.5.3.ebuild: Initial commit. - 1.1 dev-util/setconf/setconf-0.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild?rev=1.1&content-type=text/plain Index: setconf-0.6.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/setconf-0.6.2.ebuild,v 1.1 2014/03/29 09:24:42 ssuominen Exp $ EAPI=5 DESCRIPTION="A small python based utility that can be used to change configuration files" HOMEPAGE="http://setconf.roboticoverlords.org/" SRC_URI="http://${PN}.roboticoverlords.org/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="=dev-lang/python-3*" src_unpack() { unpack ${A} cd "${S}" unpack ./${PN}.1.gz } src_prepare() { sed -i -e 's:/usr/bin/python:/usr/bin/python3:' ${PN}.py || die #462326 } src_install() { dobin ${PN}.py ln -s ${PN}.py "${ED}"/usr/bin/${PN} doman ${PN}.1 }
