<?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>11485</bug_id>
          
          <creation_ts>2002-12-02 08:11 0000</creation_ts>
          <short_desc>dict-freedict-eng-swe-1.0.ebuild</short_desc>
          <delta_ts>2003-02-04 19:42:18 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>Ebuilds</component>
          <version>1.4_rc1</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>janneand@yahoo.com</reporter>
          <assigned_to>seemant@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>janneand@yahoo.com</who>
            <bug_when>2002-12-02 08:11:53 0000</bug_when>
            <thetext>By renaming the ebuild, you have loads of different ebuilds. For example eng-
swe is a swedish - english dictionary. All the combinations can be found on 
this page: http://www.freedict.de/Download.shtml, note that the table on that 
page is duplicated so only use the first half (down to the second header). They 
are 50 in total but two have zero size:
http://freedict.sourceforge.net/download/linux/eng-cze.tar.gz
http://freedict.sourceforge.net/download/linux/gre-deu.tar.gz

-J

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION=&quot;dict-freedict for language translation&quot;
HOMEPAGE=&quot;http://www.freedict.de&quot;
MY_P=$(echo $P|sed -e s/-1.0//g -e s/dict-freedict-//g)
SRC_URI=&quot;http://freedict.sourceforge.net/download/linux/${MY_P}.tar.gz&quot;
LICENSE=&quot;GPL-2&quot;
SLOT=&quot;0&quot;
IUSE=&quot;x86 sparc sparc64&quot;
DEPEND=&quot;dictd&quot;
#RDEPEND=&quot;&quot;
S=${WORKDIR}

src_install() {
	dodir /usr/lib/dict
	insinto /usr/lib/dict
	doins ${MY_P}.dict.dz
	doins ${MY_P}.index
}</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>janneand@yahoo.com</who>
            <bug_when>2002-12-02 11:05:04 0000</bug_when>
            <thetext>Updated to use PN instead...

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION=&quot;dict-freedict for language translation&quot;
HOMEPAGE=&quot;http://www.freedict.de&quot;
MY_P=$(echo $PN|sed -e s/dict-freedict-//g)
SRC_URI=&quot;http://freedict.sourceforge.net/download/linux/${MY_P}.tar.gz&quot;
LICENSE=&quot;GPL-2&quot;
SLOT=&quot;0&quot;
IUSE=&quot;x86 sparc sparc64&quot;
DEPEND=&quot;dictd&quot;
#RDEPEND=&quot;&quot;
S=${WORKDIR}

src_install() {
	dodir /usr/lib/dict
	insinto /usr/lib/dict
	doins ${MY_P}.dict.dz
	doins ${MY_P}.index
}
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2002-12-03 02:45:50 0000</bug_when>
            <thetext>ok, as you can see from a recent emerge sync, I have moved all the existing
dictionaries into a new category called &quot;app-dicts&quot;  I reasoned that adding
these 48 translation dictionaries would increase app-i18n to over 200 packages.
 So, I will start to systematically add the dictionaries into portage, then
close this bug report..</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>janneand@yahoo.com</who>
            <bug_when>2002-12-05 15:51:18 0000</bug_when>
            <thetext>I see that you also have moved aspell-* and ispell-*. They are not quite dicts 
(as in the program dictd) but rather spell-files. So I&apos;d suggest that they stay 
in app-i18n OR get moved to something like app-spell.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2002-12-15 19:29:02 0000</bug_when>
            <thetext>added to portage. I&apos;ll make an eclass at some point and add the other ones as well.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>