diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-05-04 18:25:10 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-05-04 18:25:10 +0000 |
commit | fa2d3bba62bfdcc086c57917a38e4c6c9ba5257d (patch) | |
tree | 8bafe82fe78a8ec92d5bda63a024b695e9edf053 /app-text/gtkspell | |
parent | Removed xmlto from rdepend (diff) | |
download | historical-fa2d3bba62bfdcc086c57917a38e4c6c9ba5257d.tar.gz historical-fa2d3bba62bfdcc086c57917a38e4c6c9ba5257d.tar.bz2 historical-fa2d3bba62bfdcc086c57917a38e4c6c9ba5257d.zip |
bugfix
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gtkspell/Manifest | 4 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.4-r1.ebuild | 11 |
3 files changed, 15 insertions, 6 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index 99afe7d0208a..0db79d33c3cc 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtkspell # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.26 2004/04/30 18:45:54 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.27 2004/05/04 18:25:10 foser Exp $ + + 04 May 2004; foser <foser@gentoo.org> gtkspell-2.0.4-r1.ebuild : + Add autoconf step to remove aspell checks (#41019 comment #9 & #10) + Smoothened up deps slightly 30 Apr 2004; Stephen P. Becker <geoman@gentoo.org> gtkspell-2.0.4-r1.ebuild: Stable on mips. diff --git a/app-text/gtkspell/Manifest b/app-text/gtkspell/Manifest index 9e655a2f1c85..f7bf4ca0f727 100644 --- a/app-text/gtkspell/Manifest +++ b/app-text/gtkspell/Manifest @@ -1,7 +1,7 @@ MD5 04fc23cb7b3074371a6db637c3f414bd gtkspell-2.0.2.ebuild 665 -MD5 85d4786f7d3a6bacede0bdb5c2d9b53b gtkspell-2.0.4-r1.ebuild 1118 +MD5 1424ea990957f1436c6f036c585076fa gtkspell-2.0.4-r1.ebuild 1178 MD5 d25b9b33376f7cd0110838298b7690fd gtkspell-2.0.4.ebuild 1030 -MD5 e186ddadf99006f572a48624a22a50ff ChangeLog 3146 +MD5 1c5f7130241252ef30a74a293df71d42 ChangeLog 3313 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 7b72f96acd5c9a16b6a6284de819f4aa files/gtkspell-2.0.4-docbookx.patch 582 MD5 ae68a374d757954ed1b57e829bb90ea3 files/digest-gtkspell-2.0.4-r1 66 diff --git a/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild index 4563722aa8ab..f992c19f9554 100644 --- a/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r1.ebuild,v 1.9 2004/04/30 18:45:54 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild,v 1.10 2004/05/04 18:25:10 foser Exp $ inherit eutils @@ -13,8 +13,11 @@ SLOT="0" KEYWORDS="x86 sparc ~ppc alpha hppa amd64 ia64 mips" IUSE="doc" -DEPEND=">=x11-libs/gtk+-2 - >=app-text/enchant-1 +RDEPEND=">=x11-libs/gtk+-2 + >=app-text/enchant-1" + +DEPEND="${RDEPEND} + sys-devel/autoconf doc? ( >=dev-util/gtk-doc-0.6 )" src_unpack() { @@ -31,6 +34,8 @@ src_unpack() { # use enchant as backend epatch ${FILESDIR}/${P}-enchant.patch + autoconf || die + } src_compile() { |