public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-base/calendarjanitor/
@ 2014-01-04  1:32 Chris Reffett
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Reffett @ 2014-01-04  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     5b932c691af4d51f4bc4562d1da216d46fea1eeb
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 01:03:57 2014 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 01:31:23 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5b932c69

[kde-base/calendarjanitor] Fix 4.12.49.9999 missing some changes I made to 9999

Package-Manager: portage-2.2.7

---
 .../calendarjanitor/calendarjanitor-4.12.49.9999.ebuild    | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild b/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild
index f16f991..1ae61b1 100644
--- a/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild
+++ b/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild
@@ -9,8 +9,8 @@ KMNAME="kdepim"
 KMMODULE="console/${PN}"
 inherit kde4-meta
 
-DESCRIPTION="The KDE Address Book"
-HOMEPAGE="http://www.kde.org/applications/office/kaddressbook/"
+DESCRIPTION="A tool to scan calendar data for buggy instances"
+HOMEPAGE="http://www.kde.org/"
 KEYWORDS=""
 IUSE="debug"
 
@@ -20,13 +20,3 @@ DEPEND="
 RDEPEND="${DEPEND}"
 
 KMLOADLIBS="kdepim-common-libs"
-
-pkg_postinst() {
-	kde4-meta_pkg_postinst
-
-	if ! has_version kde-base/kdepim-kresources:${SLOT}; then
-		echo
-		elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
-		echo
-	fi
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/calendarjanitor/
@ 2014-06-16 15:07 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2014-06-16 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f0c88cee400f9461be2f8395a428b8b8d502a7b1
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 16 15:07:34 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 15:07:34 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f0c88cee

[kde-base/calendarjunior] Add missing dependency.

Package-Manager: portage-2.2.10

---
 kde-base/calendarjanitor/calendarjanitor-4.13.49.9999.ebuild | 1 +
 kde-base/calendarjanitor/calendarjanitor-4.9999.ebuild       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-base/calendarjanitor/calendarjanitor-4.13.49.9999.ebuild b/kde-base/calendarjanitor/calendarjanitor-4.13.49.9999.ebuild
index 74c0bd3..3e92d59 100644
--- a/kde-base/calendarjanitor/calendarjanitor-4.13.49.9999.ebuild
+++ b/kde-base/calendarjanitor/calendarjanitor-4.13.49.9999.ebuild
@@ -16,6 +16,7 @@ IUSE="debug"
 
 DEPEND="
 	$(add_kdebase_dep kdepim-common-libs)
+	$(add_kdebase_dep kdepimlibs)
 "
 RDEPEND="${DEPEND}"
 

diff --git a/kde-base/calendarjanitor/calendarjanitor-4.9999.ebuild b/kde-base/calendarjanitor/calendarjanitor-4.9999.ebuild
index 74c0bd3..3e92d59 100644
--- a/kde-base/calendarjanitor/calendarjanitor-4.9999.ebuild
+++ b/kde-base/calendarjanitor/calendarjanitor-4.9999.ebuild
@@ -16,6 +16,7 @@ IUSE="debug"
 
 DEPEND="
 	$(add_kdebase_dep kdepim-common-libs)
+	$(add_kdebase_dep kdepimlibs)
 "
 RDEPEND="${DEPEND}"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/calendarjanitor/
@ 2014-01-06  3:15 Chris Reffett
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Reffett @ 2014-01-06  3:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ad729deb0ae12aab20762c5852c3742233225872
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 03:09:16 2014 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 03:09:16 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ad729deb

[kde-base/calendarjanitor] Add calendarsupport/ to KMEXTRACT only, needed for 4.12.0 (so it should be in the live version)

Package-Manager: portage-2.2.7

---
 kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild | 4 ++++
 kde-base/calendarjanitor/calendarjanitor-9999.ebuild         | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild b/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild
index 1ae61b1..74c0bd3 100644
--- a/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild
+++ b/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild
@@ -19,4 +19,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+KMEXTRACTONLY="
+	calendarsupport/
+"
+
 KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/calendarjanitor/calendarjanitor-9999.ebuild b/kde-base/calendarjanitor/calendarjanitor-9999.ebuild
index 1ae61b1..74c0bd3 100644
--- a/kde-base/calendarjanitor/calendarjanitor-9999.ebuild
+++ b/kde-base/calendarjanitor/calendarjanitor-9999.ebuild
@@ -19,4 +19,8 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 
+KMEXTRACTONLY="
+	calendarsupport/
+"
+
 KMLOADLIBS="kdepim-common-libs"


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/calendarjanitor/
@ 2014-01-04  1:32 Chris Reffett
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Reffett @ 2014-01-04  1:32 UTC (permalink / raw
  To: gentoo-commits

commit:     49866f413c7f017c56144d14752892b264a2e239
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  4 00:52:30 2014 +0000
Commit:     Chris Reffett <creffett <AT> gentoo <DOT> org>
CommitDate: Sat Jan  4 01:31:22 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=49866f41

[kde-base/calendarjanitor] Add new package wrt bug 494760

Package-Manager: portage-2.2.7

---
 .../calendarjanitor-4.12.49.9999.ebuild            | 32 ++++++++++++++++++++++
 .../calendarjanitor/calendarjanitor-9999.ebuild    | 22 +++++++++++++++
 kde-base/calendarjanitor/metadata.xml              |  5 ++++
 3 files changed, 59 insertions(+)

diff --git a/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild b/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild
new file mode 100644
index 0000000..f16f991
--- /dev/null
+++ b/kde-base/calendarjanitor/calendarjanitor-4.12.49.9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+KMMODULE="console/${PN}"
+inherit kde4-meta
+
+DESCRIPTION="The KDE Address Book"
+HOMEPAGE="http://www.kde.org/applications/office/kaddressbook/"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMLOADLIBS="kdepim-common-libs"
+
+pkg_postinst() {
+	kde4-meta_pkg_postinst
+
+	if ! has_version kde-base/kdepim-kresources:${SLOT}; then
+		echo
+		elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}"
+		echo
+	fi
+}

diff --git a/kde-base/calendarjanitor/calendarjanitor-9999.ebuild b/kde-base/calendarjanitor/calendarjanitor-9999.ebuild
new file mode 100644
index 0000000..1ae61b1
--- /dev/null
+++ b/kde-base/calendarjanitor/calendarjanitor-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_HANDBOOK="optional"
+KMNAME="kdepim"
+KMMODULE="console/${PN}"
+inherit kde4-meta
+
+DESCRIPTION="A tool to scan calendar data for buggy instances"
+HOMEPAGE="http://www.kde.org/"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMLOADLIBS="kdepim-common-libs"

diff --git a/kde-base/calendarjanitor/metadata.xml b/kde-base/calendarjanitor/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-base/calendarjanitor/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] 4+ messages in thread

end of thread, other threads:[~2014-06-16 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-04  1:32 [gentoo-commits] proj/kde:master commit in: kde-base/calendarjanitor/ Chris Reffett
  -- strict thread matches above, loose matches on Subject: below --
2014-06-16 15:07 Michael Palimaka
2014-01-06  3:15 Chris Reffett
2014-01-04  1:32 Chris Reffett

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