diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:12:21 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:12:21 +0000 |
commit | 7a5bc613751093c4e37186ab3490a56a99860291 (patch) | |
tree | 003ac89ef976c50df920fad106df76808e9e2ef9 /dev-python/irman-python | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-7a5bc613751093c4e37186ab3490a56a99860291.tar.gz gentoo-2-7a5bc613751093c4e37186ab3490a56a99860291.tar.bz2 gentoo-2-7a5bc613751093c4e37186ab3490a56a99860291.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-python/irman-python')
-rw-r--r-- | dev-python/irman-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/irman-python/irman-python-0.1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/irman-python/ChangeLog b/dev-python/irman-python/ChangeLog index fec6ef9578c8..25ef8a9943cb 100644 --- a/dev-python/irman-python/ChangeLog +++ b/dev-python/irman-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/irman-python -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/ChangeLog,v 1.16 2013/09/05 18:47:03 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/ChangeLog,v 1.17 2014/08/10 21:12:21 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> + irman-python-0.1-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION 05 Sep 2013; Michał Górny <mgorny@gentoo.org> irman-python-0.1-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/irman-python/irman-python-0.1-r1.ebuild b/dev-python/irman-python/irman-python-0.1-r1.ebuild index 90d5405d4bae..59a6412fb5b5 100644 --- a/dev-python/irman-python/irman-python-0.1-r1.ebuild +++ b/dev-python/irman-python/irman-python-0.1-r1.ebuild @@ -1,13 +1,13 @@ -# 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/irman-python/irman-python-0.1-r1.ebuild,v 1.2 2013/09/05 18:47:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/irman-python/irman-python-0.1-r1.ebuild,v 1.3 2014/08/10 21:12:21 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 -DESCRIPTION="A minimal set of Python bindings for libirman." +DESCRIPTION="A minimal set of Python bindings for libirman" HOMEPAGE="http://bluweb.com/chouser/proj/irman-python/" SRC_URI="http://bluweb.com/chouser/proj/${PN}/${P}.tar.gz" |