summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-09-05 16:16:03 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-09-05 16:16:03 +0000
commit3a6e76021db6db94efd00cc2e4f84359732912bc (patch)
tree2a1a564b632caff7ea9a34a9c090f4942cd74ad7 /app-text
parentAdded callback functionality to -r11 (diff)
downloadgentoo-2-3a6e76021db6db94efd00cc2e4f84359732912bc.tar.gz
gentoo-2-3a6e76021db6db94efd00cc2e4f84359732912bc.tar.bz2
gentoo-2-3a6e76021db6db94efd00cc2e4f84359732912bc.zip
repoman fixes (mostly cleanups of old ebuilds with pspell stuff in them)
and linphone relocation to net-im.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r21
-rw-r--r--app-text/gnome-spell/gnome-spell-0.4.1-r2.ebuild52
-rw-r--r--app-text/gtkspell/files/digest-gtkspell-2.0.01
-rw-r--r--app-text/gtkspell/gtkspell-2.0.0.ebuild49
4 files changed, 0 insertions, 103 deletions
diff --git a/app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r2 b/app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r2
deleted file mode 100644
index dc18f89ed135..000000000000
--- a/app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3771305d194314709430f0fd5f5d1ac8 gnome-spell-0.4.1.tar.gz 185220
diff --git a/app-text/gnome-spell/gnome-spell-0.4.1-r2.ebuild b/app-text/gnome-spell/gnome-spell-0.4.1-r2.ebuild
deleted file mode 100644
index 39b0e43ae680..000000000000
--- a/app-text/gnome-spell/gnome-spell-0.4.1-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.4.1-r2.ebuild,v 1.2 2002/08/16 02:42:01 murphy Exp $
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Gnome spellchecking component."
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gnome-spell/${MY_P}.tar.gz"
-HOMEPAGE="http://www.gnome.org"
-KEYWORDS="x86 sparc sparc64"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/glibc
- >=gnome-base/gnome-libs-1.4.1.7
- >=gnome-base/bonobo-1.0.19-r1
- ( >=gnome-base/libglade-0.17-r4
- <gnome-base/libglade-2.0.0 )
- >=gnome-extra/gal-0.19
- >=app-text/pspell-ispell-0.12-r1
- nls? ( sys-devel/gettext )"
-
-src_compile() {
-
- libtoolize --copy --force
-
- local myconf=""
- if [ -z "`use nls`" ]
- then
- myconf="${myconf} --disable-nls"
- mkdir intl
- touch intl/libgettext.h
- fi
-
- ./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
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}
diff --git a/app-text/gtkspell/files/digest-gtkspell-2.0.0 b/app-text/gtkspell/files/digest-gtkspell-2.0.0
deleted file mode 100644
index 541cb25ff696..000000000000
--- a/app-text/gtkspell/files/digest-gtkspell-2.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a1ae5eb2bf7d176da5fab1c9f349dd04 gtkspell-2.0.0.tar.gz 182782
diff --git a/app-text/gtkspell/gtkspell-2.0.0.ebuild b/app-text/gtkspell/gtkspell-2.0.0.ebuild
deleted file mode 100644
index 71b172deb0d1..000000000000
--- a/app-text/gtkspell/gtkspell-2.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.0.ebuild,v 1.2 2002/08/16 02:42:01 murphy Exp $
-
-DESCRIPTION="GtkSpell is a spell library for GTK2"
-
-SRC_URI="http://gtkspell.sourceforge.net/download/${P}.tar.gz"
-# SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://gtkspell.sourceforge.net/"
-
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc sparc64"
-SLOT="0"
-
-RDEPEND=">=dev-libs/glib-2.0.4
- >=x11-libs/gtk+-2.0.5
- >=app-text/pspell-0.12.2-r3"
-
-DEPEND="$RDEPEND"
-
-src_compile() {
-
- local myconf
- use nls || myconf="--disable-nls"
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --localstatedir=/var/lib \
- --enable-debug=yes \
- ${myconf} || die "configure failure"
-
- emake || die "compile failure"
-}
-
-src_install() {
- emake prefix=${D}/usr \
- sysconfdir=${D}/etc \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- localstatedir=${D}/var/lib \
- install || die "installation failed"
-
- dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README
-}
-
-