Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109842 - media-gfx/autopano-sift ebuild typo
Summary: media-gfx/autopano-sift ebuild typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Mark Loeser (RETIRED)
URL: http://user.cs.tu-berlin.de/~nowozin/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-19 12:23 UTC by Paweł Hajdan, Jr. (RETIRED)
Modified: 2005-10-19 12:29 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2005-10-19 12:23:33 UTC
The inherit ... statement should be moved to the top of the ebuild, because when
it's after DESCRIPTION var, ebuild'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="SIFT algorithm for automatic panorama creation"
 HOMEPAGE="http://user.cs.tu-berlin.de/~nowozin/autopano-sift/"
 SRC_URI="http://user.cs.tu-berlin.de/~nowozin/autopano-sift/${P}.tar.gz"
@@ -11,8 +13,6 @@
 SLOT="0"
 IUSE=""

-inherit mono eutils
-
 DEPEND="dev-lang/mono
        <dev-dotnet/glade-sharp-2
        <dev-dotnet/gtk-sharp-2
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2005-10-19 12:29:56 UTC
Fixed in the tree.  Thanks, didn't even notice I did that :)