diff options
author | Christian Hartmann <ian@gentoo.org> | 2006-07-05 17:41:38 +0000 |
---|---|---|
committer | Christian Hartmann <ian@gentoo.org> | 2006-07-05 17:41:38 +0000 |
commit | dd71cf16b8d309956be283a00372de9065fd2461 (patch) | |
tree | ea6631fdd3797513eaca830372bdf73310984f5f /dev-perl/gtk2-spell | |
parent | stable x86 for ruby (diff) | |
download | historical-dd71cf16b8d309956be283a00372de9065fd2461.tar.gz historical-dd71cf16b8d309956be283a00372de9065fd2461.tar.bz2 historical-dd71cf16b8d309956be283a00372de9065fd2461.zip |
Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/gtk2-spell')
-rw-r--r-- | dev-perl/gtk2-spell/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/dev-perl/gtk2-spell/ChangeLog b/dev-perl/gtk2-spell/ChangeLog index 0014d4c8d667..fe49425b241e 100644 --- a/dev-perl/gtk2-spell/ChangeLog +++ b/dev-perl/gtk2-spell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/gtk2-spell -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.13 2005/10/03 12:55:07 agriffis Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.14 2006/07/05 17:37:58 ian Exp $ + + 05 Jul 2006; Christian Hartmann <ian@gentoo.org> gtk2-spell-1.03.ebuild: + Fixed RDEPEND wrt bug #134781; fixed header; fixed DEPEND 03 Oct 2005; Aron Griffis <agriffis@gentoo.org> gtk2-spell-1.03.ebuild: Mark 1.03 stable on ia64 diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild index 762740129f77..438d6e070db1 100644 --- a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild +++ b/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.10 2005/10/03 12:55:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild,v 1.11 2006/07/05 17:37:58 ian Exp $ inherit perl-module @@ -15,16 +15,15 @@ LICENSE="GPL-2" KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86" IUSE="" -DEPEND="${DEPEND} - >=x11-libs/gtk+-2 +DEPEND=">=x11-libs/gtk+-2 >=app-text/gtkspell-2 >=dev-perl/glib-perl-1.012 >=dev-perl/gtk2-perl-1.012" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} # Without this it cannot find gtkspell <rigo@home.nl> sed -ie "s:\#my:my:g" Makefile.PL || die "sed failed" -} - +}
\ No newline at end of file |