summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kasa <blackace@gentoo.org>2009-03-11 05:57:00 +0000
committerMatthew Kasa <blackace@gentoo.org>2009-03-11 05:57:00 +0000
commitc55d876cbcee75f9bb8bc0f156ec415e2b534b50 (patch)
treedef6daa8722662fcc50e57b9adc256402f7ba656 /app-office
parent1.1 release after 9 years (diff)
downloadgentoo-2-c55d876cbcee75f9bb8bc0f156ec415e2b534b50.tar.gz
gentoo-2-c55d876cbcee75f9bb8bc0f156ec415e2b534b50.tar.bz2
gentoo-2-c55d876cbcee75f9bb8bc0f156ec415e2b534b50.zip
Initial import.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-hardened-r1_chapel5 x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/nostaples/ChangeLog9
-rw-r--r--app-office/nostaples/metadata.xml12
-rw-r--r--app-office/nostaples/nostaples-0.4.0.ebuild27
3 files changed, 48 insertions, 0 deletions
diff --git a/app-office/nostaples/ChangeLog b/app-office/nostaples/ChangeLog
new file mode 100644
index 000000000000..2e460f940e88
--- /dev/null
+++ b/app-office/nostaples/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-office/nostaples
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/nostaples/ChangeLog,v 1.1 2009/03/11 05:57:00 blackace Exp $
+
+*nostaples-0.4.0 (11 Mar 2009)
+
+ 11 Mar 2009; <blackace@gentoo.org> +metadata.xml, +nostaples-0.4.0.ebuild:
+ Initial import.
+
diff --git a/app-office/nostaples/metadata.xml b/app-office/nostaples/metadata.xml
new file mode 100644
index 000000000000..f7b5540ab82c
--- /dev/null
+++ b/app-office/nostaples/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<!-- <herd>gnome</herd> -->
+<maintainer>
+ <email>blackace@gentoo.org</email>
+</maintainer>
+<longdescription>
+ A PyGTK-based desktop scanning application with an emphasis on low-volume
+ document archival for small businesses and home offices.
+</longdescription>
+</pkgmetadata>
diff --git a/app-office/nostaples/nostaples-0.4.0.ebuild b/app-office/nostaples/nostaples-0.4.0.ebuild
new file mode 100644
index 000000000000..18fb71e3c0a1
--- /dev/null
+++ b/app-office/nostaples/nostaples-0.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/nostaples/nostaples-0.4.0.ebuild,v 1.1 2009/03/11 05:57:00 blackace Exp $
+
+inherit distutils
+
+DESCRIPTION="A PyGTK-based desktop scanning application with an emphasis on low-volume document archival"
+HOMEPAGE="http://www.etlafins.com/nostaples"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/python-2.4"
+
+RDEPEND="${DEPEND}
+ || ( >=dev-lang/python-2.5 dev-python/ctypes )
+ >=dev-python/pycairo-1.4.0
+ >=dev-python/pygobject-2.14.0
+ >=dev-python/gconf-python-2.22.0
+ >=dev-python/pygtk-2.12.0
+ >=dev-python/reportlab-2.1
+ >=dev-python/imaging-1.1.6
+ >=dev-python/python-gtkmvc-1.2.2
+ >=media-gfx/sane-backends-1.0.19-r1"