summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-07-26 00:27:07 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-07-26 00:27:07 +0000
commit581764f09c7b980964388d299b603ac100250f40 (patch)
tree1dd0059ed4b0dbe42e7281879dc9863e910b4657 /app-accessibility
parentNew revision with improvements from bug #100237 (diff)
downloadgentoo-2-581764f09c7b980964388d299b603ac100250f40.tar.gz
gentoo-2-581764f09c7b980964388d299b603ac100250f40.tar.bz2
gentoo-2-581764f09c7b980964388d299b603ac100250f40.zip
Cleaning old ebuilds
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/gnopernicus/files/digest-gnopernicus-0.10.51
-rw-r--r--app-accessibility/gnopernicus/gnopernicus-0.10.5.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.10.5 b/app-accessibility/gnopernicus/files/digest-gnopernicus-0.10.5
deleted file mode 100644
index 21c40d2716f5..000000000000
--- a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.10.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc55de77f009f745e0d97f3f81006b49 gnopernicus-0.10.5.tar.bz2 1963353
diff --git a/app-accessibility/gnopernicus/gnopernicus-0.10.5.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.10.5.ebuild
deleted file mode 100644
index 59cf06914f4a..000000000000
--- a/app-accessibility/gnopernicus/gnopernicus-0.10.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gnopernicus/gnopernicus-0.10.5.ebuild,v 1.7 2005/07/13 05:34:04 geoman Exp $
-
-inherit gnome2
-
-DESCRIPTION="Software tools for blind and visually impaired in Gnome 2"
-HOMEPAGE="http://www.baum.ro/gnopernicus.html"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc sparc x86"
-IUSE="brltty doc ipv6 static"
-
-RDEPEND=">=gnome-base/gconf-2.6.1
- >=dev-libs/popt-1.5
- >=gnome-base/libgnome-2.6
- >=gnome-base/libgnomeui-2.6.1
- >=dev-libs/glib-2.4.1
- >=x11-libs/gtk+-2.4.1
- >=dev-libs/libxml2-2.6.7
- >=gnome-base/libglade-2.3.6
- >=gnome-extra/at-spi-1.5.4
- >=app-accessibility/gnome-speech-0.3.5
- >=app-accessibility/gnome-mag-0.11.7
- >=gnome-extra/libgail-gnome-1.0
- virtual/x11
- brltty? ( >=app-accessibility/brltty-3.6 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.29
- dev-util/pkgconfig
- app-text/scrollkeeper
- doc? ( >=dev-util/gtk-doc-1 )"
-
-G2CONF="${G2CONF} $(use_enable ipv6) $(use_enable brltty) \
-$(use_enable static) --with-default-fonts-path=${D}/usr/share/fonts/Type1"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-