idella4 14/12/08 11:41:55 Modified: ChangeLog Added: setconf-0.6.4.ebuild Removed: setconf-0.6.3.ebuild setconf-0.6.2.ebuild Log: bump; rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.8 dev-util/setconf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 2 Nov 2014 04:17:33 -0000 1.7 +++ ChangeLog 8 Dec 2014 11:41:55 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for dev-util/setconf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.7 2014/11/02 04:17:33 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.8 2014/12/08 11:41:55 idella4 Exp $ + +*setconf-0.6.4 (08 Dec 2014) + + 08 Dec 2014; Ian Delaney <[email protected]> +setconf-0.6.4.ebuild, + -setconf-0.6.2.ebuild, -setconf-0.6.3.ebuild: + bump; rm old *setconf-0.6.3 (02 Nov 2014) 1.1 dev-util/setconf/setconf-0.6.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/setconf-0.6.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/setconf-0.6.4.ebuild?rev=1.1&content-type=text/plain Index: setconf-0.6.4.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.4.ebuild,v 1.1 2014/12/08 11:41:55 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_{3,4}} ) inherit python-single-r1 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=${PYTHON_DEPS} # "REQUIRED_USE is needed to have a (un-)nice error when someone disabled all of python3" -mgorny REQUIRED_USE=${PYTHON_REQUIRED_USE} pkg_setup() { python-single-r1_pkg_setup } src_unpack() { unpack ${A} cd "${S}" unpack ./${PN}.1.gz } src_prepare() { python_fix_shebang ${PN}.py #462326 } src_install() { dobin ${PN}.py ln -s ${PN}.py "${ED}"/usr/bin/${PN} doman ${PN}.1 }
