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