summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2010-01-09 00:09:57 +0000
committerMarkus Meier <maekke@gentoo.org>2010-01-09 00:09:57 +0000
commit22a6f8a0b7e90412607b083549b018bf2f131bbb (patch)
treeea77bbe6511db8ddea11779dce2d48df0f01ff3d /media-gfx/autopano-sift-C
parentwhitespace (diff)
downloadhistorical-22a6f8a0b7e90412607b083549b018bf2f131bbb.tar.gz
historical-22a6f8a0b7e90412607b083549b018bf2f131bbb.tar.bz2
historical-22a6f8a0b7e90412607b083549b018bf2f131bbb.zip
old
Package-Manager: portage-2.2_rc61/cvs/Linux i686
Diffstat (limited to 'media-gfx/autopano-sift-C')
-rw-r--r--media-gfx/autopano-sift-C/ChangeLog6
-rw-r--r--media-gfx/autopano-sift-C/autopano-sift-C-2.5.0.ebuild25
2 files changed, 5 insertions, 26 deletions
diff --git a/media-gfx/autopano-sift-C/ChangeLog b/media-gfx/autopano-sift-C/ChangeLog
index df5c6dc4dca0..fa3b7026b549 100644
--- a/media-gfx/autopano-sift-C/ChangeLog
+++ b/media-gfx/autopano-sift-C/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/autopano-sift-C
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v 1.11 2010/01/07 19:29:50 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/ChangeLog,v 1.12 2010/01/09 00:06:37 maekke Exp $
+
+ 09 Jan 2010; Markus Meier <maekke@gentoo.org>
+ -autopano-sift-C-2.5.0.ebuild:
+ old
07 Jan 2010; Brent Baude <ranger@gentoo.org> autopano-sift-C-2.5.1.ebuild:
Marking autopano-sift-C-2.5.1 ppc for bug 294316
diff --git a/media-gfx/autopano-sift-C/autopano-sift-C-2.5.0.ebuild b/media-gfx/autopano-sift-C/autopano-sift-C-2.5.0.ebuild
deleted file mode 100644
index 33b86d6cb2f3..000000000000
--- a/media-gfx/autopano-sift-C/autopano-sift-C-2.5.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift-C/autopano-sift-C-2.5.0.ebuild,v 1.5 2009/03/18 07:02:01 josejx Exp $
-
-inherit cmake-utils
-
-DESCRIPTION="SIFT algorithm for automatic panorama creation in C"
-HOMEPAGE="http://hugin.sourceforge.net/ http://user.cs.tu-berlin.de/~nowozin/autopano-sift/"
-SRC_URI="mirror://sourceforge/hugin/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="
- !media-gfx/autopano-sift
- dev-libs/libxml2
- media-libs/jpeg
- media-libs/libpano13
- media-libs/libpng
- media-libs/tiff
- sys-libs/zlib
- "
-RDEPEND="${DEPEND}"