summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-09-15 13:30:33 +0000
committerPeter Volkov <pva@gentoo.org>2008-09-15 13:30:33 +0000
commit2f537a39a18909226e9a372c35932195690c41b5 (patch)
tree9e9401af450adf36b6eec3430a395013e4f90f36
parentstable amd64, bug 237696 (diff)
downloadgentoo-2-2f537a39a18909226e9a372c35932195690c41b5.tar.gz
gentoo-2-2f537a39a18909226e9a372c35932195690c41b5.tar.bz2
gentoo-2-2f537a39a18909226e9a372c35932195690c41b5.zip
Fixed HOMEPAGE/SRC_URI, bug #237710, thenk Filip Jirsák for report. Removed old.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo i686)
-rw-r--r--app-dicts/ispell-cs/ChangeLog9
-rw-r--r--app-dicts/ispell-cs/ispell-cs-20020628.ebuild27
-rw-r--r--app-dicts/ispell-cs/ispell-cs-20040229.ebuild11
3 files changed, 13 insertions, 34 deletions
diff --git a/app-dicts/ispell-cs/ChangeLog b/app-dicts/ispell-cs/ChangeLog
index 1be248a8e3d5..4a752045198e 100644
--- a/app-dicts/ispell-cs/ChangeLog
+++ b/app-dicts/ispell-cs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-dicts/ispell-cs
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v 1.12 2007/02/21 20:34:55 peper Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v 1.13 2008/09/15 13:30:33 pva Exp $
+
+ 15 Sep 2008; Peter Volkov <pva@gentoo.org> -ispell-cs-20020628.ebuild,
+ ispell-cs-20040229.ebuild:
+ Fixed HOMEPAGE/SRC_URI, bug #237710, thenk Filip Jirsák for report.
+ Removed old.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-dicts/ispell-cs/ispell-cs-20020628.ebuild b/app-dicts/ispell-cs/ispell-cs-20020628.ebuild
deleted file mode 100644
index f64dffa782f8..000000000000
--- a/app-dicts/ispell-cs/ispell-cs-20020628.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20020628.ebuild,v 1.12 2005/01/01 12:53:00 eradicator Exp $
-
-MY_P=${PN/cs/czech}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="The Czech dictionary for ispell"
-SRC_URI="ftp://ftp.vslib.cz/pub/unix/ispell/${MY_P}-${PV}.tar.gz"
-HOMEPAGE="ftp://ftp.vslib.cz/pub/unix/ispell/"
-
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-KEYWORDS="ppc x86 sparc alpha mips hppa"
-
-DEPEND="dev-lang/perl
- app-text/ispell"
-
-src_compile() {
- make all || die
-}
-
-src_install () {
- insinto /usr/lib/ispell
- doins czech.aff czech.hash
- dodoc README
-}
diff --git a/app-dicts/ispell-cs/ispell-cs-20040229.ebuild b/app-dicts/ispell-cs/ispell-cs-20040229.ebuild
index c5f1904b97df..fa7526c4b82e 100644
--- a/app-dicts/ispell-cs/ispell-cs-20040229.ebuild
+++ b/app-dicts/ispell-cs/ispell-cs-20040229.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild,v 1.1 2005/07/05 01:04:47 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ispell-cs-20040229.ebuild,v 1.2 2008/09/15 13:30:33 pva Exp $
MY_P=${PN/cs/czech}
-S=${WORKDIR}/${MY_P}
DESCRIPTION="The Czech dictionary for ispell"
-SRC_URI="ftp://ftp.vslib.cz/pub/unix/ispell/${MY_P}-${PV}.tar.gz"
-HOMEPAGE="ftp://ftp.vslib.cz/pub/unix/ispell/"
+HOMEPAGE="ftp://ftp.tul.cz/pub/unix/ispell/"
+SRC_URI="ftp://ftp.tul.cz/pub/unix/ispell/${MY_P}-${PV}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
@@ -16,6 +15,8 @@ KEYWORDS="ppc x86 sparc alpha mips hppa"
DEPEND="dev-lang/perl
app-text/ispell"
+S=${WORKDIR}/${MY_P}
+
src_compile() {
make all || die
}