public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/cdist: metadata.xml cdist-3.1.9.ebuild ChangeLog cdist-3.1.2.ebuild cdist-3.0.1.ebuild cdist-3.0.2.ebuild cdist-3.0.9.ebuild
@ 2015-02-03  5:42 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2015-02-03  5:42 UTC (permalink / raw
  To: gentoo-commits

yngwin      15/02/03 05:42:53

  Modified:             metadata.xml ChangeLog
  Added:                cdist-3.1.9.ebuild
  Removed:              cdist-3.1.2.ebuild cdist-3.0.1.ebuild
                        cdist-3.0.2.ebuild cdist-3.0.9.ebuild
  Log:
  version bump, remove old (bug #531338)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.2                  app-admin/cdist/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/cdist/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	9 Jan 2014 21:16:10 -0000	1.1
+++ metadata.xml	3 Feb 2015 05:42:53 -0000	1.2
@@ -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>



1.7                  app-admin/cdist/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/cdist/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	25 Nov 2014 18:46:07 -0000	1.6
+++ ChangeLog	3 Feb 2015 05:42:53 -0000	1.7
@@ -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



1.1                  app-admin/cdist/cdist-3.1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/cdist-3.1.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cdist/cdist-3.1.9.ebuild?rev=1.1&content-type=text/plain

Index: cdist-3.1.9.ebuild
===================================================================
# 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.9.ebuild,v 1.1 2015/02/03 05:42:53 yngwin Exp $

EAPI=5
PYTHON_COMPAT=( python{3_2,3_3,3_4} )
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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-03  5:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-03  5:42 [gentoo-commits] gentoo-x86 commit in app-admin/cdist: metadata.xml cdist-3.1.9.ebuild ChangeLog cdist-3.1.2.ebuild cdist-3.0.1.ebuild cdist-3.0.2.ebuild cdist-3.0.9.ebuild Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox