idella4 15/02/17 00:44:56 Modified: ChangeLog Added: pssi-1.0-r1.ebuild Removed: pssi-1.0.ebuild Log: revbump; convert -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/pssi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pssi/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pssi/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pssi/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pssi/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 3 Apr 2011 21:41:46 -0000 1.1 +++ ChangeLog 17 Feb 2015 00:44:56 -0000 1.2 @@ -1,10 +1,15 @@ # ChangeLog for dev-python/pssi -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pssi/ChangeLog,v 1.1 2011/04/03 21:41:46 arfrever Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pssi/ChangeLog,v 1.2 2015/02/17 00:44:56 idella4 Exp $ + +*pssi-1.0-r1 (17 Feb 2015) + + 17 Feb 2015; Ian Delaney <[email protected]> +pssi-1.0-r1.ebuild, + -pssi-1.0.ebuild: + revbump; convert -> distutils-r1, rm old *pssi-1.0 (03 Apr 2011) 03 Apr 2011; Arfrever Frehtes Taifersar Arahesis <[email protected]> +pssi-1.0.ebuild, +metadata.xml: Initial addition. Ebuild written by me. - 1.1 dev-python/pssi/pssi-1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pssi/pssi-1.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pssi/pssi-1.0-r1.ebuild?rev=1.1&content-type=text/plain Index: pssi-1.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pssi/pssi-1.0-r1.ebuild,v 1.1 2015/02/17 00:44:56 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python Simple Smartcard Interpreter" HOMEPAGE="http://code.google.com/p/pssi/" SRC_URI="http://pssi.googlecode.com/files/${P}.tar" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="dev-python/pyscard[${PYTHON_USEDEP}]"
