summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-15 08:23:23 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-15 08:23:23 +0000
commit6643c982cc847d514586b1a09466a0ec00f22c2c (patch)
tree37af6c7aa342a3d5943a8fe41765fcb9cb311170 /app-i18n
parenteclass for aspell dictionaries (diff)
downloadgentoo-2-6643c982cc847d514586b1a09466a0ec00f22c2c.tar.gz
gentoo-2-6643c982cc847d514586b1a09466a0ec00f22c2c.tar.bz2
gentoo-2-6643c982cc847d514586b1a09466a0ec00f22c2c.zip
eclassed
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/aspell-en/ChangeLog4
-rw-r--r--app-i18n/aspell-en/aspell-en-0.0.0.10.ebuild27
2 files changed, 5 insertions, 26 deletions
diff --git a/app-i18n/aspell-en/ChangeLog b/app-i18n/aspell-en/ChangeLog
index c026c59442e2..415a3d0b9589 100644
--- a/app-i18n/aspell-en/ChangeLog
+++ b/app-i18n/aspell-en/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for app-i18n/aspell-en
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-en/ChangeLog,v 1.2 2002/08/15 07:59:04 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-en/ChangeLog,v 1.3 2002/08/15 08:23:22 seemant Exp $
*aspell-en-0.0.0.10 (15 Aug 2002)
@@ -8,7 +8,7 @@
aspell-en-0.0_pre10.ebuild aspell-0.0.0.10.ebuild :
removed the pre nonsense, as it is not a good versioning scheme. this new
- ebuild is more accurate for that.
+ ebuild is more accurate for that. And also, eclassed
*aspell-en-0.0_pre10 (14 Aug 2002)
diff --git a/app-i18n/aspell-en/aspell-en-0.0.0.10.ebuild b/app-i18n/aspell-en/aspell-en-0.0.0.10.ebuild
index 3b314b4dda00..910f793f6b17 100644
--- a/app-i18n/aspell-en/aspell-en-0.0.0.10.ebuild
+++ b/app-i18n/aspell-en/aspell-en-0.0.0.10.ebuild
@@ -1,28 +1,7 @@
# 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-i18n/aspell-en/aspell-en-0.0.0.10.ebuild,v 1.1 2002/08/15 08:00:16 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/aspell-en/aspell-en-0.0.0.10.ebuild,v 1.2 2002/08/15 08:23:23 seemant Exp $
-MY_P=${PN}-${PV%.*.*}-${PV#*.*.}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="English dictionary for aspell"
-HOMEPAGE="http://www.gnu.org/projects/aspell/index.html"
-SRC_URI="http://savannah.gnu.org/download/aspell/dicts/${MY_P}.tar.bz2"
+ASPELL_LANG="English (US, British, Canadian) Language"
-DEPEND="app-text/aspell"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="x86"
-
-src_compile() {
- ./configure || die
- emake || die
-}
-
-src_install() {
- make \
- DESTDIR=${D} \
- install || die
-
- dodoc Copyright README info
-}
+inherit aspell-dict