* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2015-11-19 11:43 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2015-11-19 11:43 UTC (permalink / raw
To: gentoo-commits
commit: 1e299a129186d2560ac44a93c542bc5bc29eadef
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 11:41:38 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 11:43:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e299a12
x11-libs/snorenotify: new package
Package-Manager: portage-2.2.25
x11-libs/snorenotify/Manifest | 1 +
x11-libs/snorenotify/metadata.xml | 5 +++
x11-libs/snorenotify/snorenotify-0.6.0.ebuild | 57 +++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
diff --git a/x11-libs/snorenotify/Manifest b/x11-libs/snorenotify/Manifest
new file mode 100644
index 0000000..4a71a24
--- /dev/null
+++ b/x11-libs/snorenotify/Manifest
@@ -0,0 +1 @@
+DIST snorenotify-0.6.0.tar.xz 198376 SHA256 d221bed77abec2d0e7c6120e63ca5f3f4b0193d84fdec497d61ab1159c85269e SHA512 0fa082dcfc8586a75df171918cde8ea86d4ea40646791a1e6f2818181d1318c3c53a281aa25bba16cae62ea2e39b2f718e0f752eac5d8f6ea71bbb9cee961dac WHIRLPOOL c33c9c12a885b3f2967665d09a8fc7e8ad8b6511c60f47845b5cfc2e4c24ff32e541ef18463fd707e4aae8d5d84958102aaf65e286ce3be9cdf965e52c32f7f0
diff --git a/x11-libs/snorenotify/metadata.xml b/x11-libs/snorenotify/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/x11-libs/snorenotify/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/x11-libs/snorenotify/snorenotify-0.6.0.ebuild b/x11-libs/snorenotify/snorenotify-0.6.0.ebuild
new file mode 100644
index 0000000..3afb732
--- /dev/null
+++ b/x11-libs/snorenotify/snorenotify-0.6.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils gnome2-utils virtualx
+
+DESCRIPTION="Multi platform Qt notification framework"
+HOMEPAGE="https://techbase.kde.org/Projects/Snorenotify"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="sound test"
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwebsockets:5
+ dev-qt/qtwidgets:5
+ sound? ( dev-qt/qtmultimedia:5 )
+"
+DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
+ kde-frameworks/extra-cmake-modules
+ test? ( dev-qt/qttest:5 )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package sound Qt5Multimedia)
+ $(cmake-utils_use_find_package test Qt5Test)
+ )
+
+ cmake-utils_src_configure
+}
+
+src_test() {
+ VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2016-01-28 17:09 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2016-01-28 17:09 UTC (permalink / raw
To: gentoo-commits
commit: af3fb6e5c4b6a26bc87f05ef27e16a8966671b84
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 17:09:17 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 17:09:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3fb6e5
x11-libs/snorenotify: version bump
Package-Manager: portage-2.2.27
x11-libs/snorenotify/Manifest | 1 +
x11-libs/snorenotify/snorenotify-0.7.0.ebuild | 57 +++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/x11-libs/snorenotify/Manifest b/x11-libs/snorenotify/Manifest
index 4a71a24..7cc5f8a 100644
--- a/x11-libs/snorenotify/Manifest
+++ b/x11-libs/snorenotify/Manifest
@@ -1 +1,2 @@
DIST snorenotify-0.6.0.tar.xz 198376 SHA256 d221bed77abec2d0e7c6120e63ca5f3f4b0193d84fdec497d61ab1159c85269e SHA512 0fa082dcfc8586a75df171918cde8ea86d4ea40646791a1e6f2818181d1318c3c53a281aa25bba16cae62ea2e39b2f718e0f752eac5d8f6ea71bbb9cee961dac WHIRLPOOL c33c9c12a885b3f2967665d09a8fc7e8ad8b6511c60f47845b5cfc2e4c24ff32e541ef18463fd707e4aae8d5d84958102aaf65e286ce3be9cdf965e52c32f7f0
+DIST snorenotify-0.7.0.tar.xz 200032 SHA256 6d411ba6e31a73db56d298195f8336f66f8fe4fffd64d5fde3f14090e68ee64b SHA512 2030a7b6bc69d3803e83e1a6d26efa5bfdd3facf53dcaade6059b85cea3db879ea49b9e02dbce3b043b4ddded21509a6d5859a4002cfd57a870a0e39cd11011a WHIRLPOOL f9be5e7d22724e31d82b633bfc5943a0f767e567d68c4c98edcfb8dadd1797c7c3e8942ac88282d0bb40612e886d70d5874a1c5407631001aa26fcb03c8da5e7
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
new file mode 100644
index 0000000..9980b28
--- /dev/null
+++ b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils gnome2-utils virtualx
+
+DESCRIPTION="Multi platform Qt notification framework"
+HOMEPAGE="https://techbase.kde.org/Projects/Snorenotify"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="sound test"
+
+RDEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtwebsockets:5
+ dev-qt/qtwidgets:5
+ sound? ( dev-qt/qtmultimedia:5 )
+"
+DEPEND="${RDEPEND}
+ dev-qt/linguist-tools:5
+ kde-frameworks/extra-cmake-modules
+ test? ( dev-qt/qttest:5 )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package sound Qt5Multimedia)
+ $(cmake-utils_use_find_package test Qt5Test)
+ )
+
+ cmake-utils_src_configure
+}
+
+src_test() {
+ virtx cmake-utils_src_test
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2016-03-26 11:55 Johannes Huber
0 siblings, 0 replies; 15+ messages in thread
From: Johannes Huber @ 2016-03-26 11:55 UTC (permalink / raw
To: gentoo-commits
commit: a728a5f5d1a69f64ecdee48c76a477d25397cff4
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 11:54:41 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 11:54:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a728a5f5
x11-libs/snorenotify: Remove old
Package-Manager: portage-2.2.28
x11-libs/snorenotify/Manifest | 1 -
x11-libs/snorenotify/snorenotify-0.6.0.ebuild | 57 ---------------------------
2 files changed, 58 deletions(-)
diff --git a/x11-libs/snorenotify/Manifest b/x11-libs/snorenotify/Manifest
index 7cc5f8a..7e57001 100644
--- a/x11-libs/snorenotify/Manifest
+++ b/x11-libs/snorenotify/Manifest
@@ -1,2 +1 @@
-DIST snorenotify-0.6.0.tar.xz 198376 SHA256 d221bed77abec2d0e7c6120e63ca5f3f4b0193d84fdec497d61ab1159c85269e SHA512 0fa082dcfc8586a75df171918cde8ea86d4ea40646791a1e6f2818181d1318c3c53a281aa25bba16cae62ea2e39b2f718e0f752eac5d8f6ea71bbb9cee961dac WHIRLPOOL c33c9c12a885b3f2967665d09a8fc7e8ad8b6511c60f47845b5cfc2e4c24ff32e541ef18463fd707e4aae8d5d84958102aaf65e286ce3be9cdf965e52c32f7f0
DIST snorenotify-0.7.0.tar.xz 200032 SHA256 6d411ba6e31a73db56d298195f8336f66f8fe4fffd64d5fde3f14090e68ee64b SHA512 2030a7b6bc69d3803e83e1a6d26efa5bfdd3facf53dcaade6059b85cea3db879ea49b9e02dbce3b043b4ddded21509a6d5859a4002cfd57a870a0e39cd11011a WHIRLPOOL f9be5e7d22724e31d82b633bfc5943a0f767e567d68c4c98edcfb8dadd1797c7c3e8942ac88282d0bb40612e886d70d5874a1c5407631001aa26fcb03c8da5e7
diff --git a/x11-libs/snorenotify/snorenotify-0.6.0.ebuild b/x11-libs/snorenotify/snorenotify-0.6.0.ebuild
deleted file mode 100644
index 3afb732..0000000
--- a/x11-libs/snorenotify/snorenotify-0.6.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils gnome2-utils virtualx
-
-DESCRIPTION="Multi platform Qt notification framework"
-HOMEPAGE="https://techbase.kde.org/Projects/Snorenotify"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="sound test"
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwebsockets:5
- dev-qt/qtwidgets:5
- sound? ( dev-qt/qtmultimedia:5 )
-"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- kde-frameworks/extra-cmake-modules
- test? ( dev-qt/qttest:5 )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package sound Qt5Multimedia)
- $(cmake-utils_use_find_package test Qt5Test)
- )
-
- cmake-utils_src_configure
-}
-
-src_test() {
- VIRTUALX_COMMAND="cmake-utils_src_test" virtualmake
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2016-03-26 16:12 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2016-03-26 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 0f1a8e9fea96bdf339dbbb92773da76127ecc458
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 16:12:18 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 16:12:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1a8e9f
x11-libs/snorenotify: add ~x86 keyword
Package-Manager: portage-2.2.28
x11-libs/snorenotify/snorenotify-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
index 9980b28..ce04cab 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="sound test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2016-03-26 16:35 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2016-03-26 16:35 UTC (permalink / raw
To: gentoo-commits
commit: 3623e6031992ee63375fd1ca3e2e8e13208b6f83
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 16:34:47 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 16:34:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3623e603
x11-libs/snorenotify: add ~arm keyword
Tested on Raspberry Pi 2.
Package-Manager: portage-2.2.28
x11-libs/snorenotify/snorenotify-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
index ce04cab..9938fd4 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="sound test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2016-06-08 13:06 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2016-06-08 13:06 UTC (permalink / raw
To: gentoo-commits
commit: 6edbb66dd5e3f8a7f6cd1cf39f80458e8ee5687f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 8 13:06:30 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jun 8 13:06:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edbb66d
x11-libs/snorenotify: amd64/x86 stable
Gentoo-bug: 579568
Package-Manager: portage-2.3.0_rc1
x11-libs/snorenotify/snorenotify-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
index 9938fd4..d91a51b 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="sound test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2017-09-26 12:43 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2017-09-26 12:43 UTC (permalink / raw
To: gentoo-commits
commit: 00481f8de804ddae051a33eefba659dd5f5a8acc
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 12:41:08 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 12:43:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00481f8d
x11-libs/snorenotify: stabilise 0.7.0-r1 for amd64/x86
Package-Manager: Portage-2.3.8, Repoman-2.3.3
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index 5ea20671de1..ad78029107e 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE="sound test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2017-09-26 12:43 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2017-09-26 12:43 UTC (permalink / raw
To: gentoo-commits
commit: ea6cf242620328f72ec40e13fbfaca870c95b6b8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 12:41:21 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 12:43:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6cf242
x11-libs/snorenotify: remove 0.7.0-r0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
x11-libs/snorenotify/snorenotify-0.7.0.ebuild | 56 ---------------------------
1 file changed, 56 deletions(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
deleted file mode 100644
index 4aac568b006..00000000000
--- a/x11-libs/snorenotify/snorenotify-0.7.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils virtualx
-
-DESCRIPTION="Multi platform Qt notification framework"
-HOMEPAGE="https://techbase.kde.org/Projects/Snorenotify"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="sound test"
-
-RDEPEND="
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtdeclarative:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtwebsockets:5
- dev-qt/qtwidgets:5
- sound? ( dev-qt/qtmultimedia:5 )
-"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- kde-frameworks/extra-cmake-modules
- test? ( dev-qt/qttest:5 )
-"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package sound Qt5Multimedia)
- $(cmake-utils_use_find_package test Qt5Test)
- )
-
- cmake-utils_src_configure
-}
-
-src_test() {
- virtx cmake-utils_src_test
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2018-03-12 4:38 Michael Palimaka
0 siblings, 0 replies; 15+ messages in thread
From: Michael Palimaka @ 2018-03-12 4:38 UTC (permalink / raw
To: gentoo-commits
commit: b2e9a327dc487649cb7eff949ea947a140caa6ed
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 12 04:38:19 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 12 04:38:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e9a327
x11-libs/snorenotify: remove redundant phase function
Package-Manager: Portage-2.3.24, Repoman-2.3.6
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index 2fece7ed49e..f814dda6bb2 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -48,10 +48,6 @@ src_test() {
virtx cmake-utils_src_test
}
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
pkg_postinst() {
gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2019-12-09 12:26 Andreas Sturmlechner
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2019-12-09 12:26 UTC (permalink / raw
To: gentoo-commits
commit: 0e246033634e9bd6d11ee5ac2d119559ca21f7f5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 9 12:24:57 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 12:26:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e246033
x11-libs/snorenotify: Switch to ecm.eclass
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 33 ++++++++++--------------
1 file changed, 14 insertions(+), 19 deletions(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index f814dda6bb2..2b479bcaab9 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit cmake-utils gnome2-utils virtualx
+VIRTUALX_REQUIRED="test"
+inherit ecm
DESCRIPTION="Multi platform Qt notification framework"
HOMEPAGE="https://techbase.kde.org/Projects/Snorenotify"
@@ -14,8 +15,10 @@ SLOT="0"
KEYWORDS="amd64 ~arm x86"
IUSE="sound test"
+BDEPEND="
+ dev-qt/linguist-tools:5
+"
RDEPEND="
- dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
@@ -25,8 +28,6 @@ RDEPEND="
sound? ( dev-qt/qtmultimedia:5 )
"
DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- kde-frameworks/extra-cmake-modules
test? ( dev-qt/qttest:5 )
"
@@ -35,23 +36,17 @@ PATCHES=(
"${FILESDIR}/${P}-include.patch"
)
+src_prepare() {
+ ecm_src_prepare
+ sed -e "/Categories/s/;Qt//" \
+ -i src/{settings/snoresettings,daemon/snorenotify}.desktop.in || die
+}
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package sound Qt5Multimedia)
$(cmake-utils_use_find_package test Qt5Test)
)
- cmake-utils_src_configure
-}
-
-src_test() {
- virtx cmake-utils_src_test
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
+ ecm_src_configure
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2019-12-09 12:32 Andreas Sturmlechner
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2019-12-09 12:32 UTC (permalink / raw
To: gentoo-commits
commit: 88d60992b1dda5665903226af2b9eccde11d54e6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 9 12:32:30 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 12:32:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d60992
x11-libs/snorenotify: Use cmake_use_find_package already
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index 2b479bcaab9..7b4e5d1c777 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -44,8 +44,8 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package sound Qt5Multimedia)
- $(cmake-utils_use_find_package test Qt5Test)
+ $(cmake_use_find_package sound Qt5Multimedia)
+ $(cmake_use_find_package test Qt5Test)
)
ecm_src_configure
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2020-06-27 20:41 Mart Raudsepp
0 siblings, 0 replies; 15+ messages in thread
From: Mart Raudsepp @ 2020-06-27 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 6cc3ced862dd185909fa0e15458f544e998ad23e
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sat Jun 27 17:56:43 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 20:41:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc3ced8
x11-libs/snorenotify: arm64 keyworded (bug #728652)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index 5fa613294bc..c165073fda3 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="sound test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2021-08-03 11:03 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-08-03 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 22b36a8c56cf4edeea7596abbdb5fa221072693d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 11:00:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 11:00:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b36a8c
x11-libs/snorenotify: Stabilize 0.7.0-r1 arm64, #804040
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index c165073fda3..4d88523fddf 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
IUSE="sound test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2021-11-08 2:51 Yixun Lan
0 siblings, 0 replies; 15+ messages in thread
From: Yixun Lan @ 2021-11-08 2:51 UTC (permalink / raw
To: gentoo-commits
commit: c1aa0fef84f44a1e762d55b0f5f5f959761b06bc
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Fri Nov 5 11:54:37 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Nov 8 02:49:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1aa0fef
x11-libs/snorenotify: keyword ~riscv
Closes: https://github.com/gentoo/gentoo/pull/22826
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index 4d88523fddf..a57a16a0ba2 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
IUSE="sound test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/
@ 2022-12-26 10:17 Andreas Sturmlechner
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Sturmlechner @ 2022-12-26 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 32ad5abb26e8783e1e16f61581b0e71afd96b03c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 09:44:04 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 10:17:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ad5abb
x11-libs/snorenotify: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
index a57a16a0ba29..eea845cc2e0a 100644
--- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
+++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
VIRTUALX_REQUIRED="test"
inherit ecm
@@ -16,9 +16,6 @@ KEYWORDS="amd64 ~arm arm64 ~riscv x86"
IUSE="sound test"
RESTRICT="!test? ( test )"
-BDEPEND="
- dev-qt/linguist-tools:5
-"
RDEPEND="
dev-qt/qtdbus:5
dev-qt/qtdeclarative:5
@@ -31,6 +28,7 @@ RDEPEND="
DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )
"
+BDEPEND="dev-qt/linguist-tools:5"
PATCHES=(
"${FILESDIR}/${P}-desktop.patch"
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2022-12-26 10:17 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28 17:09 [gentoo-commits] repo/gentoo:master commit in: x11-libs/snorenotify/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2022-12-26 10:17 Andreas Sturmlechner
2021-11-08 2:51 Yixun Lan
2021-08-03 11:03 Sam James
2020-06-27 20:41 Mart Raudsepp
2019-12-09 12:32 Andreas Sturmlechner
2019-12-09 12:26 Andreas Sturmlechner
2018-03-12 4:38 Michael Palimaka
2017-09-26 12:43 Michael Palimaka
2017-09-26 12:43 Michael Palimaka
2016-06-08 13:06 Michael Palimaka
2016-03-26 16:35 Michael Palimaka
2016-03-26 16:12 Michael Palimaka
2016-03-26 11:55 Johannes Huber
2015-11-19 11:43 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox