diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2013-05-04 21:24:43 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2013-05-04 21:24:43 +0000 |
commit | 91693c85a5df14491df24b31d967ab2d5a8d74cf (patch) | |
tree | 98facaa46cfd363617154e6c6a991547547f9568 /app-crypt | |
parent | Drop dependency on dev-python/elementtree. (diff) | |
download | gentoo-2-91693c85a5df14491df24b31d967ab2d5a8d74cf.tar.gz gentoo-2-91693c85a5df14491df24b31d967ab2d5a8d74cf.tar.bz2 gentoo-2-91693c85a5df14491df24b31d967ab2d5a8d74cf.zip |
Version bump per bug#468584, thanks for Vincent Hardy
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cardpeek/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/cardpeek/cardpeek-0.7.2.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/app-crypt/cardpeek/ChangeLog b/app-crypt/cardpeek/ChangeLog index b5bedb1e92d5..6303327bf8ae 100644 --- a/app-crypt/cardpeek/ChangeLog +++ b/app-crypt/cardpeek/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/cardpeek -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/cardpeek/ChangeLog,v 1.1 2012/11/11 03:38:25 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cardpeek/ChangeLog,v 1.2 2013/05/04 21:24:43 alonbl Exp $ + +*cardpeek-0.7.2 (04 May 2013) + + 04 May 2013; Alon Bar-Lev <alonbl@gentoo.org> +cardpeek-0.7.2.ebuild: + Version bump per bug#468584, thanks for Vincent Hardy *cardpeek-0.7.1 (11 Nov 2012) diff --git a/app-crypt/cardpeek/cardpeek-0.7.2.ebuild b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild new file mode 100644 index 000000000000..a407a70eb6fe --- /dev/null +++ b/app-crypt/cardpeek/cardpeek-0.7.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/cardpeek/cardpeek-0.7.2.ebuild,v 1.1 2013/05/04 21:24:43 alonbl Exp $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Tool to read the contents of smartcards" +HOMEPAGE="https://code.google.com/p/cardpeek/" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.12:2 + sys-apps/pcsc-lite + =dev-lang/lua-5.1* + dev-libs/openssl" + +DEPEND="${RDEPEND} + virtual/pkgconfig" |