diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 16:49:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 16:49:30 +0000 |
commit | 26664ebb75bebd16739fc7dda05e8a73d0e38056 (patch) | |
tree | 0130ff49a948bc1f5dfbdbdad47f34f999945848 /app-misc/towitoko/towitoko-2.0.7-r1.ebuild | |
parent | alpha/arm/ia64/s390/sh/x86 stable wrt #296443 (diff) | |
download | historical-26664ebb75bebd16739fc7dda05e8a73d0e38056.tar.gz historical-26664ebb75bebd16739fc7dda05e8a73d0e38056.tar.bz2 historical-26664ebb75bebd16739fc7dda05e8a73d0e38056.zip |
Because only change to -r1 was disabling devfs, mark it stable for ppc/x86. Remove USE static, which was misused. Remove geocities from HOMEPAGE and SRC_URI wrt #297028.
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'app-misc/towitoko/towitoko-2.0.7-r1.ebuild')
-rw-r--r-- | app-misc/towitoko/towitoko-2.0.7-r1.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-misc/towitoko/towitoko-2.0.7-r1.ebuild b/app-misc/towitoko/towitoko-2.0.7-r1.ebuild deleted file mode 100644 index 78f05b839b09..000000000000 --- a/app-misc/towitoko/towitoko-2.0.7-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/towitoko/towitoko-2.0.7-r1.ebuild,v 1.6 2007/03/12 18:34:28 armin76 Exp $ - -IUSE="static moneyplex" - -DESCRIPTION="This library provides a driver for using Towitoko smartcard readers under UNIX environment." -SRC_URI="http://www.geocities.com/cprados/files/${P}.tar.gz" -HOMEPAGE="http://www.geocities.com/cprados/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="ppc x86" - -src_compile() { - local myconf - - myconf="--enable-devfs" - use moneyplex && myconf="${myconf} --disable-atr-check" - - econf \ - `use_enable static` \ - `use_enable moneyplex win32-com` \ - ${myconf} || die "econf failed" - emake || die -} - -src_install() { - einstall || die -} - -pkg_postinst() { - if ! use moneyplex - then - elog "If you want to use the moneyplex home banking software from" - elog "http://www.matrica.de" - elog "then please re-emerge this package with 'moneyplex' in USE" - fi -} |