diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-06 19:39:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-06 19:39:55 +0000 |
commit | 214d17253a59b2f76074eef12f8cb4f9b982e8aa (patch) | |
tree | 32206fcc319ac8c9512f1a61cbf385831f80e39d /dev-perl/Locale-gettext | |
parent | added alpha to KEYWORDS (diff) | |
download | historical-214d17253a59b2f76074eef12f8cb4f9b982e8aa.tar.gz historical-214d17253a59b2f76074eef12f8cb4f9b982e8aa.tar.bz2 historical-214d17253a59b2f76074eef12f8cb4f9b982e8aa.zip |
removed leading spaces
Diffstat (limited to 'dev-perl/Locale-gettext')
-rw-r--r-- | dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-perl/Locale-gettext/Locale-gettext-1.01.ebuild | 28 |
2 files changed, 28 insertions, 28 deletions
diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild index 3259f800be08..f0ad0eaa1e79 100644 --- a/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild +++ b/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild @@ -1,19 +1,19 @@ - #Copyright 1999-2002 Gentoo Technologies, Inc. - # Distributed under the terms of the GNU General Public License, v2 or later - # $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild,v 1.2 2002/12/09 11:37:26 jmorgan Exp $ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.01-r1.ebuild,v 1.3 2003/01/06 19:39:55 vapier Exp $ - inherit perl-module +inherit perl-module - MY_P="gettext-${PV}" - S=${WORKDIR}/${MY_P} +MY_P="gettext-${PV}" +S=${WORKDIR}/${MY_P} - DESCRIPTION="A Perl module for accessing the GNU locale utilities" - HOMEPAGE="http://cpan.org/modules/by-module/Locale/${MY_P}.readme" - SRC_URI="http://cpan.org/modules/by-module/Locale/${MY_P}.tar.gz" +DESCRIPTION="A Perl module for accessing the GNU locale utilities" +HOMEPAGE="http://cpan.org/modules/by-module/Locale/${MY_P}.readme" +SRC_URI="http://cpan.org/modules/by-module/Locale/${MY_P}.tar.gz" - LICENSE="Artistic" - SLOT="0" - KEYWORDS="x86 sparc ~ppc ~alpha" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="x86 sparc ~ppc ~alpha" - DEPEND="${DEPEND} - sys-devel/gettext" +DEPEND="${DEPEND} + sys-devel/gettext" diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.01.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.01.ebuild index c7d4c5b5090f..b31d496daf3f 100644 --- a/dev-perl/Locale-gettext/Locale-gettext-1.01.ebuild +++ b/dev-perl/Locale-gettext/Locale-gettext-1.01.ebuild @@ -1,19 +1,19 @@ - #Copyright 1999-2002 Gentoo Technologies, Inc. - # Distributed under the terms of the GNU General Public License, v2 or later - # $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.01.ebuild,v 1.2 2002/12/09 11:37:26 jmorgan Exp $ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.01.ebuild,v 1.3 2003/01/06 19:39:55 vapier Exp $ - inherit perl-module +inherit perl-module - MY_P="gettext-${PV}" - S=${WORKDIR}/${MY_P} +MY_P="gettext-${PV}" +S=${WORKDIR}/${MY_P} - DESCRIPTION="A Perl module for accessing the GNU locale utilities" - HOMEPAGE="http://cpan.org/modules/by-module/Locale/${MY_P}.readme" - SRC_URI="http://cpan.org/modules/by-module/Locale/${MY_P}.tar.gz" +DESCRIPTION="A Perl module for accessing the GNU locale utilities" +HOMEPAGE="http://cpan.org/modules/by-module/Locale/${MY_P}.readme" +SRC_URI="http://cpan.org/modules/by-module/Locale/${MY_P}.tar.gz" - LICENSE="Artistic" - SLOT="0" - KEYWORDS="x86 sparc ~ppc ~alpha" +LICENSE="Artistic" +SLOT="0" +KEYWORDS="x86 sparc ~ppc ~alpha" - DEPEND="${DEPEND} - sys-devel/gettext" +DEPEND="${DEPEND} + sys-devel/gettext" |