summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-02-26 11:25:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-02-26 11:25:29 +0000
commitb3fd0ff2f389927631144bfe54b747d798c9f8c9 (patch)
treecf33a55b5db655adf670fd6694a20c625b00b09a /sys-libs
parentamd64 stable wrt #355077 (diff)
downloadhistorical-b3fd0ff2f389927631144bfe54b747d798c9f8c9.tar.gz
historical-b3fd0ff2f389927631144bfe54b747d798c9f8c9.tar.bz2
historical-b3fd0ff2f389927631144bfe54b747d798c9f8c9.zip
amd64 stable wrt #355077
Package-Manager: portage-2.2.0_alpha24/cvs/Linux x86_64
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/gwenhywfar/ChangeLog5
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild47
-rw-r--r--sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild4
-rw-r--r--sys-libs/libchipcard/ChangeLog7
-rw-r--r--sys-libs/libchipcard/libchipcard-4.2.9.ebuild49
-rw-r--r--sys-libs/libchipcard/libchipcard-5.0.0.ebuild8
6 files changed, 15 insertions, 105 deletions
diff --git a/sys-libs/gwenhywfar/ChangeLog b/sys-libs/gwenhywfar/ChangeLog
index ec103b27c41e..58de72d68802 100644
--- a/sys-libs/gwenhywfar/ChangeLog
+++ b/sys-libs/gwenhywfar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gwenhywfar
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.86 2011/02/19 08:57:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/ChangeLog,v 1.87 2011/02/26 11:24:06 ssuominen Exp $
+
+ 26 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> gwenhywfar-4.0.2.ebuild:
+ amd64 stable wrt #355077
*gwenhywfar-4.0.7 (19 Feb 2011)
diff --git a/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild b/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild
deleted file mode 100644
index e24a6f27e5c8..000000000000
--- a/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-3.11.3.ebuild,v 1.2 2010/01/08 19:20:52 ssuominen Exp $
-
-EAPI=2
-
-DESCRIPTION="A multi-platform helper library for other libraries"
-HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
-SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release=31&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug doc"
-
-RDEPEND="net-libs/gnutls"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- --enable-ssl \
- --enable-visibility \
- $(use_enable debug) \
- $(use_enable doc full-doc) \
- --with-docpath=/usr/share/doc/${PF}/apidoc
-}
-
-src_compile() {
- emake || die
-
- if use doc; then
- emake srcdoc || die
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README TODO
-
- if use doc; then
- emake DESTDIR="${D}" install-srcdoc || die
- fi
-
- find "${D}" -name '*.la' -delete
-}
diff --git a/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild b/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild
index 97165870f62f..851dab8910f0 100644
--- a/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild
+++ b/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.3 2011/02/18 12:25:11 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gwenhywfar/gwenhywfar-4.0.2.ebuild,v 1.4 2011/02/26 11:24:06 ssuominen Exp $
EAPI=2
@@ -10,7 +10,7 @@ SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=01&release
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug doc fox gtk qt4"
RDEPEND="dev-libs/libgpg-error
diff --git a/sys-libs/libchipcard/ChangeLog b/sys-libs/libchipcard/ChangeLog
index e578b13602e9..dd944942f017 100644
--- a/sys-libs/libchipcard/ChangeLog
+++ b/sys-libs/libchipcard/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/libchipcard
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/ChangeLog,v 1.90 2010/11/03 12:58:17 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/ChangeLog,v 1.91 2011/02/26 11:25:29 ssuominen Exp $
+
+ 26 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> libchipcard-5.0.0.ebuild:
+ amd64 stable wrt #355077
*libchipcard-5.0.0 (03 Nov 2010)
diff --git a/sys-libs/libchipcard/libchipcard-4.2.9.ebuild b/sys-libs/libchipcard/libchipcard-4.2.9.ebuild
deleted file mode 100644
index 2411885c18e7..000000000000
--- a/sys-libs/libchipcard/libchipcard-4.2.9.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/libchipcard-4.2.9.ebuild,v 1.4 2010/11/03 13:50:42 ssuominen Exp $
-
-EAPI=2
-
-DESCRIPTION="Libchipcard is a library for easy access to chip cards via chip card readers (terminals)."
-HOMEPAGE="http://www.aquamaniac.de/aqbanking/"
-SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=02&release=15&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-RDEPEND=">=sys-libs/gwenhywfar-3.11.3
- dev-libs/libgcrypt
- net-libs/gnutls
- sys-apps/hal"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf \
- --localstatedir=/var \
- --disable-dependency-tracking \
- --with-docpath=/usr/share/doc/${PF}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- keepdir /var/log/chipcard \
- /var/lib/chipcardd/newcerts \
- /usr/lib/chipcardd/server/lowlevel
-
- doinitd "${FILESDIR}"/chipcardd4 || die
-
- dodoc AUTHORS ChangeLog NEWS README TODO \
- doc/{CERTIFICATES,CONFIG,IPCCOMMANDS}
-
- rm "${D}"/etc/init.d/chipcardd
-
- if use doc; then
- docinto tutorials
- dodoc tutorials/*.{c,h,xml} tutorials/README
- fi
-
- find "${D}" -name '*.la' -delete
-}
diff --git a/sys-libs/libchipcard/libchipcard-5.0.0.ebuild b/sys-libs/libchipcard/libchipcard-5.0.0.ebuild
index 27ea68e9026a..7acae6dcd071 100644
--- a/sys-libs/libchipcard/libchipcard-5.0.0.ebuild
+++ b/sys-libs/libchipcard/libchipcard-5.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/libchipcard-5.0.0.ebuild,v 1.2 2010/11/03 13:01:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/libchipcard-5.0.0.ebuild,v 1.3 2011/02/26 11:25:29 ssuominen Exp $
EAPI=2
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.aquamaniac.de/sites/download/download.php?package=02&release
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc examples"
RDEPEND=">=sys-libs/gwenhywfar-4.0.1
@@ -45,5 +45,5 @@ src_install() {
dodoc tutorials/*.{c,h,xml} tutorials/README
fi
- find "${D}" -name '*.la' -exec rm -f '{}' +
+ find "${D}" -name '*.la' -exec rm -f {} +
}