[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2024-01-08 Thread Mart Raudsepp
commit: be08f45d769856b392219c9ed143bbb421d65974
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jan  8 17:23:51 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jan  8 17:23:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be08f45d

x11-libs/libnotify: drop 0.8.2

Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/libnotify/Manifest   |  1 -
 x11-libs/libnotify/libnotify-0.8.2.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index e43dd1a98565..7fc95d3f794f 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,2 +1 @@
-DIST libnotify-0.8.2.tar.xz 105912 BLAKE2B 
d014d01e624a072a1a4e60d8606833e790fc9b47a93229486a7c7860d3d90eaae6bcf3f4f78599db8b2c0ed3d35569a1b20d8a8deb08c8fa5be98330b1205f60
 SHA512 
c9eb0630520382228237ae914654e27ba973efe29a27d040c2462016bd3e0704889aabc5d04d51906951cd404d7edd64262860b7636afd03dd76dedcf1f77cae
 DIST libnotify-0.8.3.tar.xz 106008 BLAKE2B 
05852c866dc91d42cf01804333605ecb546f7d779b143fabc341752263c8cacea9acda40bb60af90dbc84ab8327ba99966e09924ccc337f7a97909b95d39a874
 SHA512 
e55073fdf418a4c04375825221edc92ab6a01201b83db2a1f1530f8f91f7da9da32327452b0785251790553517dcc717cfe623142450691b7dd247ec9164cffb

diff --git a/x11-libs/libnotify/libnotify-0.8.2.ebuild 
b/x11-libs/libnotify/libnotify-0.8.2.ebuild
deleted file mode 100644
index 7ad4e2741ab4..
--- a/x11-libs/libnotify/libnotify-0.8.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson-multilib xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="gtk-doc? ( introspection )"
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   >=dev-libs/gobject-introspection-common-1.32
-   dev-util/glib-utils
-   virtual/pkgconfig
-   app-text/docbook-xsl-ns-stylesheets
-   dev-libs/libxslt
-   gtk-doc? (
-   dev-util/gi-docgen
-   app-text/docbook-xml-dtd:4.1.2
-   )
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
-"
-IDEPEND="app-eselect/eselect-notify-send"
-PDEPEND="virtual/notification-daemon"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   $(meson_use test tests)
-   $(meson_native_use_feature introspection)
-   $(meson_native_use_bool gtk-doc gtk_doc)
-   -Ddocbook_docs=disabled
-   )
-   meson_src_configure
-}
-
-multilib_src_install_all() {
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
-
-   einstalldocs
-
-   if use gtk-doc; then
-   mkdir -p "${ED}"/usr/share/gtk-doc/ || die
-   mv "${ED}"/usr/share/{doc,gtk-doc}/libnotify-0 || die
-   fi
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2024-01-08 Thread Sam James
commit: 1ccd69dae2427bb1c658d51ca5629cf0cfa890d5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  8 16:14:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  8 16:14:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccd69da

x11-libs/libnotify: Stabilize 0.8.3 amd64, #916506

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.3.ebuild 
b/x11-libs/libnotify/libnotify-0.8.3.ebuild
index 16c699c4892d..d0a0f2c6fdb9 100644
--- a/x11-libs/libnotify/libnotify-0.8.3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-11-13 Thread Sam James
commit: 77005e08d826cc410015a35bd05081814387782e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 13 16:38:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 13 19:51:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77005e08

x11-libs/libnotify: stable 0.8.3 for sparc, bug #916506

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.3.ebuild 
b/x11-libs/libnotify/libnotify-0.8.3.ebuild
index 8b88534f8668..16c699c4892d 100644
--- a/x11-libs/libnotify/libnotify-0.8.3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-11-01 Thread Arthur Zamarin
commit: 29bdc9049220e73e341178ad69c3827d0f120f90
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 12:23:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 12:23:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bdc904

x11-libs/libnotify: Stabilize 0.8.3 ppc, #916506

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.3.ebuild 
b/x11-libs/libnotify/libnotify-0.8.3.ebuild
index 0762bf095e88..8b88534f8668 100644
--- a/x11-libs/libnotify/libnotify-0.8.3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-10-29 Thread Sam James
commit: a988f5ef2fc37b59733e065a835c8deb9d70dd10
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 30 04:29:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 30 04:29:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a988f5ef

x11-libs/libnotify: Stabilize 0.8.3 ppc64, #916506

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.3.ebuild 
b/x11-libs/libnotify/libnotify-0.8.3.ebuild
index 9b976139dde2..0762bf095e88 100644
--- a/x11-libs/libnotify/libnotify-0.8.3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-10-29 Thread Sam James
commit: 0c86f2321af1e55d774ff0c7b1dd278d516532bc
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 30 04:29:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 30 04:29:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c86f232

x11-libs/libnotify: Stabilize 0.8.3 arm, #916506

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.3.ebuild 
b/x11-libs/libnotify/libnotify-0.8.3.ebuild
index d1ce63e85d45..9b976139dde2 100644
--- a/x11-libs/libnotify/libnotify-0.8.3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-10-29 Thread Sam James
commit: 0e251d53b262d434136a5b8f84ad177fc6b16fb3
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 30 04:29:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 30 04:29:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e251d53

x11-libs/libnotify: Stabilize 0.8.3 arm64, #916506

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.3.ebuild 
b/x11-libs/libnotify/libnotify-0.8.3.ebuild
index 03ef71a89a5d..d1ce63e85d45 100644
--- a/x11-libs/libnotify/libnotify-0.8.3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-10-29 Thread Sam James
commit: e5e7e0d1fe0a4406e69dc91454075a4737de69e1
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 29 22:53:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 29 22:53:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e7e0d1

x11-libs/libnotify: Stabilize 0.8.3 x86, #916506

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.3.ebuild 
b/x11-libs/libnotify/libnotify-0.8.3.ebuild
index 46c43571f49a..03ef71a89a5d 100644
--- a/x11-libs/libnotify/libnotify-0.8.3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-10-20 Thread Pacho Ramos
commit: 249ea33f0d34c94ea0b1e42c960962f07708c8f1
Author: Guillermo Joandet  gmail  com>
AuthorDate: Tue Oct 10 18:36:32 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri Oct 20 13:14:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249ea33f

x11-libs/libnotify: Version bump to 0.8.3

Add introspection USE dependency for x11-libs/gdk-pixbuf

Closes: https://bugs.gentoo.org/906048
Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33286
Signed-off-by: Pacho Ramos  gentoo.org>

 x11-libs/libnotify/Manifest   |  1 +
 x11-libs/libnotify/libnotify-0.8.3.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 2756a209ea90..e43dd1a98565 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1 +1,2 @@
 DIST libnotify-0.8.2.tar.xz 105912 BLAKE2B 
d014d01e624a072a1a4e60d8606833e790fc9b47a93229486a7c7860d3d90eaae6bcf3f4f78599db8b2c0ed3d35569a1b20d8a8deb08c8fa5be98330b1205f60
 SHA512 
c9eb0630520382228237ae914654e27ba973efe29a27d040c2462016bd3e0704889aabc5d04d51906951cd404d7edd64262860b7636afd03dd76dedcf1f77cae
+DIST libnotify-0.8.3.tar.xz 106008 BLAKE2B 
05852c866dc91d42cf01804333605ecb546f7d779b143fabc341752263c8cacea9acda40bb60af90dbc84ab8327ba99966e09924ccc337f7a97909b95d39a874
 SHA512 
e55073fdf418a4c04375825221edc92ab6a01201b83db2a1f1530f8f91f7da9da32327452b0785251790553517dcc717cfe623142450691b7dd247ec9164cffb

diff --git a/x11-libs/libnotify/libnotify-0.8.3.ebuild 
b/x11-libs/libnotify/libnotify-0.8.3.ebuild
new file mode 100644
index ..46c43571f49a
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.8.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="gtk-doc? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.62:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[introspection?,${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   app-text/docbook-xsl-ns-stylesheets
+   dev-libs/libxslt
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+IDEPEND="app-eselect/eselect-notify-send"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   $(meson_native_use_feature introspection)
+   $(meson_native_use_bool gtk-doc gtk_doc)
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install_all() {
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+
+   einstalldocs
+
+   if use gtk-doc; then
+   mkdir -p "${ED}"/usr/share/gtk-doc/ || die
+   mv "${ED}"/usr/share/{doc,gtk-doc}/libnotify-0 || die
+   fi
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-04-01 Thread Matt Turner
commit: 82c6c43a4daab2c630a9ccc1478455a33fa70e70
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr  2 00:34:02 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr  2 00:56:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c6c43a

x11-libs/libnotify: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest   |  1 -
 x11-libs/libnotify/libnotify-0.8.1.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index dcfcc183d6a6..2756a209ea90 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,2 +1 @@
-DIST libnotify-0.8.1.tar.xz 105368 BLAKE2B 
840b56941e9773b4db5ce1ffba7ca3fc04e76877349c53ed1c985acf7405a575bc9709e0255edf4562b5596de97fcd7e9dbef32d99bc853b94b203a7da0c03e4
 SHA512 
464b7ff9f2f6268919f336bd9c6f8c243c29282ba6ada7e491ab514b3630977a319dfa522705c68e17fff2d87effc75e009d656bc46c5e92917ad64e66b25320
 DIST libnotify-0.8.2.tar.xz 105912 BLAKE2B 
d014d01e624a072a1a4e60d8606833e790fc9b47a93229486a7c7860d3d90eaae6bcf3f4f78599db8b2c0ed3d35569a1b20d8a8deb08c8fa5be98330b1205f60
 SHA512 
c9eb0630520382228237ae914654e27ba973efe29a27d040c2462016bd3e0704889aabc5d04d51906951cd404d7edd64262860b7636afd03dd76dedcf1f77cae

diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild 
b/x11-libs/libnotify/libnotify-0.8.1.ebuild
deleted file mode 100644
index e39dfe71b638..
--- a/x11-libs/libnotify/libnotify-0.8.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson-multilib xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   >=dev-libs/gobject-introspection-common-1.32
-   dev-util/glib-utils
-   virtual/pkgconfig
-   app-text/docbook-xsl-ns-stylesheets
-   dev-libs/libxslt
-   gtk-doc? ( dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.1.2 )
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
-"
-IDEPEND="app-eselect/eselect-notify-send"
-PDEPEND="virtual/notification-daemon"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   $(meson_use test tests)
-   $(meson_native_use_feature introspection)
-   $(meson_native_use_bool gtk-doc gtk_doc)
-   -Ddocbook_docs=disabled
-   )
-   meson_src_configure
-}
-
-multilib_src_install() {
-   meson_src_install
-
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-04-01 Thread Arthur Zamarin
commit: 2d47ea3c2f46be52db8b32c10c186156ce587c04
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  1 19:02:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  1 19:02:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d47ea3c

x11-libs/libnotify: Stabilize 0.8.2 sparc, #901377

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.2.ebuild 
b/x11-libs/libnotify/libnotify-0.8.2.ebuild
index cb52de8541f3..8684b10b42c9 100644
--- a/x11-libs/libnotify/libnotify-0.8.2.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-04-01 Thread Arthur Zamarin
commit: ff5eecaae604e7d6645531acf607ff2b1119183e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  1 19:00:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  1 19:00:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff5eecaa

x11-libs/libnotify: Stabilize 0.8.2 ppc, #901377

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.2.ebuild 
b/x11-libs/libnotify/libnotify-0.8.2.ebuild
index 15213ca45fcc..cb52de8541f3 100644
--- a/x11-libs/libnotify/libnotify-0.8.2.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-03-31 Thread Arthur Zamarin
commit: d23f65e613ef0b8c6a7c9fbab4867d1c667efe60
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 31 12:03:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 31 12:03:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23f65e6

x11-libs/libnotify: Stabilize 0.8.2 arm, #901377

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.2.ebuild 
b/x11-libs/libnotify/libnotify-0.8.2.ebuild
index fa34a35d2a73..15213ca45fcc 100644
--- a/x11-libs/libnotify/libnotify-0.8.2.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-03-30 Thread Arthur Zamarin
commit: e89f0088413c59b325b2a38526d2293836a43953
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 30 17:42:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 30 17:42:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89f0088

x11-libs/libnotify: Stabilize 0.8.2 ppc64, #901377

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.2.ebuild 
b/x11-libs/libnotify/libnotify-0.8.2.ebuild
index bd48baaddfe7..fa34a35d2a73 100644
--- a/x11-libs/libnotify/libnotify-0.8.2.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="gtk-doc? ( introspection )"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2023-02-17 Thread Matt Turner
commit: 3ff93e88590669f48495b7c30efc311f7b681326
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Feb 18 02:36:41 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Feb 18 02:40:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff93e88

x11-libs/libnotify: Version bump to 0.8.2

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest   |  1 +
 x11-libs/libnotify/libnotify-0.8.2.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 2e0c4af9606c..dcfcc183d6a6 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1 +1,2 @@
 DIST libnotify-0.8.1.tar.xz 105368 BLAKE2B 
840b56941e9773b4db5ce1ffba7ca3fc04e76877349c53ed1c985acf7405a575bc9709e0255edf4562b5596de97fcd7e9dbef32d99bc853b94b203a7da0c03e4
 SHA512 
464b7ff9f2f6268919f336bd9c6f8c243c29282ba6ada7e491ab514b3630977a319dfa522705c68e17fff2d87effc75e009d656bc46c5e92917ad64e66b25320
+DIST libnotify-0.8.2.tar.xz 105912 BLAKE2B 
d014d01e624a072a1a4e60d8606833e790fc9b47a93229486a7c7860d3d90eaae6bcf3f4f78599db8b2c0ed3d35569a1b20d8a8deb08c8fa5be98330b1205f60
 SHA512 
c9eb0630520382228237ae914654e27ba973efe29a27d040c2462016bd3e0704889aabc5d04d51906951cd404d7edd64262860b7636afd03dd76dedcf1f77cae

diff --git a/x11-libs/libnotify/libnotify-0.8.2.ebuild 
b/x11-libs/libnotify/libnotify-0.8.2.ebuild
new file mode 100644
index ..d961823a695b
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.8.2.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="gtk-doc? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   app-text/docbook-xsl-ns-stylesheets
+   dev-libs/libxslt
+   gtk-doc? (
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+IDEPEND="app-eselect/eselect-notify-send"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   $(meson_native_use_feature introspection)
+   $(meson_native_use_bool gtk-doc gtk_doc)
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install_all() {
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+
+   einstalldocs
+
+   if use gtk-doc; then
+   mkdir -p "${ED}"/usr/share/gtk-doc/ || die
+   mv "${ED}"/usr/share/{doc,gtk-doc}/libnotify-0 || die
+   fi
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-10-31 Thread Matt Turner
commit: 45fef323019c387f21a5403da4f1f73c1f9adc05
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:20:47 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Oct 31 20:30:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fef323

x11-libs/libnotify: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/x11-libs/libnotify/metadata.xml b/x11-libs/libnotify/metadata.xml
index 63b6d8453c24..c01abf03c313 100644
--- a/x11-libs/libnotify/metadata.xml
+++ b/x11-libs/libnotify/metadata.xml
@@ -9,4 +9,7 @@
 freedesktop-b...@gentoo.org
 Gentoo Freedesktop Project
   
+  
+GNOME/libnotify
+  
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-10-14 Thread Matt Turner
commit: db2eb18ea9c5fc424663f09a95b9e0f68f026c49
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 14 04:44:52 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 14 14:29:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2eb18e

x11-libs/libnotify: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest|  1 -
 x11-libs/libnotify/libnotify-0.7.12.ebuild | 63 --
 2 files changed, 64 deletions(-)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index c51194202d64..2e0c4af9606c 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,2 +1 @@
-DIST libnotify-0.7.12.tar.xz 102032 BLAKE2B 
fc0c0f377bf86cb9a7d3e080cf0aa23fa287a9199656d403624925208d86390e96f62d4c41f4b457efd403139f1bad52ff5fdd2c0cb3270c0abc82957b2634cf
 SHA512 
1ddbdc2ea7ba653ea54169db9ed3d471f6e3421ef29e486c9b8d36837a655bcd613d0f07a8cf1253b87c42a2651e2f1634145622d8624d91e4223452deb99f1b
 DIST libnotify-0.8.1.tar.xz 105368 BLAKE2B 
840b56941e9773b4db5ce1ffba7ca3fc04e76877349c53ed1c985acf7405a575bc9709e0255edf4562b5596de97fcd7e9dbef32d99bc853b94b203a7da0c03e4
 SHA512 
464b7ff9f2f6268919f336bd9c6f8c243c29282ba6ada7e491ab514b3630977a319dfa522705c68e17fff2d87effc75e009d656bc46c5e92917ad64e66b25320

diff --git a/x11-libs/libnotify/libnotify-0.7.12.ebuild 
b/x11-libs/libnotify/libnotify-0.7.12.ebuild
deleted file mode 100644
index f538d6ab8280..
--- a/x11-libs/libnotify/libnotify-0.7.12.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson-multilib xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   >=dev-libs/gobject-introspection-common-1.32
-   dev-util/glib-utils
-   virtual/pkgconfig
-   app-text/docbook-xsl-ns-stylesheets
-   dev-libs/libxslt
-   gtk-doc? ( dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.1.2 )
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
-"
-IDEPEND="app-eselect/eselect-notify-send"
-PDEPEND="virtual/notification-daemon"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   $(meson_use test tests)
-   $(meson_native_use_feature introspection)
-   $(meson_native_use_bool gtk-doc gtk_doc)
-   -Ddocbook_docs=disabled
-   )
-   meson_src_configure
-}
-
-multilib_src_install() {
-   meson_src_install
-
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-09-30 Thread Arthur Zamarin
commit: c68b5c0ddd0b4113d413bf2ced1c6b03cdf20aac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 30 18:37:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 30 18:37:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68b5c0d

x11-libs/libnotify: Stabilize 0.8.1 sparc, #868606

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild 
b/x11-libs/libnotify/libnotify-0.8.1.ebuild
index 2cb215ead27a..e39dfe71b638 100644
--- a/x11-libs/libnotify/libnotify-0.8.1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-09-28 Thread Arthur Zamarin
commit: e70dfe7a6c0031363f43b6cf6db19b68640cb892
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 28 16:29:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 28 16:29:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70dfe7a

x11-libs/libnotify: Stabilize 0.8.1 ppc64, #868606

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild 
b/x11-libs/libnotify/libnotify-0.8.1.ebuild
index fb712ab9a8c0..2cb215ead27a 100644
--- a/x11-libs/libnotify/libnotify-0.8.1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-09-28 Thread Arthur Zamarin
commit: 92c1dbf46b4a10e6c0a58c122d70461e8edad499
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep 28 16:28:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep 28 16:28:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c1dbf4

x11-libs/libnotify: Stabilize 0.8.1 ppc, #868606

Signed-off-by: Arthur Zamarin  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild 
b/x11-libs/libnotify/libnotify-0.8.1.ebuild
index 6a4945da6d70..fb712ab9a8c0 100644
--- a/x11-libs/libnotify/libnotify-0.8.1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-09-18 Thread Sam James
commit: 387511e278409656486bc6677e8594722a14dc91
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 19 01:38:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 19 01:38:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=387511e2

x11-libs/libnotify: Stabilize 0.8.1 arm, #868606

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild 
b/x11-libs/libnotify/libnotify-0.8.1.ebuild
index 53308b980d57..6a4945da6d70 100644
--- a/x11-libs/libnotify/libnotify-0.8.1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-09-12 Thread Sam James
commit: f0a487b98388b73fd7f4f6ecb8d11587cce83a59
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 16:01:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 16:01:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a487b9

x11-libs/libnotify: Stabilize 0.8.1 x86, #868606

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild 
b/x11-libs/libnotify/libnotify-0.8.1.ebuild
index 62d9db2a13c8..1dbf436afcd6 100644
--- a/x11-libs/libnotify/libnotify-0.8.1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-09-12 Thread Sam James
commit: a1bd68a4e279c030d90a2ebac55aac1a5023303d
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 15:59:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 15:59:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bd68a4

x11-libs/libnotify: Stabilize 0.8.1 amd64, #868606

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild 
b/x11-libs/libnotify/libnotify-0.8.1.ebuild
index f91fcaa55488..62d9db2a13c8 100644
--- a/x11-libs/libnotify/libnotify-0.8.1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.8.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-07-20 Thread Matt Turner
commit: 4e339e3ecd4cc83732bbaa60acb0d1a1ed06357a
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul 21 01:38:34 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Jul 21 02:03:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e339e3e

x11-libs/libnotify: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest  |  2 -
 x11-libs/libnotify/libnotify-0.7.9-r1.ebuild | 63 
 x11-libs/libnotify/libnotify-0.8.0.ebuild| 63 
 3 files changed, 128 deletions(-)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 5147622da10c..c51194202d64 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,4 +1,2 @@
 DIST libnotify-0.7.12.tar.xz 102032 BLAKE2B 
fc0c0f377bf86cb9a7d3e080cf0aa23fa287a9199656d403624925208d86390e96f62d4c41f4b457efd403139f1bad52ff5fdd2c0cb3270c0abc82957b2634cf
 SHA512 
1ddbdc2ea7ba653ea54169db9ed3d471f6e3421ef29e486c9b8d36837a655bcd613d0f07a8cf1253b87c42a2651e2f1634145622d8624d91e4223452deb99f1b
-DIST libnotify-0.7.9.tar.xz 98148 BLAKE2B 
4728d00a204cd1003e8171a54c23bb975c0477c245c1175558f27555763113ec8bd7abd7ef81f6bad2b98604efe436d843958e77473436e68560775804473383
 SHA512 
8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874
-DIST libnotify-0.8.0.tar.xz 105288 BLAKE2B 
fc1897896d0f0d1bc13c63717ea050eb05da98979257970d57f780b9602b43b3449211424ee5e116eae957438ccb43a3dfa78935eeca9bc27a729be9e2b4e804
 SHA512 
17fc2e8bb9a61560e796b9e4258ebb56e303e285fa0c5a58f5dbddc0a5493e6f8474d24c1f0a34178810385e9f1d33ddba027b9c0f4364d83ddb57d4f5d78f56
 DIST libnotify-0.8.1.tar.xz 105368 BLAKE2B 
840b56941e9773b4db5ce1ffba7ca3fc04e76877349c53ed1c985acf7405a575bc9709e0255edf4562b5596de97fcd7e9dbef32d99bc853b94b203a7da0c03e4
 SHA512 
464b7ff9f2f6268919f336bd9c6f8c243c29282ba6ada7e491ab514b3630977a319dfa522705c68e17fff2d87effc75e009d656bc46c5e92917ad64e66b25320

diff --git a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
deleted file mode 100644
index 34fa5a648bbb..
--- a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson-multilib xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   >=dev-libs/gobject-introspection-common-1.32
-   dev-util/glib-utils
-   virtual/pkgconfig
-   app-text/docbook-xsl-ns-stylesheets
-   dev-libs/libxslt
-   gtk-doc? ( dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.1.2 )
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
-"
-IDEPEND="app-eselect/eselect-notify-send"
-PDEPEND="virtual/notification-daemon"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   $(meson_use test tests)
-   $(meson_native_use_feature introspection)
-   $(meson_native_use_bool gtk-doc gtk_doc)
-   -Ddocbook_docs=disabled
-   )
-   meson_src_configure
-}
-
-multilib_src_install() {
-   meson_src_install
-
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}

diff --git a/x11-libs/libnotify/libnotify-0.8.0.ebuild 
b/x11-libs/libnotify/libnotify-0.8.0.ebuild
deleted file mode 100644
index f91fcaa55488..
--- a/x11-libs/libnotify/libnotify-0.8.0.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson-multilib xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-07-20 Thread Sam James
commit: 8b451a82216dc59d46aa5ee3aed7d09bb4fe139a
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 21 00:12:53 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 21 00:12:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b451a82

x11-libs/libnotify: Stabilize 0.7.12 ppc, #853958

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.12.ebuild 
b/x11-libs/libnotify/libnotify-0.7.12.ebuild
index eb43c6bbedce..f538d6ab8280 100644
--- a/x11-libs/libnotify/libnotify-0.7.12.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.12.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ~ppc ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-07-18 Thread Sam James
commit: 34685c0cb351281de5e0c79396a11d00611b9c8a
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 18 17:44:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 18 17:44:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34685c0c

x11-libs/libnotify: Stabilize 0.7.12 arm, #853958

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.12.ebuild 
b/x11-libs/libnotify/libnotify-0.7.12.ebuild
index ddbc292153a9..db07f0fda934 100644
--- a/x11-libs/libnotify/libnotify-0.7.12.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.12.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-07-17 Thread Matt Turner
commit: 2acf98891472e30d0cdd49ba40d4e9d86f6678c9
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jul 18 02:00:59 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jul 18 02:07:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2acf9889

x11-libs/libnotify: Version bump to 0.8.1

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest   |  1 +
 x11-libs/libnotify/libnotify-0.8.1.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index a4f4ec8330e4..5147622da10c 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,3 +1,4 @@
 DIST libnotify-0.7.12.tar.xz 102032 BLAKE2B 
fc0c0f377bf86cb9a7d3e080cf0aa23fa287a9199656d403624925208d86390e96f62d4c41f4b457efd403139f1bad52ff5fdd2c0cb3270c0abc82957b2634cf
 SHA512 
1ddbdc2ea7ba653ea54169db9ed3d471f6e3421ef29e486c9b8d36837a655bcd613d0f07a8cf1253b87c42a2651e2f1634145622d8624d91e4223452deb99f1b
 DIST libnotify-0.7.9.tar.xz 98148 BLAKE2B 
4728d00a204cd1003e8171a54c23bb975c0477c245c1175558f27555763113ec8bd7abd7ef81f6bad2b98604efe436d843958e77473436e68560775804473383
 SHA512 
8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874
 DIST libnotify-0.8.0.tar.xz 105288 BLAKE2B 
fc1897896d0f0d1bc13c63717ea050eb05da98979257970d57f780b9602b43b3449211424ee5e116eae957438ccb43a3dfa78935eeca9bc27a729be9e2b4e804
 SHA512 
17fc2e8bb9a61560e796b9e4258ebb56e303e285fa0c5a58f5dbddc0a5493e6f8474d24c1f0a34178810385e9f1d33ddba027b9c0f4364d83ddb57d4f5d78f56
+DIST libnotify-0.8.1.tar.xz 105368 BLAKE2B 
840b56941e9773b4db5ce1ffba7ca3fc04e76877349c53ed1c985acf7405a575bc9709e0255edf4562b5596de97fcd7e9dbef32d99bc853b94b203a7da0c03e4
 SHA512 
464b7ff9f2f6268919f336bd9c6f8c243c29282ba6ada7e491ab514b3630977a319dfa522705c68e17fff2d87effc75e009d656bc46c5e92917ad64e66b25320

diff --git a/x11-libs/libnotify/libnotify-0.8.1.ebuild 
b/x11-libs/libnotify/libnotify-0.8.1.ebuild
new file mode 100644
index ..f91fcaa55488
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.8.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   app-text/docbook-xsl-ns-stylesheets
+   dev-libs/libxslt
+   gtk-doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.1.2 )
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+IDEPEND="app-eselect/eselect-notify-send"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   $(meson_native_use_feature introspection)
+   $(meson_native_use_bool gtk-doc gtk_doc)
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install() {
+   meson_src_install
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-07-16 Thread Matt Turner
commit: ec938a8cadae1238f8b41865854f0aed98a3e8cc
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul 16 20:59:21 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul 16 21:27:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec938a8c

x11-libs/libnotify: Version bump to 0.8.0

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest   |  1 +
 x11-libs/libnotify/libnotify-0.8.0.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 14cc67da84fe..a4f4ec8330e4 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,2 +1,3 @@
 DIST libnotify-0.7.12.tar.xz 102032 BLAKE2B 
fc0c0f377bf86cb9a7d3e080cf0aa23fa287a9199656d403624925208d86390e96f62d4c41f4b457efd403139f1bad52ff5fdd2c0cb3270c0abc82957b2634cf
 SHA512 
1ddbdc2ea7ba653ea54169db9ed3d471f6e3421ef29e486c9b8d36837a655bcd613d0f07a8cf1253b87c42a2651e2f1634145622d8624d91e4223452deb99f1b
 DIST libnotify-0.7.9.tar.xz 98148 BLAKE2B 
4728d00a204cd1003e8171a54c23bb975c0477c245c1175558f27555763113ec8bd7abd7ef81f6bad2b98604efe436d843958e77473436e68560775804473383
 SHA512 
8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874
+DIST libnotify-0.8.0.tar.xz 105288 BLAKE2B 
fc1897896d0f0d1bc13c63717ea050eb05da98979257970d57f780b9602b43b3449211424ee5e116eae957438ccb43a3dfa78935eeca9bc27a729be9e2b4e804
 SHA512 
17fc2e8bb9a61560e796b9e4258ebb56e303e285fa0c5a58f5dbddc0a5493e6f8474d24c1f0a34178810385e9f1d33ddba027b9c0f4364d83ddb57d4f5d78f56

diff --git a/x11-libs/libnotify/libnotify-0.8.0.ebuild 
b/x11-libs/libnotify/libnotify-0.8.0.ebuild
new file mode 100644
index ..f91fcaa55488
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.8.0.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.38:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   app-text/docbook-xsl-ns-stylesheets
+   dev-libs/libxslt
+   gtk-doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.1.2 )
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+IDEPEND="app-eselect/eselect-notify-send"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   $(meson_native_use_feature introspection)
+   $(meson_native_use_bool gtk-doc gtk_doc)
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install() {
+   meson_src_install
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-06-27 Thread WANG Xuerui
commit: f0b7621125a27942f70a4739afeb0fe4ed93a435
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue Jun 28 01:58:15 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue Jun 28 01:58:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b76211

x11-libs/libnotify: keyword 0.7.12 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.12.ebuild 
b/x11-libs/libnotify/libnotify-0.7.12.ebuild
index b2f00994e9f7..47b686ac66a8 100644
--- a/x11-libs/libnotify/libnotify-0.7.12.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.12.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-05-31 Thread Matt Turner
commit: ee043c1b98444917c0dcb00a9f2c41c42dda1d9e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May 31 17:33:03 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 31 18:23:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee043c1b

x11-libs/libnotify: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest|  2 -
 x11-libs/libnotify/libnotify-0.7.11.ebuild | 63 --
 x11-libs/libnotify/libnotify-0.7.8.ebuild  | 61 -
 x11-libs/libnotify/libnotify-0.7.9.ebuild  | 63 --
 4 files changed, 189 deletions(-)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 3105fdf30ef2..14cc67da84fe 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,4 +1,2 @@
-DIST libnotify-0.7.11.tar.xz 101616 BLAKE2B 
202456000bc092707e171dfd3ba06b46ac2bd7b222e2dd70540c17eda32639369cf9af2e275a49ea3a0859598d271cdd733b68ff66ed2c30d3c0987fa6de6a97
 SHA512 
1e96b88278fb5e941dc691a7bbb83ea7fbc46d7873e7e10d988cd44dd83fcd678956bf9e5cd2f5533cf316b2a23354161c80a5b12299eb119a3f5697e4935ed7
 DIST libnotify-0.7.12.tar.xz 102032 BLAKE2B 
fc0c0f377bf86cb9a7d3e080cf0aa23fa287a9199656d403624925208d86390e96f62d4c41f4b457efd403139f1bad52ff5fdd2c0cb3270c0abc82957b2634cf
 SHA512 
1ddbdc2ea7ba653ea54169db9ed3d471f6e3421ef29e486c9b8d36837a655bcd613d0f07a8cf1253b87c42a2651e2f1634145622d8624d91e4223452deb99f1b
-DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 
0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7
 SHA512 
9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94
 DIST libnotify-0.7.9.tar.xz 98148 BLAKE2B 
4728d00a204cd1003e8171a54c23bb975c0477c245c1175558f27555763113ec8bd7abd7ef81f6bad2b98604efe436d843958e77473436e68560775804473383
 SHA512 
8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874

diff --git a/x11-libs/libnotify/libnotify-0.7.11.ebuild 
b/x11-libs/libnotify/libnotify-0.7.11.ebuild
deleted file mode 100644
index b2f00994e9f7..
--- a/x11-libs/libnotify/libnotify-0.7.11.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome.org meson-multilib xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   >=dev-libs/gobject-introspection-common-1.32
-   dev-util/glib-utils
-   virtual/pkgconfig
-   app-text/docbook-xsl-ns-stylesheets
-   dev-libs/libxslt
-   gtk-doc? ( dev-util/gtk-doc
-   app-text/docbook-xml-dtd:4.1.2 )
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
-"
-IDEPEND="app-eselect/eselect-notify-send"
-PDEPEND="virtual/notification-daemon"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-multilib_src_configure() {
-   local emesonargs=(
-   $(meson_use test tests)
-   $(meson_native_use_feature introspection)
-   $(meson_native_use_bool gtk-doc gtk_doc)
-   -Ddocbook_docs=disabled
-   )
-   meson_src_configure
-}
-
-multilib_src_install() {
-   meson_src_install
-
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
deleted file mode 100644
index aac07f1f95dd..
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome.org meson-multilib xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="gtk-doc +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-eselect/eselect-notify-send
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]

[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-05-05 Thread Matt Turner
commit: 9a5096948cc88d99212c52df377eb512b115c347
Author: Matt Turner  gentoo  org>
AuthorDate: Thu May  5 21:46:48 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu May  5 21:47:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a509694

x11-libs/libnotify: Version bump to 0.7.12

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest|  1 +
 x11-libs/libnotify/libnotify-0.7.12.ebuild | 63 ++
 2 files changed, 64 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index ac48bb595cc4..3105fdf30ef2 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,3 +1,4 @@
 DIST libnotify-0.7.11.tar.xz 101616 BLAKE2B 
202456000bc092707e171dfd3ba06b46ac2bd7b222e2dd70540c17eda32639369cf9af2e275a49ea3a0859598d271cdd733b68ff66ed2c30d3c0987fa6de6a97
 SHA512 
1e96b88278fb5e941dc691a7bbb83ea7fbc46d7873e7e10d988cd44dd83fcd678956bf9e5cd2f5533cf316b2a23354161c80a5b12299eb119a3f5697e4935ed7
+DIST libnotify-0.7.12.tar.xz 102032 BLAKE2B 
fc0c0f377bf86cb9a7d3e080cf0aa23fa287a9199656d403624925208d86390e96f62d4c41f4b457efd403139f1bad52ff5fdd2c0cb3270c0abc82957b2634cf
 SHA512 
1ddbdc2ea7ba653ea54169db9ed3d471f6e3421ef29e486c9b8d36837a655bcd613d0f07a8cf1253b87c42a2651e2f1634145622d8624d91e4223452deb99f1b
 DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 
0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7
 SHA512 
9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94
 DIST libnotify-0.7.9.tar.xz 98148 BLAKE2B 
4728d00a204cd1003e8171a54c23bb975c0477c245c1175558f27555763113ec8bd7abd7ef81f6bad2b98604efe436d843958e77473436e68560775804473383
 SHA512 
8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874

diff --git a/x11-libs/libnotify/libnotify-0.7.12.ebuild 
b/x11-libs/libnotify/libnotify-0.7.12.ebuild
new file mode 100644
index ..b2f00994e9f7
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.7.12.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   app-text/docbook-xsl-ns-stylesheets
+   dev-libs/libxslt
+   gtk-doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.1.2 )
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+IDEPEND="app-eselect/eselect-notify-send"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   $(meson_native_use_feature introspection)
+   $(meson_native_use_bool gtk-doc gtk_doc)
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install() {
+   meson_src_install
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2022-05-03 Thread Matt Turner
commit: 27e6fb475ab6664a0205760247e22f609f3e
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May  3 18:45:53 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May  3 19:00:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e6fb47

x11-libs/libnotify: Version bump to 0.7.11

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest|  1 +
 x11-libs/libnotify/libnotify-0.7.11.ebuild | 63 ++
 x11-libs/libnotify/metadata.xml|  4 ++
 3 files changed, 68 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index bc7c99eeb75d..ac48bb595cc4 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,2 +1,3 @@
+DIST libnotify-0.7.11.tar.xz 101616 BLAKE2B 
202456000bc092707e171dfd3ba06b46ac2bd7b222e2dd70540c17eda32639369cf9af2e275a49ea3a0859598d271cdd733b68ff66ed2c30d3c0987fa6de6a97
 SHA512 
1e96b88278fb5e941dc691a7bbb83ea7fbc46d7873e7e10d988cd44dd83fcd678956bf9e5cd2f5533cf316b2a23354161c80a5b12299eb119a3f5697e4935ed7
 DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 
0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7
 SHA512 
9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94
 DIST libnotify-0.7.9.tar.xz 98148 BLAKE2B 
4728d00a204cd1003e8171a54c23bb975c0477c245c1175558f27555763113ec8bd7abd7ef81f6bad2b98604efe436d843958e77473436e68560775804473383
 SHA512 
8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874

diff --git a/x11-libs/libnotify/libnotify-0.7.11.ebuild 
b/x11-libs/libnotify/libnotify-0.7.11.ebuild
new file mode 100644
index ..b2f00994e9f7
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.7.11.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   app-text/docbook-xsl-ns-stylesheets
+   dev-libs/libxslt
+   gtk-doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.1.2 )
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+IDEPEND="app-eselect/eselect-notify-send"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   $(meson_native_use_feature introspection)
+   $(meson_native_use_bool gtk-doc gtk_doc)
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install() {
+   meson_src_install
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}

diff --git a/x11-libs/libnotify/metadata.xml b/x11-libs/libnotify/metadata.xml
index 76d4eb294b39..63b6d8453c24 100644
--- a/x11-libs/libnotify/metadata.xml
+++ b/x11-libs/libnotify/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
   
 freedesktop-b...@gentoo.org
 Gentoo Freedesktop Project



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-09-09 Thread Agostino Sarubbo
commit: 9a92a57e779efc68ae0e7d32d067c776b8793cdb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  9 07:39:01 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  9 07:39:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a92a57e

x11-libs/libnotify: x86 stable wrt bug #811996

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
index d44b054e807..34fa5a648bb 100644
--- a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-09-09 Thread Agostino Sarubbo
commit: ce4f28f11c196010b9f43dfc5ac326ced8314d43
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep  9 07:16:51 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep  9 07:16:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4f28f1

x11-libs/libnotify: amd64 stable wrt bug #811996

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
index bb929007d60..d44b054e807 100644
--- a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-09-07 Thread Sam James
commit: 790ed025a2240b8b85a24688e6ab95d78787f571
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  8 00:45:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  8 00:45:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=790ed025

x11-libs/libnotify: Stabilize 0.7.9-r1 ppc, #811996

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
index eaac4ecfa24..958d5d5ce97 100644
--- a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-09-07 Thread Sam James
commit: 7111539166f9c97402454d9ff27c38233979494e
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  8 00:45:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  8 00:45:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71115391

x11-libs/libnotify: Stabilize 0.7.9-r1 sparc, #811996

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
index 44812bf727f..bb929007d60 100644
--- a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-09-07 Thread Sam James
commit: 67494c0016084a97f8db74d1f3a462c1acb5fd76
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  8 00:45:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  8 00:45:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67494c00

x11-libs/libnotify: Stabilize 0.7.9-r1 ppc64, #811996

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
index 958d5d5ce97..44812bf727f 100644
--- a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-09-07 Thread Sam James
commit: cec738bbba9ac4f5dbc8bf0c10648b32306c6cfc
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  8 00:41:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  8 00:41:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec738bb

x11-libs/libnotify: Stabilize 0.7.9-r1 arm, #811996

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
index d91859c4c19..eaac4ecfa24 100644
--- a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-09-07 Thread Sam James
commit: 7dc03b450d4dc757346e2bf22a9ffa9d2089e190
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  7 16:59:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  7 16:59:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dc03b45

x11-libs/libnotify: Stabilize 0.7.9-r1 arm64, #811996

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
index 5661f60..d91859c4c19 100644
--- a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-07-02 Thread Mike Gilbert
commit: 5d6af53dda7f1df8007f4e02dab8e86abf72fecb
Author: David Michael  gmail  com>
AuthorDate: Sun Jun 13 23:56:05 2021 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Jul  2 15:54:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6af53d

x11-libs/libnotify: EAPI 8

Closes: https://bugs.gentoo.org/795873
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: David Michael  gmail.com>
Signed-off-by: Mike Gilbert  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9-r1.ebuild | 63 
 1 file changed, 63 insertions(+)

diff --git a/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
new file mode 100644
index 000..5661f60
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.7.9-r1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson-multilib xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   app-text/docbook-xsl-ns-stylesheets
+   dev-libs/libxslt
+   gtk-doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.1.2 )
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+IDEPEND="app-eselect/eselect-notify-send"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   $(meson_use test tests)
+   $(meson_native_use_feature introspection)
+   $(meson_native_use_bool gtk-doc gtk_doc)
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install() {
+   meson_src_install
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-06-03 Thread Matt Turner
commit: 5fe953ceec0e118e24942c18026e0ba9e681d04c
Author: Matt Turner  gentoo  org>
AuthorDate: Fri May 28 01:57:38 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jun  4 01:14:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fe953ce

x11-libs/libnotify: Switch to meson-multilib

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 8 
 x11-libs/libnotify/libnotify-0.7.9.ebuild | 8 
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index a8d1d622545..aac07f1f95d 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome.org meson multilib-minimal xdg-utils
+inherit gnome.org meson-multilib xdg-utils
 
 DESCRIPTION="A library for sending desktop notifications"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
@@ -38,9 +38,9 @@ src_prepare() {
 
 multilib_src_configure() {
local emesonargs=(
-   -Dtests="$(usex test true false)"
-   -Dintrospection="$(multilib_native_usex introspection enabled 
disabled)"
-   -Dgtk_doc=$(multilib_native_usex gtk-doc true false)
+   $(meson_use test tests)
+   $(meson_native_use_feature introspection)
+   $(meson_native_use_bool gtk-doc gtk_doc)
-Ddocbook_docs=disabled
)
meson_src_configure

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index febe3785ff6..c06d463dd0d 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit gnome.org meson multilib-minimal xdg-utils
+inherit gnome.org meson-multilib xdg-utils
 
 DESCRIPTION="A library for sending desktop notifications"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
@@ -40,9 +40,9 @@ src_prepare() {
 
 multilib_src_configure() {
local emesonargs=(
-   -Dtests="$(usex test true false)"
-   -Dintrospection="$(multilib_native_usex introspection enabled 
disabled)"
-   -Dgtk_doc=$(multilib_native_usex gtk-doc true false)
+   $(meson_use test tests)
+   $(meson_native_use_feature introspection)
+   $(meson_native_use_bool gtk-doc gtk_doc)
-Ddocbook_docs=disabled
)
meson_src_configure



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2021-05-27 Thread Yixun Lan
commit: 7cb896d95f9b25fdfbc1f33d634651578d1c
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu May 27 13:59:17 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu May 27 14:33:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb896d9

x11-libs/libnotify: add riscv keyword

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 477c243169c..febe3785ff6 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-09-07 Thread Sergei Trofimovich
commit: bd2c40d275f5e87e552a50acb268eb9771d5fde0
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Sep  7 08:37:33 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep  7 08:47:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2c40d2

x11-libs/libnotify: stable 0.7.9 for ppc64

stable wrt bug #733592

Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 9543ce9e41f..b44b27a9b1d 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-09-04 Thread Sam James
commit: 65bbb457e233853ddcd4f7c52c901d668c148b39
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 01:24:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 01:24:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bbb457

x11-libs/libnotify: ppc stable (bug #733592)

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 7d9f08a02a1..9543ce9e41f 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-08-31 Thread Sam James
commit: 467956a8439060dacd42b886e42de6d8de9cb838
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 02:02:10 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 02:02:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467956a8

x11-libs/libnotify: Stabilize 0.7.9 sparc, #733592

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 65c6c622c3f..7d9f08a02a1 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-08-31 Thread Sam James
commit: d53adfa78f56b254d4b25a378350dfb98190fded
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  1 00:30:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  1 00:30:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d53adfa7

x11-libs/libnotify: Stabilize 0.7.9 amd64, #733592

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index b32cb9ce75f..65c6c622c3f 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-08-31 Thread Sam James
commit: 220f585f1e7e8bf7d48b4c8d834194adaf9fd54f
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 23:35:07 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 23:35:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220f585f

x11-libs/libnotify: Stabilize 0.7.9 arm, #733592

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 52226cf9d44..b32cb9ce75f 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-08-31 Thread Thomas Deutschmann
commit: cdbc58fd6ea4200597a00f0110cfa50e656214c7
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Aug 31 16:54:54 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Aug 31 16:54:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbc58fd

x11-libs/libnotify: x86 stable (bug #733592)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 6bef2a181f3..52226cf9d44 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-08-30 Thread Sam James
commit: 716863ac0cd88170b2850fdb3cc1f508b0052576
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 31 00:57:28 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 31 00:57:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716863ac

x11-libs/libnotify: Stabilize 0.7.9 arm64, #733592

Signed-off-by: Sam James  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
index 9783bf0f989..6bef2a181f3 100644
--- a/x11-libs/libnotify/libnotify-0.7.9.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2020-04-25 Thread Matt Turner
commit: ff97d75b1ca025b768632cd5766df196f5760281
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 26 01:37:46 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 26 01:53:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff97d75b

x11-libs/libnotify: Version bump to 0.7.9

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/Manifest   |  1 +
 x11-libs/libnotify/libnotify-0.7.9.ebuild | 63 +++
 2 files changed, 64 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 7ce3a6f9deb..bc7c99eeb75 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1 +1,2 @@
 DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 
0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7
 SHA512 
9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94
+DIST libnotify-0.7.9.tar.xz 98148 BLAKE2B 
4728d00a204cd1003e8171a54c23bb975c0477c245c1175558f27555763113ec8bd7abd7ef81f6bad2b98604efe436d843958e77473436e68560775804473383
 SHA512 
8a842b50777279efdb7d96a836a546c47decad158a4f03f7ffc818860d1f6276a657619e4f4a19a4e2f5ad55e0371c793420d50d802983700e8c342273b73874

diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild 
b/x11-libs/libnotify/libnotify-0.7.9.ebuild
new file mode 100644
index 000..9783bf0f989
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson multilib-minimal xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="gtk-doc +introspection test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   app-eselect/eselect-notify-send
+   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   app-text/docbook-xsl-ns-stylesheets
+   dev-libs/libxslt
+   gtk-doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.1.2 )
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dtests="$(usex test true false)"
+   -Dintrospection="$(multilib_native_usex introspection enabled 
disabled)"
+   -Dgtk_doc=$(multilib_native_usex gtk-doc true false)
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install() {
+   meson_src_install
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-12-25 Thread Mart Raudsepp
commit: 27adeb62a7417afe63c79cfdb9297b44de6b84eb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 21:34:44 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 21:34:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27adeb62

x11-libs/libnotify: add back gtk-doc support for devhelp

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index 1c11ad27b1e..7f8ce624abc 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -11,20 +11,22 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 LICENSE="LGPL-2.1+"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="+introspection test"
+IUSE="gtk-doc +introspection test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
app-eselect/eselect-notify-send
>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
+   introspection? ( >=dev-libs/gobject-introspection-1.54:= )
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
>=dev-libs/gobject-introspection-common-1.32
dev-util/glib-utils
virtual/pkgconfig
+   gtk-doc? ( dev-util/gtk-doc
+   app-text/docbook-xml-dtd:4.1.2 )
test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
 "
 PDEPEND="virtual/notification-daemon"
@@ -38,7 +40,7 @@ multilib_src_configure() {
local emesonargs=(
-Dtests="$(usex test true false)"
-Dintrospection="$(multilib_native_usex introspection enabled 
disabled)"
-   -Dgtk_doc=false
+   -Dgtk_doc=$(multilib_native_usex gtk-doc true false)
-Ddocbook_docs=disabled
)
meson_src_configure



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-12-25 Thread Mart Raudsepp
commit: 3cdd21ce1995df7343dba625a96603ce52c477cc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 25 21:35:08 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 25 21:35:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdd21ce

x11-libs/libnotify: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-libs/libnotify/Manifest  |  1 -
 x11-libs/libnotify/libnotify-0.7.7-r1.ebuild | 63 
 2 files changed, 64 deletions(-)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 9efb114369c..7ce3a6f9deb 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,2 +1 @@
-DIST libnotify-0.7.7.tar.xz 285356 BLAKE2B 
ace0eedb1beecfbb89726960e441821d64f5ac456dfc6294b051479078726aed6fbacbd1e8cb17578933adbc4c94711b0d69a292778ba4bce096552a5197722b
 SHA512 
133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954
 DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 
0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7
 SHA512 
9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94

diff --git a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
deleted file mode 100644
index e82fecf4379..000
--- a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome.org multilib-minimal xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="+introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   app-eselect/eselect-notify-send
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/gobject-introspection-common-1.32
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.14
-   virtual/pkgconfig
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
-"
-PDEPEND="virtual/notification-daemon"
-
-src_prepare() {
-   default
-   xdg_environment_reset
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} econf \
-   --disable-gtk-doc \
-   --disable-static \
-   $(multilib_native_use_enable introspection) \
-   $(use_enable test tests)
-
-   # work-around gtk-doc out-of-source brokedness
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/reference/html docs/reference/html || die
-   fi
-}
-
-multilib_src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-12-08 Thread Matt Turner
commit: 34fe4599f09eb86856ceacc6bb056b2c5b8ee0ea
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Dec  9 03:03:40 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Dec  9 03:04:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34fe4599

x11-libs/libnotify-0.7.8: alpha stable, bug 700134

Signed-off-by: Matt Turner  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index 9ceea724970..f22eadd19c1 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-12-02 Thread Mikle Kolyada
commit: 57ca6aa5442bbc97dfb921fdbd57562bcdf4d4ab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  2 10:52:38 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  2 10:52:38 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ca6aa5

x11-libs/libnotify: arm stable wrt bug #700134

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index 08058b5f4fa..9ceea724970 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-11-20 Thread Agostino Sarubbo
commit: 1f8a88f604d2cc672e0aaec82cbadcd96b9717ce
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:34:40 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:34:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f8a88f6

x11-libs/libnotify: ia64 stable wrt bug #700134

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index 7b0994fee26..08058b5f4fa 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-11-20 Thread Agostino Sarubbo
commit: d9ff2467c39c15c0070178636df8a79502b2cc45
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:27:35 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:27:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ff2467

x11-libs/libnotify: ppc stable wrt bug #700134

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index bc28a20fa9e..7b0994fee26 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-11-20 Thread Agostino Sarubbo
commit: 221cca7c669016d3e373524f8f22884dfd584884
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Nov 20 11:20:18 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Nov 20 11:20:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221cca7c

x11-libs/libnotify: ppc64 stable wrt bug #700134

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index 2e78174b41d..bc28a20fa9e 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-11-19 Thread Agostino Sarubbo
commit: c8428e1c95b1fd91314d42eeed3c19b5dac20a9f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Nov 19 12:48:30 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Nov 19 12:48:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8428e1c

x11-libs/libnotify: x86 stable wrt bug #700134

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index eb6735bdd7c..2e78174b41d 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-11-16 Thread Aaron Bauman
commit: af16b64edde328e50a3f4b589447b7e61b88755c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Nov 16 21:01:53 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Nov 16 21:01:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af16b64e

x11-libs/libnotify: arm64 stable (bug #700134)

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.18

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index ca37cfd5a81..eb6735bdd7c 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-11-16 Thread Sergei Trofimovich
commit: 7459bff221d37c61d4eaacbf847455689b2ccda1
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Nov 16 07:27:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 16 10:34:30 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7459bff2

x11-libs/libnotify: stable 0.7.8 for sparc, bug #700134

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index 10c51eb7f5d..ca37cfd5a81 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-11-15 Thread Agostino Sarubbo
commit: 2fbaca4cc47199ee6bb00b3fe9686786fdd490fa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Nov 15 09:51:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Nov 15 09:51:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fbaca4c

x11-libs/libnotify: amd64 stable wrt bug #700134

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
index 538f0001f93..10c51eb7f5d 100644
--- a/x11-libs/libnotify/libnotify-0.7.8.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-05-20 Thread Aaron Bauman
commit: 8a691851919205bb912d50ebea9da585a7627a3c
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon May 20 20:05:13 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon May 20 20:05:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a691851

x11-libs/libnotify: arm64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 x11-libs/libnotify/libnotify-0.7.7-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
index 0efd07dff0f..0d78cf58394 100644
--- a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2019-04-15 Thread Lars Wendler
commit: 990baa9260f72cad312523eb8f5f8089cdefcfc2
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon Apr 15 21:18:43 2019 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon Apr 15 21:18:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=990baa92

x11-libs/libnotify: Bump to version 0.7.8

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler  gentoo.org>

 x11-libs/libnotify/Manifest   |  1 +
 x11-libs/libnotify/libnotify-0.7.8.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 4e7791ed538..9efb114369c 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1 +1,2 @@
 DIST libnotify-0.7.7.tar.xz 285356 BLAKE2B 
ace0eedb1beecfbb89726960e441821d64f5ac456dfc6294b051479078726aed6fbacbd1e8cb17578933adbc4c94711b0d69a292778ba4bce096552a5197722b
 SHA512 
133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954
+DIST libnotify-0.7.8.tar.xz 108436 BLAKE2B 
0a73eabe58faca55e16774cda6f649ab3187bd73a1f87b538d5098f390571a6a34078883dbd2447731d6e4cae315d8286e9e8acc06e85590c8b05a693a83e7f7
 SHA512 
9973d7a1af5dd7cfbaa0d0d2c9e72a40df9d814967fde47e95763a69690cc4ed32ecf713d75f91f3dff99a693eff9dab963be124e0530ebf231d517a44e75e94

diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild 
b/x11-libs/libnotify/libnotify-0.7.8.ebuild
new file mode 100644
index 000..ff9add88c10
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson multilib-minimal xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+IUSE="+introspection test"
+
+RDEPEND="
+   app-eselect/eselect-notify-send
+   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
+   virtual/pkgconfig
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   default
+   xdg_environment_reset
+}
+
+multilib_src_configure() {
+   local emesonargs=(
+   -Dtests="$(usex test true false)"
+   -Dintrospection="$(multilib_native_usex introspection enabled 
disabled)"
+   -Dgtk_doc=false
+   -Ddocbook_docs=disabled
+   )
+   meson_src_configure
+}
+
+multilib_src_install() {
+   meson_src_install
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2018-11-17 Thread Gilles Dartiguelongue
commit: 1ece9c57de3be7d5a9daa28153e5df7760d4fb70
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Nov 17 17:42:08 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 17 18:12:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ece9c57

x11-libs/libnotify: cleanup old revision

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 x11-libs/libnotify/Manifest  |  1 -
 x11-libs/libnotify/libnotify-0.7.6-r3.ebuild | 65 
 2 files changed, 66 deletions(-)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index c089edd1336..4e7791ed538 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1,2 +1 @@
-DIST libnotify-0.7.6.tar.xz 280388 BLAKE2B 
89b5853f940be94884f6e50b1114bbc3428a5ee1645fc0b72cbfd2ca0f0bb574353ca0b379f0ded077022a478713419654598fdc603652f00c2d772a58666a40
 SHA512 
5d656ee7ee5caeb95aec4adb973795dc72fc620cd36b9fe3d4f910951945bd5df70ee1c422cd6aca9c38a9ba2760562e479fc8fb9269449924a5b24d762d03df
 DIST libnotify-0.7.7.tar.xz 285356 BLAKE2B 
ace0eedb1beecfbb89726960e441821d64f5ac456dfc6294b051479078726aed6fbacbd1e8cb17578933adbc4c94711b0d69a292778ba4bce096552a5197722b
 SHA512 
133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
deleted file mode 100644
index 765e171e939..000
--- a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils gnome.org multilib-minimal xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE="+introspection test"
-
-RDEPEND="
-   app-eselect/eselect-notify-send
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
-"
-DEPEND="${RDEPEND}
-   >=dev-libs/gobject-introspection-common-1.32
-   dev-util/glib-utils
-   >=dev-util/gtk-doc-am-1.14
-   virtual/pkgconfig
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
-"
-PDEPEND="virtual/notification-daemon"
-
-src_prepare() {
-   xdg_environment_reset
-   sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
-
-   if ! use test; then
-   sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
-   fi
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} econf \
-   --disable-static \
-   $(multilib_native_use_enable introspection)
-
-   # work-around gtk-doc out-of-source brokedness
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/reference/html docs/reference/html || die
-   fi
-}
-
-multilib_src_install() {
-   default
-   prune_libtool_files
-
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send #379941
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2018-11-17 Thread Gilles Dartiguelongue
commit: 2e567dd5dfaa71ed34502d55b4ece10c9975a758
Author: Francesco Turco  fastmail  fm>
AuthorDate: Sun Aug  5 19:49:46 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Nov 17 18:12:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e567dd5

x11-libs/libnotify: update HOMEPAGE

Closes: https://github.com/gentoo/gentoo/pull/9465
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.6-r3.ebuild | 2 +-
 x11-libs/libnotify/libnotify-0.7.7-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
index ade915f3dd3..765e171e939 100644
--- a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
@@ -5,7 +5,7 @@ EAPI=5
 inherit autotools eutils gnome.org multilib-minimal xdg-utils
 
 DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://git.gnome.org/browse/libnotify;
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"

diff --git a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
index 684fa67f776..0efd07dff0f 100644
--- a/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit gnome.org multilib-minimal xdg-utils
 
 DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://git.gnome.org/browse/libnotify;
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2018-10-07 Thread Mike Gilbert
commit: d5925690b7c9c58953d20d5c3ce629085ea695d4
Author: Mike Gilbert  gentoo  org>
AuthorDate: Sun Oct  7 13:35:58 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Sun Oct  7 13:36:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5925690

x11-libs/libnotify: replace prune_libtool_files

Package-Manager: Portage-2.3.50_p14, Repoman-2.3.11_p21
Signed-off-by: Mike Gilbert  gentoo.org>

 .../libnotify/{libnotify-0.7.7.ebuild => libnotify-0.7.7-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
similarity index 97%
rename from x11-libs/libnotify/libnotify-0.7.7.ebuild
rename to x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
index b281671c8f6..684fa67f776 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7-r1.ebuild
@@ -48,7 +48,7 @@ multilib_src_configure() {
 
 multilib_src_install() {
default
-   prune_libtool_files
+   find "${ED}" -name '*.la' -delete || die
 
mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
 }



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2018-10-02 Thread Mike Gilbert
commit: 6435b50a82ca3fa8e7b6a615d3bc5f02cdd6dfb7
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Oct  3 03:22:26 2018 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Oct  3 03:22:45 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6435b50a

x11-libs/libnotify: depend on dev-util/glib

Closes: https://bugs.gentoo.org/667490
Package-Manager: Portage-2.3.50_p10, Repoman-2.3.11_p17
Signed-off-by: Mike Gilbert  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.6-r3.ebuild | 3 ++-
 x11-libs/libnotify/libnotify-0.7.7.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
index 9eef580869b..ade915f3dd3 100644
--- a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -20,6 +20,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
>=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.14
virtual/pkgconfig
test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index 7616626ccac..b281671c8f6 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,6 +21,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
>=dev-libs/gobject-introspection-common-1.32
+   dev-util/glib-utils
>=dev-util/gtk-doc-am-1.14
virtual/pkgconfig
test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2017-07-07 Thread Agostino Sarubbo
commit: 594aadcc5e303b4b974137b91b042ca0d5f02391
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jul  7 10:11:57 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jul  7 10:11:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594aadcc

x11-libs/libnotify: sparc stable wrt bug #611134

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index 5c704728b40..d66913a9afa 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2017-06-12 Thread Mart Raudsepp
commit: 4ceb0dffb08dbf88104292862151adb900854181
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Jun 12 09:06:42 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Jun 12 10:04:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ceb0dff

x11-libs/libnotify: ia64 stable, bug #611134

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/libnotify/libnotify-0.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index 0a5a605957b..5c704728b40 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2017-04-22 Thread Tobias Klausmann
commit: 9b538edef30d213e17be5bae065a03f7d2c1a8c7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Apr 22 07:40:21 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Apr 22 17:53:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b538ede

x11-libs/libnotify-0.7.7-r0: add alpha keyword

Gentoo-Bug: 611134

 x11-libs/libnotify/libnotify-0.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index 95db431c953..0a5a605957b 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2017-04-01 Thread Agostino Sarubbo
commit: b02a9a493ef4af04fdf7446e0319f2cea2fdad1f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  1 16:30:11 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  1 16:31:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02a9a49

x11-libs/libnotify: x86 stable wrt bug #611134

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index 2b346878cee..95db431c953 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2017-04-01 Thread Agostino Sarubbo
commit: dd25cb3518bfda69ad7b9041000bedcc528b00f6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  1 13:14:51 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  1 13:16:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd25cb35

x11-libs/libnotify: amd64 stable wrt bug #611134

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-libs/libnotify/libnotify-0.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index ff42780210a..2b346878cee 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2017-03-29 Thread Michael Weber
commit: 1fb682663b4e7fb7bfc61e0909970b3b44377271
Author: Michael Weber  gentoo  org>
AuthorDate: Wed Mar 29 06:26:44 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Wed Mar 29 07:44:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb68266

x11-libs/libnotify: ppc stable (bug 611134)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 x11-libs/libnotify/libnotify-0.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index fa642218b4b..ff42780210a 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2017-03-28 Thread Michael Weber
commit: b1d7833041fab9c306280b82a4cc55f9d9ced31e
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 28 15:07:46 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 28 15:07:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d78330

x11-libs/libnotify: ppc64 stable (bug 611134)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 x11-libs/libnotify/libnotify-0.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index ed29c24c474..fa642218b4b 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2017-03-28 Thread Michael Weber
commit: 74578f6a5a4c7f265b4879de6e319eaad6686215
Author: Michael Weber  gentoo  org>
AuthorDate: Tue Mar 28 14:56:16 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue Mar 28 14:59:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74578f6a

x11-libs/libnotify: arm stable (bug 611134)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 x11-libs/libnotify/libnotify-0.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index cb82449658e..ed29c24c474 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2017-01-29 Thread Fabian Groffen
commit: 59a2622b4b4b26c0651320ef50083ea724863106
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 21:04:24 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 21:10:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a2622b

x11-libs/libnotify: dropped ~x86-freebsd

Package-Manager: portage-2.3.3

 x11-libs/libnotify/libnotify-0.7.6-r3.ebuild | 4 ++--
 x11-libs/libnotify/libnotify-0.7.7.ebuild| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
index 98be09f..e96514d 100644
--- a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.6-r3.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
 # $Id$
 
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index 461066d..24faf61 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.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
 # $Id$
 
@@ -11,7 +11,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2016-10-15 Thread Gilles Dartiguelongue
commit: 90dc680d120c004291b8969a724503b6907d8ab6
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Sat Oct 15 23:33:09 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Sat Oct 15 23:35:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90dc680d

x11-libs/libnotify: drop unneeded src_prepare steps, switch to EAPI=6

Package-Manager: portage-2.3.1

 x11-libs/libnotify/libnotify-0.7.7.ebuild | 17 +++--
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
index 0c6b8bd..461066d 100644
--- a/x11-libs/libnotify/libnotify-0.7.7.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-inherit autotools eutils gnome.org multilib-minimal xdg-utils
+EAPI=6
+
+inherit gnome.org multilib-minimal xdg-utils
 
 DESCRIPTION="A library for sending desktop notifications"
 HOMEPAGE="https://git.gnome.org/browse/libnotify;
@@ -28,20 +29,16 @@ DEPEND="${RDEPEND}
 PDEPEND="virtual/notification-daemon"
 
 src_prepare() {
+   default
xdg_environment_reset
-   sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
-
-   if ! use test; then
-   sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
-   fi
-
-   eautoreconf
 }
 
 multilib_src_configure() {
ECONF_SOURCE=${S} econf \
+   --disable-gtk-doc \
--disable-static \
-   $(multilib_native_use_enable introspection)
+   $(multilib_native_use_enable introspection) \
+   $(use_enable test tests)
 
# work-around gtk-doc out-of-source brokedness
if multilib_is_native_abi; then



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2016-10-15 Thread Manuel Rüger
commit: 5e70371d618e0736a9e40d4e21527d11c2e4e36b
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sat Oct 15 21:34:20 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sat Oct 15 21:34:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e70371d

x11-libs/libnotify: Version bump to 0.7.7

Package-Manager: portage-2.3.2

 x11-libs/libnotify/Manifest   |  1 +
 x11-libs/libnotify/libnotify-0.7.7.ebuild | 65 +++
 2 files changed, 66 insertions(+)

diff --git a/x11-libs/libnotify/Manifest b/x11-libs/libnotify/Manifest
index 2f6b157..af7d53b 100644
--- a/x11-libs/libnotify/Manifest
+++ b/x11-libs/libnotify/Manifest
@@ -1 +1,2 @@
 DIST libnotify-0.7.6.tar.xz 280388 SHA256 
0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837 SHA512 
5d656ee7ee5caeb95aec4adb973795dc72fc620cd36b9fe3d4f910951945bd5df70ee1c422cd6aca9c38a9ba2760562e479fc8fb9269449924a5b24d762d03df
 WHIRLPOOL 
e619c8d10790f5b78730a2599c407bc951de68b189f460c72999776eaf92014aded0953ca06398cce7ad09fd8c87e1c7727cea4f4c81eccee0a8b2f2bafd195b
+DIST libnotify-0.7.7.tar.xz 285356 SHA256 
9cb4ce315b2655860c524d46b56010874214ec27e854086c1a1d0260137efc04 SHA512 
133874114407bf12267ef609f5941657181760bc7cf115c5973b1810cb72bf55072b621c143e32be1e7e8b49f244851925d14bc3f9f26457747b8a8695ee9954
 WHIRLPOOL 
61281729f3369c817183e9503cecad4a4264834cf91548e0bd4ea0a827b97ae15be0e4a7ed0a4287f72e14661cc199f37c711ec2d36a613fc94a1d9dc294dce7

diff --git a/x11-libs/libnotify/libnotify-0.7.7.ebuild 
b/x11-libs/libnotify/libnotify-0.7.7.ebuild
new file mode 100644
index ..0c6b8bd
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.7.7.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils gnome.org multilib-minimal xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://git.gnome.org/browse/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="+introspection test"
+
+RDEPEND="
+   app-eselect/eselect-notify-send
+   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-libs/gobject-introspection-common-1.32
+   >=dev-util/gtk-doc-am-1.14
+   virtual/pkgconfig
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   xdg_environment_reset
+   sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
+
+   if ! use test; then
+   sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
+   fi
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} econf \
+   --disable-static \
+   $(multilib_native_use_enable introspection)
+
+   # work-around gtk-doc out-of-source brokedness
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/reference/html docs/reference/html || die
+   fi
+}
+
+multilib_src_install() {
+   default
+   prune_libtool_files
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send || die #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2016-09-29 Thread Michael Palimaka
commit: d3cd42f101e68626f1b8061907b34e159ea806d9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 29 15:44:30 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 29 15:51:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3cd42f1

x11-libs/libnotify: remove old

Package-Manager: portage-2.3.1

 x11-libs/libnotify/libnotify-0.7.6-r1.ebuild | 68 
 1 file changed, 68 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r1.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r1.ebuild
deleted file mode 100644
index f5373eb..
--- a/x11-libs/libnotify/libnotify-0.7.6-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils gnome.org multilib-minimal
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://git.gnome.org/browse/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
-IUSE="+introspection test"
-
-COMMON_DEPEND="app-eselect/eselect-notify-send
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.32 )"
-RDEPEND="${COMMON_DEPEND}
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-gtklibs-20140508-r4
-   !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
-   )"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/gobject-introspection-common-1.32
-   >=dev-util/gtk-doc-am-1.14
-   virtual/pkgconfig
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )"
-PDEPEND="virtual/notification-daemon"
-
-DOCS=( AUTHORS ChangeLog NEWS )
-
-src_prepare() {
-   sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
-
-   if ! use test; then
-   sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
-   fi
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE=${S} econf \
-   --disable-static \
-   $(multilib_native_use_enable introspection)
-
-   # work-around gtk-doc out-of-source brokedness
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/reference/html docs/reference/html || die
-   fi
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   prune_libtool_files
-
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send #379941
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2016-03-04 Thread Stephen Klimaszewski
commit: 5197673ad33c407e6b983b38407a778a1db1f265
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:54:32 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 08:12:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5197673a

x11-libs/libnotify: Keyword 0.7.6-r3 for ~arm64

Package-Manager: portage-2.2.27

 x11-libs/libnotify/libnotify-0.7.6-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
index d230c16..98be09f 100644
--- a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2016-02-28 Thread Pacho Ramos
commit: c03f400fe5d89b1c9fad5cb0daecc6fa29dac35c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Feb 28 10:33:36 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Feb 28 11:08:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03f400f

x11-libs/libnotify: Take advantage of previous bump to also clean up 
dependencies

Package-Manager: portage-2.2.27

 x11-libs/libnotify/libnotify-0.7.6-r3.ebuild | 65 
 1 file changed, 65 insertions(+)

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
new file mode 100644
index 000..e1cbb58
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils gnome.org multilib-minimal xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://git.gnome.org/browse/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="+introspection test"
+
+RDEPEND="
+   app-eselect/eselect-notify-send
+   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.32:= )
+"
+DEPEND="${RDEPEND}
+   >=dev-libs/gobject-introspection-common-1.32
+   >=dev-util/gtk-doc-am-1.14
+   virtual/pkgconfig
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )
+"
+PDEPEND="virtual/notification-daemon"
+
+src_prepare() {
+   xdg_environment_reset
+   sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
+
+   if ! use test; then
+   sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
+   fi
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE=${S} econf \
+   --disable-static \
+   $(multilib_native_use_enable introspection)
+
+   # work-around gtk-doc out-of-source brokedness
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/reference/html docs/reference/html || die
+   fi
+}
+
+multilib_src_install() {
+   default
+   prune_libtool_files
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2016-02-28 Thread Pacho Ramos
commit: 88e7539b07283781992afa512cd46d272454aec9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Feb 28 10:34:05 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Feb 28 11:08:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e7539b

x11-libs/libnotify: Drop old

Package-Manager: portage-2.2.27

 x11-libs/libnotify/libnotify-0.7.6-r2.ebuild | 69 
 1 file changed, 69 deletions(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r2.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r2.ebuild
deleted file mode 100644
index 112ef6b..000
--- a/x11-libs/libnotify/libnotify-0.7.6-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils gnome.org multilib-minimal xdg-utils
-
-DESCRIPTION="A library for sending desktop notifications"
-HOMEPAGE="https://git.gnome.org/browse/libnotify;
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
-IUSE="+introspection test"
-
-COMMON_DEPEND="app-eselect/eselect-notify-send
-   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
-   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
-   introspection? ( >=dev-libs/gobject-introspection-1.32 )"
-RDEPEND="${COMMON_DEPEND}
-   abi_x86_32? (
-   !<=app-emulation/emul-linux-x86-gtklibs-20140508-r4
-   !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
-   )"
-DEPEND="${COMMON_DEPEND}
-   >=dev-libs/gobject-introspection-common-1.32
-   >=dev-util/gtk-doc-am-1.14
-   virtual/pkgconfig
-   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )"
-PDEPEND="virtual/notification-daemon"
-
-DOCS=( AUTHORS ChangeLog NEWS )
-
-src_prepare() {
-   sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
-
-   if ! use test; then
-   sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
-   fi
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   xdg_environment_reset
-   ECONF_SOURCE=${S} econf \
-   --disable-static \
-   $(multilib_native_use_enable introspection)
-
-   # work-around gtk-doc out-of-source brokedness
-   if multilib_is_native_abi; then
-   ln -s "${S}"/docs/reference/html docs/reference/html || die
-   fi
-}
-
-multilib_src_install() {
-   emake DESTDIR="${D}" install
-   prune_libtool_files
-
-   mv "${ED}"/usr/bin/{,libnotify-}notify-send #379941
-}
-
-pkg_postinst() {
-   eselect notify-send update ifunset
-}
-
-pkg_postrm() {
-   eselect notify-send update ifunset
-}



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2016-02-28 Thread Pacho Ramos
commit: 6f430167ef0bc5e31073c4b695413abc9029b454
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Feb 28 10:34:41 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Feb 28 11:08:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f430167

x11-libs/libnotify: Stabilize

Package-Manager: portage-2.2.27

 x11-libs/libnotify/libnotify-0.7.6-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
index e1cbb58..d230c16 100644
--- a/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
+++ b/x11-libs/libnotify/libnotify-0.7.6-r3.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://git.gnome.org/browse/libnotify;
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd 
~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos 
~x86-solaris"
 IUSE="+introspection test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-libs/libnotify/

2016-02-25 Thread Andreas Hüttel
commit: 7fb6f0345e09b86ac72045db63e5e5f284a0e2d9
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Feb 25 22:57:17 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Thu Feb 25 22:58:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb6f034

x11-libs/libnotify: Clean up XDG environment, bug 567192

Package-Manager: portage-2.2.27

 x11-libs/libnotify/libnotify-0.7.6-r2.ebuild | 69 
 1 file changed, 69 insertions(+)

diff --git a/x11-libs/libnotify/libnotify-0.7.6-r2.ebuild 
b/x11-libs/libnotify/libnotify-0.7.6-r2.ebuild
new file mode 100644
index 000..112ef6b
--- /dev/null
+++ b/x11-libs/libnotify/libnotify-0.7.6-r2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils gnome.org multilib-minimal xdg-utils
+
+DESCRIPTION="A library for sending desktop notifications"
+HOMEPAGE="https://git.gnome.org/browse/libnotify;
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
+IUSE="+introspection test"
+
+COMMON_DEPEND="app-eselect/eselect-notify-send
+   >=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
+   x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+   introspection? ( >=dev-libs/gobject-introspection-1.32 )"
+RDEPEND="${COMMON_DEPEND}
+   abi_x86_32? (
+   !<=app-emulation/emul-linux-x86-gtklibs-20140508-r4
+   !app-emulation/emul-linux-x86-gtklibs[-abi_x86_32(-)]
+   )"
+DEPEND="${COMMON_DEPEND}
+   >=dev-libs/gobject-introspection-common-1.32
+   >=dev-util/gtk-doc-am-1.14
+   virtual/pkgconfig
+   test? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] )"
+PDEPEND="virtual/notification-daemon"
+
+DOCS=( AUTHORS ChangeLog NEWS )
+
+src_prepare() {
+   sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
+
+   if ! use test; then
+   sed -i -e '/PKG_CHECK_MODULES(TESTS/d' configure.ac || die
+   fi
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   xdg_environment_reset
+   ECONF_SOURCE=${S} econf \
+   --disable-static \
+   $(multilib_native_use_enable introspection)
+
+   # work-around gtk-doc out-of-source brokedness
+   if multilib_is_native_abi; then
+   ln -s "${S}"/docs/reference/html docs/reference/html || die
+   fi
+}
+
+multilib_src_install() {
+   emake DESTDIR="${D}" install
+   prune_libtool_files
+
+   mv "${ED}"/usr/bin/{,libnotify-}notify-send #379941
+}
+
+pkg_postinst() {
+   eselect notify-send update ifunset
+}
+
+pkg_postrm() {
+   eselect notify-send update ifunset
+}