[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-11-02 Thread Michał Górny
commit: 3a3a8781dac89ce76b226ce53f191ed4ae1a73d9
Author: Alexander Kurakin  mail  ru>
AuthorDate: Thu Nov  2 09:49:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 13:03:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3a8781

dev-util/xfce4-dev-tools: add missing xsltproc build dependenvy

Closes: https://bugs.gentoo.org/916706
Signed-off-by: Alexander Kurakin  mail.ru>
Closes: https://github.com/gentoo/gentoo/pull/33644
Signed-off-by: Michał Górny  gentoo.org>

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index 19544ac2055c..70e4d8537232 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -20,6 +20,8 @@ DEPEND="
 RDEPEND="
${DEPEND}
 "
+# libxslt for xsltproc
 BDEPEND="
+   dev-libs/libxslt
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-11-02 Thread Michał Górny
commit: 84fcc12128b999b7ab7fa1bed932329bc99c28b0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 12:54:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 12:58:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84fcc121

dev-util/xfce4-dev-tools: Remove old

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

 dev-util/xfce4-dev-tools/Manifest  |  1 -
 .../xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild  | 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index bb9f3e59276e..bfc99b679cb1 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,3 +1,2 @@
-DIST xfce4-dev-tools-4.18.0.tar.bz2 349125 BLAKE2B 
c82496de1a279a3ce57f895a52ee4eab98d2d174cf7109ac70790d9f1c8a6812196f4ff5bd951352b2345496f0ebf4113472a7e1f9e3826a1d02b163e4108f6e
 SHA512 
59f858b633d95585a74c9b9515a0994744f4355ab3813e582e10c776454ac41c86296a9fbd935d5dae88929ec09ec9c30f48629c7addb5729e6bea108d304f7c
 DIST xfce4-dev-tools-4.18.1.tar.bz2 363652 BLAKE2B 
f78c39de833353aecd57db6d199a2bdb1a478eff996732653f49199cf8b9c6d54c02c969f823ebc441415fb6376d588e79796bcaa48bb4349c3d54068d86622b
 SHA512 
8fa65aa57450d3e65ef55bf86e8a113c06e64289a9f71875049b422da2a8bdfcdd36c3a3e94a3c0e7c602a3e9577eca14d63318489f81fd88d6743e188636304
 DIST xfce4-dev-tools-4.19.0.tar.bz2 368601 BLAKE2B 
349e3dcf69c1fc1f0af052546d78b86ffc89ca81b66c27e8b7058f549adb0c6a16e6c462a6f5e00e66dc4b419dd2ea7fa43c210d83153e23254b8b5ae5a77fbf
 SHA512 
7372efcb686fe6c1e42f17564d693cbe24792d00fbf131faff46040c8940ad355067d4a4cc5d5de5ec6b9707943c5db5de84eee4a4ff894ef8c33c3616a26044

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
deleted file mode 100644
index 19544ac2055c..
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfce4-dev-tools/start
-   https://gitlab.xfce.org/xfce/xfce4-dev-tools/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-DEPEND="
-   >=dev-libs/glib-2.66.0
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-11-01 Thread Sam James
commit: fa4fb30bb3a17d1676bb26c382b506a2f3315e70
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4fb30b

dev-util/xfce4-dev-tools: Stabilize 4.18.1 ppc64, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index 65fc757c20bc..19544ac2055c 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-11-01 Thread Sam James
commit: e350ddfed6bdb05799c5de54a516e602bd688f42
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e350ddfe

dev-util/xfce4-dev-tools: Stabilize 4.18.1 amd64, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index f22bdb1f127b..ae32978119ba 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-11-01 Thread Sam James
commit: a9a98cd1f8da4bf726c68113089c99d8338d0dbf
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a98cd1

dev-util/xfce4-dev-tools: Stabilize 4.18.1 arm64, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index ae32978119ba..65fc757c20bc 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-11-01 Thread Sam James
commit: d00c88a37f9f3f8f6df82ba2d4191b1d9eaea69e
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00c88a3

dev-util/xfce4-dev-tools: Stabilize 4.18.1 arm, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index f852684c9f8f..f22bdb1f127b 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-11-01 Thread Arthur Zamarin
commit: 3d243242a074ace15446fccf068a7dd26247722e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 20:36:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 20:36:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d243242

dev-util/xfce4-dev-tools: Stabilize 4.18.1 ppc, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index 2930cac6ccf4..18080b0c835f 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-11-01 Thread Arthur Zamarin
commit: a9708e2c70861cf9798a9773c4b714e7311d3eb2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 20:36:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 20:36:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9708e2c

dev-util/xfce4-dev-tools: Stabilize 4.18.1 x86, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index 18080b0c835f..f852684c9f8f 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-10-18 Thread Michał Górny
commit: f55ea2f5a38bc6d98f04358eb54ff32f0e041339
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 18 06:32:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 18 07:31:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55ea2f5

dev-util/xfce4-dev-tools: Bump to 4.18.1

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

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 .../xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild  | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index cb6b33c77b8c..bb9f3e59276e 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-dev-tools-4.18.0.tar.bz2 349125 BLAKE2B 
c82496de1a279a3ce57f895a52ee4eab98d2d174cf7109ac70790d9f1c8a6812196f4ff5bd951352b2345496f0ebf4113472a7e1f9e3826a1d02b163e4108f6e
 SHA512 
59f858b633d95585a74c9b9515a0994744f4355ab3813e582e10c776454ac41c86296a9fbd935d5dae88929ec09ec9c30f48629c7addb5729e6bea108d304f7c
+DIST xfce4-dev-tools-4.18.1.tar.bz2 363652 BLAKE2B 
f78c39de833353aecd57db6d199a2bdb1a478eff996732653f49199cf8b9c6d54c02c969f823ebc441415fb6376d588e79796bcaa48bb4349c3d54068d86622b
 SHA512 
8fa65aa57450d3e65ef55bf86e8a113c06e64289a9f71875049b422da2a8bdfcdd36c3a3e94a3c0e7c602a3e9577eca14d63318489f81fd88d6743e188636304
 DIST xfce4-dev-tools-4.19.0.tar.bz2 368601 BLAKE2B 
349e3dcf69c1fc1f0af052546d78b86ffc89ca81b66c27e8b7058f549adb0c6a16e6c462a6f5e00e66dc4b419dd2ea7fa43c210d83153e23254b8b5ae5a77fbf
 SHA512 
7372efcb686fe6c1e42f17564d693cbe24792d00fbf131faff46040c8940ad355067d4a4cc5d5de5ec6b9707943c5db5de84eee4a4ff894ef8c33c3616a26044

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
new file mode 100644
index ..2930cac6ccf4
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfce4-dev-tools/start
+   https://gitlab.xfce.org/xfce/xfce4-dev-tools/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-03-17 Thread Michał Górny
commit: 2751410a3f7391adbfa99f9a29dc94bf727e3a24
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 10:42:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 10:50:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2751410a

dev-util/xfce4-dev-tools: Remove old

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

 dev-util/xfce4-dev-tools/Manifest  |  2 --
 .../xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild  | 19 
 .../xfce4-dev-tools/xfce4-dev-tools-4.17.2.ebuild  | 25 --
 3 files changed, 46 deletions(-)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index 36b41f971162..cb6b33c77b8c 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 
93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f
 SHA512 
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7
-DIST xfce4-dev-tools-4.17.2.tar.bz2 353571 BLAKE2B 
af3ec3e603b2224ee47feefd63eb3e0be6a83dd2d442e8372d71c2aff910a5fb7818c9c93d0347ed239749d14f83f9443c2bde05a815e7449b6ae564186a1b6d
 SHA512 
f08cdfca8c5753fd58fa3eefa56a3ba94bbc708ecf93d4872f3d843720840ef6d57d0af7fa7fdb11d8645f082338d7668bb01c6e531aec8ad89c6cd627529124
 DIST xfce4-dev-tools-4.18.0.tar.bz2 349125 BLAKE2B 
c82496de1a279a3ce57f895a52ee4eab98d2d174cf7109ac70790d9f1c8a6812196f4ff5bd951352b2345496f0ebf4113472a7e1f9e3826a1d02b163e4108f6e
 SHA512 
59f858b633d95585a74c9b9515a0994744f4355ab3813e582e10c776454ac41c86296a9fbd935d5dae88929ec09ec9c30f48629c7addb5729e6bea108d304f7c
 DIST xfce4-dev-tools-4.19.0.tar.bz2 368601 BLAKE2B 
349e3dcf69c1fc1f0af052546d78b86ffc89ca81b66c27e8b7058f549adb0c6a16e6c462a6f5e00e66dc4b419dd2ea7fa43c210d83153e23254b8b5ae5a77fbf
 SHA512 
7372efcb686fe6c1e42f17564d693cbe24792d00fbf131faff46040c8940ad355067d4a4cc5d5de5ec6b9707943c5db5de84eee4a4ff894ef8c33c3616a26044

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
deleted file mode 100644
index f62529279ef5..
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
-HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.50"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig"

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.2.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.2.ebuild
deleted file mode 100644
index fa89cb983824..
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfce4-dev-tools/start
-   https://gitlab.xfce.org/xfce/xfce4-dev-tools/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-DEPEND="
-   >=dev-libs/glib-2.50
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-03-17 Thread Arthur Zamarin
commit: 75bf4dedec87dfd827b1833fc84b985ea51d7e2e
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=75bf4ded

dev-util/xfce4-dev-tools: Stabilize 4.18.0 x86, #893064

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
index 609e76035dec..19544ac2055c 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-03-14 Thread Michał Górny
commit: 95e002658590b39372bfbab1ad997f524432f220
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:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e00265

dev-util/xfce4-dev-tools: Stabilize 4.18.0 ppc, #893064

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
index a17c0cf70206..609e76035dec 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-03-05 Thread Michał Górny
commit: 4acb218ffdd4e1f8e41215e70fe880a67390eaf0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  5 10:57:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  5 11:04:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4acb218f

dev-util/xfce4-dev-tools: Bump to 4.19.0

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

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 .../xfce4-dev-tools/xfce4-dev-tools-4.19.0.ebuild  | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index 09a9ba5b1a4c..36b41f971162 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 
93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f
 SHA512 
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7
 DIST xfce4-dev-tools-4.17.2.tar.bz2 353571 BLAKE2B 
af3ec3e603b2224ee47feefd63eb3e0be6a83dd2d442e8372d71c2aff910a5fb7818c9c93d0347ed239749d14f83f9443c2bde05a815e7449b6ae564186a1b6d
 SHA512 
f08cdfca8c5753fd58fa3eefa56a3ba94bbc708ecf93d4872f3d843720840ef6d57d0af7fa7fdb11d8645f082338d7668bb01c6e531aec8ad89c6cd627529124
 DIST xfce4-dev-tools-4.18.0.tar.bz2 349125 BLAKE2B 
c82496de1a279a3ce57f895a52ee4eab98d2d174cf7109ac70790d9f1c8a6812196f4ff5bd951352b2345496f0ebf4113472a7e1f9e3826a1d02b163e4108f6e
 SHA512 
59f858b633d95585a74c9b9515a0994744f4355ab3813e582e10c776454ac41c86296a9fbd935d5dae88929ec09ec9c30f48629c7addb5729e6bea108d304f7c
+DIST xfce4-dev-tools-4.19.0.tar.bz2 368601 BLAKE2B 
349e3dcf69c1fc1f0af052546d78b86ffc89ca81b66c27e8b7058f549adb0c6a16e6c462a6f5e00e66dc4b419dd2ea7fa43c210d83153e23254b8b5ae5a77fbf
 SHA512 
7372efcb686fe6c1e42f17564d693cbe24792d00fbf131faff46040c8940ad355067d4a4cc5d5de5ec6b9707943c5db5de84eee4a4ff894ef8c33c3616a26044

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.19.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.19.0.ebuild
new file mode 100644
index ..8cc84c957f67
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.19.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfce4-dev-tools/start
+   https://gitlab.xfce.org/xfce/xfce4-dev-tools/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+# libxslt for xsltproc
+BDEPEND="
+   dev-libs/libxslt
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

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

dev-util/xfce4-dev-tools: Stabilize 4.18.0 amd64, #893064

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
index e0bc4a0e8919..a17c0cf70206 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-02-03 Thread Arthur Zamarin
commit: bea2914ff0d3921e6e76062a1b454cb7ab1bed2e
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=bea2914f

dev-util/xfce4-dev-tools: Stabilize 4.18.0 arm64, #893064

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
index 131a70930743..e0bc4a0e8919 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

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

dev-util/xfce4-dev-tools: Stabilize 4.18.0 ppc64, #893064

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
index 9806818b1817..131a70930743 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2023-02-03 Thread Arthur Zamarin
commit: de3ec1c3557d467b65fcadc1c980d6a52567408b
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=de3ec1c3

dev-util/xfce4-dev-tools: Stabilize 4.18.0 arm, #893064

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
index a468f430bafb..9806818b1817 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-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"
 
 DEPEND="
>=dev-libs/glib-2.66.0



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2022-12-15 Thread Michał Górny
commit: 6f28540ea37e8c219385a3231fdff8c4fc335d30
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 15 14:58:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 15 15:04:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f28540e

dev-util/xfce4-dev-tools: Bump to 4.18.0

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

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 .../xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild  | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index 5639ee5d84b4..09a9ba5b1a4c 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 
93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f
 SHA512 
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7
 DIST xfce4-dev-tools-4.17.2.tar.bz2 353571 BLAKE2B 
af3ec3e603b2224ee47feefd63eb3e0be6a83dd2d442e8372d71c2aff910a5fb7818c9c93d0347ed239749d14f83f9443c2bde05a815e7449b6ae564186a1b6d
 SHA512 
f08cdfca8c5753fd58fa3eefa56a3ba94bbc708ecf93d4872f3d843720840ef6d57d0af7fa7fdb11d8645f082338d7668bb01c6e531aec8ad89c6cd627529124
+DIST xfce4-dev-tools-4.18.0.tar.bz2 349125 BLAKE2B 
c82496de1a279a3ce57f895a52ee4eab98d2d174cf7109ac70790d9f1c8a6812196f4ff5bd951352b2345496f0ebf4113472a7e1f9e3826a1d02b163e4108f6e
 SHA512 
59f858b633d95585a74c9b9515a0994744f4355ab3813e582e10c776454ac41c86296a9fbd935d5dae88929ec09ec9c30f48629c7addb5729e6bea108d304f7c

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
new file mode 100644
index ..a468f430bafb
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfce4-dev-tools/start
+   https://gitlab.xfce.org/xfce/xfce4-dev-tools/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+
+DEPEND="
+   >=dev-libs/glib-2.66.0
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2022-12-15 Thread Michał Górny
commit: 4fa26ef14776897c520c88af5a874e569c838f2a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 15 14:57:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 15 15:04:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa26ef1

dev-util/xfce4-dev-tools: Remove old

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

 dev-util/xfce4-dev-tools/Manifest  |  2 --
 .../xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild  | 19 
 .../xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild  | 25 --
 3 files changed, 46 deletions(-)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index 3f89b3451458..5639ee5d84b4 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,4 +1,2 @@
 DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 
93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f
 SHA512 
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7
-DIST xfce4-dev-tools-4.17.0.tar.bz2 341014 BLAKE2B 
cb9588a200176cae5031b50e51baea1d2c4051b0a68e6886766986f1883f00e3cb13d662ebe1aa0e72892b83eb9dda114f545d1a8883fd7bdef8fd030e60ab4e
 SHA512 
73423bb5cc55ab8816d734ac24c3f005bdb7db370d9a2e5e820cda1e6385730cab1f2fc8af715caa961e571ddb234c2b46b9cd26636142b9ab5d18c3a26efc00
-DIST xfce4-dev-tools-4.17.1.tar.bz2 348817 BLAKE2B 
0b5bf16ce9e38666ab8284b6ff7fd4b7da53bb82f548db666d051ebbfddf053709c8e95887435d405d13fb6d2fc2b32c87a4e2286df5ebb9ab7a1549df4e7046
 SHA512 
0e57547823be6cb7f2153728061db6efb003b7651f3ab204473aa45d5408078b9368a677b2e599a1a93266d93c1d626eea92ba05e4be9427caa0b5bcbd345833
 DIST xfce4-dev-tools-4.17.2.tar.bz2 353571 BLAKE2B 
af3ec3e603b2224ee47feefd63eb3e0be6a83dd2d442e8372d71c2aff910a5fb7818c9c93d0347ed239749d14f83f9443c2bde05a815e7449b6ae564186a1b6d
 SHA512 
f08cdfca8c5753fd58fa3eefa56a3ba94bbc708ecf93d4872f3d843720840ef6d57d0af7fa7fdb11d8645f082338d7668bb01c6e531aec8ad89c6cd627529124

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild
deleted file mode 100644
index bc3d26bdcc54..
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
-HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.50"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig"

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild
deleted file mode 100644
index fa89cb983824..
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
-HOMEPAGE="
-   https://docs.xfce.org/xfce/xfce4-dev-tools/start
-   https://gitlab.xfce.org/xfce/xfce4-dev-tools/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-DEPEND="
-   >=dev-libs/glib-2.50
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2022-12-01 Thread Michał Górny
commit: 1ee14331796299285672547c95e0c483752d34a0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  1 13:29:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  1 13:29:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee14331

dev-util/xfce4-dev-tools: Bump to 4.17.2

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

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 .../xfce4-dev-tools/xfce4-dev-tools-4.17.2.ebuild  | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index e771df673501..3f89b3451458 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 
93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f
 SHA512 
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7
 DIST xfce4-dev-tools-4.17.0.tar.bz2 341014 BLAKE2B 
cb9588a200176cae5031b50e51baea1d2c4051b0a68e6886766986f1883f00e3cb13d662ebe1aa0e72892b83eb9dda114f545d1a8883fd7bdef8fd030e60ab4e
 SHA512 
73423bb5cc55ab8816d734ac24c3f005bdb7db370d9a2e5e820cda1e6385730cab1f2fc8af715caa961e571ddb234c2b46b9cd26636142b9ab5d18c3a26efc00
 DIST xfce4-dev-tools-4.17.1.tar.bz2 348817 BLAKE2B 
0b5bf16ce9e38666ab8284b6ff7fd4b7da53bb82f548db666d051ebbfddf053709c8e95887435d405d13fb6d2fc2b32c87a4e2286df5ebb9ab7a1549df4e7046
 SHA512 
0e57547823be6cb7f2153728061db6efb003b7651f3ab204473aa45d5408078b9368a677b2e599a1a93266d93c1d626eea92ba05e4be9427caa0b5bcbd345833
+DIST xfce4-dev-tools-4.17.2.tar.bz2 353571 BLAKE2B 
af3ec3e603b2224ee47feefd63eb3e0be6a83dd2d442e8372d71c2aff910a5fb7818c9c93d0347ed239749d14f83f9443c2bde05a815e7449b6ae564186a1b6d
 SHA512 
f08cdfca8c5753fd58fa3eefa56a3ba94bbc708ecf93d4872f3d843720840ef6d57d0af7fa7fdb11d8645f082338d7668bb01c6e531aec8ad89c6cd627529124

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.2.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.2.ebuild
new file mode 100644
index ..fa89cb983824
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfce4-dev-tools/start
+   https://gitlab.xfce.org/xfce/xfce4-dev-tools/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+
+DEPEND="
+   >=dev-libs/glib-2.50
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2022-10-29 Thread Michał Górny
commit: 886ea2bc6c6834637e2219dd323cdcf80bc235b5
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 29 14:34:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 29 15:30:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886ea2bc

dev-util/xfce4-dev-tools: Bump to 4.17.1

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

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 .../xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild  | 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index efdff2b6207a..e771df673501 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 
93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f
 SHA512 
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7
 DIST xfce4-dev-tools-4.17.0.tar.bz2 341014 BLAKE2B 
cb9588a200176cae5031b50e51baea1d2c4051b0a68e6886766986f1883f00e3cb13d662ebe1aa0e72892b83eb9dda114f545d1a8883fd7bdef8fd030e60ab4e
 SHA512 
73423bb5cc55ab8816d734ac24c3f005bdb7db370d9a2e5e820cda1e6385730cab1f2fc8af715caa961e571ddb234c2b46b9cd26636142b9ab5d18c3a26efc00
+DIST xfce4-dev-tools-4.17.1.tar.bz2 348817 BLAKE2B 
0b5bf16ce9e38666ab8284b6ff7fd4b7da53bb82f548db666d051ebbfddf053709c8e95887435d405d13fb6d2fc2b32c87a4e2286df5ebb9ab7a1549df4e7046
 SHA512 
0e57547823be6cb7f2153728061db6efb003b7651f3ab204473aa45d5408078b9368a677b2e599a1a93266d93c1d626eea92ba05e4be9427caa0b5bcbd345833

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild
new file mode 100644
index ..fa89cb983824
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="
+   https://docs.xfce.org/xfce/xfce4-dev-tools/start
+   https://gitlab.xfce.org/xfce/xfce4-dev-tools/
+"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+
+DEPEND="
+   >=dev-libs/glib-2.50
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2022-07-02 Thread WANG Xuerui
commit: 504be37f6ce380ce41f94f8b7ba925115de1d5ba
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu Jun 30 07:51:34 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat Jul  2 23:21:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504be37f

dev-util/xfce4-dev-tools: keyword 4.17.0 for ~loong

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild
index c3c7d8bdd0bf..bc3d26bdcc54 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.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=8
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2021-10-09 Thread Michał Górny
commit: 2ff5b3646d3bdf0cab96b1d8e653682596b742da
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  9 07:50:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  9 07:52:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff5b364

dev-util/xfce4-dev-tools: Remove old

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

 dev-util/xfce4-dev-tools/Manifest  |  2 --
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild | 17 -
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.1.ebuild | 17 -
 3 files changed, 36 deletions(-)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index 6a81575a679..efdff2b6207 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-dev-tools-4.14.0.tar.bz2 292275 BLAKE2B 
18f28394ded038a7bcf0e754ebb359464358df245903a0c4441df2845e57c9059de6e6775a90c0e6c3cde4936a847ddf26ae88ff61fe7612fc2626b00f1d56a7
 SHA512 
e22b139ff7516ec0e510f882cc6a9e8e8b2b7bd41093c8e67e5ef11eb6c2c2848637513369d652f7238f10b5005c5483a938d3348020b48a4c1fadadd6d635f8
-DIST xfce4-dev-tools-4.15.1.tar.bz2 340738 BLAKE2B 
73c08f27011ce0d2144eaa1672209669a382695bc9fc9c0a7b9966398df09cf4813afdde9f809354b48d8ddc06644b6e8d4f45ed758dfca24c92e557f5536c8e
 SHA512 
e24fb63774b36f5b3cd901394b75b36e891a68fe7a46a1503a1fc3cfe901bd267e2d8d4aa35a2c760226524079617059e5344b93ef98b3f97dce85e765e5c5dc
 DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 
93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f
 SHA512 
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7
 DIST xfce4-dev-tools-4.17.0.tar.bz2 341014 BLAKE2B 
cb9588a200176cae5031b50e51baea1d2c4051b0a68e6886766986f1883f00e3cb13d662ebe1aa0e72892b83eb9dda114f545d1a8883fd7bdef8fd030e60ab4e
 SHA512 
73423bb5cc55ab8816d734ac24c3f005bdb7db370d9a2e5e820cda1e6385730cab1f2fc8af715caa961e571ddb234c2b46b9cd26636142b9ab5d18c3a26efc00

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
deleted file mode 100644
index f68bf7c7a78..000
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
-HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.42"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.1.ebuild
deleted file mode 100644
index 665633a8f72..000
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
-HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.42"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2021-07-25 Thread Michał Górny
commit: 891d4debba4adc3b3cc680ede62f756578605f78
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 25 17:53:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 25 18:04:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891d4deb

dev-util/xfce4-dev-tools: Bump to 4.17.0

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

 dev-util/xfce4-dev-tools/Manifest |  1 +
 .../xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index 964dc670c6d..6a81575a679 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-dev-tools-4.14.0.tar.bz2 292275 BLAKE2B 
18f28394ded038a7bcf0e754ebb359464358df245903a0c4441df2845e57c9059de6e6775a90c0e6c3cde4936a847ddf26ae88ff61fe7612fc2626b00f1d56a7
 SHA512 
e22b139ff7516ec0e510f882cc6a9e8e8b2b7bd41093c8e67e5ef11eb6c2c2848637513369d652f7238f10b5005c5483a938d3348020b48a4c1fadadd6d635f8
 DIST xfce4-dev-tools-4.15.1.tar.bz2 340738 BLAKE2B 
73c08f27011ce0d2144eaa1672209669a382695bc9fc9c0a7b9966398df09cf4813afdde9f809354b48d8ddc06644b6e8d4f45ed758dfca24c92e557f5536c8e
 SHA512 
e24fb63774b36f5b3cd901394b75b36e891a68fe7a46a1503a1fc3cfe901bd267e2d8d4aa35a2c760226524079617059e5344b93ef98b3f97dce85e765e5c5dc
 DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 
93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f
 SHA512 
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7
+DIST xfce4-dev-tools-4.17.0.tar.bz2 341014 BLAKE2B 
cb9588a200176cae5031b50e51baea1d2c4051b0a68e6886766986f1883f00e3cb13d662ebe1aa0e72892b83eb9dda114f545d1a8883fd7bdef8fd030e60ab4e
 SHA512 
73423bb5cc55ab8816d734ac24c3f005bdb7db370d9a2e5e820cda1e6385730cab1f2fc8af715caa961e571ddb234c2b46b9cd26636142b9ab5d18c3a26efc00

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild
new file mode 100644
index 000..c3c7d8bdd0b
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.50"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2021-05-25 Thread Yixun Lan
commit: 60bfa39c52eea38d798346edec68c4a2b77a7ac1
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue May 25 13:31:27 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue May 25 14:19:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60bfa39c

dev-util/xfce4-dev-tools: add riscv keyword

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
index fc1acf35196..f62529279ef 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

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

dev-util/xfce4-dev-tools: Stabilize 4.16.0 arm64, #769368

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
index 61c8cb857a1..812da9e2c07 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2020-12-22 Thread Michał Górny
commit: fb8216520c603e655275163fb90a9eea12f46bf7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 22 23:20:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 23:35:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb821652

dev-util/xfce4-dev-tools: Bump to 4.16.0

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

 dev-util/xfce4-dev-tools/Manifest |  1 +
 .../xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index 8692d5a8a80..964dc670c6d 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-dev-tools-4.14.0.tar.bz2 292275 BLAKE2B 
18f28394ded038a7bcf0e754ebb359464358df245903a0c4441df2845e57c9059de6e6775a90c0e6c3cde4936a847ddf26ae88ff61fe7612fc2626b00f1d56a7
 SHA512 
e22b139ff7516ec0e510f882cc6a9e8e8b2b7bd41093c8e67e5ef11eb6c2c2848637513369d652f7238f10b5005c5483a938d3348020b48a4c1fadadd6d635f8
 DIST xfce4-dev-tools-4.15.1.tar.bz2 340738 BLAKE2B 
73c08f27011ce0d2144eaa1672209669a382695bc9fc9c0a7b9966398df09cf4813afdde9f809354b48d8ddc06644b6e8d4f45ed758dfca24c92e557f5536c8e
 SHA512 
e24fb63774b36f5b3cd901394b75b36e891a68fe7a46a1503a1fc3cfe901bd267e2d8d4aa35a2c760226524079617059e5344b93ef98b3f97dce85e765e5c5dc
+DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 
93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f
 SHA512 
54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
new file mode 100644
index 000..4a16245a362
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.16.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.50"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2020-12-16 Thread Michał Górny
commit: 8629b40884364d4e642fa74d18d8fc84505346b8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 16 13:23:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 16 13:23:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8629b408

dev-util/xfce4-dev-tools: Remove old

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

 dev-util/xfce4-dev-tools/Manifest  |  1 -
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index ba62b2a27a3..8692d5a8a80 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-dev-tools-4.14.0.tar.bz2 292275 BLAKE2B 
18f28394ded038a7bcf0e754ebb359464358df245903a0c4441df2845e57c9059de6e6775a90c0e6c3cde4936a847ddf26ae88ff61fe7612fc2626b00f1d56a7
 SHA512 
e22b139ff7516ec0e510f882cc6a9e8e8b2b7bd41093c8e67e5ef11eb6c2c2848637513369d652f7238f10b5005c5483a938d3348020b48a4c1fadadd6d635f8
-DIST xfce4-dev-tools-4.15.0.tar.bz2 336453 BLAKE2B 
9072d86b4b1645e72c04f26b5609162f50aac9d90ad007d2f629bb1ec67d242f3addea4bdd6f129f3336658b04f0eaecbd039154dfd98ccb87a85840b502d11f
 SHA512 
125c8a7d594b17ce822dc5f57f5c700e69ee6208b06931cb0fefcbd1aa70281f388a9eebe8b451ffb55f16682070f9119a43b148f97adcdfd2278b4901910425
 DIST xfce4-dev-tools-4.15.1.tar.bz2 340738 BLAKE2B 
73c08f27011ce0d2144eaa1672209669a382695bc9fc9c0a7b9966398df09cf4813afdde9f809354b48d8ddc06644b6e8d4f45ed758dfca24c92e557f5536c8e
 SHA512 
e24fb63774b36f5b3cd901394b75b36e891a68fe7a46a1503a1fc3cfe901bd267e2d8d4aa35a2c760226524079617059e5344b93ef98b3f97dce85e765e5c5dc

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.0.ebuild
deleted file mode 100644
index 665633a8f72..000
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
-HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.42"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2020-12-02 Thread Sam James
commit: b6e765561492850308648650e9a27191074f6ab3
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  2 10:02:44 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  2 10:02:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e76556

dev-util/xfce4-dev-tools: Stabilize 4.14.0 arm64, #756886

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
index 82bfd3fc320..f68bf7c7a78 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2020-11-02 Thread Michał Górny
commit: 313352e4f5371689b4bccc25ca27718ecf273201
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  2 20:59:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  2 21:00:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313352e4

dev-util/xfce4-dev-tools: Bump to 4.15.1

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

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.1.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index 291c4f45155..ba62b2a27a3 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-dev-tools-4.14.0.tar.bz2 292275 BLAKE2B 
18f28394ded038a7bcf0e754ebb359464358df245903a0c4441df2845e57c9059de6e6775a90c0e6c3cde4936a847ddf26ae88ff61fe7612fc2626b00f1d56a7
 SHA512 
e22b139ff7516ec0e510f882cc6a9e8e8b2b7bd41093c8e67e5ef11eb6c2c2848637513369d652f7238f10b5005c5483a938d3348020b48a4c1fadadd6d635f8
 DIST xfce4-dev-tools-4.15.0.tar.bz2 336453 BLAKE2B 
9072d86b4b1645e72c04f26b5609162f50aac9d90ad007d2f629bb1ec67d242f3addea4bdd6f129f3336658b04f0eaecbd039154dfd98ccb87a85840b502d11f
 SHA512 
125c8a7d594b17ce822dc5f57f5c700e69ee6208b06931cb0fefcbd1aa70281f388a9eebe8b451ffb55f16682070f9119a43b148f97adcdfd2278b4901910425
+DIST xfce4-dev-tools-4.15.1.tar.bz2 340738 BLAKE2B 
73c08f27011ce0d2144eaa1672209669a382695bc9fc9c0a7b9966398df09cf4813afdde9f809354b48d8ddc06644b6e8d4f45ed758dfca24c92e557f5536c8e
 SHA512 
e24fb63774b36f5b3cd901394b75b36e891a68fe7a46a1503a1fc3cfe901bd267e2d8d4aa35a2c760226524079617059e5344b93ef98b3f97dce85e765e5c5dc

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.1.ebuild
new file mode 100644
index 000..665633a8f72
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.42"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2020-06-25 Thread Michał Górny
commit: 1db5ee8f0a8e1c125c1537d4b25b6a6a332032b6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 25 14:30:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 25 14:34:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db5ee8f

dev-util/xfce4-dev-tools: Bump to 4.15.0

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

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index 15527ebb266..291c4f45155 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1 +1,2 @@
 DIST xfce4-dev-tools-4.14.0.tar.bz2 292275 BLAKE2B 
18f28394ded038a7bcf0e754ebb359464358df245903a0c4441df2845e57c9059de6e6775a90c0e6c3cde4936a847ddf26ae88ff61fe7612fc2626b00f1d56a7
 SHA512 
e22b139ff7516ec0e510f882cc6a9e8e8b2b7bd41093c8e67e5ef11eb6c2c2848637513369d652f7238f10b5005c5483a938d3348020b48a4c1fadadd6d635f8
+DIST xfce4-dev-tools-4.15.0.tar.bz2 336453 BLAKE2B 
9072d86b4b1645e72c04f26b5609162f50aac9d90ad007d2f629bb1ec67d242f3addea4bdd6f129f3336658b04f0eaecbd039154dfd98ccb87a85840b502d11f
 SHA512 
125c8a7d594b17ce822dc5f57f5c700e69ee6208b06931cb0fefcbd1aa70281f388a9eebe8b451ffb55f16682070f9119a43b148f97adcdfd2278b4901910425

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.0.ebuild
new file mode 100644
index 000..665633a8f72
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.15.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.42"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2019-10-13 Thread Mikle Kolyada
commit: 976d81ebb0f1ca3204a76ba90df4e85c2c3dfb88
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 13 11:22:58 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 13 11:24:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976d81eb

dev-util/xfce4-dev-tools: 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>

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
index 130d021eb5f..7224de30844 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2019-10-12 Thread Sergei Trofimovich
commit: d480c385b86378875522c36cf757782152e7f474
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:00:26 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:00:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d480c385

dev-util/xfce4-dev-tools: 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>

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
index d620264723c..9d81b9aa674 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
@@ -9,7 +9,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2019-08-11 Thread Michał Górny
commit: bc81e77687e3662eb179c734bbd69b08e5fd5e1a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 11 17:41:12 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 11 17:45:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc81e776

dev-util/xfce4-dev-tools: Bump to 4.14.0 (no changes)

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

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index b0288db63c7..76fa2ab8c9e 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-dev-tools-4.12.0.tar.bz2 309586 BLAKE2B 
8ebcc8f133772eb39acba0b2f189a67751b9a2b4d36e5897003d56f6b88d3e97e89e0383b98c4b5ae684786d5aed3409a4b491fdbaa6e37bf8fc7447a33b8605
 SHA512 
60f90dc3eea355779ee1bb6a0cf24fb9e0ba70971c9c26ea681755de41560cfbca59a28241c2fd818031dc46e95c550424577451ceb7a42b1de0b0ff4a31
 DIST xfce4-dev-tools-4.13.0.tar.bz2 292066 BLAKE2B 
3200bb73f135d4c82ef785269d26a34f3874e69188831c94574766080a26d7837ab3a05b88457397044b66c58cc78d1b136d3ee303ae3b78e7894fc91aac3c7c
 SHA512 
ee1289044cda9d908b15b7c88c5911f785efec1fed4c4ff20d66d535078a652f827489ec8ce58467f44b185ccba887fd9b4cd55ea62dfc181ddc87ce74ed5618
+DIST xfce4-dev-tools-4.14.0.tar.bz2 292275 BLAKE2B 
18f28394ded038a7bcf0e754ebb359464358df245903a0c4441df2845e57c9059de6e6775a90c0e6c3cde4936a847ddf26ae88ff61fe7612fc2626b00f1d56a7
 SHA512 
e22b139ff7516ec0e510f882cc6a9e8e8b2b7bd41093c8e67e5ef11eb6c2c2848637513369d652f7238f10b5005c5483a938d3348020b48a4c1fadadd6d635f8

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
new file mode 100644
index 000..2d5f6650e28
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.14.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.42"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2019-06-28 Thread Michał Górny
commit: 0b1a77461f6a87f27498b9bf2bb363fd7912a69b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 28 08:42:18 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 28 08:42:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1a7746

dev-util/xfce4-dev-tools: Bump to 4.13.0

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

 dev-util/xfce4-dev-tools/Manifest  |  1 +
 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/Manifest 
b/dev-util/xfce4-dev-tools/Manifest
index ea7b1177d11..b0288db63c7 100644
--- a/dev-util/xfce4-dev-tools/Manifest
+++ b/dev-util/xfce4-dev-tools/Manifest
@@ -1 +1,2 @@
 DIST xfce4-dev-tools-4.12.0.tar.bz2 309586 BLAKE2B 
8ebcc8f133772eb39acba0b2f189a67751b9a2b4d36e5897003d56f6b88d3e97e89e0383b98c4b5ae684786d5aed3409a4b491fdbaa6e37bf8fc7447a33b8605
 SHA512 
60f90dc3eea355779ee1bb6a0cf24fb9e0ba70971c9c26ea681755de41560cfbca59a28241c2fd818031dc46e95c550424577451ceb7a42b1de0b0ff4a31
+DIST xfce4-dev-tools-4.13.0.tar.bz2 292066 BLAKE2B 
3200bb73f135d4c82ef785269d26a34f3874e69188831c94574766080a26d7837ab3a05b88457397044b66c58cc78d1b136d3ee303ae3b78e7894fc91aac3c7c
 SHA512 
ee1289044cda9d908b15b7c88c5911f785efec1fed4c4ff20d66d535078a652f827489ec8ce58467f44b185ccba887fd9b4cd55ea62dfc181ddc87ce74ed5618

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild
new file mode 100644
index 000..2d5f6650e28
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.13.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2";
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.42"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2018-03-03 Thread Tobias Klausmann
commit: cac695fc3411aa9b188942ae7d86eafd005bf82e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Mar  3 13:42:51 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Mar  3 17:48:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac695fc

dev-util/xfce4-dev-tools-4.12.0-r1: alpha stable

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
index d6e1ee5f6fc..0cf5db7423e 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

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

dev-util/xfce4-dev-tools: stable 4.12.0-r1 for hppa, bug #643074

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
index 478a1a7c37e..d6e1ee5f6fc 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2018-01-08 Thread Sergei Trofimovich
commit: baa84ebbc1bfa1639e4f71ad25029cff6cabfd2a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan  8 07:30:53 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan  8 07:59:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa84ebb

dev-util/xfce4-dev-tools: stable 4.12.0-r1 for ia64, bug #643074

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
index 6461db914ee..478a1a7c37e 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2018-01-07 Thread Sergei Trofimovich
commit: 09a6a54a3ec350cf6b56db26e02fb2e963f8540b
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 20:01:58 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 20:01:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a6a54a

dev-util/xfce4-dev-tools: stable 4.12.0-r1 for ppc, bug #643074

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
index 5888205ae52..6461db914ee 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

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

dev-util/xfce4-dev-tools: stable 4.12.0-r1 for ppc64, bug #643074

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
index a3f554ecae8..5888205ae52 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2018-01-05 Thread Thomas Deutschmann
commit: a6f70228ff782eb954c9250e24cd7ae7e6414d2c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan  6 04:51:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan  6 04:51:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f70228

dev-util/xfce4-dev-tools: x86 stable (bug #643074)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
index 4535ff4107a..a3f554ecae8 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2018-01-05 Thread Mikle Kolyada
commit: ed46490596b64e9ee68acfa2a387fbc2db3405f9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 10:26:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 10:27:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed464905

dev-util/xfce4-dev-tools: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
index 4d99675..4535ff4107a 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.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="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30"



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2017-11-27 Thread Denis Dupeyron
commit: 0adefbafbed766478ebbdf4c909b19b2cbe14a16
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Mon Nov 27 21:20:48 2017 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Mon Nov 27 21:24:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adefbaf

dev-util/xfce4-dev-tools: remove obsolete xfconf.eclass, migrate to EAPI6

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild  | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
new file mode 100644
index 000..4d99675
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system 
maintenance"
+HOMEPAGE="https://www.xfce.org/ 
http://users.xfce.org/~benny/projects/xfce4-dev-tools/";
+SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.30"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README )



[gentoo-commits] repo/gentoo:master commit in: dev-util/xfce4-dev-tools/

2015-10-17 Thread Mikle Kolyada
commit: 0ac7879c6fe6a9ed2f450c9ef9e07d4f6eb2943f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 17 17:50:26 2015 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 17 18:29:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac7879c

dev-util/xfce4-dev-tools: sparc stable wrt bug #553500

Package-Manager: portage-2.2.20.1

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild
index 73d715a..1eca6c0 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.12.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.30"