diff options
Diffstat (limited to 'app-crypt/scl011-bin')
-rw-r--r-- | app-crypt/scl011-bin/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/scl011-bin/scl011-bin-2.06.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-crypt/scl011-bin/ChangeLog b/app-crypt/scl011-bin/ChangeLog index 6f7c294a5578..fcc3ef4e13f1 100644 --- a/app-crypt/scl011-bin/ChangeLog +++ b/app-crypt/scl011-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/scl011-bin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/scl011-bin/ChangeLog,v 1.3 2012/07/30 05:02:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/scl011-bin/ChangeLog,v 1.4 2012/12/11 21:51:18 ssuominen Exp $ + + 11 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> scl011-bin-2.06.ebuild: + Use udev.eclass and udev_dorules instead of hardcoding wrong path. 30 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> scl011-bin-2.06.ebuild: Add QA_PREBUILT to avoid cflags warnings. diff --git a/app-crypt/scl011-bin/scl011-bin-2.06.ebuild b/app-crypt/scl011-bin/scl011-bin-2.06.ebuild index 13c337326d55..436048ff39f1 100644 --- a/app-crypt/scl011-bin/scl011-bin-2.06.ebuild +++ b/app-crypt/scl011-bin/scl011-bin-2.06.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/scl011-bin/scl011-bin-2.06.ebuild,v 1.3 2012/07/30 05:02:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/scl011-bin/scl011-bin-2.06.ebuild,v 1.4 2012/12/11 21:51:18 ssuominen Exp $ EAPI=4 -inherit multilib toolchain-funcs +inherit multilib toolchain-funcs udev DESCRIPTION="pcsc-lite driver for the German identification card (nPA)" HOMEPAGE="http://www.scmmicro.com/de/products-services/chipkartenleser-terminals/kontaktlos-dual-interface/it-sicherheitskit-basisleser/treiber.html" @@ -39,6 +39,5 @@ src_install() { exeinto "${INSTALL_DIR}"/SCL011.bundle/Contents/Linux doexe "${BASEPATH}"/proprietary/SCL011.bundle/Contents/Linux/libSCL011.so.${PV} - insinto /$(get_libdir)/udev/rules.d - doins "${FILESDIR}"/92_pcscd_scl011-bin.rules + udev_dorules "${FILESDIR}"/92_pcscd_scl011-bin.rules } |