commit: 6669565b39c7e66f917a9855453b29b2dc725437 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Fri Jul 18 14:40:06 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Jul 18 14:40:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6669565b
dev-libs/openct: drop 0.6.20-r5 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> dev-libs/openct/openct-0.6.20-r5.ebuild | 80 --------------------------------- 1 file changed, 80 deletions(-) diff --git a/dev-libs/openct/openct-0.6.20-r5.ebuild b/dev-libs/openct/openct-0.6.20-r5.ebuild deleted file mode 100644 index 1998cb3b87f1..000000000000 --- a/dev-libs/openct/openct-0.6.20-r5.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic udev - -DESCRIPTION="library for accessing smart card terminals" -HOMEPAGE="https://github.com/OpenSC/openct/wiki" -SRC_URI="https://downloads.sourceforge.net/opensc/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="doc debug pcsc-lite selinux usb" - -DEPEND=" - pcsc-lite? ( >=sys-apps/pcsc-lite-1.7.2-r1:= ) - usb? ( virtual/libusb:0 ) - dev-libs/libltdl:0= -" -RDEPEND=" - ${DEPEND} - acct-group/openct - acct-user/openctd - selinux? ( sec-policy/selinux-openct ) -" -BDEPEND="doc? ( app-text/doxygen )" - -PATCHES=( - "${FILESDIR}"/${P}-automake.patch - "${FILESDIR}"/${P}-slibtool.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - use debug && append-cppflags -DDEBUG_IFDH - - econf \ - --localstatedir=/var \ - --with-udev="$(get_udevdir)" \ - --enable-non-privileged \ - --with-daemon-user=openctd \ - --with-daemon-groups=usb \ - --enable-shared \ - --disable-static \ - $(use_enable doc) \ - $(use_enable doc api-doc) \ - $(use_enable pcsc-lite pcsc) \ - $(use_with pcsc-lite bundle /usr/$(get_libdir)/readers/usb) \ - $(use_enable usb) -} - -src_install() { - default - - find "${ED}" -name '*.la' -delete || die - rm -f "${ED}"/usr/$(get_libdir)/openct-ifd.* || die - - udev_newrules etc/openct.udev 70-openct.rules - - newinitd "${FILESDIR}"/openct.initd openct -} - -pkg_postinst() { - elog - elog "You need to edit /etc/openct.conf to enable serial readers." - elog - elog "You should add \"openct\" to your default runlevel. To do so" - elog "type \"rc-update add openct default\"." - elog - elog "You need to be a member of the (newly created) group openct to" - elog "access smart card readers connected to this system. Set users'" - elog "groups with usermod -G. root always has access." - elog -}
