summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2010-10-17 22:05:03 +0000
committerMichael Weber <xmw@gentoo.org>2010-10-17 22:05:03 +0000
commit55ba96e4f47ba132ff12d4e9a98f862a5e73c8f0 (patch)
tree7c394b6aa2d22f65231eed0138cdd5c52e6b237d /sys-auth
parentUpdate HOMEPAGE. (diff)
downloadgentoo-2-55ba96e4f47ba132ff12d4e9a98f862a5e73c8f0.tar.gz
gentoo-2-55ba96e4f47ba132ff12d4e9a98f862a5e73c8f0.tar.bz2
gentoo-2-55ba96e4f47ba132ff12d4e9a98f862a5e73c8f0.zip
Initial import
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/fprint_demo/ChangeLog11
-rw-r--r--sys-auth/fprint_demo/fprint_demo-0.4.ebuild23
-rw-r--r--sys-auth/fprint_demo/metadata.xml9
3 files changed, 43 insertions, 0 deletions
diff --git a/sys-auth/fprint_demo/ChangeLog b/sys-auth/fprint_demo/ChangeLog
new file mode 100644
index 000000000000..685f77f367d5
--- /dev/null
+++ b/sys-auth/fprint_demo/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for sys-auth/fprint_demo
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprint_demo/ChangeLog,v 1.1 2010/10/17 22:05:03 xmw Exp $
+
+*fprint_demo-0.4 (17 Oct 2010)
+
+ 17 Oct 2010; Michael Weber <xmw@gentoo.org> +fprint_demo-0.4.ebuild,
+ +metadata.xml:
+ Initial import, fixes bug 227671, thanks to Jan Buecken and others on this
+ bug.
+
diff --git a/sys-auth/fprint_demo/fprint_demo-0.4.ebuild b/sys-auth/fprint_demo/fprint_demo-0.4.ebuild
new file mode 100644
index 000000000000..93cfb90fbda2
--- /dev/null
+++ b/sys-auth/fprint_demo/fprint_demo-0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/fprint_demo/fprint_demo-0.4.ebuild,v 1.1 2010/10/17 22:05:03 xmw Exp $
+
+EAPI=3
+
+DESCRIPTION="a simple GTK+ application to demonstrate and test libfprint's capabilities"
+HOMEPAGE="http://www.reactivated.net/fprint/wiki/Fprint_demo"
+SRC_URI="mirror://sourceforge/fprint/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="sys-auth/libfprint
+ x11-libs/gtk+:2"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS README || die
+}
diff --git a/sys-auth/fprint_demo/metadata.xml b/sys-auth/fprint_demo/metadata.xml
new file mode 100644
index 000000000000..ce253b9d874c
--- /dev/null
+++ b/sys-auth/fprint_demo/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>gentoo@xmw.de</email>
+<name>Michael Weber (xmw)</name>
+</maintainer>
+</pkgmetadata>