summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-11 03:43:11 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-11 03:43:11 +0000
commit8446e914d16a544f34b3c5a55f573f4c4155dc94 (patch)
tree0722fa66f1fe5f8f4428725b12b9ccb0ecd58ddd /app-text/aspell
parentversion bump (diff)
downloadgentoo-2-8446e914d16a544f34b3c5a55f573f4c4155dc94.tar.gz
gentoo-2-8446e914d16a544f34b3c5a55f573f4c4155dc94.tar.bz2
gentoo-2-8446e914d16a544f34b3c5a55f573f4c4155dc94.zip
removed older ebuilds, repoman fixes
Diffstat (limited to 'app-text/aspell')
-rw-r--r--app-text/aspell/aspell-0.32.6.ebuild31
-rw-r--r--app-text/aspell/aspell-0.33.7.1-r1.ebuild11
-rw-r--r--app-text/aspell/aspell-0.33.7.1.ebuild34
-rw-r--r--app-text/aspell/aspell-0.33.ebuild38
-rw-r--r--app-text/aspell/files/digest-aspell-0.32.61
-rw-r--r--app-text/aspell/files/digest-aspell-0.331
-rw-r--r--app-text/aspell/files/digest-aspell-0.33.7.11
7 files changed, 7 insertions, 110 deletions
diff --git a/app-text/aspell/aspell-0.32.6.ebuild b/app-text/aspell/aspell-0.32.6.ebuild
deleted file mode 100644
index e2fcdf4ddc5d..000000000000
--- a/app-text/aspell/aspell-0.32.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.32.6.ebuild,v 1.4 2002/04/28 03:59:29 seemant Exp $
-
-
-MY_P=${PN}-.32.6
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A spell checker replacement for ispell"
-SRC_URI="http://download.sourceforge.net/aspell/${MY_P}.tar.gz"
-HOMEPAGE="http://aspell.sourceforge.net"
-
-DEPEND=">=app-text/pspell-0.11.2"
-
-src_compile() {
-
- ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} || die
- make || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- dodir /usr/share/doc
- mv ${D}/usr/doc/aspell ${D}/usr/share/doc/${PF}
- mv ${D}/usr/share/doc/${PF}/man-html ${D}/usr/share/doc/${PF}/html
- mv ${D}/usr/share/doc/${PF}/man-text ${D}/usr/share/doc/${PF}/aspell
-
- dodoc README* TODO
-}
diff --git a/app-text/aspell/aspell-0.33.7.1-r1.ebuild b/app-text/aspell/aspell-0.33.7.1-r1.ebuild
index 0ca772fb2f7a..6fccd7b64d85 100644
--- a/app-text/aspell/aspell-0.33.7.1-r1.ebuild
+++ b/app-text/aspell/aspell-0.33.7.1-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Seemant Kulleen <seemant@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1-r1.ebuild,v 1.6 2002/05/27 17:27:36 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1-r1.ebuild,v 1.7 2002/07/11 03:43:11 seemant Exp $
+inherit libtool
MY_P=${PN}-.33.7.1
S=${WORKDIR}/${MY_P}
@@ -13,6 +13,10 @@ HOMEPAGE="http://aspell.sourceforge.net"
DEPEND=">=app-text/pspell-0.12
>=sys-libs/ncurses-5.2"
+SLOT="0"
+LICENSE="LGPL-2"
+KEYWORDS="x86"
+
#
# These flags a reset here because too much optimisation can cause aspell's
# compilation process to break. Moreover, these must be set before ./configure
@@ -31,8 +35,7 @@ src_compile() {
#
# These two lines are here again to prevent breaking the compilation
#
- libtoolize --copy --force
- aclocal
+ elibtoolize
./configure \
--prefix=/usr \
diff --git a/app-text/aspell/aspell-0.33.7.1.ebuild b/app-text/aspell/aspell-0.33.7.1.ebuild
deleted file mode 100644
index a384c28d7e7b..000000000000
--- a/app-text/aspell/aspell-0.33.7.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.7.1.ebuild,v 1.3 2002/04/28 03:59:29 seemant Exp $
-
-
-MY_P=${PN}-.33.7.1
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A spell checker replacement for ispell"
-SRC_URI="http://download.sourceforge.net/aspell/${MY_P}.tar.gz"
-HOMEPAGE="http://aspell.sourceforge.net"
-
-DEPEND=">=app-text/pspell-0.12
- >=sys-libs/ncurses-5.2"
-
-src_compile() {
-
- ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} --enable-doc-dir=/usr/share/doc/${P} || die
- make || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- cd ${D}/usr/share/doc/${P}
- mv man-html html
- mv man-text txt
- prepalldocs
- cd ${S}
-
- dodoc README* TODO
-
-}
diff --git a/app-text/aspell/aspell-0.33.ebuild b/app-text/aspell/aspell-0.33.ebuild
deleted file mode 100644
index 818e2771bc53..000000000000
--- a/app-text/aspell/aspell-0.33.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.33.ebuild,v 1.3 2002/04/28 03:59:29 seemant Exp $
-
-
-MY_P=${PN}-.33
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="A spell checker replacement for ispell"
-SRC_URI="http://download.sourceforge.net/aspell/${MY_P}.tar.gz"
-HOMEPAGE="http://aspell.sourceforge.net"
-
-DEPEND=">=app-text/pspell-0.12
- >=sys-libs/ncurses-5.2"
-
-src_compile() {
-
- if [ "`use gpm`" ]
- then
- myldflags="-lgpm"
- fi
- LDFLAGS=\"$myldflags\" ./configure --prefix=/usr --sysconfdir=/etc/aspell --host=${CHOST} --enable-doc-dir=/usr/share/doc/${P} || die
- make || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- cd ${D}/usr/share/doc/${P}
- mv man-html html
- mv man-text txt
- prepalldocs
- cd ${S}
-
- dodoc README* TODO
-
-}
diff --git a/app-text/aspell/files/digest-aspell-0.32.6 b/app-text/aspell/files/digest-aspell-0.32.6
deleted file mode 100644
index de1aa0bab1ce..000000000000
--- a/app-text/aspell/files/digest-aspell-0.32.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3ca26cb8f84691a9e48c8bcc003d76e0 aspell-.32.6.tar.gz 1422045
diff --git a/app-text/aspell/files/digest-aspell-0.33 b/app-text/aspell/files/digest-aspell-0.33
deleted file mode 100644
index 34ebda13761b..000000000000
--- a/app-text/aspell/files/digest-aspell-0.33
+++ /dev/null
@@ -1 +0,0 @@
-MD5 189073d9a29e924db41fc2aa8ac72ec7 aspell-.33.tar.gz 1525320
diff --git a/app-text/aspell/files/digest-aspell-0.33.7.1 b/app-text/aspell/files/digest-aspell-0.33.7.1
deleted file mode 100644
index 8f1798bba4bf..000000000000
--- a/app-text/aspell/files/digest-aspell-0.33.7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5a975196883a139e6759701633021955 aspell-.33.7.1.tar.gz 1647417