diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-11-08 20:50:56 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-11-08 20:50:56 +0000 |
commit | 346a6468ee72fdd2fd2c817ac57759b2f266e2d2 (patch) | |
tree | 2a90bc5c1e64a6accdbf525de2e8b85a58a1e4e2 /media-libs/libkface | |
parent | Add support for drawtext (diff) | |
download | gentoo-2-346a6468ee72fdd2fd2c817ac57759b2f266e2d2.tar.gz gentoo-2-346a6468ee72fdd2fd2c817ac57759b2f266e2d2.tar.bz2 gentoo-2-346a6468ee72fdd2fd2c817ac57759b2f266e2d2.zip |
Version bump; remove old
(Portage version: 2.1.10.32/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libkface')
-rw-r--r-- | media-libs/libkface/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libkface/libkface-2.1.0.ebuild | 37 | ||||
-rw-r--r-- | media-libs/libkface/libkface-2.3.0.ebuild (renamed from media-libs/libkface/libkface-2.0.0.ebuild) | 2 |
3 files changed, 8 insertions, 39 deletions
diff --git a/media-libs/libkface/ChangeLog b/media-libs/libkface/ChangeLog index 9c7a833b6450..6832a8b9c0a8 100644 --- a/media-libs/libkface/ChangeLog +++ b/media-libs/libkface/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/libkface # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.4 2011/10/03 18:11:59 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/ChangeLog,v 1.5 2011/11/08 20:50:56 dilfridge Exp $ + +*libkface-2.3.0 (08 Nov 2011) + + 08 Nov 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -libkface-2.0.0.ebuild, -libkface-2.1.0.ebuild, +libkface-2.3.0.ebuild: + Version bump; remove old *libkface-2.2.0 (03 Oct 2011) diff --git a/media-libs/libkface/libkface-2.1.0.ebuild b/media-libs/libkface/libkface-2.1.0.ebuild deleted file mode 100644 index 1437cf56915b..000000000000 --- a/media-libs/libkface/libkface-2.1.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.1.0.ebuild,v 1.1 2011/09/09 17:27:38 dilfridge Exp $ - -EAPI=4 - -DIGIKAMPN=digikam - -KDE_LINGUAS="" -KDE_MINIMAL="4.7" - -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/libkface-2.0.0.ebuild b/media-libs/libkface/libkface-2.3.0.ebuild index b08eab35f193..69377bdf2621 100644 --- a/media-libs/libkface/libkface-2.0.0.ebuild +++ b/media-libs/libkface/libkface-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.0.0.ebuild,v 1.1 2011/07/29 19:10:04 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libkface/libkface-2.3.0.ebuild,v 1.1 2011/11/08 20:50:56 dilfridge Exp $ EAPI=4 |