alonbl 14/12/25 23:44:26 Modified: ChangeLog Added: pyscard-1.6.16.ebuild Removed: pyscard-1.6.12.ebuild pyscard-1.6.12-r1.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path 1.6 dev-python/pyscard/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyscard/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyscard/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyscard/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 25 Dec 2014 23:35:39 -0000 1.5 +++ ChangeLog 25 Dec 2014 23:44:26 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyscard # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v 1.5 2014/12/25 23:35:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyscard/ChangeLog,v 1.6 2014/12/25 23:44:26 alonbl Exp $ + +*pyscard-1.6.16 (25 Dec 2014) + + 25 Dec 2014; Alon Bar-Lev <[email protected]> +pyscard-1.6.16.ebuild, + -pyscard-1.6.12-r1.ebuild, -pyscard-1.6.12.ebuild: + Version bump *pyscard-1.6.12-r1 (25 Dec 2014) 1.1 dev-python/pyscard/pyscard-1.6.16.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyscard/pyscard-1.6.16.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyscard/pyscard-1.6.16.ebuild?rev=1.1&content-type=text/plain Index: pyscard-1.6.16.ebuild =================================================================== # 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.16.ebuild,v 1.1 2014/12/25 23:44:26 alonbl Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 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" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="sys-apps/pcsc-lite" DEPEND="${RDEPEND} dev-lang/swig" DOCS=( README smartcard/ACKS smartcard/ChangeLog smartcard/TODO )
