From 2f537a39a18909226e9a372c35932195690c41b5 Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Mon, 15 Sep 2008 13:30:33 +0000 Subject: 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) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app-dicts/ispell-cs/ChangeLog | 9 +++++++-- app-dicts/ispell-cs/ispell-cs-20020628.ebuild | 27 --------------------------- app-dicts/ispell-cs/ispell-cs-20040229.ebuild | 11 ++++++----- 3 files changed, 13 insertions(+), 34 deletions(-) delete mode 100644 app-dicts/ispell-cs/ispell-cs-20020628.ebuild (limited to 'app-dicts') 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 -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 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 } -- cgit v1.2.3-65-gdbad