summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2013-02-07 21:07:49 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2013-02-07 21:07:49 +0000
commitd58ea68b8769b02a5708c0870120544da2994e76 (patch)
tree8471acdc209e81ea69eaf5b02b352bc45a82762e /media-libs/libkface
parent13.0 profile stable on hppa (diff)
downloadgentoo-2-d58ea68b8769b02a5708c0870120544da2994e76.tar.gz
gentoo-2-d58ea68b8769b02a5708c0870120544da2994e76.tar.bz2
gentoo-2-d58ea68b8769b02a5708c0870120544da2994e76.zip
Cleanup
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key B6C5F7DE)
Diffstat (limited to 'media-libs/libkface')
-rw-r--r--media-libs/libkface/ChangeLog8
-rw-r--r--media-libs/libkface/libkface-2.6.0.ebuild38
-rw-r--r--media-libs/libkface/libkface-2.7.0.ebuild38
-rw-r--r--media-libs/libkface/libkface-2.8.0.ebuild38
4 files changed, 6 insertions, 116 deletions
diff --git a/media-libs/libkface/ChangeLog b/media-libs/libkface/ChangeLog
index f012c41a3d03..35b009f668d9 100644
--- a/media-libs/libkface/ChangeLog
+++ b/media-libs/libkface/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libkface
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.25 2012/10/27 04:22:51 phajdan.jr Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.26 2013/02/07 21:07:49 dilfridge Exp $
+
+ 07 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org>
+ -libkface-2.6.0.ebuild, -libkface-2.7.0.ebuild, -libkface-2.8.0.ebuild:
+ Cleanup
27 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libkface-2.9.0.ebuild:
x86 stable wrt bug #438352
diff --git a/media-libs/libkface/libkface-2.6.0.ebuild b/media-libs/libkface/libkface-2.6.0.ebuild
deleted file mode 100644
index a95fc44b707e..000000000000
--- a/media-libs/libkface/libkface-2.6.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.6.0.ebuild,v 1.4 2012/08/25 07:34:22 johu Exp $
-
-EAPI=4
-
-DIGIKAMPN=digikam
-
-KDE_LINGUAS=""
-KDE_MINIMAL="4.8"
-
-CMAKE_MIN_VERSION=2.8
-
-inherit kde4-base
-
-MY_PV=${PV/_/-}
-MY_P="digikam-${MY_PV}"
-SRC_URI="mirror://sourceforge/digikam/${MY_P}.tar.bz2"
-
-DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
-HOMEPAGE="http://www.digikam.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-SLOT=4
-
-DEPEND="media-libs/opencv"
-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.7.0.ebuild b/media-libs/libkface/libkface-2.7.0.ebuild
deleted file mode 100644
index 23817589751e..000000000000
--- a/media-libs/libkface/libkface-2.7.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.7.0.ebuild,v 1.1 2012/07/09 20:40:31 dilfridge Exp $
-
-EAPI=4
-
-DIGIKAMPN=digikam
-
-KDE_LINGUAS=""
-KDE_MINIMAL="4.8"
-
-CMAKE_MIN_VERSION=2.8
-
-inherit kde4-base
-
-MY_PV=${PV/_/-}
-MY_P="digikam-${MY_PV}"
-SRC_URI="mirror://sourceforge/digikam/${MY_P}.tar.bz2"
-
-DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
-HOMEPAGE="http://www.digikam.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-SLOT=4
-
-DEPEND="media-libs/opencv"
-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.8.0.ebuild b/media-libs/libkface/libkface-2.8.0.ebuild
deleted file mode 100644
index dbf21f0a164d..000000000000
--- a/media-libs/libkface/libkface-2.8.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.8.0.ebuild,v 1.1 2012/08/11 15:12:21 dilfridge Exp $
-
-EAPI=4
-
-DIGIKAMPN=digikam
-
-KDE_LINGUAS=""
-KDE_MINIMAL="4.8"
-
-CMAKE_MIN_VERSION=2.8
-
-inherit kde4-base
-
-MY_PV=${PV/_/-}
-MY_P="digikam-${MY_PV}"
-SRC_URI="mirror://sourceforge/digikam/${MY_P}.tar.bz2"
-
-DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
-HOMEPAGE="http://www.digikam.org/"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-SLOT=4
-
-DEPEND="media-libs/opencv"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}/extra/${PN}
-
-src_configure() {
- mycmakeargs=(
- -DFORCED_UNBUNDLE=ON
- )
- kde4-base_src_configure
-}