diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2014-01-21 12:12:00 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2014-01-21 12:12:00 +0000 |
commit | 2361e178eb81e3e38961f116a058118d8a2d04bd (patch) | |
tree | 329f4692e1edf30aa8bb32c3d9e99832e731fc21 /dev-python/python-augeas | |
parent | sys-fs/squashfs-tools: Version bump, following Fedora, #479904 (diff) | |
download | gentoo-2-2361e178eb81e3e38961f116a058118d8a2d04bd.tar.gz gentoo-2-2361e178eb81e3e38961f116a058118d8a2d04bd.tar.bz2 gentoo-2-2361e178eb81e3e38961f116a058118d8a2d04bd.zip |
fix invalid DOCS thx to @angry_vincent
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'dev-python/python-augeas')
-rw-r--r-- | dev-python/python-augeas/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/python-augeas/ChangeLog b/dev-python/python-augeas/ChangeLog index c3ec7b51f1ea..b90e2a6d11cb 100644 --- a/dev-python/python-augeas/ChangeLog +++ b/dev-python/python-augeas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-augeas -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.7 2013/12/18 07:59:59 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/ChangeLog,v 1.8 2014/01/21 12:12:00 ultrabug Exp $ + + 21 Jan 2014; Ultrabug <ultrabug@gentoo.org> + python-augeas-0.4.2_pre131218.ebuild: + fix invalid DOCS thx to @angry_vincent *python-augeas-0.4.2_pre131218 (18 Dec 2013) diff --git a/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild b/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild index 3afa453712e3..af78c15fa11c 100644 --- a/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild +++ b/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.4.2_pre131218.ebuild,v 1.1 2013/12/18 07:59:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-augeas/python-augeas-0.4.2_pre131218.ebuild,v 1.2 2014/01/21 12:12:00 ultrabug Exp $ EAPI=5 @@ -21,7 +21,7 @@ IUSE="" DEPEND="app-admin/augeas" RDEPEND="${DEPEND}" -DOCS="AUTHORS README.txt PKG-INFO" +DOCS="AUTHORS README.txt" PYTHON_MODNAME="augeas.py" python_test() { |