summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-07-11 00:47:28 +0000
committerIan Delaney <idella4@gentoo.org>2015-07-11 00:47:28 +0000
commitf581ddd54057f713fd5ed0f182524fb3014756d2 (patch)
tree6fb4e75b476d0893d3392968d646f0941d2e344c /dev-util
parentLinux patch 4.1.2 (diff)
downloadgentoo-2-f581ddd54057f713fd5ed0f182524fb3014756d2.tar.gz
gentoo-2-f581ddd54057f713fd5ed0f182524fb3014756d2.tar.bz2
gentoo-2-f581ddd54057f713fd5ed0f182524fb3014756d2.zip
bump one rm one
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/setconf/ChangeLog8
-rw-r--r--dev-util/setconf/setconf-0.6.7.ebuild (renamed from dev-util/setconf/setconf-0.6.4.ebuild)10
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-util/setconf/ChangeLog b/dev-util/setconf/ChangeLog
index 22284e098717..25a2d641c59c 100644
--- a/dev-util/setconf/ChangeLog
+++ b/dev-util/setconf/ChangeLog
@@ -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 <idella4@gentoo.org> +setconf-0.6.7.ebuild,
+ -setconf-0.6.4.ebuild:
+ bump one rm one
*setconf-0.6.6 (17 Mar 2015)
diff --git a/dev-util/setconf/setconf-0.6.4.ebuild b/dev-util/setconf/setconf-0.6.7.ebuild
index c41caede66fa..d612d36078dd 100644
--- a/dev-util/setconf/setconf-0.6.4.ebuild
+++ b/dev-util/setconf/setconf-0.6.7.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.4.ebuild,v 1.1 2014/12/08 11:41:55 idella4 Exp $
+# $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 that can be used to change configuration files"
+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"
@@ -35,7 +35,7 @@ src_prepare() {
}
src_install() {
- dobin ${PN}.py
- ln -s ${PN}.py "${ED}"/usr/bin/${PN}
+ python_doscript ${PN}.py
+ dosym ${PN}.py /usr/bin/${PN}
doman ${PN}.1
}