diff options
author | 2008-11-01 08:47:46 +0000 | |
---|---|---|
committer | 2008-11-01 08:47:46 +0000 | |
commit | b1e9f81cbb0d0d75fcea554aad22fa522fdf4140 (patch) | |
tree | 135d2f964f96c3d5463c17ada91a9ff5138d2b84 | |
parent | Bug #176113, version bump. (diff) | |
download | gentoo-2-b1e9f81cbb0d0d75fcea554aad22fa522fdf4140.tar.gz gentoo-2-b1e9f81cbb0d0d75fcea554aad22fa522fdf4140.tar.bz2 gentoo-2-b1e9f81cbb0d0d75fcea554aad22fa522fdf4140.zip |
Remove old.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
-rw-r--r-- | app-dicts/ispell-es/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ispell-es/ispell-es-1.7.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/app-dicts/ispell-es/ChangeLog b/app-dicts/ispell-es/ChangeLog index 2dbea0ec450f..3b1cd2895212 100644 --- a/app-dicts/ispell-es/ChangeLog +++ b/app-dicts/ispell-es/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-es # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ChangeLog,v 1.17 2008/10/28 10:41:52 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ChangeLog,v 1.18 2008/11/01 08:47:46 pva Exp $ + + 01 Nov 2008; Peter Volkov <pva@gentoo.org> -ispell-es-1.7.ebuild: + Remove old. 28 Oct 2008; Raúl Porcel <armin76@gentoo.org> ispell-es-1.10.ebuild: alpha stable #244250 diff --git a/app-dicts/ispell-es/ispell-es-1.7.ebuild b/app-dicts/ispell-es/ispell-es-1.7.ebuild deleted file mode 100644 index 2b4b04d37456..000000000000 --- a/app-dicts/ispell-es/ispell-es-1.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ispell-es-1.7.ebuild,v 1.9 2006/06/28 01:56:02 metalgod Exp $ - -MY_P="espanol-"${PV} -S=${WORKDIR}/${MY_P/n/~n} -DESCRIPTION="A Spanish dictionary for ispell" -SRC_URI="ftp://ftp.fi.upm.es/pub/unix/${MY_P}.tar.gz" -HOMEPAGE="http://www.datsi.fi.upm.es/~coes/" - -SLOT="0" -LICENSE="GPL-2" -IUSE="" -KEYWORDS="alpha ~amd64 hppa mips ppc sparc x86" - -DEPEND="app-text/ispell" - -src_compile() { - # It's important that we export the TMPDIR environment variable, - # so we don't commit sandbox violations - export TMPDIR=/tmp - emake || die - unset TMPDIR -} - -src_install () { - insinto /usr/lib/ispell - doins espa~nol.aff espa~nol.hash - fperms 444 /usr/lib/ispell/espa~nol.* - dodoc LEAME README -} |