diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-01-14 20:17:08 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-01-14 20:17:08 +0000 |
commit | f25dabb0f6be6cd9135bc6172e70cd1ba76b0b57 (patch) | |
tree | ab7d174691cec64aed9a9f858a95cab8ef3355c6 /net-libs | |
parent | openhbci update (Manifest recommit) (diff) | |
download | gentoo-2-f25dabb0f6be6cd9135bc6172e70cd1ba76b0b57.tar.gz gentoo-2-f25dabb0f6be6cd9135bc6172e70cd1ba76b0b57.tar.bz2 gentoo-2-f25dabb0f6be6cd9135bc6172e70cd1ba76b0b57.zip |
openhbci-plugin-ddvcard version bump
Diffstat (limited to 'net-libs')
3 files changed, 33 insertions, 2 deletions
diff --git a/net-libs/openhbci-plugin-ddvcard/ChangeLog b/net-libs/openhbci-plugin-ddvcard/ChangeLog index 20836be6612d..c9e6081448f4 100644 --- a/net-libs/openhbci-plugin-ddvcard/ChangeLog +++ b/net-libs/openhbci-plugin-ddvcard/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/openhbci-plugin-ddvcard -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci-plugin-ddvcard/ChangeLog,v 1.2 2003/09/26 10:27:14 hanno Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci-plugin-ddvcard/ChangeLog,v 1.3 2004/01/14 20:17:08 hanno Exp $ + +*openhbci-plugin-ddvcard-0.4 (14 Jan 2004) + + 14 Jan 2004; Hanno Boeck <hanno@gentoo.org> + openhbci-plugin-ddvcard-0.4.ebuild: + Version bump. Fixes a bug that can destroy hbci-cards, so please update. *openhbci-plugin-ddvcard-0.3-r1 (28 Aug 2003) diff --git a/net-libs/openhbci-plugin-ddvcard/files/digest-openhbci-plugin-ddvcard-0.4 b/net-libs/openhbci-plugin-ddvcard/files/digest-openhbci-plugin-ddvcard-0.4 new file mode 100644 index 000000000000..893b322d4da3 --- /dev/null +++ b/net-libs/openhbci-plugin-ddvcard/files/digest-openhbci-plugin-ddvcard-0.4 @@ -0,0 +1 @@ +MD5 5442ce737bc33a5b9deac448f1bf933b openhbci-plugin-ddvcard-0.4.tar.gz 331370 diff --git a/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.4.ebuild b/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.4.ebuild new file mode 100644 index 000000000000..894cafb2c145 --- /dev/null +++ b/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci-plugin-ddvcard/openhbci-plugin-ddvcard-0.4.ebuild,v 1.1 2004/01/14 20:17:08 hanno Exp $ + +DESCRIPTION="Plugin to use DDV cards with openhbci." +HOMEPAGE="http://openhbci.sourceforge.net/" +SRC_URI="mirror://sourceforge/openhbci/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="x86" +IUSE="" + +DEPEND=">=net-libs/openhbci-0.9.13" + +src_compile() { + econf --with-chipcard=/usr || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS README +} |