From 992ffa5c9a8b5e9fbff53ccc0acd5f46ac7eadcc Mon Sep 17 00:00:00 2001 From: cvs-fast-export Date: Wed, 2 Jul 2003 03:23:36 +0000 Subject: Synthetic commit for incomplete tag portage_2_0_48_r3 --- man/eutils.5 | 13 +--------- man/perl-module.eclass.5 | 66 ------------------------------------------------ 2 files changed, 1 insertion(+), 78 deletions(-) delete mode 100644 man/perl-module.eclass.5 diff --git a/man/eutils.5 b/man/eutils.5 index 212119f..ab90afd 100644 --- a/man/eutils.5 +++ b/man/eutils.5 @@ -54,17 +54,6 @@ Checks how many cpu's are present in the system and then sets -j in MAKEOPTS acc .TP .BR "have_NPTL" This function return true if we are using the NPTL pthreads implementation of glibc. -.TP -.BR "make_desktop_entry " "\fI\fR \fI[name]\fR \fI[icon]\fR \fI[type]\fR \fI[path]\fR" -Make a little shortcut in GNOME/KDE menus for your application. Just pass the name -of the binary to execute and the rest will be done for you. If you want to change -the name that will show up in the menu, pass the function a \fIname\fR parameter. If you -want to specify an \fIicon\fR (default is \fB${PN}\fR.png) then pass a name of a graphic file -relative to /usr/share/pixmaps/ or the full path to a file. If you want to specify the -section of the menu that the icon will install to (rather than the default determined -by \fB${CATEGORY}\fR) then pass a \fItype\fR value (see http://www.freedesktop.org/standards/menu/draft/menu-spec/menu-spec.html -for valid values). Finally, if the application needs to start up in a special directory, -pass the last value as the full \fIpath\fR name. .SH "EPATCH" .TP .B "ABOUT" @@ -137,4 +126,4 @@ Please report bugs via http://bugs.gentoo.org/ .SH "AUTHORS" Mike Frysinger .SH "CVS HEADER" -$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/Attic/eutils.5,v 1.2 2003/07/01 02:11:08 vapier Exp $ +$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/Attic/eutils.5,v 1.1 2003/06/25 14:01:16 vapier Exp $ diff --git a/man/perl-module.eclass.5 b/man/perl-module.eclass.5 deleted file mode 100644 index 88dfc45..0000000 --- a/man/perl-module.eclass.5 +++ /dev/null @@ -1,66 +0,0 @@ -.TH "PERL-MODULE" "5" "Jun 2003" "Portage 2.0.48" "portage" -.SH "NAME" -perl-module \- handles generic perl module ebuilds -.SH "DESCRIPTION" -The \fBperl-module\fR eclass is used for the compilation, testing, and -installation of perl modules within the portage system, following -vanilla procedure for modules using either \fBExtUtils::MakeMaker\fR(3pm) -or \fBModule::Builder\fR(3pm). -.SH "VARIABLES" -.TP -.B "style" = \fI"[builder|makemaker]"\fR -This variable allows you to choose which package to use as the default -for building the module. If you do not specify a \fIstyle\fR, then -the default \fBExtUtils::MakeMaker\fR(3pm) will be used. -.SH "FUNCTIONS" -.TP -.B perl-module_src_prep -Create the initial Makefile. -.TP -.B perl-module_src_compile -Calls \fBperl-module_src_prep\fR if it hasn't been already. Runs -initial make. -.TP -.B perl-module_src_test -If invoked, runs all the tests distributed with the module. -.TP -.B perl-module_src_install -Runs `make install` (or the \fBModule::Builder\fR(3pm) equivelant if it -is a builder module). Also cleans build paths from pod files and -generated perllocal.pod. -.TP -.B perl-module_pkg_setup -Calls \fBperlinfo\fR. -.TP -.B perl-module_pkg_preinst -Calls \fBperlinfo\fR. -.TP -.B perl-module_pkg_postinst -Calls \fBupdatepod\fR. -.TP -.B perl-module_pkg_prerm -Calls \fBupdatepod\fR. -.TP -.B perl-module_pkg_postrm -Calls \fBupdatepod\fR. -.TP -.B perlinfo -Updates the gentoo-pods documentation. -.TP -.B updatepod -Cleans the perllocal.pods in ARCH_LIB and SITE_LIB. -.SH "REPORTING BUGS" -Please report bugs via http://bugs.gentoo.org/ -.SH "SEE ALSO" -.BR ebuild (5), -.BR ExtUtils::MakeMaker (3pm), -.BR Module::Build (3pm), -.BR perl (1) -.SH "FILES" -.BR /usr/portage/eclass/perl-module.eclass -.SH "AUTHORS" -Michael Cummings -.br -Mike Frysinger -.SH "CVS HEADER" -$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/perl-module.eclass.5,v 1.1 2003/07/01 13:28:22 vapier Exp $ -- cgit v1.2.3-65-gdbad