prometheanfire    15/02/04 04:12:58

  Modified:             ChangeLog
  Added:                python-augeas-0.5.0.ebuild
  Log:
  bumping for bug 538292
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.12                 dev-python/python-augeas/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-augeas/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   2 Feb 2015 01:45:42 -0000       1.11
+++ ChangeLog   4 Feb 2015 04:12:58 -0000       1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-augeas
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.11 
2015/02/02 01:45:42 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.12 
2015/02/04 04:12:58 prometheanfire Exp $
+
+*python-augeas-0.5.0 (04 Feb 2015)
+
+  04 Feb 2015; Matthew Thode <prometheanf...@gentoo.org>
+  +python-augeas-0.5.0.ebuild:
+  bumping for bug 538292
 
   02 Feb 2015; Manuel RĂ¼ger <mr...@gentoo.org> -python-augeas-0.4.0.ebuild:
   Remove old.



1.1                  dev-python/python-augeas/python-augeas-0.5.0.ebuild

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

Index: python-augeas-0.5.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.5.0.ebuild,v 
1.1 2015/02/04 04:12:58 prometheanfire Exp $

EAPI=5

PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Python bindings for Augeas"
HOMEPAGE="http://augeas.net/";
SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="app-admin/augeas"
RDEPEND="${DEPEND}"

DOCS="AUTHORS README.txt"

python_test() {
        cd test || die
        "${PYTHON}" test_augeas.py || die
}




Reply via email to