patrick     15/03/17 04:15:56

  Modified:             ChangeLog
  Added:                setconf-0.6.6.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  dev-util/setconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   8 Dec 2014 11:41:55 -0000       1.8
+++ ChangeLog   17 Mar 2015 04:15:56 -0000      1.9
@@ -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.8 2014/12/08 
11:41:55 idella4 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.9 2015/03/17 
04:15:56 patrick Exp $
+
+*setconf-0.6.6 (17 Mar 2015)
+
+  17 Mar 2015; Patrick Lauer <[email protected]> +setconf-0.6.6.ebuild:
+  Bump
 
 *setconf-0.6.4 (08 Dec 2014)
 



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

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

Index: setconf-0.6.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/setconf-0.6.6.ebuild,v 1.1 
2015/03/17 04:15:56 patrick 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