* [gentoo-commits] proj/kde:master commit in: media-libs/libface/
@ 2011-05-20 22:38 Andreas K. Huettel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Huettel @ 2011-05-20 22:38 UTC (permalink / raw
To: gentoo-commits
commit: a9810fd009ee5ead72504c299544c44db898efe9
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri May 20 22:54:41 2011 +0000
Commit: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 20 22:54:41 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a9810fd0
[media-libs/libface] New library
(Portage version: 2.1.9.49/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)
---
media-libs/libface/libface-0.1.ebuild | 32 ++++++++++++++++++++++++++++++++
media-libs/libface/metadata.xml | 5 +++++
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/media-libs/libface/libface-0.1.ebuild b/media-libs/libface/libface-0.1.ebuild
new file mode 100644
index 0000000..ea4c93c
--- /dev/null
+++ b/media-libs/libface/libface-0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit cmake-utils
+
+DESCRIPTION="Face recognition library"
+HOMEPAGE="http://libface.sourceforge.net/"
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.zip"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT=0
+IUSE="doc examples"
+
+RDEPEND="media-libs/opencv"
+DEPEND="${RDEPEND}
+ app-arch/unzip
+ doc? ( app-doc/doxygen )
+"
+
+src_configure() {
+ mycmakeargs=(
+ -DBUILD_SHARED_LIBS=ON
+ $(cmake-utils_use_build doc DOCUMENTATION)
+ $(cmake-utils_use_build examples)
+ -DBUILD_EXAMPLES_GUI=OFF
+ )
+ cmake-utils_src_configure
+}
diff --git a/media-libs/libface/metadata.xml b/media-libs/libface/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/media-libs/libface/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde:master commit in: media-libs/libface/
@ 2012-09-17 14:37 Johannes Huber
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2012-09-17 14:37 UTC (permalink / raw
To: gentoo-commits
commit: c9b1fc6e0f988e206a436ef6850da99014453ee9
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 14:36:49 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Sep 17 14:36:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c9b1fc6e
[media-libs/libface] Removed. Replaced by media-libs/libkface long time ago. Dead upstream.
(Portage version: 2.2.0_alpha128/git/Linux x86_64, unsigned Manifest commit)
---
media-libs/libface/libface-0.1.ebuild | 32 --------------------------------
media-libs/libface/metadata.xml | 5 -----
2 files changed, 0 insertions(+), 37 deletions(-)
diff --git a/media-libs/libface/libface-0.1.ebuild b/media-libs/libface/libface-0.1.ebuild
deleted file mode 100644
index 52bb339..0000000
--- a/media-libs/libface/libface-0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="Face recognition library"
-HOMEPAGE="http://libface.sourceforge.net/"
-SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.zip"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT=0
-IUSE="doc examples"
-
-RDEPEND="media-libs/opencv"
-DEPEND="${RDEPEND}
- app-arch/unzip
- doc? ( app-doc/doxygen )
-"
-
-src_configure() {
- mycmakeargs=(
- -DBUILD_SHARED_LIBS=ON
- $(cmake-utils_use_build doc DOCUMENTATION)
- $(cmake-utils_use_build examples)
- -DBUILD_EXAMPLES_GUI=OFF
- )
- cmake-utils_src_configure
-}
diff --git a/media-libs/libface/metadata.xml b/media-libs/libface/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/media-libs/libface/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-17 14:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 22:38 [gentoo-commits] proj/kde:master commit in: media-libs/libface/ Andreas K. Huettel
-- strict thread matches above, loose matches on Subject: below --
2012-09-17 14:37 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox