summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2004-10-15 09:21:08 +0000
committerMichael Cummings <mcummings@gentoo.org>2004-10-15 09:21:08 +0000
commit3fa0206b8879c26add3541beeeeabbd77b3b3f08 (patch)
tree943a1c5406927552ba7120f8711abfa03562c7bc /dev-perl/gtk-perl
parentAdded arts as a dependency because you can't build without mcopidl. (Manifest... (diff)
downloadgentoo-2-3fa0206b8879c26add3541beeeeabbd77b3b3f08.tar.gz
gentoo-2-3fa0206b8879c26add3541beeeeabbd77b3b3f08.tar.bz2
gentoo-2-3fa0206b8879c26add3541beeeeabbd77b3b3f08.zip
typos. bug 60272
Diffstat (limited to 'dev-perl/gtk-perl')
-rw-r--r--dev-perl/gtk-perl/ChangeLog6
-rw-r--r--dev-perl/gtk-perl/gtk-perl-0.7008-r11.ebuild4
-rw-r--r--dev-perl/gtk-perl/gtk-perl-0.7009.ebuild6
3 files changed, 10 insertions, 6 deletions
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 <mcummings@gentoo.org>
+ gtk-perl-0.7008-r11.ebuild, gtk-perl-0.7009.ebuild:
+ Typo fix (mycong vs myconf). Bug 60272
16 Apr 2004; Guy Martin <gmsoft@gentoo.org> 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() {