diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-02-03 05:42:53 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-02-03 05:42:53 +0000 |
commit | 8ba8f860e4e424359f037cdbecbf82554a1ce540 (patch) | |
tree | 67e3f41543f68fd7fb083e4df945a9594b0008cf /app-admin/cdist | |
parent | version bump (bug #538394) (diff) | |
download | gentoo-2-8ba8f860e4e424359f037cdbecbf82554a1ce540.tar.gz gentoo-2-8ba8f860e4e424359f037cdbecbf82554a1ce540.tar.bz2 gentoo-2-8ba8f860e4e424359f037cdbecbf82554a1ce540.zip |
version bump, remove old (bug #531338)
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
Diffstat (limited to 'app-admin/cdist')
-rw-r--r-- | app-admin/cdist/ChangeLog | 11 | ||||
-rw-r--r-- | app-admin/cdist/cdist-3.0.1.ebuild | 31 | ||||
-rw-r--r-- | app-admin/cdist/cdist-3.0.2.ebuild | 26 | ||||
-rw-r--r-- | app-admin/cdist/cdist-3.0.9.ebuild | 26 | ||||
-rw-r--r-- | app-admin/cdist/cdist-3.1.9.ebuild (renamed from app-admin/cdist/cdist-3.1.2.ebuild) | 4 | ||||
-rw-r--r-- | app-admin/cdist/metadata.xml | 12 |
6 files changed, 17 insertions, 93 deletions
diff --git a/app-admin/cdist/ChangeLog b/app-admin/cdist/ChangeLog index b14738720ddd..04a1afe00dd1 100644 --- a/app-admin/cdist/ChangeLog +++ b/app-admin/cdist/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/cdist -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/ChangeLog,v 1.6 2014/11/25 18:46:07 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/ChangeLog,v 1.7 2015/02/03 05:42:53 yngwin Exp $ + +*cdist-3.1.9 (03 Feb 2015) + + 03 Feb 2015; Ben de Groot <yngwin@gentoo.org> +cdist-3.1.9.ebuild, + -cdist-3.0.1.ebuild, -cdist-3.0.2.ebuild, -cdist-3.0.9.ebuild, + -cdist-3.1.2.ebuild, metadata.xml: + version bump, remove old (bug #531338) 25 Nov 2014; Pacho Ramos <pacho@gentoo.org> cdist-3.1.2.ebuild: Support python 3.4 diff --git a/app-admin/cdist/cdist-3.0.1.ebuild b/app-admin/cdist/cdist-3.0.1.ebuild deleted file mode 100644 index 0b6a0e45e877..000000000000 --- a/app-admin/cdist/cdist-3.0.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.0.1.ebuild,v 1.2 2014/01/26 12:12:33 pinkbyte Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) -inherit distutils-r1 - -DESCRIPTION="A usable configuration management system" -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DOCS=( README ) - -src_prepare() { - rm cdist/conf/.gitignore || die "rm failed" - distutils-r1_src_prepare -} - -src_install() { - if use doc; then - HTML_DOCS=( docs/man/man1/*.html docs/man/man7/*.html ) - fi - distutils-r1_src_install - doman docs/man/man1/*.1 docs/man/man7/*.7 -} diff --git a/app-admin/cdist/cdist-3.0.2.ebuild b/app-admin/cdist/cdist-3.0.2.ebuild deleted file mode 100644 index 8a8dcf190ab6..000000000000 --- a/app-admin/cdist/cdist-3.0.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.0.2.ebuild,v 1.1 2014/01/26 12:12:33 pinkbyte Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) -inherit distutils-r1 - -DESCRIPTION="A usable configuration management system" -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DOCS=( README ) - -python_install_all() { - if use doc; then - HTML_DOCS=( docs/man/man1/*.html docs/man/man7/*.html ) - fi - distutils-r1_python_install_all - doman docs/man/man1/*.1 docs/man/man7/*.7 -} diff --git a/app-admin/cdist/cdist-3.0.9.ebuild b/app-admin/cdist/cdist-3.0.9.ebuild deleted file mode 100644 index d2ee8b223175..000000000000 --- a/app-admin/cdist/cdist-3.0.9.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.0.9.ebuild,v 1.1 2014/02/17 17:56:39 hwoarang Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{3_2,3_3} ) -inherit distutils-r1 - -DESCRIPTION="A usable configuration management system" -HOMEPAGE="http://www.nico.schottelius.org/software/cdist/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -DOCS=( README ) - -python_install_all() { - if use doc; then - HTML_DOCS=( docs/man/man1/*.html docs/man/man7/*.html ) - fi - distutils-r1_python_install_all - doman docs/man/man1/*.1 docs/man/man7/*.7 -} diff --git a/app-admin/cdist/cdist-3.1.2.ebuild b/app-admin/cdist/cdist-3.1.9.ebuild index a512350a0a37..d8e340391255 100644 --- a/app-admin/cdist/cdist-3.1.2.ebuild +++ b/app-admin/cdist/cdist-3.1.9.ebuild @@ -1,6 +1,6 @@ -# 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/app-admin/cdist/cdist-3.1.2.ebuild,v 1.2 2014/11/25 18:46:07 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/cdist/cdist-3.1.9.ebuild,v 1.1 2015/02/03 05:42:53 yngwin Exp $ EAPI=5 PYTHON_COMPAT=( python{3_2,3_3,3_4} ) diff --git a/app-admin/cdist/metadata.xml b/app-admin/cdist/metadata.xml index 6c21904b4e3c..1affe637a829 100644 --- a/app-admin/cdist/metadata.xml +++ b/app-admin/cdist/metadata.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>proxy-maintainers</herd> -<maintainer> -<email>nerve@ipwar.ch</email> -<name>Daniel Heule</name> -<description>Maintainer. Assign bugs to him</description> -</maintainer> + <herd>proxy-maintainers</herd> + <maintainer> + <email>nerve@ipwar.ch</email> + <name>Daniel Heule</name> + <description>Maintainer. Assign bugs to him</description> + </maintainer> </pkgmetadata> |