summaryrefslogtreecommitdiff
path: root/media-libs/libkface/libkface-2.0.0_rc.ebuild
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2012-10-25 00:24:37 +0200
committerCtibor <ctibor.brancik@seznam.cz>2012-10-25 00:24:37 +0200
commit583709d476c5ab6f2a32ca13905c5c53ff987c8c (patch)
tree7dc00d1088a09f790e9004fd409e97fc68a847be /media-libs/libkface/libkface-2.0.0_rc.ebuild
parentcb176805638d07b39db83531fa54419d8bc359a5 (diff)
downloadbrancik-overlay-583709d476c5ab6f2a32ca13905c5c53ff987c8c.tar.gz
brancik-overlay-583709d476c5ab6f2a32ca13905c5c53ff987c8c.tar.bz2
Cleanup of the unused and obsolete ebuilds.
Diffstat (limited to 'media-libs/libkface/libkface-2.0.0_rc.ebuild')
-rwxr-xr-xmedia-libs/libkface/libkface-2.0.0_rc.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/media-libs/libkface/libkface-2.0.0_rc.ebuild b/media-libs/libkface/libkface-2.0.0_rc.ebuild
deleted file mode 100755
index 96fceaa..0000000
--- a/media-libs/libkface/libkface-2.0.0_rc.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-DIGIKAMPN=digikam
-
-KDE_LINGUAS=""
-
-CMAKE_MIN_VERSION=2.8
-
-inherit kde4-base
-
-MY_P="${DIGIKAMPN}-${PV/_/-}"
-
-DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
-HOMEPAGE="http://www.digikam.org/"
-SRC_URI="mirror://sourceforge/${DIGIKAMPN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-SLOT=4
-
-DEPEND=">=media-libs/opencv-2.1"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}/extra/${PN}
-
-src_configure() {
- mycmakeargs=(
- -DFORCED_UNBUNDLE=ON
- )
- kde4-base_src_configure
-}