Parent Directory
|
Revision Log
Add support for @ROFF (idea from Ulrich Müller), and escape any leading . chars in comments to avoid mangling of the content #420153 by Michał Górny. (Portage version: 2.2.0_alpha116/cvs/Linux x86_64, RepoMan options: --force)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-portage/eclass-manpages/eclass-manpages-20111014.ebuild,v 1.3 2011/12/08 18:36:36 slyfox Exp $ |
| 4 | |
| 5 | DESCRIPTION="collection of Gentoo eclass manpages" |
| 6 | HOMEPAGE="http://www.gentoo.org/" |
| 7 | SRC_URI="" |
| 8 | |
| 9 | LICENSE="GPL-2" |
| 10 | SLOT="0" |
| 11 | KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" |
| 12 | IUSE="" |
| 13 | |
| 14 | DEPEND="" |
| 15 | RDEPEND="" |
| 16 | |
| 17 | S=${WORKDIR} |
| 18 | |
| 19 | src_compile() { |
| 20 | bash "${FILESDIR}"/eclass-to-manpage.sh || die |
| 21 | } |
| 22 | |
| 23 | src_install() { |
| 24 | doman *.5 || die |
| 25 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |