From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openct/
Date: Sun, 12 Jun 2016 13:41:15 +0000 (UTC) [thread overview]
Message-ID: <1465701725.f415fdd58e3187b3176fe484bf13457baa9d172e.alonbl@gentoo> (raw)
commit: f415fdd58e3187b3176fe484bf13457baa9d172e
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 02:20:56 2016 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 03:22:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f415fdd5
dev-libs/openct: cleanup
Package-Manager: portage-2.2.28
dev-libs/openct/openct-0.6.20-r3.ebuild | 79 ---------------------------------
1 file changed, 79 deletions(-)
diff --git a/dev-libs/openct/openct-0.6.20-r3.ebuild b/dev-libs/openct/openct-0.6.20-r3.ebuild
deleted file mode 100644
index f3b0c65..0000000
--- a/dev-libs/openct/openct-0.6.20-r3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils flag-o-matic multilib udev user
-
-DESCRIPTION="library for accessing smart card terminals"
-HOMEPAGE="https://github.com/OpenSC/openct/wiki"
-
-SRC_URI="mirror://sourceforge/opensc/${PN}/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="doc pcsc-lite usb debug +udev"
-
-# Drop the libtool dep once libltdl goes stable.
-RDEPEND="pcsc-lite? ( >=sys-apps/pcsc-lite-1.7.2-r1 )
- usb? ( virtual/libusb:0 )
- || ( dev-libs/libltdl:0 <sys-devel/libtool-2.4.3-r2:2 )"
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-# udev is not required at all at build-time as it's only a matter of
-# installing the rules; add openrc for the checkpath used in the new
-# init script
-RDEPEND="${RDEPEND}
- udev? ( virtual/udev )
- sys-apps/openrc"
-
-pkg_setup() {
- enewgroup openct
- enewuser openctd
-}
-
-src_configure() {
- use debug && append-cppflags -DDEBUG_IFDH
-
- econf \
- --docdir="/usr/share/doc/${PF}" \
- --htmldir="/usr/share/doc/${PF}/html" \
- --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() {
- emake DESTDIR="${D}" install
- prune_libtool_files --all
- rm "${D}"/usr/$(get_libdir)/openct-ifd.*
-
- use udev && udev_newrules etc/openct.udev 70-openct.rules
-
- newinitd "${FILESDIR}"/openct.rc.2 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
-}
next reply other threads:[~2016-06-12 13:41 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-12 13:41 Alon Bar-Lev [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-25 18:11 [gentoo-commits] repo/gentoo:master commit in: dev-libs/openct/ Alon Bar-Lev
2018-09-27 23:55 Alon Bar-Lev
2021-04-03 23:07 Sam James
2021-04-11 19:48 Conrad Kostecki
2021-07-15 21:33 Sam James
2021-07-15 21:39 Sam James
2021-07-15 21:42 Sam James
2021-07-16 21:44 Sam James
2021-07-17 23:18 Sam James
2021-07-20 19:12 Conrad Kostecki
2021-07-20 19:12 Conrad Kostecki
2023-06-28 7:37 Sam James
2023-07-10 16:07 Jakov Smolić
2023-08-05 11:36 Arthur Zamarin
2023-09-10 5:54 WANG Xuerui
2024-04-15 8:45 Arthur Zamarin
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=1465701725.f415fdd58e3187b3176fe484bf13457baa9d172e.alonbl@gentoo \
--to=alonbl@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