diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-19 14:14:32 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-19 14:14:32 +0000 |
commit | c71e1324fe361a04a32a1e3dee5a459ee35ac42c (patch) | |
tree | f2316af3783796b5ac10e4d8951f6ffbc31203bc /app-text/gnome-spell | |
parent | cosmetic changes (diff) | |
download | gentoo-2-c71e1324fe361a04a32a1e3dee5a459ee35ac42c.tar.gz gentoo-2-c71e1324fe361a04a32a1e3dee5a459ee35ac42c.tar.bz2 gentoo-2-c71e1324fe361a04a32a1e3dee5a459ee35ac42c.zip |
updated SRC_URI to use gnome.org
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r-- | app-text/gnome-spell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/gnome-spell/files/digest-gnome-spell-1.0.1 | 2 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.1.ebuild | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog index 908ca6cec1ba..bc3d13a7060a 100644 --- a/app-text/gnome-spell/ChangeLog +++ b/app-text/gnome-spell/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-text/gnome-spell # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.16 2003/03/14 01:38:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.17 2003/03/19 14:14:32 liquidx Exp $ *gnome-spell-1.0.1 (14 Mar 2003) + 19 Mar 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.1.ebuild: + source files from gnome.org rather than ximian.com + 14 Mar 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.1.ebuild: Version Bumped and SLOTted. This is the new Gnome2 version of gnome-spell. diff --git a/app-text/gnome-spell/files/digest-gnome-spell-1.0.1 b/app-text/gnome-spell/files/digest-gnome-spell-1.0.1 index 0d2297439c2c..121a4e30f545 100644 --- a/app-text/gnome-spell/files/digest-gnome-spell-1.0.1 +++ b/app-text/gnome-spell/files/digest-gnome-spell-1.0.1 @@ -1 +1 @@ -MD5 50ec51d272a123e1724fb8ba77c483b6 gnome-spell-1.0.1.tar.gz 260625 +MD5 25ab6347170e6a453d8f54e5506573c7 gnome-spell-1.0.1.tar.bz2 204127 diff --git a/app-text/gnome-spell/gnome-spell-1.0.1.ebuild b/app-text/gnome-spell/gnome-spell-1.0.1.ebuild index efef53ac73a9..860df2be7040 100644 --- a/app-text/gnome-spell/gnome-spell-1.0.1.ebuild +++ b/app-text/gnome-spell/gnome-spell-1.0.1.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.1.ebuild,v 1.1 2003/03/14 01:38:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.1.ebuild,v 1.2 2003/03/19 14:14:32 liquidx Exp $ IUSE="" -inherit gnome2 libtool +inherit gnome.org gnome2 libtool S="${WORKDIR}/${P}" DESCRIPTION="Gnome spellchecking component." -# should be on gnome.org, but the newest version there is only 1.0_pre -SRC_URI="ftp://ftp.ximian.com/pub/ximian-evolution-beta/source/${P}.tar.gz" HOMEPAGE="http://www.gnome.org/" KEYWORDS="~x86 ~sparc ~ppc" |