From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
Date: Wed, 27 Jul 2011 20:05:37 +0000 (UTC) [thread overview]
Message-ID: <b879f5be8dfd63e1a229bcfa24a87e9df554bedc.dilfridge@gentoo> (raw)
commit: b879f5be8dfd63e1a229bcfa24a87e9df554bedc
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Jul 27 20:04:47 2011 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 20:04:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b879f5be
[media-libs/libkface] Moved to main tree
---
media-libs/libkface/libkface-2.0.0_beta5.ebuild | 40 ----------------------
media-libs/libkface/libkface-2.0.0_beta6.ebuild | 41 -----------------------
media-libs/libkface/libkface-2.0.0_rc.ebuild | 36 --------------------
media-libs/libkface/metadata.xml | 5 ---
4 files changed, 0 insertions(+), 122 deletions(-)
diff --git a/media-libs/libkface/libkface-2.0.0_beta5.ebuild b/media-libs/libkface/libkface-2.0.0_beta5.ebuild
deleted file mode 100644
index 9c199eb..0000000
--- a/media-libs/libkface/libkface-2.0.0_beta5.ebuild
+++ /dev/null
@@ -1,40 +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
-KDE_MINIMAL="4.5"
-
-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
- media-libs/libface
-"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}/extra/${PN}
-
-src_configure() {
- mycmakeargs=(
- -DFORCED_UNBUNDLE=ON
- )
- kde4-base_src_configure
-}
diff --git a/media-libs/libkface/libkface-2.0.0_beta6.ebuild b/media-libs/libkface/libkface-2.0.0_beta6.ebuild
deleted file mode 100644
index 00e0251..0000000
--- a/media-libs/libkface/libkface-2.0.0_beta6.ebuild
+++ /dev/null
@@ -1,41 +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
-KDE_MINIMAL="4.5"
-
-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
-
-# this beta temporarily forces the use of the bundled media-libs/libface
-
-DEPEND="
- >=media-libs/opencv-2.1
-"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}/extra/${PN}
-
-src_configure() {
- mycmakeargs=(
- -DFORCED_UNBUNDLE=ON
- )
- kde4-base_src_configure
-}
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 100644
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
-}
diff --git a/media-libs/libkface/metadata.xml b/media-libs/libkface/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/media-libs/libkface/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>
next reply other threads:[~2011-07-27 21:02 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-27 20:05 Andreas Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-08-08 8:54 [gentoo-commits] proj/kde:master commit in: media-libs/libkface/ Johannes Huber
2015-08-08 7:54 Johannes Huber
2015-08-03 19:11 Johannes Huber
2012-12-29 14:55 Andreas Hüttel
2012-11-13 21:48 Andreas Hüttel
2012-10-14 16:36 Andreas Hüttel
2012-09-19 19:12 Andreas Hüttel
2012-08-11 15:12 Andreas Hüttel
2012-08-10 18:27 Chris Reffett
2011-07-02 17:32 Andreas Hüttel
2011-06-03 16:58 Andreas Hüttel
2011-05-20 22:38 Andreas K. Huettel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b879f5be8dfd63e1a229bcfa24a87e9df554bedc.dilfridge@gentoo \
--to=dilfridge@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox