diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 02:56:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 02:56:48 +0000 |
commit | 7575191fe2431816ce05b49766b3b2d29e7a51e3 (patch) | |
tree | e5e37aab3264ac3d69c28f108c8c2d1be1c8ac15 /eclass | |
parent | Version bump and remove 1.2.0_beta version. (diff) | |
download | gentoo-2-7575191fe2431816ce05b49766b3b2d29e7a51e3.tar.gz gentoo-2-7575191fe2431816ce05b49766b3b2d29e7a51e3.tar.bz2 gentoo-2-7575191fe2431816ce05b49766b3b2d29e7a51e3.zip |
move EXPORT_FUNCTIONS definition to one line to make it easier to grep/parse
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/elisp.eclass | 5 | ||||
-rw-r--r-- | eclass/kernel-2.eclass | 5 | ||||
-rw-r--r-- | eclass/perl-module.eclass | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 2f57d629138b..bc73dec8b4b8 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -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/eclass/elisp.eclass,v 1.14 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp.eclass,v 1.15 2006/02/28 02:56:47 vapier Exp $ # # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -51,8 +51,7 @@ elisp_pkg_postrm() { elisp-site-regen } -EXPORT_FUNCTIONS src_unpack src_compile src_install \ - pkg_postinst pkg_postrm +EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_postinst pkg_postrm # Local Variables: *** # mode: shell-script *** diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index abe7634e9c91..8d1dd1a64608 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -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/eclass/kernel-2.eclass,v 1.160 2006/02/26 17:14:36 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.161 2006/02/28 02:56:47 vapier Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -56,8 +56,7 @@ # order, so they are applied in the order passed inherit toolchain-funcs versionator multilib -EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install \ - pkg_preinst pkg_postinst +EXPORT_FUNCTIONS pkg_setup src_unpack src_compile src_install pkg_preinst pkg_postinst # Added by Daniel Ostrow <dostrow@gentoo.org> # This is an ugly hack to get around an issue with a 32-bit userland on ppc64. diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass index ee37a50a8652..31bb0b8f970a 100644 --- a/eclass/perl-module.eclass +++ b/eclass/perl-module.eclass @@ -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/eclass/perl-module.eclass,v 1.82 2006/02/11 19:09:27 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.83 2006/02/28 02:56:48 vapier Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # Maintained by the Perl herd <perl@gentoo.org> @@ -9,8 +9,7 @@ # modules, and their incorporation into the Gentoo Linux system. -EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm \ - src_compile src_install src_test perlinfo fixlocalpod updatepod +EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm src_compile src_install src_test perlinfo fixlocalpod updatepod # 2005.04.28 mcummings # Mounting problems with src_test functions has forced me to make the |