<?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>109842</bug_id>
          
          <creation_ts>2005-10-19 12:23 0000</creation_ts>
          <short_desc>media-gfx/autopano-sift ebuild typo</short_desc>
          <delta_ts>2005-10-19 12:29:56 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>
          <bug_file_loc>http://user.cs.tu-berlin.de/~nowozin/autopano-sift/</bug_file_loc>
          
          
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>phajdan.jr@gmail.com</reporter>
          <assigned_to>halcy0n@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>phajdan.jr@gmail.com</who>
            <bug_when>2005-10-19 12:23:33 0000</bug_when>
            <thetext>The inherit ... statement should be moved to the top of the ebuild, because when
it&apos;s after DESCRIPTION var, ebuild&apos;s DESCRIPTION gets overwritten (Based on the
eutils eclass).

--- autopano-sift-2.3.ebuild.old        2005-10-19 21:19:26.000000000 +0200
+++ autopano-sift-2.3.ebuild    2005-10-19 21:19:44.000000000 +0200
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header:
/var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.3.ebuild,v 1.5
2005/10/17 01:15:09 halcy0n Exp $

+inherit mono eutils
+
 DESCRIPTION=&quot;SIFT algorithm for automatic panorama creation&quot;
 HOMEPAGE=&quot;http://user.cs.tu-berlin.de/~nowozin/autopano-sift/&quot;
 SRC_URI=&quot;http://user.cs.tu-berlin.de/~nowozin/autopano-sift/${P}.tar.gz&quot;
@@ -11,8 +13,6 @@
 SLOT=&quot;0&quot;
 IUSE=&quot;&quot;

-inherit mono eutils
-
 DEPEND=&quot;dev-lang/mono
        &lt;dev-dotnet/glade-sharp-2
        &lt;dev-dotnet/gtk-sharp-2</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>halcy0n@gentoo.org</who>
            <bug_when>2005-10-19 12:29:56 0000</bug_when>
            <thetext>Fixed in the tree.  Thanks, didn&apos;t even notice I did that :)</thetext>
          </long_desc>
      
    </bug>

</bugzilla>