* [gentoo-commits] proj/kde:master commit in: kde-base/libkomparediff2/
@ 2013-08-01 22:33 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2013-08-01 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 25dd102a9073a6ca093931d450334374a957ca6b
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 22:21:24 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 22:21:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=25dd102a
[kde-base/libkomparediff2] New package.
Package-Manager: portage-2.2.0_alpha191
---
kde-base/libkomparediff2/libkomparediff2-9999.ebuild | 15 +++++++++++++++
kde-base/libkomparediff2/metadata.xml | 5 +++++
2 files changed, 20 insertions(+)
diff --git a/kde-base/libkomparediff2/libkomparediff2-9999.ebuild b/kde-base/libkomparediff2/libkomparediff2-9999.ebuild
new file mode 100644
index 0000000..ea1da1c
--- /dev/null
+++ b/kde-base/libkomparediff2/libkomparediff2-9999.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KDE library to compare files and strings"
+KEYWORDS=""
+IUSE="debug test"
+
+RDEPEND="${DEPEND}
+ !<=kde-base/kompare-4.11.50
+"
diff --git a/kde-base/libkomparediff2/metadata.xml b/kde-base/libkomparediff2/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/kde-base/libkomparediff2/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] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkomparediff2/
@ 2013-12-09 4:10 Chris Reffett
0 siblings, 0 replies; 3+ messages in thread
From: Chris Reffett @ 2013-12-09 4:10 UTC (permalink / raw
To: gentoo-commits
commit: 61fd13d940e01508cbc792c210c39f50df398b02
Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 9 03:20:49 2013 +0000
Commit: Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 03:59:22 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=61fd13d9
[kde-base/libkomparediff2] Add 4.12 live branch ebuild
---
.../libkomparediff2/libkomparediff2-4.12.49.9999.ebuild | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/kde-base/libkomparediff2/libkomparediff2-4.12.49.9999.ebuild b/kde-base/libkomparediff2/libkomparediff2-4.12.49.9999.ebuild
new file mode 100644
index 0000000..ea1da1c
--- /dev/null
+++ b/kde-base/libkomparediff2/libkomparediff2-4.12.49.9999.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KDE library to compare files and strings"
+KEYWORDS=""
+IUSE="debug test"
+
+RDEPEND="${DEPEND}
+ !<=kde-base/kompare-4.11.50
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/libkomparediff2/
@ 2014-05-26 22:22 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2014-05-26 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 04f506e4c4a6649326681080a4f65e9596fb6a91
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May 26 22:19:55 2014 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon May 26 22:21:29 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04f506e4
[kde-base/libkomparediff2] KF5 version
Package-Manager: portage-2.2.10
---
.../libkomparediff2/libkomparediff2-9999.ebuild | 29 ++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/kde-base/libkomparediff2/libkomparediff2-9999.ebuild b/kde-base/libkomparediff2/libkomparediff2-9999.ebuild
new file mode 100644
index 0000000..92eef29
--- /dev/null
+++ b/kde-base/libkomparediff2/libkomparediff2-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_TEST="true"
+EGIT_BRANCH="frameworks"
+inherit kde5
+
+DESCRIPTION="KDE library to compare files and strings"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kxmlgui)
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+"
+RDEPEND="${DEPEND}
+ !<=kde-base/kompare-4.11.50
+ !kde-base/libkomparediff2:4
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-26 22:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 22:33 [gentoo-commits] proj/kde:master commit in: kde-base/libkomparediff2/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2013-12-09 4:10 Chris Reffett
2014-05-26 22:22 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox