public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/milou/
@ 2014-03-22 14:16 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2014-03-22 14:16 UTC (permalink / raw
  To: gentoo-commits

commit:     7d780c45df83cb362a8201367667714d6886a536
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 14:16:02 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 14:16:02 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7d780c45

[kde-misc/milou] New package

Package-Manager: portage-2.2.8-r1

---
 kde-misc/milou/metadata.xml      |  5 +++++
 kde-misc/milou/milou-9999.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/kde-misc/milou/metadata.xml b/kde-misc/milou/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-misc/milou/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>

diff --git a/kde-misc/milou/milou-9999.ebuild b/kde-misc/milou/milou-9999.ebuild
new file mode 100644
index 0000000..f3697bc
--- /dev/null
+++ b/kde-misc/milou/milou-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_MINIMAL="4.13"
+inherit kde4-base
+
+DESCRIPTION="Dedicated search application built on top of Baloo"
+HOMEPAGE="https://projects.kde.org/projects/kdereview/milou"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="4"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep baloo)
+	$(add_kdebase_dep kdepimlibs)
+"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/milou/
@ 2014-05-03  0:24 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2014-05-03  0:24 UTC (permalink / raw
  To: gentoo-commits

commit:     ccbad2705083b09a83906d6fb32ff3b740987c2e
Author:     Elias Probst <mail <AT> eliasprobst <DOT> eu>
AuthorDate: Fri May  2 23:52:35 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat May  3 00:24:17 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ccbad270

[kde-misc/milou] Fix HOMEPAGE

Package-Manager: portage-2.2.10

---
 kde-misc/milou/milou-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/milou/milou-9999.ebuild b/kde-misc/milou/milou-9999.ebuild
index f3697bc..57b8364 100644
--- a/kde-misc/milou/milou-9999.ebuild
+++ b/kde-misc/milou/milou-9999.ebuild
@@ -8,7 +8,7 @@ KDE_MINIMAL="4.13"
 inherit kde4-base
 
 DESCRIPTION="Dedicated search application built on top of Baloo"
-HOMEPAGE="https://projects.kde.org/projects/kdereview/milou"
+HOMEPAGE="https://projects.kde.org/projects/extragear/base/milou"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="4"


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/milou/
@ 2014-05-05 14:49 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2014-05-05 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     04dcb52a470c526f301b654ee27e5a74573136d6
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May  5 14:48:17 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon May  5 14:49:35 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04dcb52a

[kde-misc/milou] Version bump based on KF5

Package-Manager: portage-2.2.10

---
 kde-misc/milou/{milou-9999.ebuild => milou-4.9999.ebuild} |  0
 kde-misc/milou/milou-9999.ebuild                          | 13 +++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/kde-misc/milou/milou-9999.ebuild b/kde-misc/milou/milou-4.9999.ebuild
similarity index 100%
copy from kde-misc/milou/milou-9999.ebuild
copy to kde-misc/milou/milou-4.9999.ebuild

diff --git a/kde-misc/milou/milou-9999.ebuild b/kde-misc/milou/milou-9999.ebuild
index 57b8364..f21795e 100644
--- a/kde-misc/milou/milou-9999.ebuild
+++ b/kde-misc/milou/milou-9999.ebuild
@@ -4,19 +4,20 @@
 
 EAPI=5
 
-KDE_MINIMAL="4.13"
-inherit kde4-base
+EGIT_BRANCH="frameworks"
+inherit kde5
 
 DESCRIPTION="Dedicated search application built on top of Baloo"
 HOMEPAGE="https://projects.kde.org/projects/extragear/base/milou"
 
 LICENSE="GPL-2 LGPL-2.1"
-SLOT="4"
 KEYWORDS=""
-IUSE="debug"
+IUSE=""
 
 DEPEND="
-	$(add_kdebase_dep baloo)
-	$(add_kdebase_dep kdepimlibs)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep krunner)
+	dev-qt/qtdeclarative:5
+	dev-qt/qtgui:5
 "
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/milou/
@ 2014-05-06 15:58 Michael Palimaka
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2014-05-06 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8354de0e9e04b51f1ad0108d2115ff4436669897
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue May  6 15:58:21 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue May  6 15:58:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8354de0e

[kde-misc/milou] kdelibs4support support is no longer required.

Upstream commit: 248ead4068aa0dfb6569ea312f77bf763230b238.

Package-Manager: portage-2.2.8-r1

---
 kde-misc/milou/milou-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kde-misc/milou/milou-9999.ebuild b/kde-misc/milou/milou-9999.ebuild
index f21795e..99673a1 100644
--- a/kde-misc/milou/milou-9999.ebuild
+++ b/kde-misc/milou/milou-9999.ebuild
@@ -15,7 +15,6 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
-	$(add_frameworks_dep kdelibs4support)
 	$(add_frameworks_dep krunner)
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/milou/
@ 2014-05-12 21:48 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2014-05-12 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ddf6fb165717b03b2cd56a90246a07e14b2e176f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May 12 19:48:11 2014 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon May 12 19:48:11 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ddf6fb16

[kde-misc/milou] Sync with tree

Package-Manager: portage-2.2.10

---
 kde-misc/milou/milou-4.9999.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-misc/milou/milou-4.9999.ebuild b/kde-misc/milou/milou-4.9999.ebuild
index 57b8364..303c453 100644
--- a/kde-misc/milou/milou-4.9999.ebuild
+++ b/kde-misc/milou/milou-4.9999.ebuild
@@ -5,6 +5,8 @@
 EAPI=5
 
 KDE_MINIMAL="4.13"
+KDE_LINGUAS="bs ca cs da de el es fi fr hu ja ko lt nds nl pl pt pt_BR ro sk sv
+uk zh_CN zh_TW"
 inherit kde4-base
 
 DESCRIPTION="Dedicated search application built on top of Baloo"
@@ -15,8 +17,10 @@ SLOT="4"
 KEYWORDS=""
 IUSE="debug"
 
-DEPEND="
+RDEPEND="
 	$(add_kdebase_dep baloo)
 	$(add_kdebase_dep kdepimlibs)
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	$(add_kdebase_dep kfilemetadata)
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/milou/
@ 2014-05-18 15:48 Michael Palimaka
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2014-05-18 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     96db97b4a841d908d67cd0983d8c7a14cd36488b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun May 18 15:47:56 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun May 18 15:47:56 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=96db97b4

[kde-misc/milou] Add missing dependency wrt bug #510638.

Package-Manager: portage-2.2.8-r1

---
 kde-misc/milou/milou-4.96.0.ebuild | 4 +++-
 kde-misc/milou/milou-9999.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/kde-misc/milou/milou-4.96.0.ebuild b/kde-misc/milou/milou-4.96.0.ebuild
index e72de03..e5d5cd1 100644
--- a/kde-misc/milou/milou-4.96.0.ebuild
+++ b/kde-misc/milou/milou-4.96.0.ebuild
@@ -24,4 +24,6 @@ DEPEND="
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	$(add_kdebase_dep baloo)
+"

diff --git a/kde-misc/milou/milou-9999.ebuild b/kde-misc/milou/milou-9999.ebuild
index e72de03..e5d5cd1 100644
--- a/kde-misc/milou/milou-9999.ebuild
+++ b/kde-misc/milou/milou-9999.ebuild
@@ -24,4 +24,6 @@ DEPEND="
 	dev-qt/qtdeclarative:5
 	dev-qt/qtgui:5
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	$(add_kdebase_dep baloo)
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/milou/
@ 2014-07-21 19:42 Michael Palimaka
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2014-07-21 19:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c5ca7ea11ed0bce80a613b9daffa4e3a4af65dcc
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 21 19:42:41 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 19:42:41 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c5ca7ea1

[kde-misc/milou] Set EGIT_BRANCH since upstream changed master to be KF5 based.

Package-Manager: portage-2.2.10

---
 kde-misc/milou/milou-4.9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-misc/milou/milou-4.9999.ebuild b/kde-misc/milou/milou-4.9999.ebuild
index 303c453..189262f 100644
--- a/kde-misc/milou/milou-4.9999.ebuild
+++ b/kde-misc/milou/milou-4.9999.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 
+EGIT_BRANCH="milou/0.1"
 KDE_MINIMAL="4.13"
 KDE_LINGUAS="bs ca cs da de el es fi fr hu ja ko lt nds nl pl pt pt_BR ro sk sv
 uk zh_CN zh_TW"


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/milou/
@ 2015-06-02 21:48 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2015-06-02 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     88fc42abe123c5ff5fd113137a520bd5f3732652
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  2 21:47:13 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jun  2 21:47:13 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=88fc42ab

[kde-misc/milou] Remove, dead branch

Package-Manager: portage-2.2.20

 kde-misc/milou/metadata.xml        |  5 -----
 kde-misc/milou/milou-4.9999.ebuild | 27 ---------------------------
 2 files changed, 32 deletions(-)

diff --git a/kde-misc/milou/metadata.xml b/kde-misc/milou/metadata.xml
deleted file mode 100644
index a23f444..0000000
--- a/kde-misc/milou/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>

diff --git a/kde-misc/milou/milou-4.9999.ebuild b/kde-misc/milou/milou-4.9999.ebuild
deleted file mode 100644
index 6e48b7e..0000000
--- a/kde-misc/milou/milou-4.9999.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_BRANCH="milou/0.1"
-KDE_MINIMAL="4.13"
-KDE_LINGUAS="bs ca cs da de el es fi fr hu ja ko lt nds nl pl pt pt_BR ro sk sv
-uk zh_CN zh_TW"
-inherit kde4-base
-
-DESCRIPTION="Dedicated search application built on top of Baloo"
-HOMEPAGE="https://projects.kde.org/projects/extragear/base/milou"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="4"
-KEYWORDS=""
-IUSE="debug"
-
-RDEPEND="
-	$(add_kdebase_dep baloo)
-	$(add_kdebase_dep kdepimlibs)
-"
-DEPEND="${RDEPEND}
-	$(add_kdebase_dep kfilemetadata)
-"


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

end of thread, other threads:[~2015-06-02 21:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-05 14:49 [gentoo-commits] proj/kde:master commit in: kde-misc/milou/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2015-06-02 21:48 Johannes Huber
2014-07-21 19:42 Michael Palimaka
2014-05-18 15:48 Michael Palimaka
2014-05-12 21:48 Johannes Huber
2014-05-06 15:58 Michael Palimaka
2014-05-03  0:24 Johannes Huber
2014-03-22 14:16 Johannes Huber

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