diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-08-27 13:42:22 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-08-27 13:42:22 +0000 |
commit | 9b3987f77dfd120ffe28df849c5c134fad65826b (patch) | |
tree | 6735bba490c415ad303e66c0b2fa632aebee58fd /dev-perl/pcsc-perl | |
parent | update metadata.xml (diff) | |
download | gentoo-2-9b3987f77dfd120ffe28df849c5c134fad65826b.tar.gz gentoo-2-9b3987f77dfd120ffe28df849c5c134fad65826b.tar.bz2 gentoo-2-9b3987f77dfd120ffe28df849c5c134fad65826b.zip |
revbump -> EAPI 5
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-perl/pcsc-perl')
-rw-r--r-- | dev-perl/pcsc-perl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/pcsc-perl/ChangeLog b/dev-perl/pcsc-perl/ChangeLog index ee564eb613e3..222224313439 100644 --- a/dev-perl/pcsc-perl/ChangeLog +++ b/dev-perl/pcsc-perl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/pcsc-perl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/pcsc-perl/ChangeLog,v 1.8 2013/04/01 17:33:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/pcsc-perl/ChangeLog,v 1.9 2013/08/27 13:42:22 idella4 Exp $ + +*pcsc-perl-1.4.13-r1 (27 Aug 2013) + + 27 Aug 2013; Ian Delaney <idella4@gentoo.org> +pcsc-perl-1.4.13-r1.ebuild: + revbump -> EAPI 5 *pcsc-perl-1.4.13 (01 Apr 2013) diff --git a/dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild b/dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild new file mode 100644 index 000000000000..980ae40de999 --- /dev/null +++ b/dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild,v 1.1 2013/08/27 13:42:22 idella4 Exp $ + +EAPI=5 + +inherit perl-module eutils multilib + +DESCRIPTION="A Perl Module for PC/SC SmartCard access." +HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/pcsc-perl/" +SRC_URI="http://ludovic.rousseau.free.fr/softwares/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +DEPEND=">=sys-apps/pcsc-lite-1.6.0" + +myconf="-I/usr/include/ -l/usr/$(get_libdir)" |