summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/motioneye/motioneye-1.3.ebuild')
-rw-r--r--media-video/motioneye/motioneye-1.3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-video/motioneye/motioneye-1.3.ebuild b/media-video/motioneye/motioneye-1.3.ebuild
deleted file mode 100644
index a22c984d4f13..000000000000
--- a/media-video/motioneye/motioneye-1.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motioneye/motioneye-1.3.ebuild,v 1.2 2006/01/23 11:24:06 phosphan Exp $
-
-inherit eutils
-
-DESCRIPTION="ppm, jpeg or mjpeg grabber for the MotionEye camera on Sony VAIO Picturebooks."
-HOMEPAGE="http://popies.net/meye/"
-SRC_URI="http://popies.net/meye/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="X"
-RDEPEND="X? ( virtual/x11
- media-libs/imlib )"
-
-DEPEND="${RDEPEND}
- app-text/docbook-sgml-utils"
-
-src_compile() {
- cd ${S}
- if use X; then
- export WITHX='yes'
- else
- export WITHX='no'
- fi
- emake WITH_X="${WITHX}" CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- exeinto /usr/bin
- doexe motioneye
-}