diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-10 13:16:42 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-10 13:16:42 +0000 |
commit | dfaf3326e1b672aaddcb3fccc5e8dad7af2c5dc6 (patch) | |
tree | adca6c4c9cff9c4034d7bfc2d01ef169922d224b /app-text/gnome-spell | |
parent | New version and big cleanup (diff) | |
download | gentoo-2-dfaf3326e1b672aaddcb3fccc5e8dad7af2c5dc6.tar.gz gentoo-2-dfaf3326e1b672aaddcb3fccc5e8dad7af2c5dc6.tar.bz2 gentoo-2-dfaf3326e1b672aaddcb3fccc5e8dad7af2c5dc6.zip |
cleanup libgtkhtml/gal deps
Diffstat (limited to 'app-text/gnome-spell')
-rw-r--r-- | app-text/gnome-spell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/gnome-spell/Manifest | 6 | ||||
-rw-r--r-- | app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r3 | 1 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-0.4.1-r3.ebuild | 54 | ||||
-rw-r--r-- | app-text/gnome-spell/gnome-spell-0.5.ebuild | 7 |
5 files changed, 9 insertions, 64 deletions
diff --git a/app-text/gnome-spell/ChangeLog b/app-text/gnome-spell/ChangeLog index f331297a8c9d..e9c3a10c9510 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.27 2003/06/03 10:23:02 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/ChangeLog,v 1.28 2003/06/10 13:16:35 liquidx Exp $ + + 10 Jun 2003; Alastair Tse <liquidx@gentoo.org> gnome-spell-0.5.ebuild: + removed evolution dep and fixed gal dep *gnome-spell-1.0.4 (03 Jun 2003) diff --git a/app-text/gnome-spell/Manifest b/app-text/gnome-spell/Manifest index e4ba8ccab3bd..0fe9d11a2031 100644 --- a/app-text/gnome-spell/Manifest +++ b/app-text/gnome-spell/Manifest @@ -1,9 +1,7 @@ -MD5 48603b86800338f083bbbb7283c03621 ChangeLog 3941 -MD5 c7f4cbf6e18157d59d38b743d1b6b04b gnome-spell-0.4.1-r3.ebuild 1131 -MD5 1f5f3539f0e0484a964c07db13775a43 gnome-spell-0.5.ebuild 1131 +MD5 3c0ca5bd14de974fca2fb0cd32f7bda6 ChangeLog 4057 +MD5 783261da61a561bb0defbb6758641631 gnome-spell-0.5.ebuild 1107 MD5 088d14502cfb9bab1c4bc096ebef94e4 gnome-spell-1.0.4.ebuild 939 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 d7a3ea11abf9781f4dbfca9c0b6cfecb files/digest-gnome-spell-1.0.4 70 MD5 7af76f23ba1a397b5abd20c84ff89dd3 files/digest-gnome-spell-1.0.3 70 diff --git a/app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r3 b/app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r3 deleted file mode 100644 index dc18f89ed135..000000000000 --- a/app-text/gnome-spell/files/digest-gnome-spell-0.4.1-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3771305d194314709430f0fd5f5d1ac8 gnome-spell-0.4.1.tar.gz 185220 diff --git a/app-text/gnome-spell/gnome-spell-0.4.1-r3.ebuild b/app-text/gnome-spell/gnome-spell-0.4.1-r3.ebuild deleted file mode 100644 index 74ef36208b4e..000000000000 --- a/app-text/gnome-spell/gnome-spell-0.4.1-r3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# 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-0.4.1-r3.ebuild,v 1.9 2003/04/23 00:33:11 vladimir Exp $ - -IUSE="nls" - -inherit libtool - -MY_P=${P/_/-} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Gnome spellchecking component." -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/gnome-spell/${MY_P}.tar.gz" -HOMEPAGE="http://www.gnome.org" -KEYWORDS="x86 ppc sparc " -SLOT="0" -LICENSE="GPL-2" - -DEPEND=">=gnome-base/gnome-libs-1.4.1.7 - >=gnome-base/bonobo-1.0.19-r1 - <gnome-base/libglade-2.0.0 - >=gnome-extra/gal-0.19 - virtual/aspell-dict - nls? ( sys-devel/gettext )" - -src_compile() { - - elibtoolize - - local myconf="" - if [ -z "`use nls`" ] - then - myconf="${myconf} --disable-nls" - mkdir intl - touch intl/libgettext.h - fi - - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - emake || die -} - -src_install() { - - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README -} diff --git a/app-text/gnome-spell/gnome-spell-0.5.ebuild b/app-text/gnome-spell/gnome-spell-0.5.ebuild index 1928e3c09ac0..2e745236dc01 100644 --- a/app-text/gnome-spell/gnome-spell-0.5.ebuild +++ b/app-text/gnome-spell/gnome-spell-0.5.ebuild @@ -1,6 +1,6 @@ # 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-0.5.ebuild,v 1.13 2003/05/16 00:58:43 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gnome-spell/gnome-spell-0.5.ebuild,v 1.14 2003/06/10 13:16:35 liquidx Exp $ IUSE="nls" @@ -14,12 +14,11 @@ KEYWORDS="x86 sparc ppc" SLOT="0" LICENSE="GPL-2" -DEPEND=">=net-mail/evolution-1.2.0 - >=gnome-base/gnome-libs-1.4.1.7 +DEPEND=">=gnome-base/gnome-libs-1.4.1.7 =gnome-base/control-center-1.4* >=gnome-base/bonobo-1.0.19-r1 <gnome-base/libglade-2.0.0 - >=gnome-extra/gal-0.19 + <gnome-extra/gal-1.99 virtual/aspell-dict nls? ( sys-devel/gettext )" |