diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-18 09:38:03 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-18 09:38:03 +0000 |
commit | 082f90ab15509b284a8a48d2ef443faedffb2ba0 (patch) | |
tree | 42d57116c1558e8c1e0eacfc736fede666f2adc6 /app-text | |
parent | fix for qif import (diff) | |
download | gentoo-2-082f90ab15509b284a8a48d2ef443faedffb2ba0.tar.gz gentoo-2-082f90ab15509b284a8a48d2ef443faedffb2ba0.tar.bz2 gentoo-2-082f90ab15509b284a8a48d2ef443faedffb2ba0.zip |
enable debug
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gnome-spell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/gnome-spell/Manifest | 4 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-1.0.3.ebuild | 3 |
3 files changed, 8 insertions, 4 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog index a2e6557c3e59..b8add0ba8b07 100644 --- a/app-text/gnome-spell/ChangeLog +++ b/app-text/gnome-spell/ChangeLog @@ -1,6 +1,9 @@ # 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.25 2003/05/16 00:58:43 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.26 2003/05/18 09:37:54 liquidx Exp $ + + 18 May 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-1.0.3.ebuild: + enable debug by default for unstable package 16 May 2003; Lars Weiler <pylon@gentoo.org> gnome-spell-0.5.ebuild: Set ppc in KEYWORDS diff --git a/app-text/gnome-spell/Manifest b/app-text/gnome-spell/Manifest index 30897b8d4d13..d230017aa3d6 100644 --- a/app-text/gnome-spell/Manifest +++ b/app-text/gnome-spell/Manifest @@ -1,7 +1,7 @@ -MD5 51cac511b58f25d0c8c4b987976f115b ChangeLog 3664 +MD5 fd7b5eb4d76be66edda2df2710ed8263 ChangeLog 3789 MD5 c7f4cbf6e18157d59d38b743d1b6b04b gnome-spell-0.4.1-r3.ebuild 1131 MD5 1f5f3539f0e0484a964c07db13775a43 gnome-spell-0.5.ebuild 1131 -MD5 5042bcf005c3e49fd1c7412e7da4eb76 gnome-spell-1.0.3.ebuild 890 +MD5 5041ad0e00b568c93dd85185c1ca21fc gnome-spell-1.0.3.ebuild 939 MD5 a47d1ed4439e02575405c32e447f7e2d files/digest-gnome-spell-0.4.1-r3 69 MD5 c9d55e535778f7a2386f5bba1c2cfcf7 files/digest-gnome-spell-0.5 68 MD5 7af76f23ba1a397b5abd20c84ff89dd3 files/digest-gnome-spell-1.0.3 70 diff --git a/app-text/gnome-spell/gnome-spell-1.0.3.ebuild b/app-text/gnome-spell/gnome-spell-1.0.3.ebuild index 9a2a890a770b..4d7b77c87f81 100644 --- a/app-text/gnome-spell/gnome-spell-1.0.3.ebuild +++ b/app-text/gnome-spell/gnome-spell-1.0.3.ebuild @@ -1,10 +1,11 @@ # 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.3.ebuild,v 1.2 2003/05/07 11:10:28 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-1.0.3.ebuild,v 1.3 2003/05/18 09:37:54 liquidx Exp $ IUSE="" inherit gnome.org gnome2 libtool +inherit debug # because this an unstable package S="${WORKDIR}/${P}" DESCRIPTION="Gnome spellchecking component." |