diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-03-14 03:14:49 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-03-14 03:14:49 +0000 |
commit | 21a067f878afa345833ab510c804917d9d061a88 (patch) | |
tree | d6445f77f5cc21262360589bc16e31715aac95cd /dev-python | |
parent | Bump, now supports LED-backlit displays. Switch back to using polkit instead ... (diff) | |
download | gentoo-2-21a067f878afa345833ab510c804917d9d061a88.tar.gz gentoo-2-21a067f878afa345833ab510c804917d9d061a88.tar.bz2 gentoo-2-21a067f878afa345833ab510c804917d9d061a88.zip |
Fix DESCRIPTION (bug #407837, thanks to Steffen Schaumburg).
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/evince-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/evince-python/evince-python-2.32.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/evince-python/ChangeLog b/dev-python/evince-python/ChangeLog index 1f43352b7f29..23931091316e 100644 --- a/dev-python/evince-python/ChangeLog +++ b/dev-python/evince-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/evince-python -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/evince-python/ChangeLog,v 1.27 2011/03/23 22:12:55 eva Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/evince-python/ChangeLog,v 1.28 2012/03/14 03:14:49 tetromino Exp $ + + 14 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + evince-python-2.32.0.ebuild: + Fix DESCRIPTION (bug #407837, thanks to Steffen Schaumburg). 23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> -evince-python-2.30.2.ebuild: diff --git a/dev-python/evince-python/evince-python-2.32.0.ebuild b/dev-python/evince-python/evince-python-2.32.0.ebuild index 7a7cefb46d04..6fd516df98d4 100644 --- a/dev-python/evince-python/evince-python-2.32.0.ebuild +++ b/dev-python/evince-python/evince-python-2.32.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/evince-python/evince-python-2.32.0.ebuild,v 1.7 2011/03/22 18:55:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/evince-python/evince-python-2.32.0.ebuild,v 1.8 2012/03/14 03:14:49 tetromino Exp $ EAPI="3" GCONF_DEBUG="no" @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="3.*" inherit gnome-python-common -DESCRIPTION="Python bindings for the libwnck library" +DESCRIPTION="Python bindings for Evince" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" |