manpages-es: new version. manpages-es-1.55 available (last version in portage tree is 1.28). http://ditec.um.es/~piernas/manpages-es/man-pages-es-1.55.tar.bz2 Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: Add new version to portage.
manpages are not docs-team, and the spanish ones don't seem to have a maintainer
nvm... metadata says ferdy is in charge (stupid jeeves...)
.ebuild file: # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-i18n/manpages-es/manpages-es-1.28.ebuild,v 1.9 2005/04/14 12:46:16 ferdy Exp $ S1=${WORKDIR}/man-pages-es-1.55 S2=${WORKDIR}/man-pages-es-extra-0.8a DESCRIPTION="A somewhat comprehensive collection of Linux spanish man page translations" SRC_URI="http://ditec.um.es/~piernas/manpages-es/man-pages-es-1.55.tar.bz2 http://ditec.um.es/~piernas/manpages-es/man-pages-es-extra-0.8a.tar.gz" HOMEPAGE="http://ditec.um.es/~piernas/manpages-es/index.html" IUSE="" KEYWORDS="x86 alpha hppa amd64" DEPEND="" RDEPEND="sys-apps/man" LICENSE="GPL-2" SLOT="0" src_compile() { cd ${S1} make bz2 || die cd ${S2} make gz || die } src_install() { cd ${S1} make MANDIR=${D}/usr/share/man/es install || die cd ${S2} make MANDIR=${D}/usr/share/man/es install || die }
Fixed in CVS. Thanks for reporting. Cheers, Ferdy
Reopen since those man pages have really funny and different encodings... gotta fix it tomorrow. Cheers, Ferdy
Fixed now in CVS with a bit of bash magic :) Cheers, Ferdy