Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96686 - manpages-es-1.55 available.
Summary: manpages-es-1.55 available.
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Fernando J. Pereda (RETIRED)
URL: http://ditec.um.es/~piernas/manpages-es/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-21 04:31 UTC by Francisco Lloret
Modified: 2005-06-22 08:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Lloret 2005-06-21 04:31:24 UTC
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.
Comment 1 Jonathan Smith (RETIRED) gentoo-dev 2005-06-21 04:36:43 UTC
manpages are not docs-team, and the spanish ones don't seem to have a maintainer
Comment 2 Jonathan Smith (RETIRED) gentoo-dev 2005-06-21 04:40:47 UTC
nvm... metadata says ferdy is in charge (stupid jeeves...)
Comment 3 Francisco Lloret 2005-06-21 05:46:03 UTC
.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
}



Comment 4 Fernando J. Pereda (RETIRED) gentoo-dev 2005-06-21 07:08:52 UTC
Fixed in CVS. Thanks for reporting.

Cheers,
Ferdy
Comment 5 Fernando J. Pereda (RETIRED) gentoo-dev 2005-06-21 15:39:03 UTC
Reopen since those man pages have really funny and different encodings... gotta
fix it tomorrow.

Cheers,
Ferdy
Comment 6 Fernando J. Pereda (RETIRED) gentoo-dev 2005-06-22 08:06:27 UTC
Fixed now in CVS with a bit of bash magic :)

Cheers,
Ferdy