Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 329309 - [multilib-overlay] dev-perl/Locale-gettext -1.05-r1 multilib ebuild
Summary: [multilib-overlay] dev-perl/Locale-gettext -1.05-r1 multilib ebuild
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 17:51 UTC by MrSnivvel
Modified: 2014-06-06 17:08 UTC (History)
1 user (show)

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


Attachments
Locale-gettext-1.05-r1.ebuild for multilib (Locale-gettext-1.05-r1.ebuild,711 bytes, text/plain)
2010-07-21 17:52 UTC, MrSnivvel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MrSnivvel 2010-07-21 17:51:17 UTC
I've created an ebuild dev-perl/Locale-gettext for multilib, since there was not one present.  It works for me.  I used the ebuild from the main portage tree and just added "multilib multilib-native" to it.

Reproducible: Always




# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Locale-gettext/Locale-gettext-1.05-r1.ebuild,v 1.8 2010/01/29 14:17:37 tove Exp $

EAPI=2

MODULE_AUTHOR=PVANDRY
MY_PN=gettext
MY_P=${MY_PN}-${PV}
S=${WORKDIR}/${MY_P}
inherit perl-module multilib multilib-native

DESCRIPTION="A Perl module for accessing the GNU locale utilities"

SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""

DEPEND="sys-devel/gettext"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}"/compatibility-with-POSIX-module.diff )

# Disabling the tests - not ready for prime time - mcummings
#SRC_TEST="do"
Comment 1 MrSnivvel 2010-07-21 17:52:29 UTC
Created attachment 239701 [details]
Locale-gettext-1.05-r1.ebuild for multilib

Ebuild I created.
Comment 2 David Abbott (RETIRED) gentoo-dev 2010-07-22 17:35:52 UTC
Reassigning to maintainer-wanted@gentoo.org as I assigned in to perl@ in error.
This I think would be best served as part of the multilib-overlay
Comment 3 MrSnivvel 2010-07-22 17:59:58 UTC
I forgot to mentioned it was the multilib-overlay.
Comment 4 Thomas Sachau gentoo-dev 2014-06-06 17:08:04 UTC
I think, this is obsolete by now as the multilib-native eclass is no longer maintained and the multilib-portage overlay has a package manager with full multilib support allowing to also build the Locale-gettext package from main tree for x86 on amd64.