From 3fa0206b8879c26add3541beeeeabbd77b3b3f08 Mon Sep 17 00:00:00 2001 From: Michael Cummings Date: Fri, 15 Oct 2004 09:21:08 +0000 Subject: typos. bug 60272 --- dev-perl/gtk-perl/ChangeLog | 6 +++++- dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild | 4 ++-- dev-perl/gtk-perl/gtk-perl-0.7009.ebuild | 6 +++--- 3 files changed, 10 insertions(+), 6 deletions(-) (limited to 'dev-perl/gtk-perl') diff --git a/dev-perl/gtk-perl/ChangeLog b/dev-perl/gtk-perl/ChangeLog index 82aec3caf273..285f518a0bb4 100644 --- a/dev-perl/gtk-perl/ChangeLog +++ b/dev-perl/gtk-perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/gtk-perl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/ChangeLog,v 1.28 2004/06/25 00:35:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/ChangeLog,v 1.29 2004/10/15 09:21:08 mcummings Exp $ + + 15 Oct 2004; Michael Cummings + gtk-perl-0.7008-r11.ebuild, gtk-perl-0.7009.ebuild: + Typo fix (mycong vs myconf). Bug 60272 16 Apr 2004; Guy Martin gtk-perl-0.7008-r11.ebuild: Marked stable on hppa. diff --git a/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild index 0b401c740cd3..1c18325e932a 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild,v 1.4 2004/07/14 17:45:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild,v 1.5 2004/10/15 09:21:08 mcummings Exp $ inherit perl-module eutils @@ -25,7 +25,7 @@ DEPEND="${DEPEND} mydoc="VERSIONS WARNING NOTES" use gnome || myconf="${myconf} --without-gnome --without-gnomeprint --without-applets" -use opengl || mycong="${myconf} --without-gtkglarea" +use opengl || myconf="${myconf} --without-gtkglarea" src_unpack() { diff --git a/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild index e0561cf74b15..17c2f26b8512 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild,v 1.5 2004/07/14 17:45:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7009.ebuild,v 1.6 2004/10/15 09:21:08 mcummings Exp $ inherit perl-module eutils MY_P=Gtk-Perl-${PV} S=${WORKDIR}/${MY_P} DESCRIPTION="Perl bindings for GTK" -SRC_URI="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz" +SRC_URI="mirror://cpan/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz" HOMEPAGE="http://search.cpan.org/~mlehmann/${MY_P}/" IUSE="gnome opengl" SLOT="0" @@ -25,7 +25,7 @@ DEPEND="${DEPEND} mydoc="VERSIONS WARNING NOTES" use gnome || myconf="${myconf} --without-gnome --without-gnomeprint --without-applets" -use opengl || mycong="${myconf} --without-gtkglarea" +use opengl || myconf="${myconf} --without-gtkglarea" src_unpack() { -- cgit v1.2.3-65-gdbad