diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:17:49 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:17:49 +0000 |
commit | 15385aca27a2e06aa52e75fe11816cc85364b0b6 (patch) | |
tree | 0e0d6bbed675cdc09d0903de76f50df0f3042e68 /dev-python/pyscard | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-15385aca27a2e06aa52e75fe11816cc85364b0b6.tar.gz gentoo-2-15385aca27a2e06aa52e75fe11816cc85364b0b6.tar.bz2 gentoo-2-15385aca27a2e06aa52e75fe11816cc85364b0b6.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/pyscard')
-rw-r--r-- | dev-python/pyscard/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pyscard/pyscard-1.6.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pyscard/ChangeLog b/dev-python/pyscard/ChangeLog index 927a12b4c463..7dc01ddc1bd1 100644 --- a/dev-python/pyscard/ChangeLog +++ b/dev-python/pyscard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyscard -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v 1.3 2012/12/21 23:06:33 alonbl Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v 1.4 2014/08/10 21:17:49 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> pyscard-1.6.12.ebuild: + QA: drop trailing '.' from DESCRIPTION 21 Dec 2012; Alon Bar-Lev <alonbl@gentoo.org> pyscard-1.6.12.ebuild: Add swig dependency, per bug#415301, thanks to Kristian diff --git a/dev-python/pyscard/pyscard-1.6.12.ebuild b/dev-python/pyscard/pyscard-1.6.12.ebuild index d30b68b994a9..db6a35fa9bf9 100644 --- a/dev-python/pyscard/pyscard-1.6.12.ebuild +++ b/dev-python/pyscard/pyscard-1.6.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/pyscard/pyscard-1.6.12.ebuild,v 1.3 2012/12/21 23:06:33 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/pyscard-1.6.12.ebuild,v 1.4 2014/08/10 21:17:49 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -9,7 +9,7 @@ RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils -DESCRIPTION="pyscard is a python module adding smart cards support to python." +DESCRIPTION="pyscard is a python module adding smart cards support to python" HOMEPAGE="http://pyscard.sourceforge.net/ http://pypi.python.org/pypi/pyscard" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" |