<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>124</bug_id>
          
          <creation_ts>2002-01-10 12:06 0000</creation_ts>
          <short_desc>International Components for Unicode by IBM Developerworks</short_desc>
          <delta_ts>2002-02-24 18:39:01 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Development</component>
          <version>1.0 RC6 r14</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>EBUILD</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>punt@kerrskorner.org</reporter>
          <assigned_to>chouser@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>punt@kerrskorner.org</who>
            <bug_when>2002-01-10 12:06:43 0000</bug_when>
            <thetext>Nice library for developers interested in International support.  IBM Public License.  I would 
suggest dev-libs/icu

file: icu-2.0.ebuild

# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Charles Kerr &lt;punt@kerrskorner.org&gt;
# /space/gentoo/cvsroot/gentoo-x86/skel.build,v 1.11 2001/12/06 22:12:34 drobbins Exp


S=${WORKDIR}/${PN}/source


DESCRIPTION=&quot;IBM Internationalization Components for Unicode&quot;


SRC_URI=&quot;http://oss.software.ibm.com/icu/download/2.0/${P}.tgz&quot;


HOMEPAGE=&quot;http://oss.software.ibm.com/icu/index.html&quot;
DEPEND=&quot;&quot;


RDEPEND=&quot;&quot;

src_compile() {
        ./configure \
                --host=${CHOST} \
                --prefix=/usr \
                --infodir=/usr/share/info \
                --mandir=/usr/share/man || die &quot;./configure failed&quot;

        emake || die
}

src_install () {
        make DESTDIR=${D} install || die

        dodoc readme.html
}</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>chouser@gentoo.org</who>
            <bug_when>2002-02-24 18:39:01 0000</bug_when>
            <thetext>Since &quot;dodoc&quot; compresses the target file, &quot;dohtml&quot; is usually more appropriate
for html files.

Good job adjusting S appropriately. Unfortunately this messed up your &quot;dodoc&quot;
line, I think.  Did you check to make sure the readme was installed correctly?  
I would also recommend, in general, installing the license, especially when it&apos;s
not one of the normal ones.

I added a reference to ${PV} (package version) instead of hard-coding &quot;2.0&quot; in
the SRC_URI path.  I removed the infodir line, since this package contains no
info files.

I couldn&apos;t see any reason to leave it out, so I included &quot;--enable-layout&quot;.

Thanks for the great ebuild; sorry it took us so long to get to it.

--Chouser</thetext>
          </long_desc>
      
    </bug>

</bugzilla>