diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-03-06 23:44:23 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-03-06 23:44:23 +0000 |
commit | de08e499c2aed13b59bcc75e196855954e4306b5 (patch) | |
tree | c2d5f6fdf0e4acd1af3a5040525c86ca45a5cc26 /app-text | |
parent | Version Bump (diff) | |
download | historical-de08e499c2aed13b59bcc75e196855954e4306b5.tar.gz historical-de08e499c2aed13b59bcc75e196855954e4306b5.tar.bz2 historical-de08e499c2aed13b59bcc75e196855954e4306b5.zip |
new version
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/gtkspell/files/digest-gtkspell-2.0.4 | 1 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.4.ebuild | 25 |
3 files changed, 32 insertions, 1 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index 98aa1d166760..2005f38bbb98 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/gtkspell # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.8 2003/02/12 05:25:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.9 2003/03/06 23:44:23 foser Exp $ + +*gtkspell-2.0.4 (07 Mar 2003) + + 07 Mar 2003; foser <foser@gentoo.org> gtkspell-2.0.4.ebuild : + New version, removed obsoleted nls USE 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-text/gtkspell/files/digest-gtkspell-2.0.4 b/app-text/gtkspell/files/digest-gtkspell-2.0.4 new file mode 100644 index 000000000000..d708aca87daf --- /dev/null +++ b/app-text/gtkspell/files/digest-gtkspell-2.0.4 @@ -0,0 +1 @@ +MD5 4ded985b8eefdf9ac6fbf79cad69ccbd gtkspell-2.0.4.tar.gz 197288 diff --git a/app-text/gtkspell/gtkspell-2.0.4.ebuild b/app-text/gtkspell/gtkspell-2.0.4.ebuild new file mode 100644 index 000000000000..3caea523db25 --- /dev/null +++ b/app-text/gtkspell/gtkspell-2.0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4.ebuild,v 1.1 2003/03/06 23:44:23 foser Exp $ + +DESCRIPTION="spell library for GTK2" +SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" +HOMEPAGE="http://gtkspell.sourceforge.net/" + +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~ppc" +SLOT="0" +IUSE="" + +DEPEND=">=x11-libs/gtk+-2 + >=app-text/aspell-0.50" + +src_compile() { + econf || die + emake || die "compile failure" +} + +src_install() { + einstall || die + dodoc AUTHORS ChangeLog NEWS README +} |