# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="collection of Gentoo eclass manpages" HOMEPAGE="http://www.gentoo.org/" SRC_URI="ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man.${PV}.tar.bz2" RESTRICT=mirror LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc sparc-fbsd x86 x86-fbsd" IUSE="" DEPEND="" RDEPEND="" S="${WORKDIR}/libstdc++-man.4.3.20080326" src_install() { doman */* || die }