<?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>202383</bug_id>
          
          <creation_ts>2007-12-15 13:44 0000</creation_ts>
          <short_desc>app-pda/pilot-link-0.12.3 version bump</short_desc>
          <delta_ts>2007-12-19 22:33:23 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>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>hydrian@tygerclan.net</reporter>
          <assigned_to>pda@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>hydrian@tygerclan.net</who>
            <bug_when>2007-12-15 13:44:51 0000</bug_when>
            <thetext># Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

WANT_AUTOCONF=&quot;latest&quot;
WANT_AUTOMAKE=&quot;1.9&quot;
inherit perl-module eutils autotools toolchain-funcs

DESCRIPTION=&quot;suite of tools for moving data between a Palm device and a desktop&quot;
HOMEPAGE=&quot;http://www.pilot-link.org/&quot;
SRC_URI=&quot;http://pilot-link.org/source/${P}.tar.bz2&quot;

LICENSE=&quot;|| ( GPL-2 LGPL-2 )&quot;
SLOT=&quot;0&quot;
KEYWORDS=&quot;~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86&quot;
IUSE=&quot;threads usb png bluetooth readline perl java tcl python&quot;

RDEPEND=&quot;virtual/libc
        sys-libs/ncurses
        usb? ( dev-libs/libusb )
        png? ( media-libs/libpng )
        bluetooth? ( net-wireless/bluez-libs )
        readline? ( sys-libs/readline )
        perl? ( dev-lang/perl )
        java? ( virtual/jre )
        tcl? ( dev-lang/tcl dev-lang/tk )
        python? ( dev-lang/python )
        &quot;
DEPEND=&quot;${RDEPEND}
        java? ( virtual/jdk )
        &quot;

src_unpack() {
        unpack ${A}
        cd &quot;${S}&quot;
        eautoconf
        eautomake
}

src_compile() {
        econf \
                --includedir=/usr/include/libpisock \
                --enable-conduits \
                $(use_enable threads) $(use_enable usb libusb) \
                $(use_with png libpng $(libpng-config --prefix)) \
                $(use_with bluetooth bluez) \
                $(use_with readline) $(use_with perl) $(use_with java) \
                $(use_with tcl tcl /usr/$(get_libdir)) \
                $(use_with python) \
                || die &quot;econf failed&quot;
        emake || die &quot;emake failed&quot;

        if use perl ; then
                cd &quot;${S}/bindings/Perl&quot;
                perl-module_src_prep
                perl-module_src_compile
        fi
}

src_install() {
        emake DESTDIR=&quot;${D}&quot; install || die &quot;emake install failed&quot;

        dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS

        if use perl ; then
                cd &quot;${S}/bindings/Perl&quot;
                perl-module_src_install
        fi
}


Reproducible: Always</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-12-15 13:52:21 0000</bug_when>
            <thetext>Please don&apos;t paste ebuilds inline, plus if you changes something, then attach a unified diff instead. Thanks.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>philantrop@gentoo.org</who>
            <bug_when>2007-12-19 22:33:23 0000</bug_when>
            <thetext>Fixed in CVS.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>