diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-09-29 20:51:37 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-09-29 20:51:37 +0000 |
commit | b5d9187a5eebe9286a87096c05a7676b84b41a48 (patch) | |
tree | 69b7e54b35f49b4477e9c2b0a3afb15449579711 /app-text/gtkspell | |
parent | Bump to latest version, wxversion patch by Rob Cakebread <pythonhead@gentoo.o... (diff) | |
download | gentoo-2-b5d9187a5eebe9286a87096c05a7676b84b41a48.tar.gz gentoo-2-b5d9187a5eebe9286a87096c05a7676b84b41a48.tar.bz2 gentoo-2-b5d9187a5eebe9286a87096c05a7676b84b41a48.zip |
stable on x86
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gtkspell/Manifest | 8 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.11.ebuild | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index 2914a968958e..d7bef94840b5 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtkspell # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.35 2005/08/01 11:25:25 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.36 2005/09/29 20:51:37 allanonjl Exp $ + + 29 Sep 2005; John N. Laliberte <allanonjl@gentoo.org> + gtkspell-2.0.11.ebuild: + stable on x86 01 Aug 2005; Marinus Schraal <foser@gentoo.org> gtkspell-2.0.11.ebuild : Fix up enchant dep to deal with deprecated API (#46657) diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest index b2088ab9babb..c7a816635dee 100644 --- a/app-text/gtkspell/Manifest +++ b/app-text/gtkspell/Manifest @@ -1,9 +1,9 @@ -MD5 14bd0f552eee5c4e5ca481031671cde4 ChangeLog 4095 +MD5 116130ea6ecd2e2d258b7a855baff685 gtkspell-2.0.11.ebuild 1011 MD5 837c8b2c0504f33feacb22c9eebacabe gtkspell-2.0.4-r1.ebuild 1169 -MD5 20cead650cda59e06a4aaa1274651a23 gtkspell-2.0.11.ebuild 1012 +MD5 5f420fe1378e34be2da339e0651dce39 ChangeLog 4194 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4-r1 66 +MD5 b91273fd65f12fdab689ed2beb37c352 files/gtkspell-2.0.10-enchant.patch 8894 MD5 7b72f96acd5c9a16b6a6284de819f4aa files/gtkspell-2.0.4-docbookx.patch 582 +MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4-r1 66 MD5 2c687dc22e69904275ba8afee73f55a9 files/gtkspell-2.0.4-enchant.patch 11806 MD5 f9abff1da530fea89cf3043f082cc2d3 files/digest-gtkspell-2.0.11 67 -MD5 b91273fd65f12fdab689ed2beb37c352 files/gtkspell-2.0.10-enchant.patch 8894 diff --git a/app-text/gtkspell/gtkspell-2.0.11.ebuild b/app-text/gtkspell/gtkspell-2.0.11.ebuild index d338703e5e61..62704d662e32 100644 --- a/app-text/gtkspell/gtkspell-2.0.11.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.11.ebuild,v 1.2 2005/08/01 11:25:25 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.11.ebuild,v 1.3 2005/09/29 20:51:37 allanonjl Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc x86 ~ppc64" IUSE="doc" RDEPEND=">=x11-libs/gtk+-2 |