First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 96686
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Fernando J. Pereda <ferdy@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Francisco Lloret <fcolloret@terra.es>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 96686 depends on: Show dependency tree
Show dependency graph
Bug 96686 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-06-21 04:31 0000
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 From Jonathan Smith 2005-06-21 04:36:43 0000 -------
manpages are not docs-team, and the spanish ones don't seem to have a
maintainer

------- Comment #2 From Jonathan Smith 2005-06-21 04:40:47 0000 -------
nvm... metadata says ferdy is in charge (stupid jeeves...)

------- Comment #3 From Francisco Lloret 2005-06-21 05:46:03 0000 -------
.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 From Fernando J. Pereda 2005-06-21 07:08:52 0000 -------
Fixed in CVS. Thanks for reporting.

Cheers,
Ferdy

------- Comment #5 From Fernando J. Pereda 2005-06-21 15:39:03 0000 -------
Reopen since those man pages have really funny and different encodings... gotta
fix it tomorrow.

Cheers,
Ferdy

------- Comment #6 From Fernando J. Pereda 2005-06-22 08:06:27 0000 -------
Fixed now in CVS with a bit of bash magic :)

Cheers,
Ferdy

First Last Prev Next    No search results available      Search page      Enter new bug