summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2006-04-02 14:27:45 +0000
committerMarinus Schraal <foser@gentoo.org>2006-04-02 14:27:45 +0000
commit711702098c76aeccce622869ccded5a29c20376c (patch)
tree3d29004233777ab24d1b5a2c8946fd3c38698a7e /app-text
parentAdd patch from bug 125697 to avoid sandbox violation with FEATURES=test. Than... (diff)
downloadgentoo-2-711702098c76aeccce622869ccded5a29c20376c.tar.gz
gentoo-2-711702098c76aeccce622869ccded5a29c20376c.tar.bz2
gentoo-2-711702098c76aeccce622869ccded5a29c20376c.zip
remove old slotted version
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gnome-spell/files/digest-gnome-spell-0.51
-rw-r--r--app-text/gnome-spell/gnome-spell-0.5.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/app-text/gnome-spell/files/digest-gnome-spell-0.5 b/app-text/gnome-spell/files/digest-gnome-spell-0.5
deleted file mode 100644
index 898b357f6e88..000000000000
--- a/app-text/gnome-spell/files/digest-gnome-spell-0.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 109ec5643ca508693f17c4c411d0f913 gnome-spell-0.5.tar.bz2 265306
diff --git a/app-text/gnome-spell/gnome-spell-0.5.ebuild b/app-text/gnome-spell/gnome-spell-0.5.ebuild
deleted file mode 100644
index c9e4de7acfe8..000000000000
--- a/app-text/gnome-spell/gnome-spell-0.5.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.5.ebuild,v 1.21 2005/01/01 16:16:32 eradicator Exp $
-
-IUSE="nls"
-
-inherit gnome.org libtool
-
-DESCRIPTION="Gnome spellchecking component."
-HOMEPAGE="http://www.gnome.org/"
-
-KEYWORDS="x86 sparc ppc hppa"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND=">=gnome-base/gnome-libs-1.4.1.7
- =gnome-base/control-center-1.4*
- >=gnome-base/bonobo-1.0.19-r1
- <gnome-base/libglade-2.0.0
- <gnome-extra/gal-1.99
- virtual/aspell-dict
- nls? ( sys-devel/gettext )"
-
-src_compile() {
-
- elibtoolize
-
- local myconf=""
- use nls || myconf="${myconf} --disable-nls"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
-
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- install || die
-
- # Dual gnomecc entry.
- rm -f ${D}/usr/share/control-center/capplets/${PN}-properties.desktop
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}