# ChangeLog for dev-libs/openct
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.36 2006/12/18 19:52:55 gustavoz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/ChangeLog,v 1.37 2007/01/15 20:47:09 kaiowas Exp $
+
+*openct-0.6.11-r1 (15 Jan 2007)
+
+ 15 Jan 2007; Petre Rodan <kaiowas@gentoo.org> openct-0.6.9.ebuild,
+ -openct-0.6.11.ebuild, +openct-0.6.11-r1.ebuild:
+ changed dependencies as per bug# 162205
18 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> openct-0.6.11.ebuild:
Stable on sparc
--- /dev/null
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.11-r1.ebuild,v 1.1 2007/01/15 20:47:09 kaiowas Exp $
+
+inherit eutils multilib
+
+DESCRIPTION="library for accessing smart card terminals"
+HOMEPAGE="http://www.opensc-project.org/openct/"
+SRC_URI="http://www.opensc-project.org/files/openct/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
+IUSE="usb"
+
+RDEPEND="usb? ( >=dev-libs/libusb-0.1.7
+ || ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 ) )"
+
+pkg_setup() {
+ enewgroup openct
+}
+
+src_compile() {
+ econf --localstatedir=/var || die
+ emake || die
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ if use usb ; then
+ insinto /etc/hotplug/usb
+ doins etc/openct.usermap || die
+ exeinto /etc/hotplug/usb
+ newexe etc/openct_usb openct || die
+ fi
+
+ sed -i 's|RUN+="/lib/udev/|RUN+="/etc/udev/scripts/|' etc/openct.udev
+ insinto /etc/udev/rules.d/
+ newins etc/openct.udev 70-openct.rules || die
+ exeinto /etc/udev/scripts/
+ newexe etc/openct_pcmcia openct_pcmcia || die
+ newexe etc/openct_serial openct_serial || die
+ newexe etc/openct_usb openct_usb || die
+
+ insinto /etc
+ doins etc/openct.conf || die
+
+ newinitd "${FILESDIR}"/openct.rc openct
+
+ diropts -m0750 -gopenct
+ keepdir /var/run/openct
+
+ dodoc NEWS TODO doc/README
+}
+
+pkg_preinst() {
+ preserve_old_lib "${ROOT}usr/$(get_libdir)/libopenct.so.0"
+}
+
+pkg_postinst() {
+ einfo
+ einfo "You need to edit /etc/openct.conf to enable serial readers."
+ einfo
+ einfo "To use hotplugging (USB readers) your kernel has to be compiled"
+ einfo "with CONFIG_HOTPLUG enabled."
+ einfo
+ einfo "You should add \"openct\" to your default runlevel. To do so"
+ einfo "type \"rc-update add openct default\"."
+ einfo
+ einfo "You need to be a member of the (newly created) group openct to"
+ einfo "access smart card readers connected to this system. Set users'"
+ einfo "groups with usermod -G. root always has access."
+ einfo
+
+ preserve_old_lib_notify "${ROOT}usr/$(get_libdir)/libopenct.so.0"
+
+}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.9.ebuild,v 1.7 2006/12/17 20:08:37 kaiowas Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/openct/openct-0.6.9.ebuild,v 1.8 2007/01/15 20:47:09 kaiowas Exp $
inherit eutils multilib
KEYWORDS="~alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86"
IUSE="usb"
-RDEPEND="usb? ( >=dev-libs/libusb-0.1.7 >=sys-apps/hotplug-20030805-r1 )"
+RDEPEND="usb? ( >=dev-libs/libusb-0.1.7
+ || ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 ) )"
pkg_setup() {
enewgroup openct
einfo "You need to edit /etc/openct.conf to enable serial readers."
einfo
einfo "To use hotplugging (USB readers) your kernel has to be compiled"
- einfo "with CONFIG_HOTPLUG enabled and sys-apps/hotplug must be emerged."
+ einfo "with CONFIG_HOTPLUG enabled."
einfo
einfo "You should add \"openct\" to your default runlevel. To do so"
einfo "type \"rc-update add openct default\"."