public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libchipcard/
Date: Sat, 15 Feb 2020 10:33:24 +0000 (UTC)	[thread overview]
Message-ID: <1581762784.6ef02d9ff6cd62ad6fbc0cf32f63c708872fc9dc.asturm@gentoo> (raw)

commit:     6ef02d9ff6cd62ad6fbc0cf32f63c708872fc9dc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 14:45:08 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 10:33:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef02d9f

sys-libs/libchipcard: Drop 5.0.4 and 5.1.4_rc1

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-libs/libchipcard/Manifest                     |  2 -
 sys-libs/libchipcard/libchipcard-5.0.4.ebuild     | 45 -------------------
 sys-libs/libchipcard/libchipcard-5.1.4_rc1.ebuild | 53 -----------------------
 3 files changed, 100 deletions(-)

diff --git a/sys-libs/libchipcard/Manifest b/sys-libs/libchipcard/Manifest
index ab5911c428e..0a67c829694 100644
--- a/sys-libs/libchipcard/Manifest
+++ b/sys-libs/libchipcard/Manifest
@@ -1,3 +1 @@
-DIST libchipcard-5.0.4.tar.gz 801499 BLAKE2B 7966002dbf5c9eb7a53490aa8df68765901d7ebb7c7a16d8b24bf087a9886883aeb8a5c4f4be21ca5740215ce4f1b8d0023409f7b0f843ce1ce894a2cc115f40 SHA512 3b5b049f8ed676994c00ca758248c842de1119a0cee9e55682971839dc72cca226910559763bf858ceb126d998284b0c9f37459e0c87831d52ac39b6c4317293
-DIST libchipcard-5.1.4rc1.tar.gz 871404 BLAKE2B d4377207adec9f90e628caed7c41278770d0c4705b11af54e9e0a1e2241b52ee92bcfbd8ba6f3d64aeae0ddb60e9dc903481a40448a3be12b85dc783d4e53ffd SHA512 01623b831f22f43d7beac5d1b269f68fd44ee978163981cf107ebb3d694f13b26d1393265f1d823e1e5f4df6fffc559834d28fd6c7ca96bef733b89e8e2e4ef2
 DIST libchipcard-5.1.5rc2.tar.gz 877820 BLAKE2B dfe82e3d6aea26e95e5f69298ea17ad4bb9a1d106cca02a9fc23f5aa5ea338471ae5628248350e01571f4819567da2a0f5a3699d56d8f02ed58971d6ac715abe SHA512 5e86068bd688f72e04073dbd076f21646a6b75d2a7a73c25bba4396e8657c4df28cf5cfb61eef7b243186f8313cea1262e415f2acad5348fa5179b46d7f96ed1

diff --git a/sys-libs/libchipcard/libchipcard-5.0.4.ebuild b/sys-libs/libchipcard/libchipcard-5.0.4.ebuild
deleted file mode 100644
index cb9f5a1708d..00000000000
--- a/sys-libs/libchipcard/libchipcard-5.0.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Library for accessing chip cards via chip card readers (terminals)"
-HOMEPAGE="https://www.aquamaniac.de/aqbanking/"
-SRC_URI="https://www.aquamaniac.de/sites/download/download.php?package=02&release=200&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="doc examples"
-
-RDEPEND="
-	>=sys-apps/pcsc-lite-1.6.2
-	sys-libs/gwenhywfar:=
-	sys-libs/zlib:=
-	virtual/libintl"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	doc? ( app-doc/doxygen )"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO doc/{CERTIFICATES,CONFIG,IPCCOMMANDS} )
-
-src_configure() {
-	econf \
-		--disable-dependency-tracking \
-		--disable-static \
-		$(use_enable doc full-doc) \
-		--with-docpath=/usr/share/doc/${PF}/apidoc
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	einstalldocs
-
-	if use examples; then
-		docinto tutorials
-		dodoc tutorials/*.{c,h,xml} tutorials/README
-	fi
-
-	find "${D}" -name '*.la' -exec rm -f {} +
-}

diff --git a/sys-libs/libchipcard/libchipcard-5.1.4_rc1.ebuild b/sys-libs/libchipcard/libchipcard-5.1.4_rc1.ebuild
deleted file mode 100644
index 75c3b596fb2..00000000000
--- a/sys-libs/libchipcard/libchipcard-5.1.4_rc1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${P/_rc/rc}"
-
-DESCRIPTION="Library for accessing chip cards via chip card readers (terminals)"
-HOMEPAGE="https://www.aquamaniac.de/rdm/projects/libchipcard"
-SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/221/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
-IUSE="doc examples"
-
-BDEPEND="
-	sys-devel/gettext
-	doc? ( app-doc/doxygen )
-"
-DEPEND="
-	>=sys-apps/pcsc-lite-1.6.2
-	>=sys-libs/gwenhywfar-4.99.22_rc6:=
-	sys-libs/zlib
-	virtual/libintl
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO doc/{CERTIFICATES,CONFIG,IPCCOMMANDS} )
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
-	local myeconfargs=(
-		--disable-static
-		--with-docpath=/usr/share/doc/${PF}/apidoc
-		$(use_enable doc full-doc)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	einstalldocs
-
-	if use examples; then
-		docinto tutorials
-		dodoc tutorials/*.{c,h,xml} tutorials/README
-	fi
-
-	find "${D}" -name '*.la' -type f -delete || die
-}


             reply	other threads:[~2020-02-15 10:33 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-15 10:33 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18 17:38 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libchipcard/ Petr Vaněk
2024-09-18 17:38 Petr Vaněk
2023-10-09 21:45 Sam James
2023-10-09  4:46 Sam James
2023-03-17 17:01 Sam James
2023-03-17 17:00 Sam James
2022-12-02  7:43 Joonas Niilola
2022-03-30 14:14 Yixun Lan
2020-09-09  9:06 Hanno Böck
2020-08-29 13:21 Sam James
2020-02-13 12:46 Agostino Sarubbo
2020-02-08 13:54 Mikle Kolyada
2020-01-12 20:07 Andreas Sturmlechner
2019-12-02 16:33 Mikle Kolyada
2019-12-02 16:12 Mikle Kolyada
2019-11-13 21:25 Andreas Sturmlechner
2019-11-13 21:25 Andreas Sturmlechner
2019-10-13 13:41 Andreas Sturmlechner
2018-07-14 14:57 Andreas Sturmlechner
2018-06-23 18:21 Mikle Kolyada
2018-06-17 23:29 Thomas Deutschmann
2018-05-13 21:05 Andreas Sturmlechner
2018-02-06 19:35 Andreas Sturmlechner
2017-12-01 22:19 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1581762784.6ef02d9ff6cd62ad6fbc0cf32f63c708872fc9dc.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox