diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-12-08 11:41:55 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-12-08 11:41:55 +0000 |
commit | f7f532986655b2cbc6abeaaf9a2af72ba2b03a45 (patch) | |
tree | 9ce71a48b7a6ca93f53b0c3bb0639df62174cdc3 /dev-util | |
parent | Prepend EPREFIX to get_udevdir. (diff) | |
download | gentoo-2-f7f532986655b2cbc6abeaaf9a2af72ba2b03a45.tar.gz gentoo-2-f7f532986655b2cbc6abeaaf9a2af72ba2b03a45.tar.bz2 gentoo-2-f7f532986655b2cbc6abeaaf9a2af72ba2b03a45.zip |
bump; rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/setconf/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/setconf/setconf-0.6.2.ebuild | 41 | ||||
-rw-r--r-- | dev-util/setconf/setconf-0.6.4.ebuild (renamed from dev-util/setconf/setconf-0.6.3.ebuild) | 2 |
3 files changed, 8 insertions, 43 deletions
diff --git a/dev-util/setconf/ChangeLog b/dev-util/setconf/ChangeLog index b6d6da3baf68..35ebefe206df 100644 --- a/dev-util/setconf/ChangeLog +++ b/dev-util/setconf/ChangeLog @@ -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 <idella4@gentoo.org> +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) diff --git a/dev-util/setconf/setconf-0.6.2.ebuild b/dev-util/setconf/setconf-0.6.2.ebuild deleted file mode 100644 index aea8b082e6f3..000000000000 --- a/dev-util/setconf/setconf-0.6.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.2.ebuild,v 1.4 2014/03/29 15:08:53 floppym Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{2,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 -} diff --git a/dev-util/setconf/setconf-0.6.3.ebuild b/dev-util/setconf/setconf-0.6.4.ebuild index 7e3a841e5621..c41caede66fa 100644 --- a/dev-util/setconf/setconf-0.6.3.ebuild +++ b/dev-util/setconf/setconf-0.6.4.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $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}} ) |