summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2006-01-25 02:45:52 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2006-01-25 02:45:52 +0000
commita31cecbb9366a75ed2cb66df89d20aecb6e8f714 (patch)
tree4d2c1a1b185501c3fe35058a97c11214c3de1c88 /app-accessibility/gnopernicus
parent(#118248) Fix for modular X provided by Ryan Hill. (diff)
downloadgentoo-2-a31cecbb9366a75ed2cb66df89d20aecb6e8f714.tar.gz
gentoo-2-a31cecbb9366a75ed2cb66df89d20aecb6e8f714.tar.bz2
gentoo-2-a31cecbb9366a75ed2cb66df89d20aecb6e8f714.zip
Pruning old ebuild
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-accessibility/gnopernicus')
-rw-r--r--app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.71
-rw-r--r--app-accessibility/gnopernicus/gnopernicus-0.11.7.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.7 b/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.7
deleted file mode 100644
index 535d2df26e5f..000000000000
--- a/app-accessibility/gnopernicus/files/digest-gnopernicus-0.11.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5400367ca2e2f20168ca173c72cd4b0a gnopernicus-0.11.7.tar.bz2 2183962
diff --git a/app-accessibility/gnopernicus/gnopernicus-0.11.7.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.11.7.ebuild
deleted file mode 100644
index acdb86b29428..000000000000
--- a/app-accessibility/gnopernicus/gnopernicus-0.11.7.ebuild
+++ /dev/null
@@ -1,43 +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.11.7.ebuild,v 1.1 2005/10/03 02:45: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
- virtual/x11
- 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)"
-}
-