public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2011-05-20 22:38 Andreas K. Huettel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Huettel @ 2011-05-20 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     9b07c695f133c303e324e8b49ed78a47c9bf6860
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Fri May 20 22:56:07 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 20 22:56:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9b07c695

[media-libs/libkface] New library

(Portage version: 2.1.9.49/git/Linux x86_64, signed Manifest commit with key B6C5F7DE)

---
 media-libs/libkface/libkface-2.0.0_beta5.ebuild |   40 +++++++++++++++++++++++
 media-libs/libkface/metadata.xml                |    5 +++
 2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/media-libs/libkface/libkface-2.0.0_beta5.ebuild b/media-libs/libkface/libkface-2.0.0_beta5.ebuild
new file mode 100644
index 0000000..9c199eb
--- /dev/null
+++ b/media-libs/libkface/libkface-2.0.0_beta5.ebuild
@@ -0,0 +1,40 @@
+# 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/metadata.xml b/media-libs/libkface/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/media-libs/libkface/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] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2011-06-03 16:58 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2011-06-03 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d40f6a6abe0b78d32f40521f7b6ef1ad41635e8e
Author:     Andreas K. Huettel <andreas.huettel <AT> physik <DOT> uni-r <DOT> de>
AuthorDate: Fri Jun  3 16:46:22 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun  3 16:55:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d40f6a6a

[media-libs/libkface] Version bump

(Portage version: 2.1.9.50/git/Linux x86_64, signed Manifest commit with key 7887F787)

---
 media-libs/libkface/libkface-2.0.0_beta6.ebuild |   41 +++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/media-libs/libkface/libkface-2.0.0_beta6.ebuild b/media-libs/libkface/libkface-2.0.0_beta6.ebuild
new file mode 100644
index 0000000..00e0251
--- /dev/null
+++ b/media-libs/libkface/libkface-2.0.0_beta6.ebuild
@@ -0,0 +1,41 @@
+# 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
+}



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2011-07-02 17:32 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2011-07-02 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     3a46432d95fb37b6779934d49da21d2a9856f00f
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 17:28:09 2011 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 17:28:09 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3a46432d

Version bump

(Portage version: 2.1.10.3/git/Linux x86_64, unsigned Manifest commit)

---
 media-libs/libkface/libkface-2.0.0_rc.ebuild |   36 ++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/media-libs/libkface/libkface-2.0.0_rc.ebuild b/media-libs/libkface/libkface-2.0.0_rc.ebuild
new file mode 100644
index 0000000..96fceaa
--- /dev/null
+++ b/media-libs/libkface/libkface-2.0.0_rc.ebuild
@@ -0,0 +1,36 @@
+# 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
+}



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2011-07-27 20:05 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2011-07-27 20:05 UTC (permalink / raw
  To: gentoo-commits

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>



^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2012-08-10 18:27 Chris Reffett
  0 siblings, 0 replies; 13+ messages in thread
From: Chris Reffett @ 2012-08-10 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f1bd53524aba67751dbbf76cacd86287f5aabf54
Author:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
AuthorDate: Fri Aug 10 18:20:27 2012 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Fri Aug 10 18:26:53 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f1bd5352

[media-libs/libkface] Add version 2.8.0 for testing

(Portage version: 2.2.0_alpha120/git/Linux x86_64, unsigned Manifest commit)

---
 media-libs/libkface/libkface-2.8.0.ebuild |   38 +++++++++++++++++++++++++++++
 media-libs/libkface/metadata.xml          |    5 ++++
 2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/media-libs/libkface/libkface-2.8.0.ebuild b/media-libs/libkface/libkface-2.8.0.ebuild
new file mode 100644
index 0000000..2381758
--- /dev/null
+++ b/media-libs/libkface/libkface-2.8.0.ebuild
@@ -0,0 +1,38 @@
+# 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/metadata.xml b/media-libs/libkface/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/media-libs/libkface/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] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2012-08-11 15:12 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2012-08-11 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     7c9f72003c55451604b7875cdc7acdaad27d0ca3
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 11 15:14:12 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 11 15:14:12 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7c9f7200

[media-libs/libkface] moved to main tree

---
 media-libs/libkface/libkface-2.8.0.ebuild |   38 -----------------------------
 media-libs/libkface/metadata.xml          |    5 ----
 2 files changed, 0 insertions(+), 43 deletions(-)

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 2381758..0000000
--- 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.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/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>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2012-09-19 19:12 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2012-09-19 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e61cda7cccb33fbec28bd8d85b80082435c55e42
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Wed Sep 19 19:15:18 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep 19 19:15:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e61cda7c

[media-libs/libkface] Version bump

(Portage version: 2.2.0_alpha124/git/Linux x86_64, unsigned Manifest commit)

---
 media-libs/libkface/libkface-3.0.0_beta1.ebuild |   38 +++++++++++++++++++++++
 media-libs/libkface/metadata.xml                |    5 +++
 2 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/media-libs/libkface/libkface-3.0.0_beta1.ebuild b/media-libs/libkface/libkface-3.0.0_beta1.ebuild
new file mode 100644
index 0000000..0ecbae0
--- /dev/null
+++ b/media-libs/libkface/libkface-3.0.0_beta1.ebuild
@@ -0,0 +1,38 @@
+# 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.9.0.ebuild,v 1.1 2012/09/03 19:10:53 creffett Exp $
+
+EAPI=4
+
+DIGIKAMPN=digikam
+
+KDE_LINGUAS=""
+KDE_MINIMAL="4.9"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}a
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://kde/unstable/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=""
+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/metadata.xml b/media-libs/libkface/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/media-libs/libkface/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] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2012-10-14 16:36 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2012-10-14 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ea35786d0e2f8631af03d55efae9f680a482c776
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sun Oct 14 16:37:42 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 16:37:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ea35786d

[media-libs/libkface] Version bump

(Portage version: 2.2.0_alpha137/git/Linux x86_64)

---
 media-libs/libkface/libkface-3.0.0_beta2.ebuild |   38 +++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/media-libs/libkface/libkface-3.0.0_beta2.ebuild b/media-libs/libkface/libkface-3.0.0_beta2.ebuild
new file mode 100644
index 0000000..e1f67ed
--- /dev/null
+++ b/media-libs/libkface/libkface-3.0.0_beta2.ebuild
@@ -0,0 +1,38 @@
+# 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.9.0.ebuild,v 1.1 2012/09/03 19:10:53 creffett Exp $
+
+EAPI=4
+
+DIGIKAMPN=digikam
+
+KDE_LINGUAS=""
+KDE_MINIMAL="4.9"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://kde/unstable/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=""
+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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2012-11-13 21:48 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2012-11-13 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     9b99550dfb3d167a2a6fa9613183eadf85b1470c
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Nov 13 21:50:52 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 21:50:52 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9b99550d

[media-libs/libkface] Version bump

Package-Manager: portage-2.2.0_alpha142

---
 media-libs/libkface/libkface-3.0.0_beta3.ebuild |   38 +++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/media-libs/libkface/libkface-3.0.0_beta3.ebuild b/media-libs/libkface/libkface-3.0.0_beta3.ebuild
new file mode 100644
index 0000000..e1f67ed
--- /dev/null
+++ b/media-libs/libkface/libkface-3.0.0_beta3.ebuild
@@ -0,0 +1,38 @@
+# 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.9.0.ebuild,v 1.1 2012/09/03 19:10:53 creffett Exp $
+
+EAPI=4
+
+DIGIKAMPN=digikam
+
+KDE_LINGUAS=""
+KDE_MINIMAL="4.9"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://kde/unstable/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=""
+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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2012-12-29 14:55 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2012-12-29 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     abb56d9135460fd5f854368f98d3e4afb72982dd
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 14:56:33 2012 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 14:56:33 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=abb56d91

[media-libs/libkface] Version bump

Package-Manager: portage-2.2.0_alpha149

---
 media-libs/libkface/libkface-3.0.0_rc.ebuild |   38 ++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/media-libs/libkface/libkface-3.0.0_rc.ebuild b/media-libs/libkface/libkface-3.0.0_rc.ebuild
new file mode 100644
index 0000000..b1cabc8
--- /dev/null
+++ b/media-libs/libkface/libkface-3.0.0_rc.ebuild
@@ -0,0 +1,38 @@
+# 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.9.0.ebuild,v 1.1 2012/09/03 19:10:53 creffett Exp $
+
+EAPI=4
+
+DIGIKAMPN=digikam
+
+KDE_LINGUAS=""
+KDE_MINIMAL="4.9"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit kde4-base
+
+MY_PV=${PV/_/-}
+MY_P="digikam-${MY_PV}"
+SRC_URI="mirror://kde/unstable/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
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2015-08-03 19:11 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2015-08-03 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     39d16dff4b7c8ca26448587105d5f23d03744ad7
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Aug  1 20:12:17 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 19:11:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=39d16dff

[media-libs/libkface] Version bump

Package-Manager: portage-2.2.20

 media-libs/libkface/libkface-4.12.0.ebuild | 26 ++++++++++++++++++++++++++
 media-libs/libkface/metadata.xml           |  5 +++++
 2 files changed, 31 insertions(+)

diff --git a/media-libs/libkface/libkface-4.12.0.ebuild b/media-libs/libkface/libkface-4.12.0.ebuild
new file mode 100644
index 0000000..c24be05
--- /dev/null
+++ b/media-libs/libkface/libkface-4.12.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MY_PV="${PV/_/-}"
+MY_P="digikam-${MY_PV}"
+
+KDE_LINGUAS=""
+KDE_MINIMAL="4.10"
+inherit kde4-base
+
+DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
+HOMEPAGE="http://www.digikam.org/"
+SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4/3"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/opencv-2.4.9"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/extra/${PN}

diff --git a/media-libs/libkface/metadata.xml b/media-libs/libkface/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/media-libs/libkface/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] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2015-08-08  7:54 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2015-08-08  7:54 UTC (permalink / raw
  To: gentoo-commits

commit:     474d9f87188fe93c08b20a4823329f5784d002ed
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 07:54:03 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 07:54:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=474d9f87

[media-libs/libkface] Drop KDE_MINIMAL on ancient version

Package-Manager: portage-2.2.20

 media-libs/libkface/libkface-4.12.0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/media-libs/libkface/libkface-4.12.0.ebuild b/media-libs/libkface/libkface-4.12.0.ebuild
index c24be05..7755363 100644
--- a/media-libs/libkface/libkface-4.12.0.ebuild
+++ b/media-libs/libkface/libkface-4.12.0.ebuild
@@ -6,9 +6,7 @@ EAPI=5
 
 MY_PV="${PV/_/-}"
 MY_P="digikam-${MY_PV}"
-
 KDE_LINGUAS=""
-KDE_MINIMAL="4.10"
 inherit kde4-base
 
 DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"


^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-libs/libkface/
@ 2015-08-08  8:54 Johannes Huber
  0 siblings, 0 replies; 13+ messages in thread
From: Johannes Huber @ 2015-08-08  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     866c6f4ce26688f427979b7595fc5f9bfc182e6f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  8 08:30:39 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Aug  8 08:30:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=866c6f4c

[media-libs/libkface] Moved to the main tree

Package-Manager: portage-2.2.20

 media-libs/libkface/libkface-4.12.0.ebuild | 24 ------------------------
 media-libs/libkface/metadata.xml           |  5 -----
 2 files changed, 29 deletions(-)

diff --git a/media-libs/libkface/libkface-4.12.0.ebuild b/media-libs/libkface/libkface-4.12.0.ebuild
deleted file mode 100644
index 7755363..0000000
--- a/media-libs/libkface/libkface-4.12.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MY_PV="${PV/_/-}"
-MY_P="digikam-${MY_PV}"
-KDE_LINGUAS=""
-inherit kde4-base
-
-DESCRIPTION="Qt/C++ wrapper around LibFace to perform face recognition and detection"
-HOMEPAGE="http://www.digikam.org/"
-SRC_URI="mirror://kde/stable/digikam/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="4/3"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-libs/opencv-2.4.9"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/extra/${PN}

diff --git a/media-libs/libkface/metadata.xml b/media-libs/libkface/metadata.xml
deleted file mode 100644
index a23f444..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>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-08-08  8:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-11 15:12 [gentoo-commits] proj/kde:master commit in: media-libs/libkface/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2015-08-08  8:54 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-10 18:27 Chris Reffett
2011-07-27 20:05 Andreas Hüttel
2011-07-02 17:32 Andreas Hüttel
2011-06-03 16:58 Andreas Hüttel
2011-05-20 22:38 Andreas K. Huettel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox