diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-10-03 12:55:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-10-03 12:55:07 +0000 |
commit | 35cec7bfad8e6eb1b27c3e1403efb455613af61a (patch) | |
tree | a5bd48711f98a786ac94bc1f744622cb78a26276 /dev-perl | |
parent | Mark 0.10 stable on ia64 (diff) | |
download | gentoo-2-35cec7bfad8e6eb1b27c3e1403efb455613af61a.tar.gz gentoo-2-35cec7bfad8e6eb1b27c3e1403efb455613af61a.tar.bz2 gentoo-2-35cec7bfad8e6eb1b27c3e1403efb455613af61a.zip |
Mark 1.03 stable on ia64
(Portage version: 1.589-cvs)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/gtk2-spell/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/Manifest | 4 | ||||
-rw-r--r-- | dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-perl/gtk2-spell/ChangeLog b/dev-perl/gtk2-spell/ChangeLog index 12abc8b44af1..0014d4c8d667 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.12 2005/09/08 21:14:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-spell/ChangeLog,v 1.13 2005/10/03 12:55:07 agriffis Exp $ + + 03 Oct 2005; Aron Griffis <agriffis@gentoo.org> gtk2-spell-1.03.ebuild: + Mark 1.03 stable on ia64 08 Sep 2005; Aron Griffis <agriffis@gentoo.org> gtk2-spell-1.03.ebuild: Mark 1.03 stable on alpha @@ -45,3 +48,4 @@ 20 Jul 2003; Michael Cummings <mcummings@gentoo.org> gtk2-spell-1.00.ebuild: submitted by Rigo Ketelings <rigo@home.nl> in bug 24036 + diff --git a/dev-perl/gtk2-spell/Manifest b/dev-perl/gtk2-spell/Manifest index 22343572d689..3f6bf2112cc8 100644 --- a/dev-perl/gtk2-spell/Manifest +++ b/dev-perl/gtk2-spell/Manifest @@ -1,4 +1,4 @@ -MD5 b7bb2a8cac23ec3f6551c2037de64e67 gtk2-spell-1.03.ebuild 791 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 700b1baf0e5f518a4ff45c3be56fdfc1 ChangeLog 1517 +MD5 2ef25d0740ede90af22753a70b101720 gtk2-spell-1.03.ebuild 791 +MD5 9ef328f8d156db99f0d10444566ef095 ChangeLog 1518 MD5 310f16aa5a3a61290442c602579d06cd files/digest-gtk2-spell-1.03 66 diff --git a/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild b/dev-perl/gtk2-spell/gtk2-spell-1.03.ebuild index 15814d46ea30..762740129f77 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 # 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.9 2005/09/08 21:14:09 agriffis Exp $ +# $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 $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/M/ML/MLEHMANN/${MY_P}.tar.gz" HOMEPAGE="http://gtk2-perl.sf.net/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc sparc x86" IUSE="" DEPEND="${DEPEND} @@ -27,3 +27,4 @@ src_unpack() { # Without this it cannot find gtkspell <rigo@home.nl> sed -ie "s:\#my:my:g" Makefile.PL || die "sed failed" } + |