summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2005-03-07 00:12:05 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2005-03-07 00:12:05 +0000
commitb38e6f25e28314a2c42d70c82c17e77347698673 (patch)
tree465413e1a913cb0d6f12f1f7ef23889374b2923b /app-accessibility/gnopernicus/gnopernicus-0.7.1-r1.ebuild
parentPush some settings into sup-profiles which shouldn't be in the master profiles. (diff)
downloadgentoo-2-b38e6f25e28314a2c42d70c82c17e77347698673.tar.gz
gentoo-2-b38e6f25e28314a2c42d70c82c17e77347698673.tar.bz2
gentoo-2-b38e6f25e28314a2c42d70c82c17e77347698673.zip
Removing old ebuilds
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-accessibility/gnopernicus/gnopernicus-0.7.1-r1.ebuild')
-rw-r--r--app-accessibility/gnopernicus/gnopernicus-0.7.1-r1.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/app-accessibility/gnopernicus/gnopernicus-0.7.1-r1.ebuild b/app-accessibility/gnopernicus/gnopernicus-0.7.1-r1.ebuild
deleted file mode 100644
index 1f16db0b846a..000000000000
--- a/app-accessibility/gnopernicus/gnopernicus-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,41 +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.7.1-r1.ebuild,v 1.5 2005/01/01 10:50:05 eradicator 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="0"
-KEYWORDS="x86 ppc sparc alpha hppa ~amd64 ia64"
-IUSE="ipv6"
-
-# libgail-gnome is only required during runtime
-RDEPEND=">=gnome-base/gconf-2
- >=dev-libs/popt-1.5
- >=gnome-base/libgnome-2
- >=gnome-base/libgnomeui-2
- >=dev-libs/glib-2
- >=x11-libs/gtk+-1.3
- >=dev-libs/libxml2-2
- >=gnome-base/libglade-1.99.4
- >=gnome-extra/at-spi-1.1.6
- >=app-accessibility/gnome-speech-0.2.4
- >=app-accessibility/gnome-mag-0.9
- >=gnome-extra/libgail-gnome-1.0"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_compile() {
- local myconf="--with-default-fonts-path=${D}/usr/share/fonts/default/Type1"
-
- use ipv6 && myconf="${myconf} --enable-ipv6"
- G2CONF="${G2CONF} ${myconf}"
-
- gnome2_src_configure
- emake || die "compilation failure"
-}