idella4     14/11/02 04:17:33

  Modified:             ChangeLog
  Added:                setconf-0.6.3.ebuild
  Log:
  bump; drop py3.2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.7                  dev-util/setconf/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   29 Mar 2014 15:08:53 -0000      1.6
+++ ChangeLog   2 Nov 2014 04:17:33 -0000       1.7
@@ -1,6 +1,11 @@
 # 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.6 2014/03/29 
15:08:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.7 2014/11/02 
04:17:33 idella4 Exp $
+
+*setconf-0.6.3 (02 Nov 2014)
+
+  02 Nov 2014; Ian Delaney <[email protected]> +setconf-0.6.3.ebuild:
+  bump; drop py3.2
 
   29 Mar 2014; Mike Gilbert <[email protected]> setconf-0.6.2.ebuild:
   Add python2.7.



1.1                  dev-util/setconf/setconf-0.6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/setconf-0.6.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/setconf/setconf-0.6.3.ebuild?rev=1.1&content-type=text/plain

Index: setconf-0.6.3.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.3.ebuild,v 1.1 
2014/11/02 04:17:33 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
}




Reply via email to