summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2006-07-25 03:35:50 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2006-07-25 03:35:50 +0000
commita57aab3bb88e2ee2065e66c81b8e2219360b3320 (patch)
tree36670ae4cd7a6a689d55e2f1f26390504cffef90 /app-accessibility/gnopernicus
parentStable x86 (diff)
downloadgentoo-2-a57aab3bb88e2ee2065e66c81b8e2219360b3320.tar.gz
gentoo-2-a57aab3bb88e2ee2065e66c81b8e2219360b3320.tar.bz2
gentoo-2-a57aab3bb88e2ee2065e66c81b8e2219360b3320.zip
New release: 1.0.6
(Portage version: 2.1.1_pre3-r4)
Diffstat (limited to 'app-accessibility/gnopernicus')
-rw-r--r--app-accessibility/gnopernicus/ChangeLog8
-rw-r--r--app-accessibility/gnopernicus/files/digest-gnopernicus-1.0.63
-rw-r--r--app-accessibility/gnopernicus/gnopernicus-1.0.6.ebuild40
3 files changed, 50 insertions, 1 deletions
diff --git a/app-accessibility/gnopernicus/ChangeLog b/app-accessibility/gnopernicus/ChangeLog
index cc3b9239dadb..432c1e3f2e2c 100644
--- a/app-accessibility/gnopernicus/ChangeLog
+++ b/app-accessibility/gnopernicus/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-accessibility/gnopernicus
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.85 2006/07/17 14:50:48 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.86 2006/07/25 03:35:50 leonardop Exp $
+
+*gnopernicus-1.0.6 (25 Jul 2006)
+
+ 25 Jul 2006; Leonardo Boshell <leonardop@gentoo.org>
+ +gnopernicus-1.0.6.ebuild:
+ New release.
17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> gnopernicus-1.0.4.ebuild:
Marked stable on amd64 for bug #139612
diff --git a/app-accessibility/gnopernicus/files/digest-gnopernicus-1.0.6 b/app-accessibility/gnopernicus/files/digest-gnopernicus-1.0.6
new file mode 100644
index 000000000000..d037c52297b2
--- /dev/null
+++ b/app-accessibility/gnopernicus/files/digest-gnopernicus-1.0.6
@@ -0,0 +1,3 @@
+MD5 48b4fb06920053048418036f91069763 gnopernicus-1.0.6.tar.bz2 1521529
+RMD160 5af3374182b2c4fe34d17fca0209cef6bc4aa8a4 gnopernicus-1.0.6.tar.bz2 1521529
+SHA256 48a6ef80d814af2042b12c9a794eff2a6ce8f1353cd5bcc1dba29afa68f6a5d0 gnopernicus-1.0.6.tar.bz2 1521529
diff --git a/app-accessibility/gnopernicus/gnopernicus-1.0.6.ebuild b/app-accessibility/gnopernicus/gnopernicus-1.0.6.ebuild
new file mode 100644
index 000000000000..cd2a77d2d463
--- /dev/null
+++ b/app-accessibility/gnopernicus/gnopernicus-1.0.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-1.0.6.ebuild,v 1.1 2006/07/25 03:35:50 leonardop Exp $
+
+inherit gnome2
+
+DESCRIPTION="Software tools for blind and visually impaired"
+HOMEPAGE="http://www.baum.ro/gnopernicus.html"
+
+LICENSE="LGPL-2"
+SLOT="1"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="brltty doc ipv6"
+
+RDEPEND=">=gnome-base/gconf-2.6.1
+ >=dev-libs/popt-1.5
+ >=dev-libs/glib-2.4.1
+ >=dev-libs/libxml2-2.6.7
+ >=gnome-extra/at-spi-1.5.4
+ >=x11-libs/gtk+-2.4.1
+ >=gnome-base/libglade-2.3.6
+ >=gnome-base/libgnome-2.6
+ >=gnome-base/libgnomeui-2.6.1
+ >=app-accessibility/gnome-speech-0.3.5
+ >=app-accessibility/gnome-mag-0.11.7
+ >=gnome-extra/libgail-gnome-1.0
+ brltty? ( >=app-accessibility/brltty-3.6 )"
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.29
+ >=dev-util/pkgconfig-0.9
+ app-text/scrollkeeper
+ doc? ( >=dev-util/gtk-doc-1 )"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+pkg_setup() {
+ G2CONF="$(use_enable ipv6) \
+ $(use_enable brltty)"
+}