public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-crypt/ccid: ChangeLog ccid-1.3.2.ebuild
@ 2008-01-22 20:58 Alon Bar-Lev (alonbl)
  0 siblings, 0 replies; only message in thread
From: Alon Bar-Lev (alonbl) @ 2008-01-22 20:58 UTC (permalink / raw
  To: gentoo-commits

alonbl      08/01/22 20:58:23

  Modified:             ChangeLog
  Added:                ccid-1.3.2.ebuild
  Log:
  Version bump
  (Portage version: 2.1.4)

Revision  Changes    Path
1.25                 app-crypt/ccid/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/ccid/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/ccid/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	2 Jan 2008 15:48:27 -0000	1.24
+++ ChangeLog	22 Jan 2008 20:58:23 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for app-crypt/ccid
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.24 2008/01/02 15:48:27 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ChangeLog,v 1.25 2008/01/22 20:58:23 alonbl Exp $
+
+*ccid-1.3.2 (22 Jan 2008)
+
+  22 Jan 2008; Alon Bar-Lev <alonbl@gentoo.org> +ccid-1.3.2.ebuild:
+  Version bump
 
   02 Jan 2008; Christoph Mende <angelos@gentoo.org> ccid-1.3.1.ebuild:
   Stable on amd64 wrt bug #199377



1.1                  app-crypt/ccid/ccid-1.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/ccid/ccid-1.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/ccid/ccid-1.3.2.ebuild?rev=1.1&content-type=text/plain

Index: ccid-1.3.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.3.2.ebuild,v 1.1 2008/01/22 20:58:23 alonbl Exp $

inherit eutils

STUPID_NUM="2297"
DESCRIPTION="CCID free software driver"
HOMEPAGE="http://pcsclite.alioth.debian.org/ccid.html"
SRC_URI="http://alioth.debian.org/download.php/${STUPID_NUM}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="twinserial nousb"
RDEPEND=">=sys-apps/pcsc-lite-1.3.3
	>=dev-libs/libusb-0.1.4"

src_compile() {
	local myconf

	use nousb && myconf="${myconf} --disable-pcsclite"

	econf \
		--docdir="/usr/share/doc/${PF}" \
		--enable-udev \
		${myconf} \
		$(use_enable twinserial) || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	make install DESTDIR="${D}" || die "Cannot install"
	dodoc README AUTHORS
	insinto /etc/udev/rules.d
	newins src/pcscd_ccid.rules 60-pcscd_ccid.rules
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-22 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-22 20:58 [gentoo-commits] gentoo-x86 commit in app-crypt/ccid: ChangeLog ccid-1.3.2.ebuild Alon Bar-Lev (alonbl)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox