From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9B09859CB3 for ; Wed, 13 Apr 2016 23:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE62521C066; Wed, 13 Apr 2016 23:15:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4653621C066 for ; Wed, 13 Apr 2016 23:15:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 883F0340C79 for ; Wed, 13 Apr 2016 23:15:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 596EC15F5 for ; Wed, 13 Apr 2016 23:15:27 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1460589316.67aa42790ccaf43e5842e04cc274bf4ad8aec644.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/pcsc-perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/pcsc-perl/Manifest dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild X-VCS-Directories: dev-perl/pcsc-perl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 67aa42790ccaf43e5842e04cc274bf4ad8aec644 X-VCS-Branch: master Date: Wed, 13 Apr 2016 23:15:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d82eb6b0-bee0-404f-b56b-b4a8ca64a398 X-Archives-Hash: 426c764ee9d745ff1de29fce72c25e3c commit: 67aa42790ccaf43e5842e04cc274bf4ad8aec644 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Apr 13 23:10:59 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Wed Apr 13 23:15:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67aa4279 dev-perl/pcsc-perl: Remove old Package-Manager: portage-2.2.28 dev-perl/pcsc-perl/Manifest | 1 - dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-perl/pcsc-perl/Manifest b/dev-perl/pcsc-perl/Manifest index 748d3cd..1324c08 100644 --- a/dev-perl/pcsc-perl/Manifest +++ b/dev-perl/pcsc-perl/Manifest @@ -1,2 +1 @@ -DIST pcsc-perl-1.4.13.tar.bz2 36273 SHA256 a5f7dfb30be0346cfe80d47749994dab861592929d80786104693987b36e3684 SHA512 d0144cd355bec7b70987b1a71cefbc1d0ee749d1663d495dc0641ec70ba46b76ef3608073d2bb1b623ba87565b660d4e61706c814d6cafd4a9efa991ed743e81 WHIRLPOOL f73b192344962a4a5f88597f1e52ae60878cc50f9b44848255f9febbfd978330b657cb8f84507a5315d5b3d2763a4fc7a6bf822d3a791de93950fe50270a9ab0 DIST pcsc-perl-1.4.14.tar.bz2 36563 SHA256 2722b7e5543e4faf3ba1ec6b29a7dfec6d92be1edec09d0a3191992d4d88c69d SHA512 202aca1c122c8b91340411a4930f6d0d6f3d439d1783b7ad5e2a727bb015704045d66b5b5ba51f567672a6256606ad26e8390b9f243e329d6ccd05146edc229c WHIRLPOOL a526d45ec415a70e7aff4838723d58ad40601629a1c6bb9513e60a40ac21187acfb8e1e92bd0d3958ee50938794afd3cf0fa032e6c9f6bf3fcd0f8556cb8cbcb 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 deleted file mode 100644 index cf99340..0000000 --- a/dev-perl/pcsc-perl/pcsc-perl-1.4.13-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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)"