diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-12-07 22:18:38 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-12-07 22:18:38 +0000 |
commit | 5eac04941e563090ee9f437d3ac463dd4ad78121 (patch) | |
tree | b99127e3d28683a9f47f42b34f563924b3bac458 /media-libs/libkface | |
parent | Remove old (diff) | |
download | gentoo-2-5eac04941e563090ee9f437d3ac463dd4ad78121.tar.gz gentoo-2-5eac04941e563090ee9f437d3ac463dd4ad78121.tar.bz2 gentoo-2-5eac04941e563090ee9f437d3ac463dd4ad78121.zip |
Remove old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'media-libs/libkface')
-rw-r--r-- | media-libs/libkface/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libkface/libkface-3.4.0.ebuild | 38 |
2 files changed, 5 insertions, 39 deletions
diff --git a/media-libs/libkface/ChangeLog b/media-libs/libkface/ChangeLog index 2c07403befeb..5864d32803d8 100644 --- a/media-libs/libkface/ChangeLog +++ b/media-libs/libkface/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libkface # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.41 2013/10/12 16:49:32 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.42 2013/12/07 22:18:38 dilfridge Exp $ + + 07 Dec 2013; Andreas K. Huettel <dilfridge@gentoo.org> + -libkface-3.4.0.ebuild: + Remove old *libkface-3.5.0 (12 Oct 2013) diff --git a/media-libs/libkface/libkface-3.4.0.ebuild b/media-libs/libkface/libkface-3.4.0.ebuild deleted file mode 100644 index 216b27d23f54..000000000000 --- a/media-libs/libkface/libkface-3.4.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-3.4.0.ebuild,v 1.1 2013/09/06 19:04:06 dilfridge Exp $ - -EAPI=5 - -DIGIKAMPN=digikam - -KDE_LINGUAS="" -KDE_MINIMAL="4.10" - -CMAKE_MIN_VERSION=2.8 - -inherit kde4-base - -MY_PV=${PV/_/-} -MY_P="digikam-${MY_PV}" -SRC_URI="mirror://kde/stable/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-2.4.5" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${MY_P}/extra/${PN} - -src_configure() { - mycmakeargs=( - -DFORCED_UNBUNDLE=ON - ) - kde4-base_src_configure -} |