idella4     15/07/11 00:47:28

  Modified:             ChangeLog
  Added:                setconf-0.6.7.ebuild
  Removed:              setconf-0.6.4.ebuild
  Log:
  bump one rm one
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.10                 dev-util/setconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   17 Mar 2015 04:15:56 -0000      1.9
+++ ChangeLog   11 Jul 2015 00:47:28 -0000      1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/setconf
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/setconf/ChangeLog,v 1.10 
2015/07/11 00:47:28 idella4 Exp $
+
+*setconf-0.6.7 (11 Jul 2015)
+
+  11 Jul 2015; Ian Delaney <idel...@gentoo.org> +setconf-0.6.7.ebuild,
+  -setconf-0.6.4.ebuild:
+  bump one rm one
 
 *setconf-0.6.6 (17 Mar 2015)
 



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

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

Index: setconf-0.6.7.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.7.ebuild,v 1.1 
2015/07/11 00:47:28 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_{3,4}} )
inherit python-single-r1

DESCRIPTION="A small python based utility 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() {
        python_doscript ${PN}.py
        dosym ${PN}.py /usr/bin/${PN}
        doman ${PN}.1
}




Reply via email to