public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-misc/publictransport/
@ 2012-12-28 19:44 Chris Reffett
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Reffett @ 2012-12-28 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     9c2c9ead93b46e422ae8adfb43feaa0be3805f35
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 28 19:44:06 2012 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Fri Dec 28 19:44:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9c2c9ead

[kde-misc/publictransport] Version bump.

Package-Manager: portage-2.2.0_alpha149

---
 .../publictransport-0.11_alpha.ebuild              |   34 ++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/kde-misc/publictransport/publictransport-0.11_alpha.ebuild b/kde-misc/publictransport/publictransport-0.11_alpha.ebuild
new file mode 100644
index 0000000..e101847
--- /dev/null
+++ b/kde-misc/publictransport/publictransport-0.11_alpha.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="Find out when your bus/train is going."
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=106175"
+SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug gps test"
+
+DEPEND="
+	$(add_kdebase_dep marble)
+	$(add_kdebase_dep plasma-workspace)
+	dev-libs/protobuf
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT="test"
+
+src_configure() {
+	local mycmakeargs=(
+		-DINSTALL_APPLET_FLIGHTS=ON -DINSTALL_APPLET_GRAPHICALTIMETABLE=ON
+		$(cmake-utils_use gps INSTALL_ENGINE_OPENSTREETMAP)
+		$(cmake-utils_use test BUILD_TESTS)
+	)
+	kde4-base_src_configure
+}


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/publictransport/
@ 2012-12-31  3:16 Chris Reffett
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Reffett @ 2012-12-31  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e897429d735d14a42ae49b1fafad24528cbc9bee
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 03:15:42 2012 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Mon Dec 31 03:15:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e897429d

[kde-misc/publictransport] Version bump

Package-Manager: portage-2.2.0_alpha149

---
 ...a.ebuild => publictransport-0.11_alpha2.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/kde-misc/publictransport/publictransport-0.11_alpha.ebuild b/kde-misc/publictransport/publictransport-0.11_alpha2.ebuild
similarity index 100%
rename from kde-misc/publictransport/publictransport-0.11_alpha.ebuild
rename to kde-misc/publictransport/publictransport-0.11_alpha2.ebuild


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/publictransport/
@ 2013-01-01 20:28 Chris Reffett
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Reffett @ 2013-01-01 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     dfd94b6797cbdc2b6bdfae1c74444b2ad03714a1
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  1 20:22:25 2013 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Tue Jan  1 20:22:25 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=dfd94b67

[kde-misc/publictransport] Add proper cmake configuration to handle macro_optional dependencies.

Package-Manager: portage-2.2.0_alpha149

---
 kde-misc/publictransport/metadata.xml              |    4 ++++
 .../publictransport-0.11_alpha2.ebuild             |   10 ++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/kde-misc/publictransport/metadata.xml b/kde-misc/publictransport/metadata.xml
index 721dd1c..255654c 100644
--- a/kde-misc/publictransport/metadata.xml
+++ b/kde-misc/publictransport/metadata.xml
@@ -2,5 +2,9 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>kde</herd>
+	<use>
+		<flag name="marble">Build marble support to show transit stops on a map</flag>
+		<flag name="protobuf">Enable GTFS-realtime support</flag>
+	</use>
 </pkgmetadata>
 

diff --git a/kde-misc/publictransport/publictransport-0.11_alpha2.ebuild b/kde-misc/publictransport/publictransport-0.11_alpha2.ebuild
index e101847..d1401d0 100644
--- a/kde-misc/publictransport/publictransport-0.11_alpha2.ebuild
+++ b/kde-misc/publictransport/publictransport-0.11_alpha2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -13,12 +13,12 @@ SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug gps test"
+IUSE="debug gps protobuf marble test"
 
 DEPEND="
-	$(add_kdebase_dep marble)
 	$(add_kdebase_dep plasma-workspace)
-	dev-libs/protobuf
+	marble? ( $(add_kdebase_dep marble) )
+	protobuf? ( dev-libs/protobuf )
 "
 RDEPEND="${DEPEND}"
 
@@ -28,6 +28,8 @@ src_configure() {
 	local mycmakeargs=(
 		-DINSTALL_APPLET_FLIGHTS=ON -DINSTALL_APPLET_GRAPHICALTIMETABLE=ON
 		$(cmake-utils_use gps INSTALL_ENGINE_OPENSTREETMAP)
+		$(cmake-utils_use_with marble)
+		$(cmake-utils_use_with protobuf ProtocolBuffers)
 		$(cmake-utils_use test BUILD_TESTS)
 	)
 	kde4-base_src_configure


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/publictransport/
@ 2013-01-18  2:49 Chris Reffett
  0 siblings, 0 replies; 7+ messages in thread
From: Chris Reffett @ 2013-01-18  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2c76abef04ce29fec2a79b210333bc74413501b3
Author:     Chris Reffett <creffett <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 20:46:56 2013 +0000
Commit:     Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Fri Jan 18 02:45:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2c76abef

[kde-misc/publictransport] Version bump

Package-Manager: portage-2.2.0_alpha154

---
 ...ha2.ebuild => publictransport-0.11_beta.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/kde-misc/publictransport/publictransport-0.11_alpha2.ebuild b/kde-misc/publictransport/publictransport-0.11_beta.ebuild
similarity index 100%
rename from kde-misc/publictransport/publictransport-0.11_alpha2.ebuild
rename to kde-misc/publictransport/publictransport-0.11_beta.ebuild


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/publictransport/
@ 2013-06-29 13:01 Johannes Huber
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2013-06-29 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     1a1a1ccf621fe54f7ce93f165269c3aef37112b0
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 12:40:20 2013 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 12:40:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1a1a1ccf

[kde-misc/publictransport] Remove ancient version.

Package-Manager: portage-2.2.0_alpha186

---
 .../publictransport/publictransport-0.6.10.ebuild  | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-misc/publictransport/publictransport-0.6.10.ebuild b/kde-misc/publictransport/publictransport-0.6.10.ebuild
deleted file mode 100644
index 947a71f..0000000
--- a/kde-misc/publictransport/publictransport-0.6.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit kde4-base
-
-DESCRIPTION="Find out when your bus/train is going."
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=106175"
-SRC_URI="http://www.kde-look.org/CONTENT/content-files/106175-${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="$(add_kdebase_dep plasma-workspace)"
-RDEPEND="${DEPEND}"
-
-DOCS=(AUTHORS Changelog README)
-
-src_prepare() {
-	cat <<-EOF > "${S}/CMakeLists.txt"
-add_subdirectory(plasma-applet-${P})
-add_subdirectory(plasma-dataengine-${P})
-add_subdirectory(${PN}-icons-${PV})
-	EOF
-
-	kde4-base_src_prepare
-}


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/publictransport/
@ 2014-09-29 15:10 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2014-09-29 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     c5fd40444262d62aa6b7c7600c8649c2373d9ebf
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 29 15:09:40 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 29 15:09:40 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c5fd4044

[kde-misc/publictransport] Add missing dep by heiko_.

Package-Manager: portage-2.2.10

---
 kde-misc/publictransport/publictransport-0.11_beta.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-misc/publictransport/publictransport-0.11_beta.ebuild b/kde-misc/publictransport/publictransport-0.11_beta.ebuild
index 6b43d56..678a1d7 100644
--- a/kde-misc/publictransport/publictransport-0.11_beta.ebuild
+++ b/kde-misc/publictransport/publictransport-0.11_beta.ebuild
@@ -20,7 +20,9 @@ DEPEND="
 	marble? ( $(add_kdebase_dep marble) )
 	protobuf? ( dev-libs/protobuf )
 "
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+	x11-libs/qtscriptgenerator
+"
 
 RESTRICT="test"
 


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

* [gentoo-commits] proj/kde:master commit in: kde-misc/publictransport/
@ 2016-03-30 18:24 Johannes Huber
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2016-03-30 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     436a5bf4ccf595007ecb56c16ea0a5e91c441f2e
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 30 17:50:54 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Mar 30 18:24:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=436a5bf4

kde-misc/publictransport: Remove

Dead upstream. Uses deprecate kdelibs4. Never got a final release and
went to the gentoo main tree.

 kde-misc/publictransport/metadata.xml              | 12 -------
 .../publictransport-0.11_beta.ebuild               | 38 ----------------------
 2 files changed, 50 deletions(-)

diff --git a/kde-misc/publictransport/metadata.xml b/kde-misc/publictransport/metadata.xml
deleted file mode 100644
index 16b6645..0000000
--- a/kde-misc/publictransport/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-	<use>
-		<flag name="marble">Build marble support to show transit stops on a map</flag>
-		<flag name="protobuf">Enable GTFS-realtime support</flag>
-	</use>
-</pkgmetadata>

diff --git a/kde-misc/publictransport/publictransport-0.11_beta.ebuild b/kde-misc/publictransport/publictransport-0.11_beta.ebuild
deleted file mode 100644
index 672b8e9..0000000
--- a/kde-misc/publictransport/publictransport-0.11_beta.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="Find out when your bus/train is going"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=106175"
-SRC_URI="http://dev.gentoo.org/~creffett/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug gps protobuf marble test"
-
-DEPEND="
-	$(add_kdebase_dep plasma-workspace)
-	marble? ( $(add_kdeapps_dep marble) )
-	protobuf? ( dev-libs/protobuf )
-"
-RDEPEND="${DEPEND}
-	x11-libs/qtscriptgenerator
-"
-
-RESTRICT="test"
-
-src_configure() {
-	local mycmakeargs=(
-		-DINSTALL_APPLET_FLIGHTS=ON -DINSTALL_APPLET_GRAPHICALTIMETABLE=ON
-		$(cmake-utils_use gps INSTALL_ENGINE_OPENSTREETMAP)
-		$(cmake-utils_use_with marble)
-		$(cmake-utils_use_with protobuf ProtocolBuffers)
-		$(cmake-utils_use test BUILD_TESTS)
-	)
-	kde4-base_src_configure
-}


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

end of thread, other threads:[~2016-03-30 18:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01 20:28 [gentoo-commits] proj/kde:master commit in: kde-misc/publictransport/ Chris Reffett
  -- strict thread matches above, loose matches on Subject: below --
2016-03-30 18:24 Johannes Huber
2014-09-29 15:10 Michael Palimaka
2013-06-29 13:01 Johannes Huber
2013-01-18  2:49 Chris Reffett
2012-12-31  3:16 Chris Reffett
2012-12-28 19:44 Chris Reffett

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