public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/
@ 2014-10-11  7:58 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2014-10-11  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     20dff693546d87ae75ad6dda2f3be680afeb395a
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 07:57:02 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 07:57:02 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=20dff693

[dev-libs/statusnotifier] Initial commit.

Package-Manager: portage-2.2.14_rc1

---
 dev-libs/statusnotifier/metadata.xml               |  5 +++++
 .../statusnotifier/statusnotifier-0.1.0.ebuild     | 24 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-libs/statusnotifier/metadata.xml b/dev-libs/statusnotifier/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/dev-libs/statusnotifier/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/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
new file mode 100644
index 0000000..a98b39f
--- /dev/null
+++ b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools
+
+DESCRIPTION="Library to use KDE's StatusNotifierItem via GObject"
+HOMEPAGE="https://github.com/jjk-jacky/statusnotifier"
+SRC_URI="https://github.com/jjk-jacky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/glib:2
+	x11-libs/gdk-pixbuf"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eautoreconf
+}


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/
@ 2014-10-11  9:21 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2014-10-11  9:21 UTC (permalink / raw
  To: gentoo-commits

commit:     5cfff1eb70e6958da2ea0e6e106cf5bb908cf211
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 11 09:20:49 2014 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 11 09:20:49 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5cfff1eb

[dev-libs/statusnotifier] Add missing dep on gtk-doc. Build example.

Package-Manager: portage-2.2.14_rc1

---
 dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
index a98b39f..61ccc39 100644
--- a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
+++ b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
@@ -13,12 +13,18 @@ SRC_URI="https://github.com/jjk-jacky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="doc examples"
 
-DEPEND="dev-libs/glib:2
-	x11-libs/gdk-pixbuf"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-libs/glib:2
+	x11-libs/gdk-pixbuf
+	examples? ( x11-libs/gtk+:3 )"
+DEPEND="${RDEPEND}
+	dev-util/gtk-doc"
 
 src_prepare() {
 	eautoreconf
 }
+
+src_configure() {
+	econf $(use_enable examples example)
+}


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/
@ 2015-07-28 21:39 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2015-07-28 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     c70e156004abd6cf539175a3e0525312050466db
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 28 21:41:10 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 21:41:10 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c70e1560

[dev-libs/statusnotifier] Add github remote id

Package-Manager: portage-2.2.20

 dev-libs/statusnotifier/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-libs/statusnotifier/metadata.xml b/dev-libs/statusnotifier/metadata.xml
index a23f444..5fa469c 100644
--- a/dev-libs/statusnotifier/metadata.xml
+++ b/dev-libs/statusnotifier/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>kde</herd>
+	<upstream>
+		<remote-id type="github">jjk-jacky/statusnotifier</remote-id>
+	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/
@ 2016-03-21 17:52 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2016-03-21 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     fd4f7c7d5a262cb67f28cf86b22c2b22ad2ec5b9
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 17:48:37 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 17:48:37 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd4f7c7d

dev-libs/statusnotifier: EAPI 6

Package-Manager: portage-2.2.28

 dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
index 1438a04..da39b69 100644
--- a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
+++ b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit autotools
 
@@ -23,6 +23,7 @@ DEPEND="${RDEPEND}
 
 src_prepare() {
 	eautoreconf
+	eapply_user
 }
 
 src_configure() {


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/
@ 2018-06-10 16:06 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2018-06-10 16:06 UTC (permalink / raw
  To: gentoo-commits

commit:     50f900045381e18563f5aec6bd87d72f1e2a5bf4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:00:08 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:00:24 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=50f90004

dev-libs/statusnotifier: EAPI 7

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
index 51565c92e2..e6889af825 100644
--- a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
+++ b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools
 
@@ -12,13 +12,14 @@ SRC_URI="https://github.com/jjk-jacky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="doc examples"
+IUSE="examples"
 
-RDEPEND="dev-libs/glib:2
-	x11-libs/gdk-pixbuf
+BDEPEND="dev-util/gtk-doc"
+DEPEND="dev-libs/glib:2
+	x11-libs/gdk-pixbuf:2
+	x11-libs/cairo
 	examples? ( x11-libs/gtk+:3 )"
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	eautoreconf


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/
@ 2018-12-12 14:05 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-12-12 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     38d59469deea09be110c03040acdc3cfb4242db4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 13:14:21 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 13:14:21 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=38d59469

dev-libs/statusnotifier: 1.0.0 version bump

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../statusnotifier/statusnotifier-1.0.0.ebuild     | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/dev-libs/statusnotifier/statusnotifier-1.0.0.ebuild b/dev-libs/statusnotifier/statusnotifier-1.0.0.ebuild
new file mode 100644
index 0000000000..8edf109f88
--- /dev/null
+++ b/dev-libs/statusnotifier/statusnotifier-1.0.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Library to use KDE's StatusNotifierItem via GObject"
+HOMEPAGE="https://github.com/jjk-jacky/statusnotifier"
+SRC_URI="https://github.com/jjk-jacky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="dbus examples introspection"
+
+BDEPEND="dev-util/gtk-doc"
+DEPEND="
+	dev-libs/glib:2
+	x11-libs/gdk-pixbuf:2
+	x11-libs/cairo
+	dbus? (
+		dev-libs/libdbusmenu[gtk3]
+		x11-libs/gtk+:3
+	)
+	examples? ( x11-libs/gtk+:3 )
+	introspection? ( dev-libs/gobject-introspection )
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	eautoreconf
+	default
+}
+
+src_configure() {
+	local myeconfargs=(
+		--disable-static
+		$(use_enable dbus dbusmenu)
+		$(use_enable introspection)
+		$(use_enable examples example)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/
@ 2018-12-12 14:05 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-12-12 14:05 UTC (permalink / raw
  To: gentoo-commits

commit:     83be0a3615c7d2b5d877d533e1d79acff651be5d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 12 13:15:00 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec 12 13:15:00 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=83be0a36

dev-libs/statusnotifier: Drop 0.1.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../statusnotifier/statusnotifier-0.1.0.ebuild     | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild b/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
deleted file mode 100644
index e6889af825..0000000000
--- a/dev-libs/statusnotifier/statusnotifier-0.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library to use KDE's StatusNotifierItem via GObject"
-HOMEPAGE="https://github.com/jjk-jacky/statusnotifier"
-SRC_URI="https://github.com/jjk-jacky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="examples"
-
-BDEPEND="dev-util/gtk-doc"
-DEPEND="dev-libs/glib:2
-	x11-libs/gdk-pixbuf:2
-	x11-libs/cairo
-	examples? ( x11-libs/gtk+:3 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	eautoreconf
-	eapply_user
-}
-
-src_configure() {
-	econf $(use_enable examples example)
-}


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

* [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/
@ 2019-08-04 21:10 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2019-08-04 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e53bcd6f274e6d8f7e80deb7b6e87591f4ff9dda
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 20:31:28 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 20:31:28 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e53bcd6f

dev-libs/statusnotifier: Drop package, no revdeps

Unused and never made it to Gentoo ebuild repository.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-libs/statusnotifier/metadata.xml               | 11 -----
 .../statusnotifier/statusnotifier-1.0.0.ebuild     | 49 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/dev-libs/statusnotifier/metadata.xml b/dev-libs/statusnotifier/metadata.xml
deleted file mode 100644
index d2520e4bb8..0000000000
--- a/dev-libs/statusnotifier/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-	<upstream>
-		<remote-id type="github">jjk-jacky/statusnotifier</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-libs/statusnotifier/statusnotifier-1.0.0.ebuild b/dev-libs/statusnotifier/statusnotifier-1.0.0.ebuild
deleted file mode 100644
index 93458af4f1..0000000000
--- a/dev-libs/statusnotifier/statusnotifier-1.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Library to use KDE's StatusNotifierItem via GObject"
-HOMEPAGE="https://github.com/jjk-jacky/statusnotifier"
-SRC_URI="https://github.com/jjk-jacky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="dbus examples introspection"
-
-BDEPEND="dev-util/gtk-doc"
-DEPEND="
-	dev-libs/glib:2
-	x11-libs/gdk-pixbuf:2
-	x11-libs/cairo
-	dbus? (
-		dev-libs/libdbusmenu[gtk3]
-		x11-libs/gtk+:3
-	)
-	examples? ( x11-libs/gtk+:3 )
-	introspection? ( dev-libs/gobject-introspection )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	eautoreconf
-	default
-}
-
-src_configure() {
-	local myeconfargs=(
-		--disable-static
-		$(use_enable dbus dbusmenu)
-		$(use_enable introspection)
-		$(use_enable examples example)
-	)
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-	find "${D}" -name '*.la' -delete || die
-}


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

end of thread, other threads:[~2019-08-04 21:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-12 14:05 [gentoo-commits] proj/kde:master commit in: dev-libs/statusnotifier/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2019-08-04 21:10 Andreas Sturmlechner
2018-12-12 14:05 Andreas Sturmlechner
2018-06-10 16:06 Johannes Huber
2016-03-21 17:52 Johannes Huber
2015-07-28 21:39 Johannes Huber
2014-10-11  9:21 Manuel Rüger
2014-10-11  7:58 Manuel Rüger

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