[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-03-02 Thread Michał Górny
commit: cc94484b88f12304de1bc8f0a1464908ec023254
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  2 16:15:14 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  2 16:15:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc94484b

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  2 -
 xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild | 47 ---
 xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild | 46 --
 3 files changed, 95 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 7c335ba43678..eadf0823f3d5 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,4 +1,2 @@
-DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B 
b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9
 SHA512 
e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd
 DIST libxfce4util-4.18.2.tar.bz2 514157 BLAKE2B 
4c0479d3df308956cecb321783823c3d1f07622260a19b2e7c633a5de6d87a779f1196c10cc5078b01bfabc7ca0cac9a819084414f2dcfbaef3d6d9a69ef3df8
 SHA512 
94c7371bcfd4ea8dca68a2dc2fe029ce8b232b2b906247bb45a830f13a27833e80831bb6df029d634e6cd8496d4cdcbb9691b6c4344aa51292477f2ebf56bac0
-DIST libxfce4util-4.19.2.tar.bz2 622588 BLAKE2B 
addee65233ce7f6a335b9c072066ea1a4d357e4dce62ecb75cce56aa3d7c27916c141d1124951821f1d4234813a54e51ed933829937adcf0f6c906a4fb65e907
 SHA512 
85521be421abb3f3c37d7608eae96cb9b2f7ba5b0ac599d2a7501b3b201603fd36ccb13840bd5a3462771e32d81e5814a008baf22df46df7b3b46e4ac8d7e3eb
 DIST libxfce4util-4.19.3.tar.bz2 622911 BLAKE2B 
0bbe4b6085762d7ab53cb54228cf153e96d6d7c1987bd14fd0f5b0697a0bbf06aa4e969760104b650cc27bfd5a502750e5d1a5b2af7813746bb76528a1c6693d
 SHA512 
0e869f0b850d6454c52a5e43b42ef5f56432ed69774bbf5ba8883d6d2fd8c2e9fccf471c684eb7577617f6286696dfd60ae4f5803c8d45002236289a5d4e5bff

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
deleted file mode 100644
index 444ae0f7096b..
--- a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/libxfce4util/start
-   https://gitlab.xfce.org/xfce/libxfce4util/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild
deleted file mode 100644
index c84608bc4853..
--- a/xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/libxfce4util/start
-   https://gitlab.xfce.org/xfce/libxfce4util/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-03-02 Thread Arthur Zamarin
commit: 39eb711e9718fc1efefccdcb23d5e4af9dd29792
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 15:14:22 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 15:14:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39eb711e

xfce-base/libxfce4util: Stabilize 4.18.2 ppc, #924791

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

 xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
index 09a83bdcddb2..444ae0f7096b 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-03-02 Thread Arthur Zamarin
commit: 37488fef468db01d90eb2cf8f3a010951e2c7292
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 14:18:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 14:18:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37488fef

xfce-base/libxfce4util: Stabilize 4.18.2 ppc64, #924791

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

 xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
index 49dc699b7e57..09a83bdcddb2 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-03-02 Thread Arthur Zamarin
commit: 58ef198b2eee4d9083d54b98ca208c94df346809
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  2 11:34:29 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  2 11:34:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58ef198b

xfce-base/libxfce4util: Stabilize 4.18.2 arm, #924791

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

 xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
index 96348286d06e..49dc699b7e57 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-02-17 Thread Sam James
commit: 29d25ae1eaa65b82a9c59316063a1c068d905926
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 17 22:24:36 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 17 22:24:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d25ae1

xfce-base/libxfce4util: Stabilize 4.18.2 amd64, #924791

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

 xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
index 9d7f33b93ba8..e3370ed35e55 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-02-17 Thread Sam James
commit: 4d69136bc77889d9872271afde8af3f0e707891c
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 17 22:24:36 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 17 22:24:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d69136b

xfce-base/libxfce4util: Stabilize 4.18.2 arm64, #924791

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

 xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
index e3370ed35e55..96348286d06e 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-02-17 Thread Jakov Smolić
commit: 5716b91c95c858d115178be3f497bb702224c789
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 17 21:41:58 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 17 21:41:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5716b91c

xfce-base/libxfce4util: Stabilize 4.18.2 x86, #924791

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
index ed4e10c4de0d..9d7f33b93ba8 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-02-05 Thread Michał Górny
commit: ce94a2fa9031666b94071374b710cd7cca93f96d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  6 03:04:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  6 03:07:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce94a2fa

xfce-base/libxfce4util: Bump to 4.18.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 617656eaf139..7c335ba43678 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,4 @@
 DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B 
b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9
 SHA512 
e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd
+DIST libxfce4util-4.18.2.tar.bz2 514157 BLAKE2B 
4c0479d3df308956cecb321783823c3d1f07622260a19b2e7c633a5de6d87a779f1196c10cc5078b01bfabc7ca0cac9a819084414f2dcfbaef3d6d9a69ef3df8
 SHA512 
94c7371bcfd4ea8dca68a2dc2fe029ce8b232b2b906247bb45a830f13a27833e80831bb6df029d634e6cd8496d4cdcbb9691b6c4344aa51292477f2ebf56bac0
 DIST libxfce4util-4.19.2.tar.bz2 622588 BLAKE2B 
addee65233ce7f6a335b9c072066ea1a4d357e4dce62ecb75cce56aa3d7c27916c141d1124951821f1d4234813a54e51ed933829937adcf0f6c906a4fb65e907
 SHA512 
85521be421abb3f3c37d7608eae96cb9b2f7ba5b0ac599d2a7501b3b201603fd36ccb13840bd5a3462771e32d81e5814a008baf22df46df7b3b46e4ac8d7e3eb
 DIST libxfce4util-4.19.3.tar.bz2 622911 BLAKE2B 
0bbe4b6085762d7ab53cb54228cf153e96d6d7c1987bd14fd0f5b0697a0bbf06aa4e969760104b650cc27bfd5a502750e5d1a5b2af7813746bb76528a1c6693d
 SHA512 
0e869f0b850d6454c52a5e43b42ef5f56432ed69774bbf5ba8883d6d2fd8c2e9fccf471c684eb7577617f6286696dfd60ae4f5803c8d45002236289a5d4e5bff

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
new file mode 100644
index ..ed4e10c4de0d
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-02-05 Thread Michał Górny
commit: 263989e34509182d557ab945023aa872d65fedd3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  6 03:04:24 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  6 03:07:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263989e3

xfce-base/libxfce4util: Bump to 4.19.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.19.3.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 663f4c3b36a8..617656eaf139 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B 
b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9
 SHA512 
e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd
 DIST libxfce4util-4.19.2.tar.bz2 622588 BLAKE2B 
addee65233ce7f6a335b9c072066ea1a4d357e4dce62ecb75cce56aa3d7c27916c141d1124951821f1d4234813a54e51ed933829937adcf0f6c906a4fb65e907
 SHA512 
85521be421abb3f3c37d7608eae96cb9b2f7ba5b0ac599d2a7501b3b201603fd36ccb13840bd5a3462771e32d81e5814a008baf22df46df7b3b46e4ac8d7e3eb
+DIST libxfce4util-4.19.3.tar.bz2 622911 BLAKE2B 
0bbe4b6085762d7ab53cb54228cf153e96d6d7c1987bd14fd0f5b0697a0bbf06aa4e969760104b650cc27bfd5a502750e5d1a5b2af7813746bb76528a1c6693d
 SHA512 
0e869f0b850d6454c52a5e43b42ef5f56432ed69774bbf5ba8883d6d2fd8c2e9fccf471c684eb7577617f6286696dfd60ae4f5803c8d45002236289a5d4e5bff

diff --git a/xfce-base/libxfce4util/libxfce4util-4.19.3.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.19.3.ebuild
new file mode 100644
index ..c84608bc4853
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.19.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2024-01-15 Thread Michał Górny
commit: 1f05f4b25985c1f839277fa7b29bd74069d45f7a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 15 16:29:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 15 16:31:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f05f4b2

xfce-base/libxfce4util: Remove stale eautoreconf deps

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild | 3 +--
 xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
index 050981589f85..444ae0f7096b 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.1.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
@@ -27,7 +27,6 @@ RDEPEND="
 "
 BDEPEND="
dev-util/intltool
-   dev-util/gtk-doc-am
sys-devel/gettext
virtual/pkgconfig
vala? ( $(vala_depend) )"

diff --git a/xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild
index 0f6e98d42d24..c84608bc4853 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.19.2.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
@@ -26,7 +26,6 @@ RDEPEND="
${DEPEND}
 "
 BDEPEND="
-   dev-util/gtk-doc-am
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
vala? ( $(vala_depend) )"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-06-11 Thread Michał Górny
commit: 691820071abeb78cd4ea74ea6cd4df301699f135
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 11 09:39:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 11 09:39:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69182007

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  2 -
 xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild | 47 ---
 xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild | 47 ---
 3 files changed, 96 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index b49169b5bdbb..663f4c3b36a8 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,4 +1,2 @@
 DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B 
b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9
 SHA512 
e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd
-DIST libxfce4util-4.19.0.tar.bz2 586319 BLAKE2B 
4660944e00774cb3749ab6fd851e8242a493e234b120e741718fb8492cb9628f7e04f2fdc83b5671691535abaa33e6a407e1c43df7aa9f7a5d4aec49cdbe56d9
 SHA512 
03e242089059ed75ec38a78446f9200f1e4efe048ea57b425aa5e40bc2ff43e9936a889e204b8ee651895ae23568598b059284df3df8da0400ad13d8beb30d27
-DIST libxfce4util-4.19.1.tar.bz2 619752 BLAKE2B 
858a095cb194aa8d5029390be3a466c34188096f31198d754f3af7bfe0d12037c922a7cf9a67891f3981a0e202733fd4e49677682bf1c5fbbbfc077c26b9a5a2
 SHA512 
26d6912f8dc627340d8416f4258c00fb3b1ab6586a32c32bf79b061373252f41b4068bb1da271539459124ecd05c1ed69775693ef432dda23e4b9e4a8e6decdb
 DIST libxfce4util-4.19.2.tar.bz2 622588 BLAKE2B 
addee65233ce7f6a335b9c072066ea1a4d357e4dce62ecb75cce56aa3d7c27916c141d1124951821f1d4234813a54e51ed933829937adcf0f6c906a4fb65e907
 SHA512 
85521be421abb3f3c37d7608eae96cb9b2f7ba5b0ac599d2a7501b3b201603fd36ccb13840bd5a3462771e32d81e5814a008baf22df46df7b3b46e4ac8d7e3eb

diff --git a/xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild
deleted file mode 100644
index 0f6e98d42d24..
--- a/xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/libxfce4util/start
-   https://gitlab.xfce.org/xfce/libxfce4util/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild
deleted file mode 100644
index 0f6e98d42d24..
--- a/xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/libxfce4util/start
-   https://gitlab.xfce.org/xfce/libxfce4util/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gtk-doc-am
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_setup
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}

[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-05-11 Thread Michał Górny
commit: 77ef220bbb9ad5d338f441cafd74fa42d28fe843
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 11 15:52:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 11 15:53:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ef220b

xfce-base/libxfce4util: Bump to 4.19.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 74f8d7c257bd..b49169b5bdbb 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,4 @@
 DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B 
b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9
 SHA512 
e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd
 DIST libxfce4util-4.19.0.tar.bz2 586319 BLAKE2B 
4660944e00774cb3749ab6fd851e8242a493e234b120e741718fb8492cb9628f7e04f2fdc83b5671691535abaa33e6a407e1c43df7aa9f7a5d4aec49cdbe56d9
 SHA512 
03e242089059ed75ec38a78446f9200f1e4efe048ea57b425aa5e40bc2ff43e9936a889e204b8ee651895ae23568598b059284df3df8da0400ad13d8beb30d27
 DIST libxfce4util-4.19.1.tar.bz2 619752 BLAKE2B 
858a095cb194aa8d5029390be3a466c34188096f31198d754f3af7bfe0d12037c922a7cf9a67891f3981a0e202733fd4e49677682bf1c5fbbbfc077c26b9a5a2
 SHA512 
26d6912f8dc627340d8416f4258c00fb3b1ab6586a32c32bf79b061373252f41b4068bb1da271539459124ecd05c1ed69775693ef432dda23e4b9e4a8e6decdb
+DIST libxfce4util-4.19.2.tar.bz2 622588 BLAKE2B 
addee65233ce7f6a335b9c072066ea1a4d357e4dce62ecb75cce56aa3d7c27916c141d1124951821f1d4234813a54e51ed933829937adcf0f6c906a4fb65e907
 SHA512 
85521be421abb3f3c37d7608eae96cb9b2f7ba5b0ac599d2a7501b3b201603fd36ccb13840bd5a3462771e32d81e5814a008baf22df46df7b3b46e4ac8d7e3eb

diff --git a/xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild
new file mode 100644
index ..2f1336f79eda
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.19.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-05-07 Thread Michał Górny
commit: 554f29b179b2b90e9268700105acf999e5660c66
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  7 11:44:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  7 12:12:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=554f29b1

xfce-base/libxfce4util: Bump to 4.19.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 1286181861e4..74f8d7c257bd 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B 
b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9
 SHA512 
e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd
 DIST libxfce4util-4.19.0.tar.bz2 586319 BLAKE2B 
4660944e00774cb3749ab6fd851e8242a493e234b120e741718fb8492cb9628f7e04f2fdc83b5671691535abaa33e6a407e1c43df7aa9f7a5d4aec49cdbe56d9
 SHA512 
03e242089059ed75ec38a78446f9200f1e4efe048ea57b425aa5e40bc2ff43e9936a889e204b8ee651895ae23568598b059284df3df8da0400ad13d8beb30d27
+DIST libxfce4util-4.19.1.tar.bz2 619752 BLAKE2B 
858a095cb194aa8d5029390be3a466c34188096f31198d754f3af7bfe0d12037c922a7cf9a67891f3981a0e202733fd4e49677682bf1c5fbbbfc077c26b9a5a2
 SHA512 
26d6912f8dc627340d8416f4258c00fb3b1ab6586a32c32bf79b061373252f41b4068bb1da271539459124ecd05c1ed69775693ef432dda23e4b9e4a8e6decdb

diff --git a/xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild
new file mode 100644
index ..2f1336f79eda
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.19.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-04-17 Thread Michał Górny
commit: fd392ff014b33c05f6c0cb1b050357293462359d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 17 13:22:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 17 13:49:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd392ff0

xfce-base/libxfce4util: Bump to 4.19.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 6911967f6fd9..1286181861e4 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1 +1,2 @@
 DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B 
b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9
 SHA512 
e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd
+DIST libxfce4util-4.19.0.tar.bz2 586319 BLAKE2B 
4660944e00774cb3749ab6fd851e8242a493e234b120e741718fb8492cb9628f7e04f2fdc83b5671691535abaa33e6a407e1c43df7aa9f7a5d4aec49cdbe56d9
 SHA512 
03e242089059ed75ec38a78446f9200f1e4efe048ea57b425aa5e40bc2ff43e9936a889e204b8ee651895ae23568598b059284df3df8da0400ad13d8beb30d27

diff --git a/xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild
new file mode 100644
index ..2f1336f79eda
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.19.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gtk-doc-am
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-03-17 Thread Michał Górny
commit: 4fe3b3f8691b4c63a093b0533012eaa769df7414
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 10:43:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 10:50:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe3b3f8

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  3 --
 xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 50 ---
 xfce-base/libxfce4util/libxfce4util-4.17.4.ebuild | 45 
 xfce-base/libxfce4util/libxfce4util-4.18.0.ebuild | 48 --
 4 files changed, 146 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index b43e16fb16dd..6911967f6fd9 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,4 +1 @@
-DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
-DIST libxfce4util-4.17.4.tar.bz2 511520 BLAKE2B 
7850dbf49b5624ce8ac97c4188a80afc51f1d258b9760ff3ef7055cedb7dda11c18a784f053c4c25f9622e3db65d97f21ff9974fd9830edf696a81543453f982
 SHA512 
9774f199cd54c28875801e74e76f6e000579f3cc15e65c72e2edc6723b3a1b93083e9dd2ce0bd37885f4d812c3223552b6caa723ab8ce5169c69ccff8d2f6eb8
-DIST libxfce4util-4.18.0.tar.bz2 511384 BLAKE2B 
65db083fb2ecec007f2f1052afad58184a8e607e2959c49e313a87781f92e8b76d1b59daeb1c6b159cfc000ba37edf25aab1df96526ce5aa7c218dc27a896447
 SHA512 
10ec7798570c95719951fdd6cbd45aefc6950e6012b17f05f9023711a874dbaf79ac5c07d98990f7c5bf9efb1d254732f203f670f23bf23a2004656f46737749
 DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B 
b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9
 SHA512 
e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd

diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
deleted file mode 100644
index e7ed6027970d..
--- a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/libxfce4util/start
-   https://gitlab.xfce.org/xfce/libxfce4util/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.50
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.4.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.4.ebuild
deleted file mode 100644
index 8d73500053d8..
--- a/xfce-base/libxfce4util/libxfce4util-4.17.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/libxfce4util/start
-   https://gitlab.xfce.org/xfce/libxfce4util/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   >=dev-libs/glib-2.56
-   introspection? ( >=dev-libs/gobject-introspection-1.66:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
- 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-03-17 Thread Arthur Zamarin
commit: 4ef2d9ab6124d7263de215effaf58d91920efe72
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 17 08:55:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 17 08:55:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef2d9ab

xfce-base/libxfce4util: Stabilize 4.18.1 x86, #893064

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

 xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
index 53f31381b313..ad7e3a6f517f 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-03-14 Thread Michał Górny
commit: 3f833b66baf6b36c2d868003a978870c02326840
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 06:54:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 15 06:54:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f833b66

xfce-base/libxfce4util: Stabilize 4.18.1 ppc, #893064

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
index f11e2f6b0175..53f31381b313 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-02-03 Thread Sam James
commit: e6709468dcdfff2e2aebe6c7bc994ad0309cf326
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb  3 16:52:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb  3 16:52:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6709468

xfce-base/libxfce4util: Stabilize 4.18.1 amd64, #893064

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

 xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
index d8775d671028..f11e2f6b0175 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-02-03 Thread Arthur Zamarin
commit: efaa1b228b1aa182ad61ad99cd073ca70a2cdd77
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 14:21:17 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 14:21:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efaa1b22

xfce-base/libxfce4util: Stabilize 4.18.1 arm64, #893064

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

 xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
index 993fc455c838..d8775d671028 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-02-03 Thread Arthur Zamarin
commit: ba8cc00247f40aa40eb0c35a64d5bf12f027d570
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 14:20:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 14:20:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba8cc002

xfce-base/libxfce4util: Stabilize 4.18.1 ppc64, #893064

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

 xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
index a81d9046ef15..993fc455c838 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-02-03 Thread Arthur Zamarin
commit: 25afb76fbdc85964eeab6a47ebd47cfdc520854b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb  3 13:31:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb  3 13:31:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25afb76f

xfce-base/libxfce4util: Stabilize 4.18.1 arm, #893064

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

 xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
index e69e52005cf5..a81d9046ef15 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2023-01-10 Thread Michał Górny
commit: 9600cb4b65c159ea6486ea1afbf042e5d1bdb967
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 10 20:19:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 10 20:28:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9600cb4b

xfce-base/libxfce4util: Bump to 4.18.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 2658f0323148..b43e16fb16dd 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,4 @@
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
 DIST libxfce4util-4.17.4.tar.bz2 511520 BLAKE2B 
7850dbf49b5624ce8ac97c4188a80afc51f1d258b9760ff3ef7055cedb7dda11c18a784f053c4c25f9622e3db65d97f21ff9974fd9830edf696a81543453f982
 SHA512 
9774f199cd54c28875801e74e76f6e000579f3cc15e65c72e2edc6723b3a1b93083e9dd2ce0bd37885f4d812c3223552b6caa723ab8ce5169c69ccff8d2f6eb8
 DIST libxfce4util-4.18.0.tar.bz2 511384 BLAKE2B 
65db083fb2ecec007f2f1052afad58184a8e607e2959c49e313a87781f92e8b76d1b59daeb1c6b159cfc000ba37edf25aab1df96526ce5aa7c218dc27a896447
 SHA512 
10ec7798570c95719951fdd6cbd45aefc6950e6012b17f05f9023711a874dbaf79ac5c07d98990f7c5bf9efb1d254732f203f670f23bf23a2004656f46737749
+DIST libxfce4util-4.18.1.tar.bz2 527167 BLAKE2B 
b5d16b4e6ce541a7de559eb2801cf800dab26c45e83b0c562974f18218fd9ad0d70e40219b573a90f1ea1b9e15a8111cfae6200f581335f305a7e7f6eb07adc9
 SHA512 
e1459e2268948c8329394bdca56f7e7bef7739b56559c00ce6d70dfbedd038cd73a4873be34b91dbd94a80afc16e2b0e1cc256d3ff4d8fdeef9162fbdb3772cd

diff --git a/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
new file mode 100644
index ..e69e52005cf5
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.18.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2022-11-30 Thread Michał Górny
commit: d9b2b99cee918b8e66a76740b58cc88c6989e020
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 30 17:21:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 30 17:21:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9b2b99c

xfce-base/libxfce4util: Bump to 4.17.4

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.17.4.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 50e6dac3f9bb..09b2df002b91 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,4 @@
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
 DIST libxfce4util-4.17.2.tar.bz2 518831 BLAKE2B 
4f1241271edab56063c8e5f3ad6b662a19b08ea06c73eb76e124d9fc8cd9a2b26578517fc6e4b0d5e8c3351877c7b5e077818b916297ac24e273c745cb624eec
 SHA512 
3f079570916c3876373155a3ea15b6326ddadd815efdf7d7abd2ccd9768a96b3191f4e050bb51f2e28bc6b121b7ef9823e7a4caf608398220f527a4df7e29c6f
 DIST libxfce4util-4.17.3.tar.bz2 511545 BLAKE2B 
9b198099277b073c67265bca8f63fe42526de6ee7f4d43b0b1c767edcb6f47c29751b78dfe4f38b569cdb3448e8e2eaf3da7556b2c4f09ba6a9a54a0f0946b40
 SHA512 
b943390b8ffd0b765e945cd1045d97c66203ae77b5c8e0ecd253f527a75fbf07beaea138877e9d4b3e09ad2f89747ebfe3b6d40cb9472e6bdec475309c3ec0cc
+DIST libxfce4util-4.17.4.tar.bz2 511520 BLAKE2B 
7850dbf49b5624ce8ac97c4188a80afc51f1d258b9760ff3ef7055cedb7dda11c18a784f053c4c25f9622e3db65d97f21ff9974fd9830edf696a81543453f982
 SHA512 
9774f199cd54c28875801e74e76f6e000579f3cc15e65c72e2edc6723b3a1b93083e9dd2ce0bd37885f4d812c3223552b6caa723ab8ce5169c69ccff8d2f6eb8

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.4.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.4.ebuild
new file mode 100644
index ..8d73500053d8
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.17.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.56
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2022-11-26 Thread Michał Górny
commit: 38022b05bf6eb10be1264788047f47bf0930fde2
Author: Alexander Kurakin  mail  ru>
AuthorDate: Wed Nov 23 15:24:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 17:03:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38022b05

xfce-base/libxfce4util: whitespace fix

Signed-off-by: Alexander Kurakin  mail.ru>
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xfce-base/libxfce4util/metadata.xml 
b/xfce-base/libxfce4util/metadata.xml
index 2b8ef06e9a39..fb3a6777ad9f 100644
--- a/xfce-base/libxfce4util/metadata.xml
+++ b/xfce-base/libxfce4util/metadata.xml
@@ -1,8 +1,8 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-x...@gentoo.org
-XFCE Team
-  
+   
+   x...@gentoo.org
+   XFCE Team
+   
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2022-11-26 Thread Michał Górny
commit: 295deb5bcde1a8d2d87d2985491737400efc1b66
Author: Alexander Kurakin  mail  ru>
AuthorDate: Wed Nov 23 21:05:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 26 17:03:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295deb5b

xfce-base/libxfce4util: update the homepage

Bug: https://bugs.gentoo.org/882331
Signed-off-by: Alexander Kurakin  mail.ru>
Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 7 +--
 xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild | 5 -
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
index e430f7b16077..e7ed6027970d 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,10 @@ EAPI=7
 inherit vala
 
 DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
 SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
index 1adc34f5d8c2..69faca95733a 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
@@ -6,7 +6,10 @@ EAPI=8
 inherit vala
 
 DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
 SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2022-10-31 Thread Michał Górny
commit: 3782061d2e427058a68ff380a1bd322f9fea576b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 31 16:50:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 31 16:50:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3782061d

xfce-base/libxfce4util: Bump to 4.17.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.17.3.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index d8eda3bd203e..50e6dac3f9bb 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
 DIST libxfce4util-4.17.2.tar.bz2 518831 BLAKE2B 
4f1241271edab56063c8e5f3ad6b662a19b08ea06c73eb76e124d9fc8cd9a2b26578517fc6e4b0d5e8c3351877c7b5e077818b916297ac24e273c745cb624eec
 SHA512 
3f079570916c3876373155a3ea15b6326ddadd815efdf7d7abd2ccd9768a96b3191f4e050bb51f2e28bc6b121b7ef9823e7a4caf608398220f527a4df7e29c6f
+DIST libxfce4util-4.17.3.tar.bz2 511545 BLAKE2B 
9b198099277b073c67265bca8f63fe42526de6ee7f4d43b0b1c767edcb6f47c29751b78dfe4f38b569cdb3448e8e2eaf3da7556b2c4f09ba6a9a54a0f0946b40
 SHA512 
b943390b8ffd0b765e945cd1045d97c66203ae77b5c8e0ecd253f527a75fbf07beaea138877e9d4b3e09ad2f89747ebfe3b6d40cb9472e6bdec475309c3ec0cc

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.3.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.3.ebuild
new file mode 100644
index ..8d73500053d8
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.17.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/libxfce4util/start
+   https://gitlab.xfce.org/xfce/libxfce4util/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.56
+   introspection? ( >=dev-libs/gobject-introspection-1.66:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2022-08-27 Thread WANG Xuerui
commit: 996f8006b66c7df5525ffd9738418fce6014fde2
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 06:45:31 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 06:48:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=996f8006

xfce-base/libxfce4util: keyword 4.17.2 for ~loong

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

 xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
index 082ab77a153e..1adc34f5d8c2 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2022-03-24 Thread Michał Górny
commit: 954221429df156e0cd053a6c6f97becc2b0c5848
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 24 18:13:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 24 18:13:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95422142

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 -
 xfce-base/libxfce4util/libxfce4util-4.17.1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 4e2e4acc87f2..d8eda3bd203e 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,2 @@
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
-DIST libxfce4util-4.17.1.tar.bz2 527366 BLAKE2B 
12de2090c0e2f7bb2bdd19ce63988810978f6d5893f866d65348dedfbb260ec11b518f8375ddc19a0a3502b14743878eb731ece79f31edf94d2bd505ea80d9c5
 SHA512 
49d11b50bbb0f72637bbdb9abba4e526f34814900dae337ad5e53df4514019a9761a89ef65a39e6ad94d633f7617c8466cb3985c5fae5350c45955d36077a0fc
 DIST libxfce4util-4.17.2.tar.bz2 518831 BLAKE2B 
4f1241271edab56063c8e5f3ad6b662a19b08ea06c73eb76e124d9fc8cd9a2b26578517fc6e4b0d5e8c3351877c7b5e077818b916297ac24e273c745cb624eec
 SHA512 
3f079570916c3876373155a3ea15b6326ddadd815efdf7d7abd2ccd9768a96b3191f4e050bb51f2e28bc6b121b7ef9823e7a4caf608398220f527a4df7e29c6f

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.1.ebuild
deleted file mode 100644
index 71a581a40f28..
--- a/xfce-base/libxfce4util/libxfce4util-4.17.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   >=dev-libs/glib-2.56
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2022-02-21 Thread Michał Górny
commit: 476836c62f2a0f615db65fe6409692e2c1c870eb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 21 22:12:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 21 22:14:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476836c6

xfce-base/libxfce4util: Bump to 4.17.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 8f10e408565c..4e2e4acc87f2 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
 DIST libxfce4util-4.17.1.tar.bz2 527366 BLAKE2B 
12de2090c0e2f7bb2bdd19ce63988810978f6d5893f866d65348dedfbb260ec11b518f8375ddc19a0a3502b14743878eb731ece79f31edf94d2bd505ea80d9c5
 SHA512 
49d11b50bbb0f72637bbdb9abba4e526f34814900dae337ad5e53df4514019a9761a89ef65a39e6ad94d633f7617c8466cb3985c5fae5350c45955d36077a0fc
+DIST libxfce4util-4.17.2.tar.bz2 518831 BLAKE2B 
4f1241271edab56063c8e5f3ad6b662a19b08ea06c73eb76e124d9fc8cd9a2b26578517fc6e4b0d5e8c3351877c7b5e077818b916297ac24e273c745cb624eec
 SHA512 
3f079570916c3876373155a3ea15b6326ddadd815efdf7d7abd2ccd9768a96b3191f4e050bb51f2e28bc6b121b7ef9823e7a4caf608398220f527a4df7e29c6f

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
new file mode 100644
index ..082ab77a153e
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.17.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.56
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_setup
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2021-10-09 Thread Michał Górny
commit: 38dae36fe31ec078fc938b964172b7a4eb0ef972
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  9 07:51:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  9 07:52:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38dae36f

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 -
 xfce-base/libxfce4util/libxfce4util-4.17.0.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 2099b9b9a15..8f10e408565 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,2 @@
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
-DIST libxfce4util-4.17.0.tar.bz2 531849 BLAKE2B 
5c5de18703ade8bfa6a6be823144839afc309422131c06679a54b405c8d6aced4f1ccd0b9d0158931b6eed90aa48ab29789d1173c98541f92d3813c197283762
 SHA512 
4cdca029fb5e8b1cb5b34ca54aa1003918626824ee162adf43cede4c717b5e9705a5c0ff73f1a6348db320c4f3dddf4c9b8c760fba55f00d42bdb8fe7a9d90fa
 DIST libxfce4util-4.17.1.tar.bz2 527366 BLAKE2B 
12de2090c0e2f7bb2bdd19ce63988810978f6d5893f866d65348dedfbb260ec11b518f8375ddc19a0a3502b14743878eb731ece79f31edf94d2bd505ea80d9c5
 SHA512 
49d11b50bbb0f72637bbdb9abba4e526f34814900dae337ad5e53df4514019a9761a89ef65a39e6ad94d633f7617c8466cb3985c5fae5350c45955d36077a0fc

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.0.ebuild
deleted file mode 100644
index f17b8a526eb..000
--- a/xfce-base/libxfce4util/libxfce4util-4.17.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="+introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND="
-   >=dev-libs/glib-2.50
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2021-07-18 Thread Michał Górny
commit: 0be18f230bc27b5c13cfd6e302904c2ae41222f2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 19 05:58:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 19 05:58:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be18f23

xfce-base/libxfce4util: Bump to 4.17.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.17.1.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 2dc9dc8acb8..2099b9b9a15 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
 DIST libxfce4util-4.17.0.tar.bz2 531849 BLAKE2B 
5c5de18703ade8bfa6a6be823144839afc309422131c06679a54b405c8d6aced4f1ccd0b9d0158931b6eed90aa48ab29789d1173c98541f92d3813c197283762
 SHA512 
4cdca029fb5e8b1cb5b34ca54aa1003918626824ee162adf43cede4c717b5e9705a5c0ff73f1a6348db320c4f3dddf4c9b8c760fba55f00d42bdb8fe7a9d90fa
+DIST libxfce4util-4.17.1.tar.bz2 527366 BLAKE2B 
12de2090c0e2f7bb2bdd19ce63988810978f6d5893f866d65348dedfbb260ec11b518f8375ddc19a0a3502b14743878eb731ece79f31edf94d2bd505ea80d9c5
 SHA512 
49d11b50bbb0f72637bbdb9abba4e526f34814900dae337ad5e53df4514019a9761a89ef65a39e6ad94d633f7617c8466cb3985c5fae5350c45955d36077a0fc

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.1.ebuild
new file mode 100644
index 000..71a581a40f2
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.17.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.56
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2021-06-26 Thread Michał Górny
commit: 0a655f20aed00fbbd799c4b259623a58fa2311bb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 27 06:04:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 27 06:04:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a655f20

xfce-base/libxfce4util: Bump to 4.17.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.17.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index f984ea0d949..2dc9dc8acb8 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1 +1,2 @@
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c
+DIST libxfce4util-4.17.0.tar.bz2 531849 BLAKE2B 
5c5de18703ade8bfa6a6be823144839afc309422131c06679a54b405c8d6aced4f1ccd0b9d0158931b6eed90aa48ab29789d1173c98541f92d3813c197283762
 SHA512 
4cdca029fb5e8b1cb5b34ca54aa1003918626824ee162adf43cede4c717b5e9705a5c0ff73f1a6348db320c4f3dddf4c9b8c760fba55f00d42bdb8fe7a9d90fa

diff --git a/xfce-base/libxfce4util/libxfce4util-4.17.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.17.0.ebuild
new file mode 100644
index 000..f17b8a526eb
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.17.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="+introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND="
+   >=dev-libs/glib-2.50
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2021-05-21 Thread Yixun Lan
commit: 2df1a8c441e5e1bbb574e9c45ba653deb5206689
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri May 21 13:37:07 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri May 21 14:53:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2df1a8c4

xfce-base/libxfce4util: add riscv keyword

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

 xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
index f9c84d23042..e430f7b1607 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2021-02-18 Thread Michał Górny
commit: 05abbfbfb1917de08b761f9bad98e320b14b642e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 19 00:58:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 19 01:03:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05abbfbf

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 -
 xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 2d281abf864..f984ea0d949 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1 @@
-DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c

diff --git a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
deleted file mode 100644
index dad20a22bb0..000
--- a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42:=
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2021-02-15 Thread Sam James
commit: eff588c07b5417eedfede7040ded57a1a882bc82
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 15 08:38:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 15 08:38:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff588c0

xfce-base/libxfce4util: Stabilize 4.16.0 arm64, #769368

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

 xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
index 9c4d2adc9c1..e2cb205499a 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2021-01-18 Thread Michał Górny
commit: 11d450ec8bbe8c25e24db934871fca7c7e29e99f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 18 20:25:33 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 18 20:27:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11d450ec

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 -
 xfce-base/libxfce4util/libxfce4util-4.15.6.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 29078091f0d..2d281abf864 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,2 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
-DIST libxfce4util-4.15.6.tar.bz2 523102 BLAKE2B 
2af9b631dcff75dfb83997a6daa1729aee46929da4c028dd5013b6b801d87758c06b2a9e738ff7734343024c6b2f416828ca1ce0f3cef6b7df252daf3c5d987e
 SHA512 
6241ce0457f99274bdb864fe46c3e4d72e84dcd01bca515505dcab22ceb51a46bae75d586587a4129f45fdb7cefd627e17f4399ef6d6692c2b343a8caed3feef
 DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.6.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.6.ebuild
deleted file mode 100644
index f7d46834759..000
--- a/xfce-base/libxfce4util/libxfce4util-4.15.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.50
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-12-29 Thread Michał Górny
commit: 6ece62678d63edee4c322280a03c72ad0618d780
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 29 08:53:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 29 11:45:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ece6267

xfce-base/libxfce4util: Enable introspection by default

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
index de84c2ad3ba..035b85eef09 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
+IUSE="+introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 
 RDEPEND=">=dev-libs/glib-2.50



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-12-22 Thread Michał Górny
commit: 8fbd04a77986374e87ad3d90fe6136b28b5bc9ab
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 22 23:21:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 23:35:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbd04a7

xfce-base/libxfce4util: Bump to 4.16.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 5a904ae7758..29078091f0d 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
 DIST libxfce4util-4.15.6.tar.bz2 523102 BLAKE2B 
2af9b631dcff75dfb83997a6daa1729aee46929da4c028dd5013b6b801d87758c06b2a9e738ff7734343024c6b2f416828ca1ce0f3cef6b7df252daf3c5d987e
 SHA512 
6241ce0457f99274bdb864fe46c3e4d72e84dcd01bca515505dcab22ceb51a46bae75d586587a4129f45fdb7cefd627e17f4399ef6d6692c2b343a8caed3feef
+DIST libxfce4util-4.16.0.tar.bz2 508328 BLAKE2B 
99578b898389bd90841a7f903f5473b2ff357cf81256efe1019425b48da32401ce238deffefd299987477f4cdfb77e86e415b55049863c30bf16e0e641e08c72
 SHA512 
dce6992c3da73367461d7464794a9b2a5503666113682e07a86e18b1c5383de2b087809448d5729097571f4fda6b4af5f4f4600848514ab2ab4b3f367ca26f5c

diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
new file mode 100644
index 000..de84c2ad3ba
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.50
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-12-16 Thread Michał Górny
commit: 7a982cf27c51ac323969924373607ef712d80ae0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 16 13:24:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 16 13:28:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a982cf2

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  3 --
 xfce-base/libxfce4util/libxfce4util-4.15.3.ebuild | 46 ---
 xfce-base/libxfce4util/libxfce4util-4.15.4.ebuild | 46 ---
 xfce-base/libxfce4util/libxfce4util-4.15.5.ebuild | 46 ---
 4 files changed, 141 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index c5c104d36fd..5a904ae7758 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,5 +1,2 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
-DIST libxfce4util-4.15.3.tar.bz2 521420 BLAKE2B 
a6d0d5e56c32c3e6950af26da12ad54d94e2cd9d7e172167e43a5c4d262709b2972e1a29e9fb348ac12d8e72568330449fc279a701dd9fe9e98a788cffd33b23
 SHA512 
1754cc5f4582151a1eb381606d32b0744193982177165e2b227655790849f9799a53739f1c36ed31b1a77cab28526d22e3cb6dab401e4a3b8ff29f1d2ea885ba
-DIST libxfce4util-4.15.4.tar.bz2 527128 BLAKE2B 
96825cc800becf4ec227d754ee53d244ad2f615c4a918d5bd88f42157bcd97e6e50d8162a35506ed531ed68da07a485e68758c702a4727eec76cacbf9ef4f817
 SHA512 
f18c6996c68925b3f8bb457225e6540881e62f8c524245d900f5d443fb1b5ff603afb536f0247e0d8b772df421225daea8184c1ac3c9b1228e53be12563ed468
-DIST libxfce4util-4.15.5.tar.bz2 523132 BLAKE2B 
d6afe65a596febd32fa777ab96366591b30970c323067459766843a5e9cb2ebca2cf2bb85953c5593bca517bf8b8ab06f3260b740c8c863a23311b66c7c80168
 SHA512 
e9e936d3723ad7589b97f6ae2e7b4eb1454be0a84784f8f862780f87582bdab06c6087d67e3a5c695a3cb8b0be272d433792e2023789eae29e6614274d3bfb70
 DIST libxfce4util-4.15.6.tar.bz2 523102 BLAKE2B 
2af9b631dcff75dfb83997a6daa1729aee46929da4c028dd5013b6b801d87758c06b2a9e738ff7734343024c6b2f416828ca1ce0f3cef6b7df252daf3c5d987e
 SHA512 
6241ce0457f99274bdb864fe46c3e4d72e84dcd01bca515505dcab22ceb51a46bae75d586587a4129f45fdb7cefd627e17f4399ef6d6692c2b343a8caed3feef

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.3.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.3.ebuild
deleted file mode 100644
index dd5b8e34dae..000
--- a/xfce-base/libxfce4util/libxfce4util-4.15.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.4.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.4.ebuild
deleted file mode 100644
index dd5b8e34dae..000
--- a/xfce-base/libxfce4util/libxfce4util-4.15.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
- 

[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-12-13 Thread Michał Górny
commit: 3e6493bf3ac445f66cb9b8f665b165c5170536b5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 13 19:58:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 13 19:58:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6493bf

xfce-base/libxfce4util: Bump to 4.15.6

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.15.6.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index a9ef3d7ca96..c5c104d36fd 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -2,3 +2,4 @@ DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c
 DIST libxfce4util-4.15.3.tar.bz2 521420 BLAKE2B 
a6d0d5e56c32c3e6950af26da12ad54d94e2cd9d7e172167e43a5c4d262709b2972e1a29e9fb348ac12d8e72568330449fc279a701dd9fe9e98a788cffd33b23
 SHA512 
1754cc5f4582151a1eb381606d32b0744193982177165e2b227655790849f9799a53739f1c36ed31b1a77cab28526d22e3cb6dab401e4a3b8ff29f1d2ea885ba
 DIST libxfce4util-4.15.4.tar.bz2 527128 BLAKE2B 
96825cc800becf4ec227d754ee53d244ad2f615c4a918d5bd88f42157bcd97e6e50d8162a35506ed531ed68da07a485e68758c702a4727eec76cacbf9ef4f817
 SHA512 
f18c6996c68925b3f8bb457225e6540881e62f8c524245d900f5d443fb1b5ff603afb536f0247e0d8b772df421225daea8184c1ac3c9b1228e53be12563ed468
 DIST libxfce4util-4.15.5.tar.bz2 523132 BLAKE2B 
d6afe65a596febd32fa777ab96366591b30970c323067459766843a5e9cb2ebca2cf2bb85953c5593bca517bf8b8ab06f3260b740c8c863a23311b66c7c80168
 SHA512 
e9e936d3723ad7589b97f6ae2e7b4eb1454be0a84784f8f862780f87582bdab06c6087d67e3a5c695a3cb8b0be272d433792e2023789eae29e6614274d3bfb70
+DIST libxfce4util-4.15.6.tar.bz2 523102 BLAKE2B 
2af9b631dcff75dfb83997a6daa1729aee46929da4c028dd5013b6b801d87758c06b2a9e738ff7734343024c6b2f416828ca1ce0f3cef6b7df252daf3c5d987e
 SHA512 
6241ce0457f99274bdb864fe46c3e4d72e84dcd01bca515505dcab22ceb51a46bae75d586587a4129f45fdb7cefd627e17f4399ef6d6692c2b343a8caed3feef

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.6.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.6.ebuild
new file mode 100644
index 000..f7d46834759
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.15.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.50
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-11-21 Thread Michał Górny
commit: 4fa20137e542ab20c0e8299eecc1fa5f3fd929c5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 21 15:48:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 21 15:48:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa20137

xfce-base/libxfce4util: Bump to 4.15.5

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.15.5.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index d26de8e804b..a9ef3d7ca96 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,4 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
 DIST libxfce4util-4.15.3.tar.bz2 521420 BLAKE2B 
a6d0d5e56c32c3e6950af26da12ad54d94e2cd9d7e172167e43a5c4d262709b2972e1a29e9fb348ac12d8e72568330449fc279a701dd9fe9e98a788cffd33b23
 SHA512 
1754cc5f4582151a1eb381606d32b0744193982177165e2b227655790849f9799a53739f1c36ed31b1a77cab28526d22e3cb6dab401e4a3b8ff29f1d2ea885ba
 DIST libxfce4util-4.15.4.tar.bz2 527128 BLAKE2B 
96825cc800becf4ec227d754ee53d244ad2f615c4a918d5bd88f42157bcd97e6e50d8162a35506ed531ed68da07a485e68758c702a4727eec76cacbf9ef4f817
 SHA512 
f18c6996c68925b3f8bb457225e6540881e62f8c524245d900f5d443fb1b5ff603afb536f0247e0d8b772df421225daea8184c1ac3c9b1228e53be12563ed468
+DIST libxfce4util-4.15.5.tar.bz2 523132 BLAKE2B 
d6afe65a596febd32fa777ab96366591b30970c323067459766843a5e9cb2ebca2cf2bb85953c5593bca517bf8b8ab06f3260b740c8c863a23311b66c7c80168
 SHA512 
e9e936d3723ad7589b97f6ae2e7b4eb1454be0a84784f8f862780f87582bdab06c6087d67e3a5c695a3cb8b0be272d433792e2023789eae29e6614274d3bfb70

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.5.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.5.ebuild
new file mode 100644
index 000..dd5b8e34dae
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.15.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-11-03 Thread Michał Górny
commit: edac183a355766c43c6a51bf8fbbbdfcdbd74588
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  3 08:00:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  3 08:24:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edac183a

xfce-base/libxfce4util: Bump to 4.15.4

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.15.4.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index e6db0e9b1fe..d26de8e804b 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
 DIST libxfce4util-4.15.3.tar.bz2 521420 BLAKE2B 
a6d0d5e56c32c3e6950af26da12ad54d94e2cd9d7e172167e43a5c4d262709b2972e1a29e9fb348ac12d8e72568330449fc279a701dd9fe9e98a788cffd33b23
 SHA512 
1754cc5f4582151a1eb381606d32b0744193982177165e2b227655790849f9799a53739f1c36ed31b1a77cab28526d22e3cb6dab401e4a3b8ff29f1d2ea885ba
+DIST libxfce4util-4.15.4.tar.bz2 527128 BLAKE2B 
96825cc800becf4ec227d754ee53d244ad2f615c4a918d5bd88f42157bcd97e6e50d8162a35506ed531ed68da07a485e68758c702a4727eec76cacbf9ef4f817
 SHA512 
f18c6996c68925b3f8bb457225e6540881e62f8c524245d900f5d443fb1b5ff603afb536f0247e0d8b772df421225daea8184c1ac3c9b1228e53be12563ed468

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.4.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.4.ebuild
new file mode 100644
index 000..dd5b8e34dae
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.15.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-09-18 Thread Michał Górny
commit: 26c69178282ada259be5c131cf798cf61c7b1be2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 09:40:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 09:45:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c69178

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 -
 xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 93745c6de55..e6db0e9b1fe 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,2 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
-DIST libxfce4util-4.15.2.tar.bz2 520639 BLAKE2B 
ff08a4608bcf6ac854961c1753c531680bff5ba62e7103ffb1cab9c6132db9f07e1dfcf86e24dd7d492e42e6316931f1979567d304339678d3f7826e4e3f875d
 SHA512 
1d244cee684229eacb9effc64f214899c1b449dbadabc422900a25a8870c98365c800d80edf9c252877c4d66d94394127195d3cbe4472493658e0f547c153812
 DIST libxfce4util-4.15.3.tar.bz2 521420 BLAKE2B 
a6d0d5e56c32c3e6950af26da12ad54d94e2cd9d7e172167e43a5c4d262709b2972e1a29e9fb348ac12d8e72568330449fc279a701dd9fe9e98a788cffd33b23
 SHA512 
1754cc5f4582151a1eb381606d32b0744193982177165e2b227655790849f9799a53739f1c36ed31b1a77cab28526d22e3cb6dab401e4a3b8ff29f1d2ea885ba

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild
deleted file mode 100644
index dd5b8e34dae..000
--- a/xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-08-27 Thread Michał Górny
commit: d879067ccf1e83c4d7fcf1d6747bc1aeda82376f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 28 05:45:59 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 28 05:45:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d879067c

xfce-base/libxfce4util: Bump to 4.15.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.15.3.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index f412f4ad4e4..93745c6de55 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
 DIST libxfce4util-4.15.2.tar.bz2 520639 BLAKE2B 
ff08a4608bcf6ac854961c1753c531680bff5ba62e7103ffb1cab9c6132db9f07e1dfcf86e24dd7d492e42e6316931f1979567d304339678d3f7826e4e3f875d
 SHA512 
1d244cee684229eacb9effc64f214899c1b449dbadabc422900a25a8870c98365c800d80edf9c252877c4d66d94394127195d3cbe4472493658e0f547c153812
+DIST libxfce4util-4.15.3.tar.bz2 521420 BLAKE2B 
a6d0d5e56c32c3e6950af26da12ad54d94e2cd9d7e172167e43a5c4d262709b2972e1a29e9fb348ac12d8e72568330449fc279a701dd9fe9e98a788cffd33b23
 SHA512 
1754cc5f4582151a1eb381606d32b0744193982177165e2b227655790849f9799a53739f1c36ed31b1a77cab28526d22e3cb6dab401e4a3b8ff29f1d2ea885ba

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.3.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.3.ebuild
new file mode 100644
index 000..dd5b8e34dae
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.15.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-07-19 Thread Michał Górny
commit: 2d2ce0499b3b830640c96e482e0734ead709be1f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 19 14:12:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 19 14:19:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2ce049

xfce-base/libxfce4util: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  2 -
 xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild | 46 ---
 xfce-base/libxfce4util/libxfce4util-4.15.1.ebuild | 46 ---
 3 files changed, 94 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 122b219ca32..f412f4ad4e4 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,4 +1,2 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
-DIST libxfce4util-4.15.0.tar.bz2 516074 BLAKE2B 
67ba9d34c850d057012a4a2c76acce55e3afd606ab379eadc6873a62651affd69cb5d2ecd6be5e03f11b81d7bdb9ff43e39b04886f9c2c214b898b7b0dcf6b09
 SHA512 
f47194c999d5c4b0fd44abf392ea40ea2c3f07064e15b900821e30adc58c791e533ae2df20927037bad9db5e94981621716c743522b6daad579badd0094cffaf
-DIST libxfce4util-4.15.1.tar.bz2 520249 BLAKE2B 
94a2d84d5e930cb590b87cd27d2a68e8a2d885fc783b9939adbb1af364cf84a0f2663920de5ae697e31e27c53f5665891733546d3e27e5f8cc01a56d9499ea03
 SHA512 
813269669df3b6b3d99f83142b4e0fbbc884306e467a3de34cd7e26e2dbe67e8cef769cab165e5f68838ead3ebd0d3895cc58e515c8e253b52a512298690acbf
 DIST libxfce4util-4.15.2.tar.bz2 520639 BLAKE2B 
ff08a4608bcf6ac854961c1753c531680bff5ba62e7103ffb1cab9c6132db9f07e1dfcf86e24dd7d492e42e6316931f1979567d304339678d3f7826e4e3f875d
 SHA512 
1d244cee684229eacb9effc64f214899c1b449dbadabc422900a25a8870c98365c800d80edf9c252877c4d66d94394127195d3cbe4472493658e0f547c153812

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild
deleted file mode 100644
index dd5b8e34dae..000
--- a/xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.1.ebuild
deleted file mode 100644
index dd5b8e34dae..000
--- a/xfce-base/libxfce4util/libxfce4util-4.15.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42
-   introspection? ( dev-libs/gobject-introspection:= )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-07-16 Thread Michał Górny
commit: 9e488a84a6abd1c9cb7e40e778962d81b55e26e4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 17 04:42:58 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 17 04:42:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e488a84

xfce-base/libxfce4util: Bump to 4.15.2

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 36a8697406f..122b219ca32 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,4 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
 DIST libxfce4util-4.15.0.tar.bz2 516074 BLAKE2B 
67ba9d34c850d057012a4a2c76acce55e3afd606ab379eadc6873a62651affd69cb5d2ecd6be5e03f11b81d7bdb9ff43e39b04886f9c2c214b898b7b0dcf6b09
 SHA512 
f47194c999d5c4b0fd44abf392ea40ea2c3f07064e15b900821e30adc58c791e533ae2df20927037bad9db5e94981621716c743522b6daad579badd0094cffaf
 DIST libxfce4util-4.15.1.tar.bz2 520249 BLAKE2B 
94a2d84d5e930cb590b87cd27d2a68e8a2d885fc783b9939adbb1af364cf84a0f2663920de5ae697e31e27c53f5665891733546d3e27e5f8cc01a56d9499ea03
 SHA512 
813269669df3b6b3d99f83142b4e0fbbc884306e467a3de34cd7e26e2dbe67e8cef769cab165e5f68838ead3ebd0d3895cc58e515c8e253b52a512298690acbf
+DIST libxfce4util-4.15.2.tar.bz2 520639 BLAKE2B 
ff08a4608bcf6ac854961c1753c531680bff5ba62e7103ffb1cab9c6132db9f07e1dfcf86e24dd7d492e42e6316931f1979567d304339678d3f7826e4e3f875d
 SHA512 
1d244cee684229eacb9effc64f214899c1b449dbadabc422900a25a8870c98365c800d80edf9c252877c4d66d94394127195d3cbe4472493658e0f547c153812

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild
new file mode 100644
index 000..dd5b8e34dae
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.15.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-06-22 Thread Michał Górny
commit: dfd91cc518f899c7fb13604f0d4ef2e09c9c93ce
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 22 13:51:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 22 15:35:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd91cc5

xfce-base/libxfce4util: Bump to 4.15.1

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.15.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index a8b7c90ede6..36a8697406f 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
 DIST libxfce4util-4.15.0.tar.bz2 516074 BLAKE2B 
67ba9d34c850d057012a4a2c76acce55e3afd606ab379eadc6873a62651affd69cb5d2ecd6be5e03f11b81d7bdb9ff43e39b04886f9c2c214b898b7b0dcf6b09
 SHA512 
f47194c999d5c4b0fd44abf392ea40ea2c3f07064e15b900821e30adc58c791e533ae2df20927037bad9db5e94981621716c743522b6daad579badd0094cffaf
+DIST libxfce4util-4.15.1.tar.bz2 520249 BLAKE2B 
94a2d84d5e930cb590b87cd27d2a68e8a2d885fc783b9939adbb1af364cf84a0f2663920de5ae697e31e27c53f5665891733546d3e27e5f8cc01a56d9499ea03
 SHA512 
813269669df3b6b3d99f83142b4e0fbbc884306e467a3de34cd7e26e2dbe67e8cef769cab165e5f68838ead3ebd0d3895cc58e515c8e253b52a512298690acbf

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.1.ebuild
new file mode 100644
index 000..dd5b8e34dae
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.15.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2020-01-13 Thread Michał Górny
commit: 1a38011af7c95717f25b7505a61b868773247ab1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 14 03:14:03 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 14 03:53:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a38011a

xfce-base/libxfce4util: Bump to 4.15.0

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index b399068b9ff..a8b7c90ede6 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1 +1,2 @@
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832
+DIST libxfce4util-4.15.0.tar.bz2 516074 BLAKE2B 
67ba9d34c850d057012a4a2c76acce55e3afd606ab379eadc6873a62651affd69cb5d2ecd6be5e03f11b81d7bdb9ff43e39b04886f9c2c214b898b7b0dcf6b09
 SHA512 
f47194c999d5c4b0fd44abf392ea40ea2c3f07064e15b900821e30adc58c791e533ae2df20927037bad9db5e94981621716c743522b6daad579badd0094cffaf

diff --git a/xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild
new file mode 100644
index 000..0e8c6a84310
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.15.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-12-06 Thread Michał Górny
commit: 566d7338e3d650850fb19fa3d83f5d4ba321c89a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  6 12:33:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  6 14:19:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566d7338

xfce-base/libxfce4util: Remove redundant version

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 -
 xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 24c0a37fce7..b399068b9ff 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1 @@
-DIST libxfce4util-4.13.2.tar.bz2 509280 BLAKE2B 
40f1fb95abff4857e976dd5f3ae8c8ad5e66e2c1c49723735e85124db71d30f204525cd74baf22e31bf405718f378b0c9ac37ec4189e1f4b9941d0eb6fc141ce
 SHA512 
3bbb718f3a6d2213c86695b3f99d1e67c859ce635e5d066b18745d2ee57c0b2eea468b61079d8e2514c2d8f5fa847539d236ec0ed3fd17fecd9d1b36dc3595c4
 DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
deleted file mode 100644
index af55915c0f0..000
--- a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2"
-SLOT="0/7"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.30:=
-   introspection? ( dev-libs/gobject-introspection:= )
-   vala? ( $(vala_depend) )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-11-07 Thread Aaron Bauman
commit: 993f0896c631e6588d1d7e31d46f4b662d5e5ee6
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Nov  7 23:43:56 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Nov  7 23:43:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993f0896

xfce-base/libxfce4util: arm64 stable (bug #697454)

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

 xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
index b47f8633578..a2639f77c8d 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-10-13 Thread Mikle Kolyada
commit: 5a00a54301ea089c00d0b47c6aadb13ff9d0df6f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 13 11:23:08 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 13 11:24:35 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a00a543

xfce-base/libxfce4util: alpha stable wrt bug #697454

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

 xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
index e26045ce42f..b47f8633578 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-10-12 Thread Sergei Trofimovich
commit: 8b4a5640cd9fcfe18c7a3e5ab8ed982446b5e5ac
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:18:40 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:23:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4a5640

xfce-base/libxfce4util: stable 4.14.0 for ppc64, bug #697454

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

 xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
index bcd37e49cea..fd87b458286 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-10-12 Thread Sergei Trofimovich
commit: 8cbb784b643912913250708c3857a6187304f447
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:02:23 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:16:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cbb784b

xfce-base/libxfce4util: stable 4.14.0 for ppc, bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
index a47ab049e57..bcd37e49cea 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-10-12 Thread Sergei Trofimovich
commit: a25959fe4c355cd47569525745dad961d7fa7085
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:00:36 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:00:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25959fe

xfce-base/libxfce4util: stable 4.14.0 for ia64, bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
index d6ee9f416fd..a47ab049e57 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2+ GPL-2+"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-08-11 Thread Michał Górny
commit: 10240489800855f4bc065420d7c929ce0b7605a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 11 17:42:06 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 11 17:45:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10240489

xfce-base/libxfce4util: Bump to 4.14.0 (no changes)

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 50d150fa4d8..fa93d3b7f1d 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.13.2.tar.bz2 509280 BLAKE2B 
40f1fb95abff4857e976dd5f3ae8c8ad5e66e2c1c49723735e85124db71d30f204525cd74baf22e31bf405718f378b0c9ac37ec4189e1f4b9941d0eb6fc141ce
 SHA512 
3bbb718f3a6d2213c86695b3f99d1e67c859ce635e5d066b18745d2ee57c0b2eea468b61079d8e2514c2d8f5fa847539d236ec0ed3fd17fecd9d1b36dc3595c4
 DIST libxfce4util-4.13.5.tar.bz2 501748 BLAKE2B 
2faee4f20f8a28c207fb9c20c15db92d336c5e86d6d9c64596a6670f043ad4a551e6f18779f1b52419a41d1bfe1f3e80b4c073e630dabefc5de3cd3c80b3359b
 SHA512 
a7b5f540adbbb81d6382072f3fac4d919bb3be691f647cd70a5b8ef026e64d68ff5a7e340bb75df999145702b7dfc1a6e493e6f635e3d64ab78bf8831082e565
+DIST libxfce4util-4.14.0.tar.bz2 516358 BLAKE2B 
d8e3d1e3247e23908456aa296415240c1a9146001a02cb859541922ee541e30955279fd68f2d9938e43f992a5115b21836363fa8d8234de87fca0bbaac830bf0
 SHA512 
6ac95aea03052d9e2f886cbe76afe9bbb43511bf3fe1766097e10cd8762541ed17060a727df3ef93e226aae448c15d9dd3ad8acd55a9d5f2387cb360bdf72832

diff --git a/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
new file mode 100644
index 000..eebcd790a57
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.14.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42:=
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-07-28 Thread Michał Górny
commit: e3d51214d95b090a816552af61d726a4a2964759
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 15:24:54 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 15:43:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d51214

xfce-base/libxfce4util: Bump to 4.13.5

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.13.5.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 05c907d8dfa..034afe17a5c 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,3 +1,4 @@
 DIST libxfce4util-4.13.2.tar.bz2 509280 BLAKE2B 
40f1fb95abff4857e976dd5f3ae8c8ad5e66e2c1c49723735e85124db71d30f204525cd74baf22e31bf405718f378b0c9ac37ec4189e1f4b9941d0eb6fc141ce
 SHA512 
3bbb718f3a6d2213c86695b3f99d1e67c859ce635e5d066b18745d2ee57c0b2eea468b61079d8e2514c2d8f5fa847539d236ec0ed3fd17fecd9d1b36dc3595c4
 DIST libxfce4util-4.13.3.tar.bz2 511277 BLAKE2B 
0815808166bc488cfa3636a18c9486fd1b3a81376766a77eef80ee24274bb290b9bece5e7786f7e412154f201bef251ce90d350c9e69db79bb893fd9081d2dac
 SHA512 
e06bf58d46c5c3c6964a17ca8d998bd8e78bb61577ddcd855680878a890912a167212a2b4e3b347f41f84d2983e71fd1d76716db9c4a88a1d4f45a0f5aaf5e51
 DIST libxfce4util-4.13.4.tar.bz2 501426 BLAKE2B 
623978a933902cc939e4cd537e9efe1e8d6b5028103f66682d76636c17e16bfd5fc56631622a00a1e4cbba6ba45495ec8d8dd05335d1a073a9c811c13732ef88
 SHA512 
7d474839acbc2b4f75cb39e39053214bac43b5da9f7605aec8e78bfc1ab1a07864429a47f18faae9be8dfecbb7f5a055bd2eb20c0b9d1b4912755b81cac1ada2
+DIST libxfce4util-4.13.5.tar.bz2 501748 BLAKE2B 
2faee4f20f8a28c207fb9c20c15db92d336c5e86d6d9c64596a6670f043ad4a551e6f18779f1b52419a41d1bfe1f3e80b4c073e630dabefc5de3cd3c80b3359b
 SHA512 
a7b5f540adbbb81d6382072f3fac4d919bb3be691f647cd70a5b8ef026e64d68ff5a7e340bb75df999145702b7dfc1a6e493e6f635e3d64ab78bf8831082e565

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.5.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.5.ebuild
new file mode 100644
index 000..eebcd790a57
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42:=
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-07-28 Thread Michał Górny
commit: f74e53ba535486c4addc74bdbe3f798a9cd92b9c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 28 15:25:12 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 28 15:43:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f74e53ba

xfce-base/libxfce4util: Drop old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  2 -
 xfce-base/libxfce4util/libxfce4util-4.13.3.ebuild | 46 ---
 xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild | 46 ---
 3 files changed, 94 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 034afe17a5c..50d150fa4d8 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,4 +1,2 @@
 DIST libxfce4util-4.13.2.tar.bz2 509280 BLAKE2B 
40f1fb95abff4857e976dd5f3ae8c8ad5e66e2c1c49723735e85124db71d30f204525cd74baf22e31bf405718f378b0c9ac37ec4189e1f4b9941d0eb6fc141ce
 SHA512 
3bbb718f3a6d2213c86695b3f99d1e67c859ce635e5d066b18745d2ee57c0b2eea468b61079d8e2514c2d8f5fa847539d236ec0ed3fd17fecd9d1b36dc3595c4
-DIST libxfce4util-4.13.3.tar.bz2 511277 BLAKE2B 
0815808166bc488cfa3636a18c9486fd1b3a81376766a77eef80ee24274bb290b9bece5e7786f7e412154f201bef251ce90d350c9e69db79bb893fd9081d2dac
 SHA512 
e06bf58d46c5c3c6964a17ca8d998bd8e78bb61577ddcd855680878a890912a167212a2b4e3b347f41f84d2983e71fd1d76716db9c4a88a1d4f45a0f5aaf5e51
-DIST libxfce4util-4.13.4.tar.bz2 501426 BLAKE2B 
623978a933902cc939e4cd537e9efe1e8d6b5028103f66682d76636c17e16bfd5fc56631622a00a1e4cbba6ba45495ec8d8dd05335d1a073a9c811c13732ef88
 SHA512 
7d474839acbc2b4f75cb39e39053214bac43b5da9f7605aec8e78bfc1ab1a07864429a47f18faae9be8dfecbb7f5a055bd2eb20c0b9d1b4912755b81cac1ada2
 DIST libxfce4util-4.13.5.tar.bz2 501748 BLAKE2B 
2faee4f20f8a28c207fb9c20c15db92d336c5e86d6d9c64596a6670f043ad4a551e6f18779f1b52419a41d1bfe1f3e80b4c073e630dabefc5de3cd3c80b3359b
 SHA512 
a7b5f540adbbb81d6382072f3fac4d919bb3be691f647cd70a5b8ef026e64d68ff5a7e340bb75df999145702b7dfc1a6e493e6f635e3d64ab78bf8831082e565

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.3.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.3.ebuild
deleted file mode 100644
index c83583139da..000
--- a/xfce-base/libxfce4util/libxfce4util-4.13.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42:=
-   introspection? ( dev-libs/gobject-introspection:= )
-   vala? ( $(vala_depend) )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   find "${D}" -name '*.la' -delete || die
-}

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild
deleted file mode 100644
index 41820462bc5..000
--- a/xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vala
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="introspection vala"
-REQUIRED_USE="vala? ( introspection )"
-
-RDEPEND=">=dev-libs/glib-2.42:=
-   introspection? ( dev-libs/gobject-introspection:= )
-   vala? ( $(vala_depend) )"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   dev-util/gtk-doc-am
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_prepare() {
-   # stupid vala.eclass...
-   default
-}
-
-src_configure() {
-   local myconf=(
-   $(use_enable introspection)
-   $(use_enable vala)
-   )
-
-   use vala && vala_src_prepare
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-
-   fi

[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-07-01 Thread Michał Górny
commit: f10a92415387bb905a3ece5c76cebbe230133873
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul  1 07:06:07 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul  1 07:56:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10a9241

xfce-base/libxfce4util: Bump to 4.13.4

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index d4a15de786b..05c907d8dfa 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,3 @@
 DIST libxfce4util-4.13.2.tar.bz2 509280 BLAKE2B 
40f1fb95abff4857e976dd5f3ae8c8ad5e66e2c1c49723735e85124db71d30f204525cd74baf22e31bf405718f378b0c9ac37ec4189e1f4b9941d0eb6fc141ce
 SHA512 
3bbb718f3a6d2213c86695b3f99d1e67c859ce635e5d066b18745d2ee57c0b2eea468b61079d8e2514c2d8f5fa847539d236ec0ed3fd17fecd9d1b36dc3595c4
 DIST libxfce4util-4.13.3.tar.bz2 511277 BLAKE2B 
0815808166bc488cfa3636a18c9486fd1b3a81376766a77eef80ee24274bb290b9bece5e7786f7e412154f201bef251ce90d350c9e69db79bb893fd9081d2dac
 SHA512 
e06bf58d46c5c3c6964a17ca8d998bd8e78bb61577ddcd855680878a890912a167212a2b4e3b347f41f84d2983e71fd1d76716db9c4a88a1d4f45a0f5aaf5e51
+DIST libxfce4util-4.13.4.tar.bz2 501426 BLAKE2B 
623978a933902cc939e4cd537e9efe1e8d6b5028103f66682d76636c17e16bfd5fc56631622a00a1e4cbba6ba45495ec8d8dd05335d1a073a9c811c13732ef88
 SHA512 
7d474839acbc2b4f75cb39e39053214bac43b5da9f7605aec8e78bfc1ab1a07864429a47f18faae9be8dfecbb7f5a055bd2eb20c0b9d1b4912755b81cac1ada2

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild
new file mode 100644
index 000..41820462bc5
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   vala? ( $(vala_depend) )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-05-28 Thread Aaron Bauman
commit: 2a468be93860e749ee14d77042d7ab51c7325c36
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed May 29 00:26:24 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed May 29 00:31:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a468be9

xfce-base/libxfce4util: arm64 stable

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

 xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
index 6f87c6b032c..87a4747dfbf 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.2.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
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2019-05-16 Thread Michał Górny
commit: b1ffa288329d00b8d97cd15de704ac1cb62a58c8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 16 12:19:09 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 16 12:21:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1ffa288

xfce-base/libxfce4util: Bump to 4.13.3

Signed-off-by: Michał Górny  gentoo.org>

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.13.3.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index a40d65c776f..d4a15de786b 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1 +1,2 @@
 DIST libxfce4util-4.13.2.tar.bz2 509280 BLAKE2B 
40f1fb95abff4857e976dd5f3ae8c8ad5e66e2c1c49723735e85124db71d30f204525cd74baf22e31bf405718f378b0c9ac37ec4189e1f4b9941d0eb6fc141ce
 SHA512 
3bbb718f3a6d2213c86695b3f99d1e67c859ce635e5d066b18745d2ee57c0b2eea468b61079d8e2514c2d8f5fa847539d236ec0ed3fd17fecd9d1b36dc3595c4
+DIST libxfce4util-4.13.3.tar.bz2 511277 BLAKE2B 
0815808166bc488cfa3636a18c9486fd1b3a81376766a77eef80ee24274bb290b9bece5e7786f7e412154f201bef251ce90d350c9e69db79bb893fd9081d2dac
 SHA512 
e06bf58d46c5c3c6964a17ca8d998bd8e78bb61577ddcd855680878a890912a167212a2b4e3b347f41f84d2983e71fd1d76716db9c4a88a1d4f45a0f5aaf5e51

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.3.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.3.ebuild
new file mode 100644
index 000..c83583139da
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="LGPL-2"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.42:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   vala? ( $(vala_depend) )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-12-02 Thread Mikle Kolyada
commit: 9a2718fd9c4a08aa6ffee03bc64de6293e0d9490
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  2 11:09:17 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  2 11:09:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2718fd

xfce-base/libxfce4util: arm stable wrt bug #652774

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

 xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
index 92de35449ee..6f87c6b032c 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-11-27 Thread Tobias Klausmann
commit: 553a601eb7a5934c459ff0e8d85ac7675526c417
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Nov 27 16:00:57 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Nov 27 16:00:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553a601e

xfce-base/libxfce4util-4.13.2-r0: alpha stable

Bug: http://bugs.gentoo.org/652774
Signed-off-by: Tobias Klausmann  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
index 642ff2ea91d..b131f726958 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-11-24 Thread Sergei Trofimovich
commit: 85a1bb5240b0a5a5c0118dde1acc1f4a75ef451d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Nov 24 13:38:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Nov 24 13:38:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a1bb52

xfce-base/libxfce4util: stable 4.13.2 for ppc, bug #652774

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
index 87148fb7ace..642ff2ea91d 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-11-12 Thread Mikle Kolyada
commit: 15368a353ec6a3e91157f69609e92269a37146ae
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:42:04 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:42:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15368a35

xfce-base/libxfce4util: amd64 stable wrt bug #652774

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

 xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
index 9073774a074..48c77418e1d 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-06-17 Thread Michał Górny
commit: f3624bc70e49caf865bd93a2e5286657f80bb2f9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 17 10:57:27 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 17 10:57:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3624bc7

xfce-base/libxfce4util: Bump to 4.13.2 (now with vala bindings)

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 43f9c49380e..d37cb29030d 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1 +1,2 @@
 DIST libxfce4util-4.13.1.tar.bz2 497192 BLAKE2B 
56ec5929df43e2c430c45298a2f7634a539ef1f32598ce4cd038659c93ed5de4f28472f744ab03e3cefd040266c1e1bd415c8b4e9489be8f3930bd6df8d1c5c0
 SHA512 
1667cc22ff72920d3280725cb40c41f5fba9dcfcba8e357ba85548c7f254a67a3ef942c1b71f0ac5c3a7fe46c8c4cb559a06a8111aa71ce1f6824d1a1c2b5063
+DIST libxfce4util-4.13.2.tar.bz2 509280 BLAKE2B 
40f1fb95abff4857e976dd5f3ae8c8ad5e66e2c1c49723735e85124db71d30f204525cd74baf22e31bf405718f378b0c9ac37ec4189e1f4b9941d0eb6fc141ce
 SHA512 
3bbb718f3a6d2213c86695b3f99d1e67c859ce635e5d066b18745d2ee57c0b2eea468b61079d8e2514c2d8f5fa847539d236ec0ed3fd17fecd9d1b36dc3595c4

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
new file mode 100644
index 000..6686fd3a176
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit vala
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection vala"
+REQUIRED_USE="vala? ( introspection )"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   introspection? ( dev-libs/gobject-introspection:= )
+   vala? ( $(vala_depend) )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_prepare() {
+   # stupid vala.eclass...
+   default
+}
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   $(use_enable vala)
+   )
+
+   use vala && vala_src_prepare
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-03-23 Thread Markus Meier
commit: 10726a0f92bf4b8e854e1cf06f0f5f66ecc05b4f
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 19:50:02 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 19:50:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10726a0f

xfce-base/libxfce4util: arm stable, bug #643074

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"

 xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
index 23d20b978a9..42096b8caac 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-03-03 Thread Tobias Klausmann
commit: 89d60611fd3516b2067fb79e521bce7343d758f5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Mar  3 13:42:52 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Mar  3 17:48:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d60611

xfce-base/libxfce4util-4.13.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/643074

 xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
index 611dbfba88a..23d20b978a9 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-01-10 Thread Sergei Trofimovich
commit: a271fbcc3fe87f9794a97a421ad88ed848cf0886
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jan 10 20:05:45 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jan 10 21:22:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a271fbcc

xfce-base/libxfce4util: stable 4.13.1 for hppa, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
index 2cd033b2ebe..611dbfba88a 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-01-08 Thread Sergei Trofimovich
commit: 982996f48d0bccbc0677594774b72d5ff97e96aa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan  8 07:31:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  8 07:59:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982996f4

xfce-base/libxfce4util: stable 4.13.1 for ia64, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
index 7571fcd28a3..2cd033b2ebe 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-01-07 Thread Sergei Trofimovich
commit: 59a6e65a536cc3da88a875b8da36d2b06d9365a5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 20:02:49 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 20:02:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a6e65a

xfce-base/libxfce4util: stable 4.13.1 for ppc, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
index d61362c4a5e..7571fcd28a3 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-01-07 Thread Sergei Trofimovich
commit: ddda20bd47ed025d2624b63f6ded31e65629675f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 13:11:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 13:16:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddda20bd

xfce-base/libxfce4util: stable 4.13.1 for ppc64, bug #643074

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
index a8f16f90729..d61362c4a5e 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2018-01-05 Thread Mikle Kolyada
commit: c4aedc370d025c43520b9cee5a8a6e31bcc98d21
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 10:50:12 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 10:58:48 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4aedc37

xfce-base/libxfce4util: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
index db183b01910..6877eb85ea4 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
 IUSE="introspection"
 
 RDEPEND=">=dev-libs/glib-2.30:=



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2017-06-26 Thread Michał Górny
commit: 57d0e163d399e58ccfa9cbf36c32610b15b18480
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 26 14:38:26 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 26 14:42:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d0e163

xfce-base/libxfce4util: Bump to 4.13.1

 xfce-base/libxfce4util/Manifest| 2 +-
 .../{libxfce4util-4.13.0.ebuild => libxfce4util-4.13.1.ebuild} | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 248318e96af..133313a7e20 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,2 +1,2 @@
 DIST libxfce4util-4.12.1.tar.bz2 455329 SHA256 
876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d SHA512 
0bd0fe23e9fa325b08559d2b783242dfc61412a8c7aa4e5a81e5262ebceb57a722aa515db12747c9de9804423f67e50805848e5bed328ba7d17e2737f54c2ef9
 WHIRLPOOL 
ad08469f8246a439df7474d58cb41b1d2c278b7c2097e7a60dbc14a8dae10f63ea2e4c3ba910dbb57716bfb40c3d757fe2084efcf416cd32b524d391bfa313af
-DIST libxfce4util-4.13.0.tar.bz2 495133 SHA256 
2e9a27e26e66244fadd05ffd2fc165ecb7d5f00765426198c01c8c65294033d1 SHA512 
0da59b6d4e4976b9e36811074b829d5fff159d55c57628096d949a5b2109a7c5910f5fa4a628ba9c9d98258119ae4bf8e9af3ef121745f341a88dde8482ae078
 WHIRLPOOL 
0c0aa0920b4cdb535cb25c07d1203fe1e707357c5c446198ed4db0c70aa3cc71cf67aa72c9c0a23eefa9eb9366f7450f84653fb9894478a8f002ee7cbedc278b
+DIST libxfce4util-4.13.1.tar.bz2 497192 SHA256 
278013dca14bfd50c9efd3898a28e3f3c5053b506de257267947fbb852d2ed2c SHA512 
1667cc22ff72920d3280725cb40c41f5fba9dcfcba8e357ba85548c7f254a67a3ef942c1b71f0ac5c3a7fe46c8c4cb559a06a8111aa71ce1f6824d1a1c2b5063
 WHIRLPOOL 
cf29f3698e576ded51140088365d7258e219496976cdf59f41df56b574bccdaabe12358ce221a210f921ec0e9dc114baa04fde0a08854f79581b06389858dff7

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
similarity index 84%
rename from xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild
rename to xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
index 2c4e3c7563e..db183b01910 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild
@@ -23,9 +23,6 @@ DEPEND="${RDEPEND}
 src_configure() {
local myconf=(
$(use_enable introspection)
-   # .gir is conditional to maintainer mode due to upstream bug
-   # https://bugzilla.xfce.org/show_bug.cgi?id=13638
-   $(use_enable introspection maintainer-mode)
)
 
econf "${myconf[@]}"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2017-06-12 Thread Michał Górny
commit: 7b7a55d23fe169041e3f8cf9d65eeab08197c68e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 12 08:38:39 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 12 09:40:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7a55d2

xfce-base/libxfce4util: Bump to 4.13.0, EAPI=6

 xfce-base/libxfce4util/Manifest   |  1 +
 xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index efbc6eb83b9..248318e96af 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1 +1,2 @@
 DIST libxfce4util-4.12.1.tar.bz2 455329 SHA256 
876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d SHA512 
0bd0fe23e9fa325b08559d2b783242dfc61412a8c7aa4e5a81e5262ebceb57a722aa515db12747c9de9804423f67e50805848e5bed328ba7d17e2737f54c2ef9
 WHIRLPOOL 
ad08469f8246a439df7474d58cb41b1d2c278b7c2097e7a60dbc14a8dae10f63ea2e4c3ba910dbb57716bfb40c3d757fe2084efcf416cd32b524d391bfa313af
+DIST libxfce4util-4.13.0.tar.bz2 495133 SHA256 
2e9a27e26e66244fadd05ffd2fc165ecb7d5f00765426198c01c8c65294033d1 SHA512 
0da59b6d4e4976b9e36811074b829d5fff159d55c57628096d949a5b2109a7c5910f5fa4a628ba9c9d98258119ae4bf8e9af3ef121745f341a88dde8482ae078
 WHIRLPOOL 
0c0aa0920b4cdb535cb25c07d1203fe1e707357c5c446198ed4db0c70aa3cc71cf67aa72c9c0a23eefa9eb9366f7450f84653fb9894478a8f002ee7cbedc278b

diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild
new file mode 100644
index 000..2c4e3c7563e
--- /dev/null
+++ b/xfce-base/libxfce4util/libxfce4util-4.13.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A basic utility library for the Xfce desktop environment"
+HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/";
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="LGPL-2"
+SLOT="0/7"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+IUSE="introspection"
+
+RDEPEND=">=dev-libs/glib-2.30:=
+   introspection? ( dev-libs/gobject-introspection:= )"
+DEPEND="${RDEPEND}
+   dev-util/intltool
+   dev-util/gtk-doc-am
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable introspection)
+   # .gir is conditional to maintainer mode due to upstream bug
+   # https://bugzilla.xfce.org/show_bug.cgi?id=13638
+   $(use_enable introspection maintainer-mode)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+
+   find "${D}" -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2017-06-09 Thread Michał Górny
commit: 030084e32791f55f85442fcdbc7eb363a37930e5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  9 07:00:19 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  9 07:38:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030084e3

xfce-base/libxfce4util: Clean old up

 xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild
deleted file mode 100644
index 5d86e9fa1c6..000
--- a/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://www.xfce.org/projects/";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0/7"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.24"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=(
-   $(xfconf_use_debug)
-   --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
-   )
-
-   [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
-   DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2017-01-26 Thread Agostino Sarubbo
commit: 6698a8452bdf24e1cf3836921e822520ddcfe77b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan 26 10:20:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan 26 10:20:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6698a845

xfce-base/libxfce4util: sparc stable wrt bug #586614

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
index edc6f34..8de007c 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2017-01-13 Thread Agostino Sarubbo
commit: 3d6824297d2c0ae0b6e013359ee9db1d06d72d89
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan 13 15:39:52 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan 13 15:39:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d682429

xfce-base/libxfce4util: x86 stable wrt bug #586614

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
index d0f26a8..35ddc90 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2016-12-20 Thread Tobias Klausmann
commit: cb6cd6e11473a6e1b2894e396d14e559b00558d4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Dec 20 11:02:12 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Dec 20 12:30:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6cd6e1

xfce-base/libxfce4util-4.12.1-r1: stable on amd64

Gentoo-Bug: 586614

 xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
index 246068b..d0f26a8 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2016-09-28 Thread Jeroen Roovers
commit: 1a81227254a828f7c8bb934a470474eb2ab40fed
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Sep 29 04:27:20 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Sep 29 04:27:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a812272

xfce-base/libxfce4util: Stable for HPPA PPC64 (bug #586614).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
index ef09147..246068b 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2016-06-26 Thread Markus Meier
commit: b3fc9f107ed044dd721c4dd50e9903281108fe33
Author: Markus Meier  gentoo  org>
AuthorDate: Sun Jun 26 18:36:29 2016 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sun Jun 26 18:36:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3fc9f10

xfce-base/libxfce4util: arm stable, bug #586614

Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

 xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
index a996e66..ef09147 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.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$
 
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfce4util/

2015-10-17 Thread Mikle Kolyada
commit: ad1627ca669d822a07a5961e76252534f6fe7f5e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 17 18:00:03 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 17 18:29:38 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1627ca

xfce-base/libxfce4util: sparc stable wrt bug #553500

Package-Manager: portage-2.2.20.1

 xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild 
b/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild
index 9918b49..9bc8d56 100644
--- a/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="LGPL-2"
 SLOT="0/7"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24"