summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2006-11-07 07:02:53 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2006-11-07 07:02:53 +0000
commit6cbf68604a0f2dce025a318dfddc2a4a8968056c (patch)
treeb246f5fb9eac0cf0a242e6b51b8f3fde77b84377 /app-accessibility
parentstable x86, bug #152491 (diff)
downloadgentoo-2-6cbf68604a0f2dce025a318dfddc2a4a8968056c.tar.gz
gentoo-2-6cbf68604a0f2dce025a318dfddc2a4a8968056c.tar.bz2
gentoo-2-6cbf68604a0f2dce025a318dfddc2a4a8968056c.zip
New release: 1.0.7
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/gnopernicus/ChangeLog8
-rw-r--r--app-accessibility/gnopernicus/files/digest-gnopernicus-1.0.73
-rw-r--r--app-accessibility/gnopernicus/gnopernicus-1.0.7.ebuild40
3 files changed, 50 insertions, 1 deletions
diff --git a/app-accessibility/gnopernicus/ChangeLog b/app-accessibility/gnopernicus/ChangeLog
index a062f19dc434..f65bcdfd1bf2 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.90 2006/11/01 04:29:17 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/ChangeLog,v 1.91 2006/11/07 07:02:53 leonardop Exp $
+
+*gnopernicus-1.0.7 (07 Nov 2006)
+
+ 07 Nov 2006; Leonardo Boshell <leonardop@gentoo.org>
+ +gnopernicus-1.0.7.ebuild:
+ Version bump.
01 Nov 2006; Leonardo Boshell <leonardop@gentoo.org>
+files/gnopernicus-1.0.4-libke_deps.patch, -gnopernicus-0.12.0.ebuild,
diff --git a/app-accessibility/gnopernicus/files/digest-gnopernicus-1.0.7 b/app-accessibility/gnopernicus/files/digest-gnopernicus-1.0.7
new file mode 100644
index 000000000000..5107a07450ca
--- /dev/null
+++ b/app-accessibility/gnopernicus/files/digest-gnopernicus-1.0.7
@@ -0,0 +1,3 @@
+MD5 1d1ee8749960b218ca2ea738178bf91c gnopernicus-1.0.7.tar.bz2 1511633
+RMD160 8155021a7179c169d7273e39ed8d7c544db40a2d gnopernicus-1.0.7.tar.bz2 1511633
+SHA256 612055906a13b337d09604bdfbb1eb9ae157755a1c07922ae8fcbc1701ecc402 gnopernicus-1.0.7.tar.bz2 1511633
diff --git a/app-accessibility/gnopernicus/gnopernicus-1.0.7.ebuild b/app-accessibility/gnopernicus/gnopernicus-1.0.7.ebuild
new file mode 100644
index 000000000000..68ba35efea52
--- /dev/null
+++ b/app-accessibility/gnopernicus/gnopernicus-1.0.7.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.7.ebuild,v 1.1 2006/11/07 07:02:53 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)"
+}