[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2024-03-13 Thread Michał Górny
commit: 96e5d9d44dc642f51523caba431e44e93d47a32b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 14 03:13:18 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 14 04:12:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96e5d9d4

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  2 -
 .../xfce4-terminal/xfce4-terminal-1.1.1.ebuild | 59 --
 .../xfce4-terminal/xfce4-terminal-1.1.2.ebuild | 59 --
 3 files changed, 120 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 337bcdc07caf..644adc6f7ca5 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1 @@
-DIST xfce4-terminal-1.1.1.tar.bz2 1033180 BLAKE2B 
e33bf7f0ff56200154a7195b6aaf09a7b67c7577c78190fd110b1dc035914295735925bf82f0cd3b6809646315236a32fc835acbb8d97b73b57025205faef9e8
 SHA512 
0f2631cc9790b467495cf17a506c33b9c6a037b94a353cb870554b1dd9da0b4795ed965ca2e9beb5dec1b344304e4dc9f71130862f6b45d63f66c603757991cd
-DIST xfce4-terminal-1.1.2.tar.bz2 1042199 BLAKE2B 
5919899a7e76e31a05f13485a38564a38dba37335b412a7d548d107ea8ed5eea9edb087ac75e9a90364b5e9a0aaa4b8b32342ac3a8e026da0c3cf73bd8903c81
 SHA512 
ffd0975dc839e256ee18c8a5cb01025bfc2703af7d379d565ea861482269698c718c4cca408440cdc76ef7c6ccacaa6816da7f6734b1aef004cfb223f657243a
 DIST xfce4-terminal-1.1.3.tar.bz2 1042732 BLAKE2B 
e4cdd24a19525f6da16483e1db7d80995396600d80b857e56c9859c25c3a54ba324205ab4938e3cea66da18495c8c32b8cc85ad4583593e289246ea3dbd34b74
 SHA512 
12d489099851b281d3ac83a4d9b2f459ed8442899823edba36055a0aa731d1821686f400d5d370833077b0ccf930cb3dfdf5800af58dd2339377dd7e902210b9

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
deleted file mode 100644
index ab9054a793e0..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/terminal/start
-   https://gitlab.xfce.org/apps/xfce4-terminal/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=dev-libs/libpcre2-10.00:=
-   >=x11-libs/gtk+-3.22.0:3[wayland?,X?]
-   >=x11-libs/vte-0.51.3:2.91
-   >=xfce-base/libxfce4ui-4.17.5:=[gtk3(+)]
-   >=xfce-base/xfconf-4.16.0:=
-   utempter? ( sys-libs/libutempter:= )
-   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
-   X? ( >=x11-libs/libX11-1.6.7 )
-"
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   $(use_enable wayland)
-   $(use_enable wayland gtk-layer-shell)
-   $(use_enable X x11)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild
deleted file mode 100644
index 1937b280276f..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/terminal/start
-   https://gitlab.xfce.org/apps/xfce4-terminal/
-"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
-   >=dev-libs/glib-2.44.0:2
-   >=dev-libs/libpcre2-10.00:=
-   >=x11-libs/gtk+-3.22.0:3[wayland?,X?]
-   >=x11-libs/vte-0.51.3:2.91
-   >=xfce-base/libxfce4ui-4.17.5:=[gtk3(+)]
-   >=xfce-base/xfconf-4.16.0:=
-   utempter? ( sys-libs/libutempter:= )
-   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
-   X? ( >=x11-libs/libX11-1.6.7 )
-"
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-

[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2024-03-13 Thread Sam James
commit: 6c90784e1fb8ae58379127ae1eb8b4f7744e8977
Author: Sam James  gentoo  org>
AuthorDate: Wed Mar 13 23:57:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Mar 13 23:57:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c90784e

x11-terms/xfce4-terminal: Stabilize 1.1.3 ppc, #926561

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
index b52a27f3ca91..9ce8c82e93ae 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2024-03-12 Thread Arthur Zamarin
commit: 156551a0461359c6470e61d69ba0f50a49a894f6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Mar 12 21:24:06 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Mar 12 21:24:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156551a0

x11-terms/xfce4-terminal: Stabilize 1.1.3 arm64, #926561

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
index 93b28676ab9a..b52a27f3ca91 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2024-03-09 Thread Michał Górny
commit: 7a3a0acad79fd20d3648478d2cf77fc689c0396d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  9 14:11:21 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  9 14:11:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3a0aca

x11-terms/xfce4-terminal: Stabilize 1.1.3 amd64, #926561

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
index 6e904660dcf0..781ed69acd73 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2024-03-09 Thread Michał Górny
commit: 85736fcecec33b04ed335eb4a450d43ece3bc151
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  9 14:11:22 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  9 14:11:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85736fce

x11-terms/xfce4-terminal: Stabilize 1.1.3 x86, #926561

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
index 781ed69acd73..93b28676ab9a 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2024-03-09 Thread Michał Górny
commit: f8212aad152459451ffc6fd3f38343ed3d1c7d22
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  9 14:11:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  9 14:11:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8212aad

x11-terms/xfce4-terminal: Stabilize 1.1.3 ppc64, #926561

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
index 43fad5f7a68c..6e904660dcf0 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2024-03-09 Thread Michał Górny
commit: 969bc0a686013e3a7f70095412b1c31080fac3a2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  9 14:11:19 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  9 14:11:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969bc0a6

x11-terms/xfce4-terminal: Stabilize 1.1.3 arm, #926561

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
index 1937b280276f..43fad5f7a68c 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2024-02-29 Thread Michał Górny
commit: 90975e7f5eddbd7af02535669e2206f4a9e9d125
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 29 14:42:36 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 29 14:42:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90975e7f

x11-terms/xfce4-terminal: Bump to 1.1.3

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.1.3.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 48198428008a..337bcdc07caf 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-terminal-1.1.1.tar.bz2 1033180 BLAKE2B 
e33bf7f0ff56200154a7195b6aaf09a7b67c7577c78190fd110b1dc035914295735925bf82f0cd3b6809646315236a32fc835acbb8d97b73b57025205faef9e8
 SHA512 
0f2631cc9790b467495cf17a506c33b9c6a037b94a353cb870554b1dd9da0b4795ed965ca2e9beb5dec1b344304e4dc9f71130862f6b45d63f66c603757991cd
 DIST xfce4-terminal-1.1.2.tar.bz2 1042199 BLAKE2B 
5919899a7e76e31a05f13485a38564a38dba37335b412a7d548d107ea8ed5eea9edb087ac75e9a90364b5e9a0aaa4b8b32342ac3a8e026da0c3cf73bd8903c81
 SHA512 
ffd0975dc839e256ee18c8a5cb01025bfc2703af7d379d565ea861482269698c718c4cca408440cdc76ef7c6ccacaa6816da7f6734b1aef004cfb223f657243a
+DIST xfce4-terminal-1.1.3.tar.bz2 1042732 BLAKE2B 
e4cdd24a19525f6da16483e1db7d80995396600d80b857e56c9859c25c3a54ba324205ab4938e3cea66da18495c8c32b8cc85ad4583593e289246ea3dbd34b74
 SHA512 
12d489099851b281d3ac83a4d9b2f459ed8442899823edba36055a0aa731d1821686f400d5d370833077b0ccf930cb3dfdf5800af58dd2339377dd7e902210b9

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
new file mode 100644
index ..1937b280276f
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/terminal/start
+   https://gitlab.xfce.org/apps/xfce4-terminal/
+"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=dev-libs/libpcre2-10.00:=
+   >=x11-libs/gtk+-3.22.0:3[wayland?,X?]
+   >=x11-libs/vte-0.51.3:2.91
+   >=xfce-base/libxfce4ui-4.17.5:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16.0:=
+   utempter? ( sys-libs/libutempter:= )
+   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
+   X? ( >=x11-libs/libX11-1.6.7 )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   $(use_enable wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2024-02-05 Thread Michał Górny
commit: caea648c7acc296d519eb0614cb6c2a427327338
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  5 18:10:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  5 18:11:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caea648c

x11-terms/xfce4-terminal: Bump to 1.1.2

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.1.2.ebuild | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 9b4e85d7dec7..48198428008a 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
 DIST xfce4-terminal-1.1.1.tar.bz2 1033180 BLAKE2B 
e33bf7f0ff56200154a7195b6aaf09a7b67c7577c78190fd110b1dc035914295735925bf82f0cd3b6809646315236a32fc835acbb8d97b73b57025205faef9e8
 SHA512 
0f2631cc9790b467495cf17a506c33b9c6a037b94a353cb870554b1dd9da0b4795ed965ca2e9beb5dec1b344304e4dc9f71130862f6b45d63f66c603757991cd
+DIST xfce4-terminal-1.1.2.tar.bz2 1042199 BLAKE2B 
5919899a7e76e31a05f13485a38564a38dba37335b412a7d548d107ea8ed5eea9edb087ac75e9a90364b5e9a0aaa4b8b32342ac3a8e026da0c3cf73bd8903c81
 SHA512 
ffd0975dc839e256ee18c8a5cb01025bfc2703af7d379d565ea861482269698c718c4cca408440cdc76ef7c6ccacaa6816da7f6734b1aef004cfb223f657243a

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild
new file mode 100644
index ..1937b280276f
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/terminal/start
+   https://gitlab.xfce.org/apps/xfce4-terminal/
+"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=dev-libs/libpcre2-10.00:=
+   >=x11-libs/gtk+-3.22.0:3[wayland?,X?]
+   >=x11-libs/vte-0.51.3:2.91
+   >=xfce-base/libxfce4ui-4.17.5:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16.0:=
+   utempter? ( sys-libs/libutempter:= )
+   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
+   X? ( >=x11-libs/libX11-1.6.7 )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   $(use_enable wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/, x11-terms/xfce4-terminal/files/

2023-12-22 Thread Michał Górny
commit: af055789188eebf65bd8e7f2a54f32b7a7dd8f92
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 22 16:10:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 22 16:43:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af055789

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  1 -
 .../files/xfce4-terminal-1.1.0-menu-accel.patch| 75 --
 .../xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild  | 58 -
 3 files changed, 134 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index f1cc0b551bec..9b4e85d7dec7 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1 @@
-DIST xfce4-terminal-1.1.0.tar.bz2 1021840 BLAKE2B 
981d73362dd7e1122b893c0761ca8f758e9382bc49a5ad985d11a953aa17e65b0c372b8a6350ed2671665508e625fbfbf4532dadc88211c14b6848c195d247dc
 SHA512 
c01f0e7a293c4e55b4ee151eb8beb5ff9634a8134b545452c87ee9fa9928507e73bda1a63634900f669a58353877c2cb3f48e7b95cf236bdc857ca311c73c86f
 DIST xfce4-terminal-1.1.1.tar.bz2 1033180 BLAKE2B 
e33bf7f0ff56200154a7195b6aaf09a7b67c7577c78190fd110b1dc035914295735925bf82f0cd3b6809646315236a32fc835acbb8d97b73b57025205faef9e8
 SHA512 
0f2631cc9790b467495cf17a506c33b9c6a037b94a353cb870554b1dd9da0b4795ed965ca2e9beb5dec1b344304e4dc9f71130862f6b45d63f66c603757991cd

diff --git 
a/x11-terms/xfce4-terminal/files/xfce4-terminal-1.1.0-menu-accel.patch 
b/x11-terms/xfce4-terminal/files/xfce4-terminal-1.1.0-menu-accel.patch
deleted file mode 100644
index e40b9be6eae2..
--- a/x11-terms/xfce4-terminal/files/xfce4-terminal-1.1.0-menu-accel.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From c576281a780884f9ba1f6abe3d543a3a00f0b48d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= 
-Date: Thu, 24 Aug 2023 12:50:38 +0200
-Subject: [PATCH] app: Put GtkSettings:gtk-menu-bar-accel overwrite back in
- place
-
-Fixes: 86abcfefec1c994e1fe7bb94fb615945507ba41c
-Closes: #259

- terminal/terminal-app.c | 22 ++
- 1 file changed, 22 insertions(+)
-
-diff --git a/terminal/terminal-app.c b/terminal/terminal-app.c
-index 46b4c300..f3aeeeac 100644
 a/terminal/terminal-app.c
-+++ b/terminal/terminal-app.c
-@@ -56,6 +56,7 @@
- 
- 
- static void terminal_app_finalize (GObject
*object);
-+static void terminal_app_update_accels(TerminalApp
*app);
- static void terminal_app_update_windows_accels(gpointer
user_data);
- static gboolean terminal_app_accel_map_load   (gpointer
user_data);
- static gboolean terminal_app_accel_map_save   (gpointer
user_data);
-@@ -129,12 +130,16 @@ static void
- terminal_app_init (TerminalApp *app)
- {
-   app->preferences = terminal_preferences_get ();
-+  g_signal_connect_swapped (G_OBJECT (app->preferences), 
"notify::shortcuts-no-menukey",
-+G_CALLBACK (terminal_app_update_accels), app);
- 
-   /* remember the original menu bar accel */
-   g_object_get (G_OBJECT (gtk_settings_get_default ()),
- "gtk-menu-bar-accel", >initial_menu_bar_accel,
- NULL);
- 
-+  terminal_app_update_accels (app);
-+
-   /* schedule accel map load and update windows when finished */
-   app->accel_map_load_id = gdk_threads_add_idle_full (G_PRIORITY_LOW, 
terminal_app_accel_map_load, app,
-   
terminal_app_update_windows_accels);
-@@ -169,6 +174,7 @@ terminal_app_finalize (GObject *object)
- }
-   g_slist_free (app->windows);
- 
-+  g_signal_handlers_disconnect_by_func (G_OBJECT (app->preferences), 
G_CALLBACK (terminal_app_update_accels), app);
-   g_object_unref (G_OBJECT (app->preferences));
- 
-   if (app->initial_menu_bar_accel != NULL)
-@@ -182,6 +188,22 @@ terminal_app_finalize (GObject *object)
- 
- 
- 
-+static void
-+terminal_app_update_accels (TerminalApp *app)
-+{
-+  gboolean no_key;
-+
-+  g_object_get (G_OBJECT (app->preferences),
-+"shortcuts-no-menukey", _key,
-+NULL);
-+  g_object_set (G_OBJECT (gtk_settings_get_default ()),
-+"gtk-menu-bar-accel",
-+no_key ? NULL : app->initial_menu_bar_accel,
-+NULL);
-+}
-+
-+
-+
- static void
- terminal_app_update_windows_accels (gpointer user_data)
- {
--- 
-GitLab
-

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
deleted file mode 100644
index 844c01d9c37c..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-12-22 Thread Arthur Zamarin
commit: d47cbc244e43415c5c30890f812d976ac74cfae8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 22 15:36:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 22 15:36:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47cbc24

x11-terms/xfce4-terminal: Stabilize 1.1.1 ppc, #919018

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
index 6e720d70a403..e0d3a83dedd2 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ppc64 ~riscv 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter wayland X"
 REQUIRED_USE="|| ( wayland X )"
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-12-02 Thread Arthur Zamarin
commit: 2cc714ef1630e8094d41cac0e5b48a0898e2ad93
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  2 10:53:32 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  2 10:53:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc714ef

x11-terms/xfce4-terminal: Stabilize 1.1.1 ppc64, #919018

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
index 5be4968a733a..b86ef999af7a 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter wayland X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-12-02 Thread Michał Górny
commit: c9f285436fefe6c8b1df95548770790140010e1c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  2 09:49:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  2 09:50:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f28543

x11-terms/xfce4-terminal: Stabilize 1.1.1 x86, #919018

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
index e2431e0b6bcd..5be4968a733a 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter wayland X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-12-02 Thread Arthur Zamarin
commit: e9b841e18b0a83ee81686c961c8a1d0dfed67e8f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  2 09:48:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  2 09:48:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9b841e1

x11-terms/xfce4-terminal: Stabilize 1.1.1 arm64, #919018

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
index 28f2e365c9de..e2431e0b6bcd 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter wayland X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-12-02 Thread Arthur Zamarin
commit: f3feb1e91d94b26072abc9824f9ae0ad9c7fac0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec  2 09:45:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec  2 09:45:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3feb1e9

x11-terms/xfce4-terminal: Stabilize 1.1.1 amd64, #919018

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
index adf18e9234d7..28f2e365c9de 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter wayland X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-12-02 Thread Michał Górny
commit: 388d70e6402dccc5aa6b4abe4b83242f8733c126
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  2 09:34:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  2 09:34:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388d70e6

x11-terms/xfce4-terminal: Stabilize 1.1.1 arm, #919018

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
index 9fd5ac5be306..adf18e9234d7 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${P}.tar.bz2"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter wayland X"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-10-14 Thread Michał Górny
commit: 0ca8d86aa02490bdb0813c5a521b7fa46d03d431
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 13:04:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 13:05:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca8d86a

x11-terms/xfce4-terminal: Bump to 1.1.1

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.1.1.ebuild | 58 ++
 2 files changed, 59 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 6b1b975272e1..f1cc0b551bec 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
 DIST xfce4-terminal-1.1.0.tar.bz2 1021840 BLAKE2B 
981d73362dd7e1122b893c0761ca8f758e9382bc49a5ad985d11a953aa17e65b0c372b8a6350ed2671665508e625fbfbf4532dadc88211c14b6848c195d247dc
 SHA512 
c01f0e7a293c4e55b4ee151eb8beb5ff9634a8134b545452c87ee9fa9928507e73bda1a63634900f669a58353877c2cb3f48e7b95cf236bdc857ca311c73c86f
+DIST xfce4-terminal-1.1.1.tar.bz2 1033180 BLAKE2B 
e33bf7f0ff56200154a7195b6aaf09a7b67c7577c78190fd110b1dc035914295735925bf82f0cd3b6809646315236a32fc835acbb8d97b73b57025205faef9e8
 SHA512 
0f2631cc9790b467495cf17a506c33b9c6a037b94a353cb870554b1dd9da0b4795ed965ca2e9beb5dec1b344304e4dc9f71130862f6b45d63f66c603757991cd

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
new file mode 100644
index ..1ddde77db027
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/terminal/start
+   https://gitlab.xfce.org/apps/xfce4-terminal/
+"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+IUSE="utempter wayland X"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=dev-libs/libpcre2-10.00:=
+   >=x11-libs/gtk+-3.22.0:3[wayland?,X?]
+   >=x11-libs/vte-0.51.3:2.91
+   >=xfce-base/libxfce4ui-4.17.5:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16.0:=
+   utempter? ( sys-libs/libutempter:= )
+   wayland? ( >=gui-libs/gtk-layer-shell-0.7.0 )
+   X? ( >=x11-libs/libX11-1.6.7 )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   $(use_enable wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-10-06 Thread Michał Górny
commit: 40b279f26e8a23df4c118b3a75bf30212f1e611b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  6 19:02:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  6 19:03:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b279f2

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  1 -
 .../xfce4-terminal/xfce4-terminal-1.0.4.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index fd5d14196274..6b1b975272e1 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1 @@
-DIST xfce4-terminal-1.0.4.tar.bz2 1009367 BLAKE2B 
48a618f8ea98ad0408d8e54d4489358874e9e0e3c6a7011f298d0fed21512783258598cc59013c7406128e68d7311ddf64fdb13f9517306a819db50edc0555cc
 SHA512 
76ea8f296fe1c128dc70d8aabf23447300ba83405d52e844abec89049968bac51fe47fd7545a76e4a421275c6a2f230f326ed3a25083bf536f17fc3218b05fce
 DIST xfce4-terminal-1.1.0.tar.bz2 1021840 BLAKE2B 
981d73362dd7e1122b893c0761ca8f758e9382bc49a5ad985d11a953aa17e65b0c372b8a6350ed2671665508e625fbfbf4532dadc88211c14b6848c195d247dc
 SHA512 
c01f0e7a293c4e55b4ee151eb8beb5ff9634a8134b545452c87ee9fa9928507e73bda1a63634900f669a58353877c2cb3f48e7b95cf236bdc857ca311c73c86f

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
deleted file mode 100644
index 174b99f27304..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND="
-   >=dev-libs/glib-2.42:2=
-   >=x11-libs/gtk+-3.22:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.51.3:2.91=
-   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
-   >=xfce-base/xfconf-4.16:=
-   utempter? ( sys-libs/libutempter:= )
-"
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-10-06 Thread Arthur Zamarin
commit: 10c5cdee267efe96217996c96dc73462f5d35b58
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  6 18:11:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  6 18:11:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c5cdee

x11-terms/xfce4-terminal: Stabilize 1.1.0-r1 ppc64, #915243

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
index 72b0b3d1fc3c..b425df1b51cf 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-10-06 Thread Sam James
commit: ee81ba7a90c9b6936daace47a89a659b9e3d7303
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 16:04:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 16:04:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee81ba7a

x11-terms/xfce4-terminal: Stabilize 1.1.0-r1 amd64, #915243

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
index d700a73324e1..2847ab21be66 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-10-06 Thread Sam James
commit: 331a9c0de02a4494ab68286a607715c24138e9bb
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:30:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:30:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331a9c0d

x11-terms/xfce4-terminal: Stabilize 1.1.0-r1 x86, #915243

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
index 9e031ebf43f6..d700a73324e1 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-10-06 Thread Arthur Zamarin
commit: 2b87daa59efcf4816847312f545f83aed344746a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct  6 14:30:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct  6 14:30:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b87daa5

x11-terms/xfce4-terminal: Stabilize 1.1.0-r1 arm, #915243

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
index 0375fd655c28..9e031ebf43f6 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-10-06 Thread Sam James
commit: 4ff8d9fa31b6d30fbe25b114b0721a022462c85c
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct  6 14:09:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct  6 14:09:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff8d9fa

x11-terms/xfce4-terminal: Stabilize 1.1.0-r1 arm64, #915243

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
index 656858903238..0375fd655c28 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/, x11-terms/xfce4-terminal/files/

2023-08-28 Thread Michał Górny
commit: b8eb76d4d87de62aea41d1bfa3233f635b8ec20b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 28 18:56:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 28 18:59:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8eb76d4

x11-terms/xfce4-terminal: Backport fix for disabling F10 accel

Closes: https://bugs.gentoo.org/913048
Signed-off-by: Michał Górny  gentoo.org>

 .../files/xfce4-terminal-1.1.0-menu-accel.patch| 75 ++
 ...1.1.0.ebuild => xfce4-terminal-1.1.0-r1.ebuild} |  4 ++
 2 files changed, 79 insertions(+)

diff --git 
a/x11-terms/xfce4-terminal/files/xfce4-terminal-1.1.0-menu-accel.patch 
b/x11-terms/xfce4-terminal/files/xfce4-terminal-1.1.0-menu-accel.patch
new file mode 100644
index ..e40b9be6eae2
--- /dev/null
+++ b/x11-terms/xfce4-terminal/files/xfce4-terminal-1.1.0-menu-accel.patch
@@ -0,0 +1,75 @@
+From c576281a780884f9ba1f6abe3d543a3a00f0b48d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= 
+Date: Thu, 24 Aug 2023 12:50:38 +0200
+Subject: [PATCH] app: Put GtkSettings:gtk-menu-bar-accel overwrite back in
+ place
+
+Fixes: 86abcfefec1c994e1fe7bb94fb615945507ba41c
+Closes: #259
+---
+ terminal/terminal-app.c | 22 ++
+ 1 file changed, 22 insertions(+)
+
+diff --git a/terminal/terminal-app.c b/terminal/terminal-app.c
+index 46b4c300..f3aeeeac 100644
+--- a/terminal/terminal-app.c
 b/terminal/terminal-app.c
+@@ -56,6 +56,7 @@
+ 
+ 
+ static void terminal_app_finalize (GObject
*object);
++static void terminal_app_update_accels(TerminalApp
*app);
+ static void terminal_app_update_windows_accels(gpointer
user_data);
+ static gboolean terminal_app_accel_map_load   (gpointer
user_data);
+ static gboolean terminal_app_accel_map_save   (gpointer
user_data);
+@@ -129,12 +130,16 @@ static void
+ terminal_app_init (TerminalApp *app)
+ {
+   app->preferences = terminal_preferences_get ();
++  g_signal_connect_swapped (G_OBJECT (app->preferences), 
"notify::shortcuts-no-menukey",
++G_CALLBACK (terminal_app_update_accels), app);
+ 
+   /* remember the original menu bar accel */
+   g_object_get (G_OBJECT (gtk_settings_get_default ()),
+ "gtk-menu-bar-accel", >initial_menu_bar_accel,
+ NULL);
+ 
++  terminal_app_update_accels (app);
++
+   /* schedule accel map load and update windows when finished */
+   app->accel_map_load_id = gdk_threads_add_idle_full (G_PRIORITY_LOW, 
terminal_app_accel_map_load, app,
+   
terminal_app_update_windows_accels);
+@@ -169,6 +174,7 @@ terminal_app_finalize (GObject *object)
+ }
+   g_slist_free (app->windows);
+ 
++  g_signal_handlers_disconnect_by_func (G_OBJECT (app->preferences), 
G_CALLBACK (terminal_app_update_accels), app);
+   g_object_unref (G_OBJECT (app->preferences));
+ 
+   if (app->initial_menu_bar_accel != NULL)
+@@ -182,6 +188,22 @@ terminal_app_finalize (GObject *object)
+ 
+ 
+ 
++static void
++terminal_app_update_accels (TerminalApp *app)
++{
++  gboolean no_key;
++
++  g_object_get (G_OBJECT (app->preferences),
++"shortcuts-no-menukey", _key,
++NULL);
++  g_object_set (G_OBJECT (gtk_settings_get_default ()),
++"gtk-menu-bar-accel",
++no_key ? NULL : app->initial_menu_bar_accel,
++NULL);
++}
++
++
++
+ static void
+ terminal_app_update_windows_accels (gpointer user_data)
+ {
+-- 
+GitLab
+

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
similarity index 95%
rename from x11-terms/xfce4-terminal/xfce4-terminal-1.1.0.ebuild
rename to x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
index 17e638f1825b..656858903238 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0-r1.ebuild
@@ -37,6 +37,10 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}/${P}-menu-accel.patch"
+)
+
 src_configure() {
local myconf=(
$(use_with utempter)



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2023-08-22 Thread Michał Górny
commit: b81657f21fb6b24d8056f9b4c68d824afa9b4898
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 22 10:50:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 22 12:04:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81657f2

x11-terms/xfce4-terminal: Bump to 1.1.0

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.1.0.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index dbc0c39a767c..fd5d14196274 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
 DIST xfce4-terminal-1.0.4.tar.bz2 1009367 BLAKE2B 
48a618f8ea98ad0408d8e54d4489358874e9e0e3c6a7011f298d0fed21512783258598cc59013c7406128e68d7311ddf64fdb13f9517306a819db50edc0555cc
 SHA512 
76ea8f296fe1c128dc70d8aabf23447300ba83405d52e844abec89049968bac51fe47fd7545a76e4a421275c6a2f230f326ed3a25083bf536f17fc3218b05fce
+DIST xfce4-terminal-1.1.0.tar.bz2 1021840 BLAKE2B 
981d73362dd7e1122b893c0761ca8f758e9382bc49a5ad985d11a953aa17e65b0c372b8a6350ed2671665508e625fbfbf4532dadc88211c14b6848c195d247dc
 SHA512 
c01f0e7a293c4e55b4ee151eb8beb5ff9634a8134b545452c87ee9fa9928507e73bda1a63634900f669a58353877c2cb3f48e7b95cf236bdc857ca311c73c86f

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0.ebuild
new file mode 100644
index ..17e638f1825b
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.1.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/terminal/start
+   https://gitlab.xfce.org/apps/xfce4-terminal/
+"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND="
+   >=dev-libs/glib-2.44.0:2
+   >=dev-libs/libpcre2-10.00:=
+   >=x11-libs/gtk+-3.22.0:3
+   x11-libs/libX11
+   >=x11-libs/vte-0.51.3:2.91
+   >=xfce-base/libxfce4ui-4.17.5:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16.0:=
+   utempter? ( sys-libs/libutempter:= )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-08-28 Thread WANG Xuerui
commit: 92ea4d624152c9b3d8cf561d66cb60add940c4a2
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 06:45:47 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 06:48:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ea4d62

x11-terms/xfce4-terminal: keyword 1.0.4 for ~loong

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
index 8faf23b0abf0..174b99f27304 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-07-27 Thread Michał Górny
commit: cfad9b2b3a70d1209f55232745872feb26b06258
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 27 05:35:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 27 06:55:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfad9b2b

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  2 -
 .../xfce4-terminal/xfce4-terminal-1.0.2.ebuild | 50 --
 .../xfce4-terminal/xfce4-terminal-1.0.3.ebuild | 50 --
 3 files changed, 102 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index bf38604af8a7..dbc0c39a767c 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1 @@
-DIST xfce4-terminal-1.0.2.tar.bz2 1001720 BLAKE2B 
c3759f5199da51ffae3bcacb0c1cfcfd54d9c4e11f52c7681ca335042164a0311990174defc0ef82cbb3aea6e6cf89400dd9de4406e3843d17f5da8e7ed048fe
 SHA512 
0ac33e01b2975c2ab4cc6078075ba83a77c260ea914e89d1dce8393c307aa4956f0cb0db13c3ecff0bec7659d33e02834343211852787a691b61a19d40a0c757
-DIST xfce4-terminal-1.0.3.tar.bz2 1000750 BLAKE2B 
7d8f39725619f9c67b671a0ba3f358c448e53b47d8454233ab97c31735a64d6050e180d1612cbaa9cddf619daf9b12dbb77d97e0737f81337ffe5cb5d9303e4a
 SHA512 
b9d93c3def9cd1237b985ee95664e210595f450e78b9e23fd5928d66cd978fca38db8be1e3c2968b6cb9a8abb5ab978975eed6b8afa3b49509fecf16b66580d3
 DIST xfce4-terminal-1.0.4.tar.bz2 1009367 BLAKE2B 
48a618f8ea98ad0408d8e54d4489358874e9e0e3c6a7011f298d0fed21512783258598cc59013c7406128e68d7311ddf64fdb13f9517306a819db50edc0555cc
 SHA512 
76ea8f296fe1c128dc70d8aabf23447300ba83405d52e844abec89049968bac51fe47fd7545a76e4a421275c6a2f230f326ed3a25083bf536f17fc3218b05fce

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
deleted file mode 100644
index 8faf23b0abf0..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND="
-   >=dev-libs/glib-2.42:2=
-   >=x11-libs/gtk+-3.22:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.51.3:2.91=
-   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
-   >=xfce-base/xfconf-4.16:=
-   utempter? ( sys-libs/libutempter:= )
-"
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild
deleted file mode 100644
index 515d1165885b..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND="
-   >=dev-libs/glib-2.42:2=
-   >=x11-libs/gtk+-3.22:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.51.3:2.91=
-   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
-   >=xfce-base/xfconf-4.16:=
-   utempter? ( sys-libs/libutempter:= )
-"
-DEPEND="
-   ${RDEPEND}
-"
-BDEPEND="
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-07-26 Thread Sam James
commit: b3d33a0788f340c2216082f4f7e2c5c5a691c767
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 18:40:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 18:40:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3d33a07

x11-terms/xfce4-terminal: Stabilize 1.0.4 ppc, #860927

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
index 1d7716acb32e..8faf23b0abf0 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-07-25 Thread Sam James
commit: 57a88ec254a4d804daf810766925e012c6ff7b69
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 04:41:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 04:41:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a88ec2

x11-terms/xfce4-terminal: Stabilize 1.0.4 ppc64, #860927

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
index 546704008f08..1d7716acb32e 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ~ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-07-25 Thread Sam James
commit: c230542a5383a3485394069d7f497fafb61ec4f8
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 02:16:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 02:16:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c230542a

x11-terms/xfce4-terminal: Stabilize 1.0.4 arm64, #860927

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
index 1d4c38712da3..546704008f08 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-07-25 Thread Sam James
commit: 7853ad25a1d4233773a6a74ba380718bcd5ffbec
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 02:04:44 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 02:04:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7853ad25

x11-terms/xfce4-terminal: Stabilize 1.0.4 arm, #860927

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
index fc192de7182e..1d4c38712da3 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-07-25 Thread Sam James
commit: 97b98ca683a84100b48bd4c3c3d728aba8abe475
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 01:35:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 01:35:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b98ca6

x11-terms/xfce4-terminal: Stabilize 1.0.4 amd64, #860927

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
index d59f4399786c..fc192de7182e 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-05-22 Thread Michał Górny
commit: bdc4b4bbb22f86ed8964030a7df0a48015fbd74f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 22 16:30:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 22 16:36:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdc4b4bb

x11-terms/xfce4-terminal: Bump to 1.0.4

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.0.4.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 16dc48630c69..bf38604af8a7 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-terminal-1.0.2.tar.bz2 1001720 BLAKE2B 
c3759f5199da51ffae3bcacb0c1cfcfd54d9c4e11f52c7681ca335042164a0311990174defc0ef82cbb3aea6e6cf89400dd9de4406e3843d17f5da8e7ed048fe
 SHA512 
0ac33e01b2975c2ab4cc6078075ba83a77c260ea914e89d1dce8393c307aa4956f0cb0db13c3ecff0bec7659d33e02834343211852787a691b61a19d40a0c757
 DIST xfce4-terminal-1.0.3.tar.bz2 1000750 BLAKE2B 
7d8f39725619f9c67b671a0ba3f358c448e53b47d8454233ab97c31735a64d6050e180d1612cbaa9cddf619daf9b12dbb77d97e0737f81337ffe5cb5d9303e4a
 SHA512 
b9d93c3def9cd1237b985ee95664e210595f450e78b9e23fd5928d66cd978fca38db8be1e3c2968b6cb9a8abb5ab978975eed6b8afa3b49509fecf16b66580d3
+DIST xfce4-terminal-1.0.4.tar.bz2 1009367 BLAKE2B 
48a618f8ea98ad0408d8e54d4489358874e9e0e3c6a7011f298d0fed21512783258598cc59013c7406128e68d7311ddf64fdb13f9517306a819db50edc0555cc
 SHA512 
76ea8f296fe1c128dc70d8aabf23447300ba83405d52e844abec89049968bac51fe47fd7545a76e4a421275c6a2f230f326ed3a25083bf536f17fc3218b05fce

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
new file mode 100644
index ..515d1165885b
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND="
+   >=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.51.3:2.91=
+   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16:=
+   utempter? ( sys-libs/libutempter:= )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-05-12 Thread Michał Górny
commit: 041c0af660f62003b2dbdfa97ef407f77b0178fb
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 04:22:45 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 04:22:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041c0af6

x11-terms/xfce4-terminal: Bump to 1.0.3

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.0.3.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 3020e46d02b3..16dc48630c69 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
 DIST xfce4-terminal-1.0.2.tar.bz2 1001720 BLAKE2B 
c3759f5199da51ffae3bcacb0c1cfcfd54d9c4e11f52c7681ca335042164a0311990174defc0ef82cbb3aea6e6cf89400dd9de4406e3843d17f5da8e7ed048fe
 SHA512 
0ac33e01b2975c2ab4cc6078075ba83a77c260ea914e89d1dce8393c307aa4956f0cb0db13c3ecff0bec7659d33e02834343211852787a691b61a19d40a0c757
+DIST xfce4-terminal-1.0.3.tar.bz2 1000750 BLAKE2B 
7d8f39725619f9c67b671a0ba3f358c448e53b47d8454233ab97c31735a64d6050e180d1612cbaa9cddf619daf9b12dbb77d97e0737f81337ffe5cb5d9303e4a
 SHA512 
b9d93c3def9cd1237b985ee95664e210595f450e78b9e23fd5928d66cd978fca38db8be1e3c2968b6cb9a8abb5ab978975eed6b8afa3b49509fecf16b66580d3

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild
new file mode 100644
index ..515d1165885b
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.3.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND="
+   >=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.51.3:2.91=
+   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16:=
+   utempter? ( sys-libs/libutempter:= )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-05-05 Thread Michał Górny
commit: 2424c2c8207cc0da01487d4d0b41dc01d04d00d3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  5 06:37:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  5 07:09:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2424c2c8

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  4 --
 .../xfce4-terminal/xfce4-terminal-0.8.10.ebuild| 45 ---
 .../xfce4-terminal/xfce4-terminal-0.9.2.ebuild | 48 -
 .../xfce4-terminal/xfce4-terminal-1.0.0.ebuild | 50 --
 .../xfce4-terminal/xfce4-terminal-1.0.1.ebuild | 50 --
 5 files changed, 197 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 12fd0d2a9304..3020e46d02b3 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,5 +1 @@
-DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
-DIST xfce4-terminal-0.9.2.tar.bz2 1003043 BLAKE2B 
abab648e33c063235c89d241a3190fa4f7591367a548587198fd93402b344583ae8db8e25e0baaa3b13fa67d3a620370f23f84004f71b3feec8ad104b4b34cee
 SHA512 
1be443b0a720ebc2960b604823bafedf06164b7fcf2090810efb02b817146633509d3f0319b8cb4213cb91752f4fcce469e2b398e04d854630fee44dccec8b4b
-DIST xfce4-terminal-1.0.0.tar.bz2 1022734 BLAKE2B 
e72ecced3d506e6d69d61cd6fae77dee592e4c77f679428b75900e36aeb916e9581182bb08944c31bcc1bab44c8e45f661fa8dff9d7ed5b2d748e34a392e6106
 SHA512 
3a7ab171f08b4e9e9628a1e69ce2a5f20a00db13ee01232fe33f86df868037394540fdc5899876a46ce200d15fd9f6603eff2508f3c66b3b4f90573d16b3f02f
-DIST xfce4-terminal-1.0.1.tar.bz2 1002307 BLAKE2B 
556d3a8fc40a1a9a33ae40b4bf1b522076405130f2b3e1a2b46a9da00724f92ebf3483ef249a73ce98e351e2c30916b54ef4e24a46e0e1eb7a2725c1895c5f73
 SHA512 
53e75f091ffa7444b6653a43458793cba2b50c76e9670da801b42e8c9283c4bb9a65404cc75ab35914cf9e3e1ce94914c2d337d35396d797837ef7b8f72f4d65
 DIST xfce4-terminal-1.0.2.tar.bz2 1001720 BLAKE2B 
c3759f5199da51ffae3bcacb0c1cfcfd54d9c4e11f52c7681ca335042164a0311990174defc0ef82cbb3aea6e6cf89400dd9de4406e3843d17f5da8e7ed048fe
 SHA512 
0ac33e01b2975c2ab4cc6078075ba83a77c260ea914e89d1dce8393c307aa4956f0cb0db13c3ecff0bec7659d33e02834343211852787a691b61a19d40a0c757

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
deleted file mode 100644
index 4f057f1b94b0..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND=">=dev-libs/glib-2.42:2=
-   >=x11-libs/gtk+-3.22:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.46:2.91=
-   >=xfce-base/libxfce4ui-4.14:=[gtk3(+)]
-   >=xfce-base/xfconf-4.14:=
-   utempter? ( sys-libs/libutempter:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.2.ebuild
deleted file mode 100644
index 3753ca7bb0f4..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND="
-   >=dev-libs/glib-2.42:2=
-   >=x11-libs/gtk+-3.22:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.51.3:2.91=
-   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
-   

[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-05-05 Thread Jakov Smolić
commit: 8729c2295e3a9ece8f759be12fc1432f446f98fc
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu May  5 00:06:26 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu May  5 07:06:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8729c229

x11-terms/xfce4-terminal: Stabilize 1.0.2 arm64, #841257

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
index 1a49d02ec917..8faf23b0abf0 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-04-27 Thread Arthur Zamarin
commit: e6a96fae64356512a0d23085b2a6d60f6f1b2bc6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 18:21:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 18:21:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a96fae

x11-terms/xfce4-terminal: Stabilize 1.0.2 ppc64, #841257

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
index 4d362f9c89da..1a49d02ec917 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ppc ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-04-27 Thread Arthur Zamarin
commit: c148c83e1f386083176f71aae0e3a833fa3d76d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 18:07:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 18:07:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c148c83e

x11-terms/xfce4-terminal: Stabilize 1.0.2 ppc, #841257

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
index 1d4c38712da3..4d362f9c89da 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-04-27 Thread Arthur Zamarin
commit: 32de5f40aa5dd7de5be94df556cab5a49c88e8b9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr 27 18:04:06 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr 27 18:04:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32de5f40

x11-terms/xfce4-terminal: Stabilize 1.0.2 arm, #841257

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
index fc192de7182e..1d4c38712da3 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-04-27 Thread Jakov Smolić
commit: b473029e6365d4670029ab2d9a616661a9ffb341
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 27 11:20:32 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 27 11:20:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b473029e

x11-terms/xfce4-terminal: Stabilize 1.0.2 amd64, #841257

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
index 515d1165885b..464a73876565 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-04-27 Thread Jakov Smolić
commit: a800ef96ff8afd26f63972142fbd5f5e85c09153
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Apr 27 11:21:09 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Apr 27 11:21:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a800ef96

x11-terms/xfce4-terminal: Stabilize 1.0.2 x86, #841257

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

 x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
index 464a73876565..fc192de7182e 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="utempter"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-04-20 Thread Michał Górny
commit: 7c47f640eef8c19e33055f11c64c5bbaa3dd46db
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 20 17:16:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 20 17:24:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c47f640

x11-terms/xfce4-terminal: Bump to 1.0.2

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.0.2.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index a61e53816869..12fd0d2a9304 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -2,3 +2,4 @@ DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0
 DIST xfce4-terminal-0.9.2.tar.bz2 1003043 BLAKE2B 
abab648e33c063235c89d241a3190fa4f7591367a548587198fd93402b344583ae8db8e25e0baaa3b13fa67d3a620370f23f84004f71b3feec8ad104b4b34cee
 SHA512 
1be443b0a720ebc2960b604823bafedf06164b7fcf2090810efb02b817146633509d3f0319b8cb4213cb91752f4fcce469e2b398e04d854630fee44dccec8b4b
 DIST xfce4-terminal-1.0.0.tar.bz2 1022734 BLAKE2B 
e72ecced3d506e6d69d61cd6fae77dee592e4c77f679428b75900e36aeb916e9581182bb08944c31bcc1bab44c8e45f661fa8dff9d7ed5b2d748e34a392e6106
 SHA512 
3a7ab171f08b4e9e9628a1e69ce2a5f20a00db13ee01232fe33f86df868037394540fdc5899876a46ce200d15fd9f6603eff2508f3c66b3b4f90573d16b3f02f
 DIST xfce4-terminal-1.0.1.tar.bz2 1002307 BLAKE2B 
556d3a8fc40a1a9a33ae40b4bf1b522076405130f2b3e1a2b46a9da00724f92ebf3483ef249a73ce98e351e2c30916b54ef4e24a46e0e1eb7a2725c1895c5f73
 SHA512 
53e75f091ffa7444b6653a43458793cba2b50c76e9670da801b42e8c9283c4bb9a65404cc75ab35914cf9e3e1ce94914c2d337d35396d797837ef7b8f72f4d65
+DIST xfce4-terminal-1.0.2.tar.bz2 1001720 BLAKE2B 
c3759f5199da51ffae3bcacb0c1cfcfd54d9c4e11f52c7681ca335042164a0311990174defc0ef82cbb3aea6e6cf89400dd9de4406e3843d17f5da8e7ed048fe
 SHA512 
0ac33e01b2975c2ab4cc6078075ba83a77c260ea914e89d1dce8393c307aa4956f0cb0db13c3ecff0bec7659d33e02834343211852787a691b61a19d40a0c757

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
new file mode 100644
index ..515d1165885b
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND="
+   >=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.51.3:2.91=
+   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16:=
+   utempter? ( sys-libs/libutempter:= )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-04-14 Thread Andreas K. Hüttel
commit: 2bf74a313eb62b607fd9fd7d6a4f03c273dc51ad
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Apr 14 12:34:03 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Apr 14 12:34:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf74a31

x11-terms/xfce4-terminal: Version bump, as requested by mgorny

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.0.1.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 9a11507783db..a61e53816869 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
 DIST xfce4-terminal-0.9.2.tar.bz2 1003043 BLAKE2B 
abab648e33c063235c89d241a3190fa4f7591367a548587198fd93402b344583ae8db8e25e0baaa3b13fa67d3a620370f23f84004f71b3feec8ad104b4b34cee
 SHA512 
1be443b0a720ebc2960b604823bafedf06164b7fcf2090810efb02b817146633509d3f0319b8cb4213cb91752f4fcce469e2b398e04d854630fee44dccec8b4b
 DIST xfce4-terminal-1.0.0.tar.bz2 1022734 BLAKE2B 
e72ecced3d506e6d69d61cd6fae77dee592e4c77f679428b75900e36aeb916e9581182bb08944c31bcc1bab44c8e45f661fa8dff9d7ed5b2d748e34a392e6106
 SHA512 
3a7ab171f08b4e9e9628a1e69ce2a5f20a00db13ee01232fe33f86df868037394540fdc5899876a46ce200d15fd9f6603eff2508f3c66b3b4f90573d16b3f02f
+DIST xfce4-terminal-1.0.1.tar.bz2 1002307 BLAKE2B 
556d3a8fc40a1a9a33ae40b4bf1b522076405130f2b3e1a2b46a9da00724f92ebf3483ef249a73ce98e351e2c30916b54ef4e24a46e0e1eb7a2725c1895c5f73
 SHA512 
53e75f091ffa7444b6653a43458793cba2b50c76e9670da801b42e8c9283c4bb9a65404cc75ab35914cf9e3e1ce94914c2d337d35396d797837ef7b8f72f4d65

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.1.ebuild
new file mode 100644
index ..515d1165885b
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND="
+   >=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.51.3:2.91=
+   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16:=
+   utempter? ( sys-libs/libutempter:= )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-04-01 Thread Michał Górny
commit: 8cf21be09afc4e678e1792ca9657e880b8c099de
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr  1 17:08:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr  1 17:10:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf21be0

x11-terms/xfce4-terminal: Bump to 1.0.0

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-1.0.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index a43be3e0a401..9a11507783db 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
 DIST xfce4-terminal-0.9.2.tar.bz2 1003043 BLAKE2B 
abab648e33c063235c89d241a3190fa4f7591367a548587198fd93402b344583ae8db8e25e0baaa3b13fa67d3a620370f23f84004f71b3feec8ad104b4b34cee
 SHA512 
1be443b0a720ebc2960b604823bafedf06164b7fcf2090810efb02b817146633509d3f0319b8cb4213cb91752f4fcce469e2b398e04d854630fee44dccec8b4b
+DIST xfce4-terminal-1.0.0.tar.bz2 1022734 BLAKE2B 
e72ecced3d506e6d69d61cd6fae77dee592e4c77f679428b75900e36aeb916e9581182bb08944c31bcc1bab44c8e45f661fa8dff9d7ed5b2d748e34a392e6106
 SHA512 
3a7ab171f08b4e9e9628a1e69ce2a5f20a00db13ee01232fe33f86df868037394540fdc5899876a46ce200d15fd9f6603eff2508f3c66b3b4f90573d16b3f02f

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-1.0.0.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.0.ebuild
new file mode 100644
index ..515d1165885b
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-1.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND="
+   >=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.51.3:2.91=
+   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16:=
+   utempter? ( sys-libs/libutempter:= )
+"
+DEPEND="
+   ${RDEPEND}
+"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-03-24 Thread Michał Górny
commit: d0719dac7e4357ebd03a9cf34e217a816ded0f4a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 24 18:12:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 24 18:12:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0719dac

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  1 -
 .../xfce4-terminal/xfce4-terminal-0.9.1.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 86a586c36133..a43be3e0a401 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
-DIST xfce4-terminal-0.9.1.tar.bz2 1017371 BLAKE2B 
fd15c6994de5584e8153004dc20cb66ae16a94092d2ecaef8d576f51a1a0767b1a1ba3d5e1d677e5b56c5888e16f054900e0bf8028c881aa49425808830aa3f9
 SHA512 
0481db0ba300737a955b1f3fe3269315c3b6852ef574c24a4ecd72714d73e0cdf39eea5be4cbac2df3f5030e22455467c92455284a0dba1f0471376aee42f318
 DIST xfce4-terminal-0.9.2.tar.bz2 1003043 BLAKE2B 
abab648e33c063235c89d241a3190fa4f7591367a548587198fd93402b344583ae8db8e25e0baaa3b13fa67d3a620370f23f84004f71b3feec8ad104b4b34cee
 SHA512 
1be443b0a720ebc2960b604823bafedf06164b7fcf2090810efb02b817146633509d3f0319b8cb4213cb91752f4fcce469e2b398e04d854630fee44dccec8b4b

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.ebuild
deleted file mode 100644
index 182386ffe3aa..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND=">=dev-libs/glib-2.42:2=
-   >=x11-libs/gtk+-3.22:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.46:2.91=
-   >=xfce-base/libxfce4ui-4.14:=[gtk3(+)]
-   >=xfce-base/xfconf-4.14:=
-   utempter? ( sys-libs/libutempter:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-03-05 Thread Michał Górny
commit: 3661643bab8c170278f50be4f57d614e866bc393
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  5 08:42:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  5 08:44:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3661643b

x11-terms/xfce4-terminal: Bump to 0.9.2

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.9.2.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index fde2d74e1e3c..86a586c36133 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
 DIST xfce4-terminal-0.9.1.tar.bz2 1017371 BLAKE2B 
fd15c6994de5584e8153004dc20cb66ae16a94092d2ecaef8d576f51a1a0767b1a1ba3d5e1d677e5b56c5888e16f054900e0bf8028c881aa49425808830aa3f9
 SHA512 
0481db0ba300737a955b1f3fe3269315c3b6852ef574c24a4ecd72714d73e0cdf39eea5be4cbac2df3f5030e22455467c92455284a0dba1f0471376aee42f318
+DIST xfce4-terminal-0.9.2.tar.bz2 1003043 BLAKE2B 
abab648e33c063235c89d241a3190fa4f7591367a548587198fd93402b344583ae8db8e25e0baaa3b13fa67d3a620370f23f84004f71b3feec8ad104b4b34cee
 SHA512 
1be443b0a720ebc2960b604823bafedf06164b7fcf2090810efb02b817146633509d3f0319b8cb4213cb91752f4fcce469e2b398e04d854630fee44dccec8b4b

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.2.ebuild
new file mode 100644
index ..3753ca7bb0f4
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND="
+   >=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.51.3:2.91=
+   >=xfce-base/libxfce4ui-4.16:=[gtk3(+)]
+   >=xfce-base/xfconf-4.16:=
+   utempter? ( sys-libs/libutempter:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2022-02-10 Thread Michał Górny
commit: 78b70e65cd80e383121108a3b79b1446265b3d67
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 10 10:32:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 10 10:35:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b70e65

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  1 -
 .../xfce4-terminal/xfce4-terminal-0.9.0.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 8fceacf7ca34..fde2d74e1e3c 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
-DIST xfce4-terminal-0.9.0.tar.bz2 1006628 BLAKE2B 
a96d661a38865af67119729ce0d401f2b08a43ed3ade891fc65756b007b40b43485d4fdad83529323984a6c9f6df4ea7548c9bcbadf7ec25dce97add5d0f0592
 SHA512 
c431cc3ba93695683301d4a742758ad26994d892d00f394d166315b62a70d00c04e32752fa478b9afbf5642916a0da9470ea22079f9698fbb8455f45f05e2453
 DIST xfce4-terminal-0.9.1.tar.bz2 1017371 BLAKE2B 
fd15c6994de5584e8153004dc20cb66ae16a94092d2ecaef8d576f51a1a0767b1a1ba3d5e1d677e5b56c5888e16f054900e0bf8028c881aa49425808830aa3f9
 SHA512 
0481db0ba300737a955b1f3fe3269315c3b6852ef574c24a4ecd72714d73e0cdf39eea5be4cbac2df3f5030e22455467c92455284a0dba1f0471376aee42f318

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.0.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.0.ebuild
deleted file mode 100644
index 182386ffe3aa..
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND=">=dev-libs/glib-2.42:2=
-   >=x11-libs/gtk+-3.22:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.46:2.91=
-   >=xfce-base/libxfce4ui-4.14:=[gtk3(+)]
-   >=xfce-base/xfconf-4.14:=
-   utempter? ( sys-libs/libutempter:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2021-12-10 Thread Michał Górny
commit: 11a10340698153edff12712239dd343961873d7e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 10 17:50:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 10 18:58:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a10340

x11-terms/xfce4-terminal: Bump to 0.9.1

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.9.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index c96e2e443e78..8fceacf7ca34 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
 DIST xfce4-terminal-0.9.0.tar.bz2 1006628 BLAKE2B 
a96d661a38865af67119729ce0d401f2b08a43ed3ade891fc65756b007b40b43485d4fdad83529323984a6c9f6df4ea7548c9bcbadf7ec25dce97add5d0f0592
 SHA512 
c431cc3ba93695683301d4a742758ad26994d892d00f394d166315b62a70d00c04e32752fa478b9afbf5642916a0da9470ea22079f9698fbb8455f45f05e2453
+DIST xfce4-terminal-0.9.1.tar.bz2 1017371 BLAKE2B 
fd15c6994de5584e8153004dc20cb66ae16a94092d2ecaef8d576f51a1a0767b1a1ba3d5e1d677e5b56c5888e16f054900e0bf8028c881aa49425808830aa3f9
 SHA512 
0481db0ba300737a955b1f3fe3269315c3b6852ef574c24a4ecd72714d73e0cdf39eea5be4cbac2df3f5030e22455467c92455284a0dba1f0471376aee42f318

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.ebuild
new file mode 100644
index ..182386ffe3aa
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.46:2.91=
+   >=xfce-base/libxfce4ui-4.14:=[gtk3(+)]
+   >=xfce-base/xfconf-4.14:=
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2021-10-17 Thread Michał Górny
commit: 38cd4ae351dd1b1c881acc375699ec8e69d2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 11:55:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 11:57:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38cd

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  1 -
 .../xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild   | 37 --
 2 files changed, 38 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 8ec54891ec8..e6d97b84460 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1 @@
 DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
-DIST xfce4-terminal-0.8.9.2.tar.bz2 945176 BLAKE2B 
a37a665601c5bdb2f53cd62a0909befaabd9bca0747d477fe369f4e325be15a362d249ae675e6cf707ecc89e623b4b1d73f7a31d32f6c6fcc13e4c57684f5d4b
 SHA512 
1402d913bcc0c050b6c83405c754cdec71cf9bb56e2e68e4396d7ce48bec6e1b0cc875ea3ea2f7a0dff8280d306519fd74a8f9d9ebca383a8f295991cb9ddd94

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
deleted file mode 100644
index 3f749875383..000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND=">=dev-libs/glib-2.38:2=
-   >=x11-libs/gtk+-3.20.8:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.38:2.91=
-   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
-   utempter? ( sys-libs/libutempter:= )"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2021-10-17 Thread Michał Górny
commit: 5c721aed64c38a600a86193bc812ef5ceb2c39d5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 11:55:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 11:57:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c721aed

x11-terms/xfce4-terminal: Bump to 0.9.0 (devel)

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.9.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index e6d97b84460..c96e2e443e7 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
 DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
+DIST xfce4-terminal-0.9.0.tar.bz2 1006628 BLAKE2B 
a96d661a38865af67119729ce0d401f2b08a43ed3ade891fc65756b007b40b43485d4fdad83529323984a6c9f6df4ea7548c9bcbadf7ec25dce97add5d0f0592
 SHA512 
c431cc3ba93695683301d4a742758ad26994d892d00f394d166315b62a70d00c04e32752fa478b9afbf5642916a0da9470ea22079f9698fbb8455f45f05e2453

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.9.0.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.0.ebuild
new file mode 100644
index 000..182386ffe3a
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.9.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.46:2.91=
+   >=xfce-base/libxfce4ui-4.14:=[gtk3(+)]
+   >=xfce-base/xfconf-4.14:=
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2021-06-01 Thread Yixun Lan
commit: 5cf014a1b8d5beb740dc938d4b37b5a90967f56c
Author: Yixun Lan  gentoo  org>
AuthorDate: Tue Jun  1 14:06:50 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Jun  2 02:41:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf014a1

x11-terms/xfce4-terminal: add riscv keyword

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
index ef158f769f5..4f057f1b94b 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2021-04-12 Thread Sam James
commit: 86f79bb6fa27f1d4e79e90723a336c481c3cd4a9
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 23:26:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 23:32:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f79bb6

x11-terms/xfce4-terminal: Stabilize 0.8.10 arm64, #776703

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
index ba09501cc88..ef158f769f5 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-12-22 Thread Michał Górny
commit: f2d9408d9bbedc89fa8846c7305128b14daa67bc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 22 23:18:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 23:35:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d9408d

x11-terms/xfce4-terminal: Bump to 0.8.10

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.10.ebuild| 45 ++
 2 files changed, 46 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 8aa5abb123c..8ec54891ec8 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
+DIST xfce4-terminal-0.8.10.tar.bz2 978071 BLAKE2B 
a74f6037b3ea28ac5561e7251368c0e039a43af1968abab86c44fee5575d1fe9c61b3521be156b48bd7084f7169fdcd9757cb6bfe0c99b539bcb865e9150e358
 SHA512 
92310837445adf3b611c069d28abea05650b93d54500c0436fb90e0a9be8846122d6ca69f8e6f89a11f2067dc4bfae5557bb11af48d62135b2e5eb395ccdb0f4
 DIST xfce4-terminal-0.8.9.2.tar.bz2 945176 BLAKE2B 
a37a665601c5bdb2f53cd62a0909befaabd9bca0747d477fe369f4e325be15a362d249ae675e6cf707ecc89e623b4b1d73f7a31d32f6c6fcc13e4c57684f5d4b
 SHA512 
1402d913bcc0c050b6c83405c754cdec71cf9bb56e2e68e4396d7ce48bec6e1b0cc875ea3ea2f7a0dff8280d306519fd74a8f9d9ebca383a8f295991cb9ddd94

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
new file mode 100644
index 000..444db2416bc
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.10.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.42:2=
+   >=x11-libs/gtk+-3.22:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.46:2.91=
+   >=xfce-base/libxfce4ui-4.14:=[gtk3(+)]
+   >=xfce-base/xfconf-4.14:=
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-07-19 Thread Michał Górny
commit: 1937fd4c98745600d2c5bd7742ef4d734dc92bd5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 19 14:11:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 19 14:19:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1937fd4c

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  1 -
 .../xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild   | 37 --
 2 files changed, 38 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index ff634ad6852..8aa5abb123c 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1 @@
-DIST xfce4-terminal-0.8.9.1.tar.bz2 943603 BLAKE2B 
ba8521c2e80e8979f1585eb5d9696c31c057a6ae1a9f468c8fe2e97f3a4fa5d494648b349b6c75a115918492d1b46177cf23d712d92345cab74551d68e054ea4
 SHA512 
c1a68300604d1db205ac52b51dfea38031dfd92b31f7530705ac6bc875c9b4f9819bdf05bca23cbfddd87f7899488ee4dab4c897ceb96efc41a44acfc298ed22
 DIST xfce4-terminal-0.8.9.2.tar.bz2 945176 BLAKE2B 
a37a665601c5bdb2f53cd62a0909befaabd9bca0747d477fe369f4e325be15a362d249ae675e6cf707ecc89e623b4b1d73f7a31d32f6c6fcc13e4c57684f5d4b
 SHA512 
1402d913bcc0c050b6c83405c754cdec71cf9bb56e2e68e4396d7ce48bec6e1b0cc875ea3ea2f7a0dff8280d306519fd74a8f9d9ebca383a8f295991cb9ddd94

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
deleted file mode 100644
index 3f749875383..000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND=">=dev-libs/glib-2.38:2=
-   >=x11-libs/gtk+-3.20.8:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.38:2.91=
-   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
-   utempter? ( sys-libs/libutempter:= )"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-05-08 Thread Agostino Sarubbo
commit: f6a2ff08437680a27f30636fad2adac42a80634f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri May  8 10:45:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri May  8 10:45:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a2ff08

x11-terms/xfce4-terminal: x86 stable wrt bug #720440

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
index c16454dc1c6..3f749875383 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-05-06 Thread Sergei Trofimovich
commit: d4271d8d8ec86ff497678f18115d770550fbd788
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May  6 07:12:29 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 07:17:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4271d8d

x11-terms/xfce4-terminal: stable 0.8.9.2 for ppc64, bug #720440

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
index 39f4022da0c..c16454dc1c6 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-05-06 Thread Sergei Trofimovich
commit: 13fc073c79b705824b6c90f1e4b912125f11b232
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May  6 06:50:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 07:01:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fc073c

x11-terms/xfce4-terminal: stable 0.8.9.2 for ppc, bug #720440

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
index 9f23f216e4e..39f4022da0c 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-05-03 Thread Agostino Sarubbo
commit: d7ec049f47dbe93d6060c4a7c0ff745248d601c9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:12:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:12:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7ec049f

x11-terms/xfce4-terminal: arm stable wrt bug #720440

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
index 78021f43342..9f23f216e4e 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-03-30 Thread Michał Górny
commit: bd5f60169a0e2fa81aa39dea211eaebdc4ef
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 30 06:31:43 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 30 06:51:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5f6016

x11-terms/xfce4-terminal: Bump to 0.8.9.2

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index f79177d3eb6..ff634ad6852 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
 DIST xfce4-terminal-0.8.9.1.tar.bz2 943603 BLAKE2B 
ba8521c2e80e8979f1585eb5d9696c31c057a6ae1a9f468c8fe2e97f3a4fa5d494648b349b6c75a115918492d1b46177cf23d712d92345cab74551d68e054ea4
 SHA512 
c1a68300604d1db205ac52b51dfea38031dfd92b31f7530705ac6bc875c9b4f9819bdf05bca23cbfddd87f7899488ee4dab4c897ceb96efc41a44acfc298ed22
+DIST xfce4-terminal-0.8.9.2.tar.bz2 945176 BLAKE2B 
a37a665601c5bdb2f53cd62a0909befaabd9bca0747d477fe369f4e325be15a362d249ae675e6cf707ecc89e623b4b1d73f7a31d32f6c6fcc13e4c57684f5d4b
 SHA512 
1402d913bcc0c050b6c83405c754cdec71cf9bb56e2e68e4396d7ce48bec6e1b0cc875ea3ea2f7a0dff8280d306519fd74a8f9d9ebca383a8f295991cb9ddd94

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
new file mode 100644
index 000..81501fe3e7f
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.38:2=
+   >=x11-libs/gtk+-3.20.8:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-03-15 Thread Agostino Sarubbo
commit: 88da9a7e493b01ad85225021c01ffcaa0ff699b3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:38:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:38:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88da9a7e

x11-terms/xfce4-terminal: x86 stable wrt bug #712350

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
index 01e9c090cb1..b2eb610b37b 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-03-15 Thread Agostino Sarubbo
commit: a36363ea4589676341c43e382cf95cf4a3c2e0fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:33:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:33:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a36363ea

x11-terms/xfce4-terminal: ppc64 stable wrt bug #712350

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
index 7b4a09d4275..01e9c090cb1 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-03-15 Thread Agostino Sarubbo
commit: ca13c6e3200ff5dbd2912fb11f15645b716d275b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 15 18:30:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 15 18:30:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca13c6e3

x11-terms/xfce4-terminal: ppc stable wrt bug #712350

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
index 56fa5be1d61..7b4a09d4275 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-03-14 Thread Sergei Trofimovich
commit: 7fdc8ae3f4d3dc0e286c93470d17bef1ad5d53be
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Mar 14 19:24:31 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Mar 14 19:24:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fdc8ae3

x11-terms/xfce4-terminal: stable 0.8.9.1 for ia64, bug #712350

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
index 9f23f216e4e..56fa5be1d61 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-03-14 Thread Mikle Kolyada
commit: 509e2c5bf59b42d4308f8cbe6f574646d0e77b05
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Mar 14 18:05:06 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Mar 14 18:05:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509e2c5b

x11-terms/xfce4-terminal: arm stable wrt bug #712350

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
index 78021f43342..9f23f216e4e 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2020-03-13 Thread Agostino Sarubbo
commit: 3270cc6d8db65567936a0140e1b0140770f69ba6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 13 18:53:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 13 18:53:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3270cc6d

x11-terms/xfce4-terminal: amd64 stable wrt bug #712350

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
index 705712ceada..78021f43342 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.38:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2019-12-29 Thread Michał Górny
commit: 60316cb408da7877b9a816c669009745a7af5efe
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 29 21:01:12 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 30 04:25:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60316cb4

x11-terms/xfce4-terminal: Remove old

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

 x11-terms/xfce4-terminal/Manifest  |  1 -
 .../xfce4-terminal/xfce4-terminal-0.8.9.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index e7b735e1f2d..fa2d11794a5 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1,2 @@
 DIST xfce4-terminal-0.8.8.tar.bz2 938843 BLAKE2B 
ae7beb611744d7f2cc168cf1c938f5c49add4fb4691f95cfd8f88959f380aa1e3ff11181f08529a9825273a5da7fd9ab5f45de6e3f78eb5b7f224d8044592c5b
 SHA512 
0ceb130f0a0ceaa0a30a808fb7ff5070f75a84ef460c99799b267e5ecb1e0c15ef29558f78949d9a8968bfc50efebabc0f32dfc426a1db7ee6d225c6fdbf7645
 DIST xfce4-terminal-0.8.9.1.tar.bz2 943603 BLAKE2B 
ba8521c2e80e8979f1585eb5d9696c31c057a6ae1a9f468c8fe2e97f3a4fa5d494648b349b6c75a115918492d1b46177cf23d712d92345cab74551d68e054ea4
 SHA512 
c1a68300604d1db205ac52b51dfea38031dfd92b31f7530705ac6bc875c9b4f9819bdf05bca23cbfddd87f7899488ee4dab4c897ceb96efc41a44acfc298ed22
-DIST xfce4-terminal-0.8.9.tar.bz2 943101 BLAKE2B 
87dea9b1882f0245c9449d105d8ded215c5dc62a28f7abff0c6222f3b071b8f4cacad578fff86c57f0896c86aec04f00b800bbbf0853a25ebdc0c75d24df5708
 SHA512 
6d3225395bcb7706bb0452a7102d5fdfa404d018909987c824ca90e4fb8765aec7ffbb6534df18020c7c9dd9c860aeca0686e755f10e1855c870ef953d857397

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.ebuild
deleted file mode 100644
index 705712ceada..000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND=">=dev-libs/glib-2.38:2=
-   >=x11-libs/gtk+-3.20.8:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.38:2.91=
-   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
-   utempter? ( sys-libs/libutempter:= )"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2019-12-27 Thread Michał Górny
commit: a11cecfa190548f8bc7124cfef9d910174b6e652
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 27 20:24:28 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 27 20:28:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11cecfa

x11-terms/xfce4-terminal: Bump to 0.8.9.1

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 0db3c40386d..e7b735e1f2d 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-terminal-0.8.8.tar.bz2 938843 BLAKE2B 
ae7beb611744d7f2cc168cf1c938f5c49add4fb4691f95cfd8f88959f380aa1e3ff11181f08529a9825273a5da7fd9ab5f45de6e3f78eb5b7f224d8044592c5b
 SHA512 
0ceb130f0a0ceaa0a30a808fb7ff5070f75a84ef460c99799b267e5ecb1e0c15ef29558f78949d9a8968bfc50efebabc0f32dfc426a1db7ee6d225c6fdbf7645
+DIST xfce4-terminal-0.8.9.1.tar.bz2 943603 BLAKE2B 
ba8521c2e80e8979f1585eb5d9696c31c057a6ae1a9f468c8fe2e97f3a4fa5d494648b349b6c75a115918492d1b46177cf23d712d92345cab74551d68e054ea4
 SHA512 
c1a68300604d1db205ac52b51dfea38031dfd92b31f7530705ac6bc875c9b4f9819bdf05bca23cbfddd87f7899488ee4dab4c897ceb96efc41a44acfc298ed22
 DIST xfce4-terminal-0.8.9.tar.bz2 943101 BLAKE2B 
87dea9b1882f0245c9449d105d8ded215c5dc62a28f7abff0c6222f3b071b8f4cacad578fff86c57f0896c86aec04f00b800bbbf0853a25ebdc0c75d24df5708
 SHA512 
6d3225395bcb7706bb0452a7102d5fdfa404d018909987c824ca90e4fb8765aec7ffbb6534df18020c7c9dd9c860aeca0686e755f10e1855c870ef953d857397

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
new file mode 100644
index 000..705712ceada
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.38:2=
+   >=x11-libs/gtk+-3.20.8:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2019-12-26 Thread Michał Górny
commit: 76a5baca39700483fd8135e729d73c54be691bc3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 27 04:35:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 27 04:50:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a5baca

x11-terms/xfce4-terminal: Bump to 0.8.9

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.9.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index a861acf17d3..0db3c40386d 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
 DIST xfce4-terminal-0.8.8.tar.bz2 938843 BLAKE2B 
ae7beb611744d7f2cc168cf1c938f5c49add4fb4691f95cfd8f88959f380aa1e3ff11181f08529a9825273a5da7fd9ab5f45de6e3f78eb5b7f224d8044592c5b
 SHA512 
0ceb130f0a0ceaa0a30a808fb7ff5070f75a84ef460c99799b267e5ecb1e0c15ef29558f78949d9a8968bfc50efebabc0f32dfc426a1db7ee6d225c6fdbf7645
+DIST xfce4-terminal-0.8.9.tar.bz2 943101 BLAKE2B 
87dea9b1882f0245c9449d105d8ded215c5dc62a28f7abff0c6222f3b071b8f4cacad578fff86c57f0896c86aec04f00b800bbbf0853a25ebdc0c75d24df5708
 SHA512 
6d3225395bcb7706bb0452a7102d5fdfa404d018909987c824ca90e4fb8765aec7ffbb6534df18020c7c9dd9c860aeca0686e755f10e1855c870ef953d857397

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.ebuild
new file mode 100644
index 000..705712ceada
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.9.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.38:2=
+   >=x11-libs/gtk+-3.20.8:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2019-10-13 Thread Mikle Kolyada
commit: d88e7ad0d0a61bf2c593ad4e8b603b8efa74c19f
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 13 11:23:00 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 13 11:24:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88e7ad0

x11-terms/xfce4-terminal: 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>

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
index 92c6446d86f..7241f3f1a41 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2019-10-12 Thread Sergei Trofimovich
commit: 0cf5fac7b883117f0a5903bcd006f31dc4b53450
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:18:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:23:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cf5fac7

x11-terms/xfce4-terminal: stable 0.8.8 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>

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
index b8b71d81536..b00e37e9f84 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2019-10-12 Thread Sergei Trofimovich
commit: 1ab923e3463388a8d18744e8fa2a0798d905fcf9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:02:05 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:16:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab923e3

x11-terms/xfce4-terminal: stable 0.8.8 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>

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
index 017592a5c3a..b8b71d81536 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2019-10-12 Thread Sergei Trofimovich
commit: ff161faf985c59ccc205e2f850fb0abb52979a6a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Oct 12 21:00:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Oct 12 21:00:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff161faf

x11-terms/xfce4-terminal: stable 0.8.8 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>

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
index f096b8ef64b..017592a5c3a 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2019-07-02 Thread Michał Górny
commit: afa6c7b37d557bef45f72c0da922f5b60cc41024
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  3 03:38:55 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  3 03:45:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa6c7b3

x11-terms/xfce4-terminal: Bump to 0.8.8

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

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.8.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 4b7ab739de5..0153d645055 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1 +1,2 @@
 DIST xfce4-terminal-0.8.7.4.tar.bz2 884272 BLAKE2B 
563223180cf781fa1723821c3851e60e15fc59473bf8608f781b8dffac052b90fbe4be672d4d878ffd00686ad992e2d5c53dbfdc80539e7197dcb631314f3370
 SHA512 
de56c08d5be47583484acf9aa5b3c0a0f14b1ac2790e0f6b59db61f80d71f871ff87e94f9353a0cc187cf1d9dff643e40ce15ed60a24d550843d898eee3d62dd
+DIST xfce4-terminal-0.8.8.tar.bz2 938843 BLAKE2B 
ae7beb611744d7f2cc168cf1c938f5c49add4fb4691f95cfd8f88959f380aa1e3ff11181f08529a9825273a5da7fd9ab5f45de6e3f78eb5b7f224d8044592c5b
 SHA512 
0ceb130f0a0ceaa0a30a808fb7ff5070f75a84ef460c99799b267e5ecb1e0c15ef29558f78949d9a8968bfc50efebabc0f32dfc426a1db7ee6d225c6fdbf7645

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
new file mode 100644
index 000..4d3f4e0347d
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.8.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.20.8:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-12-02 Thread Mikle Kolyada
commit: b54f397924433e23647dd1ce0bb83de67d7d858b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Dec  2 11:08:27 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Dec  2 11:08:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54f3979

x11-terms/xfce4-terminal: arm stable wrt bug #652774

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
index 8e70bd9e45a..8ebf4e889f9 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-11-27 Thread Tobias Klausmann
commit: 468c801972437fccb308cd046f5f72e3b4ba5362
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Nov 27 16:00:56 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Nov 27 16:00:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468c8019

x11-terms/xfce4-terminal-0.8.7.4-r0: alpha stable

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
index 6eaf66ca0e5..285def905e1 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

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

x11-terms/xfce4-terminal: stable 0.8.7.4 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>

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
index bc0b410c054..6eaf66ca0e5 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-11-12 Thread Mikle Kolyada
commit: 7ebcbac9ca846ac1797d45e9ec0503c3e540e9f5
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 13:39:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 13:39:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ebcbac9

x11-terms/xfce4-terminal: amd64 stable wrt bug #652774

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
index a17111ccbe3..4547a3dbdf4 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.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/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-11-11 Thread Michał Górny
commit: 67132907175053b2a2c8c5b3cf84d563d75b4745
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 11 12:58:36 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 11 19:06:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67132907

x11-terms/xfce4-terminal: Clean old up

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

 x11-terms/xfce4-terminal/Manifest  |  2 --
 .../xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 26 ---
 .../xfce4-terminal/xfce4-terminal-0.8.7.3.ebuild   | 37 --
 3 files changed, 65 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 01c2395b105..50efa815150 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-terminal-0.8.6.tar.bz2 952859 BLAKE2B 
7f6ed679eb53196d2665003cc2af7543c42c73679f91581ee241c4c1d3d4d34dfd8b78e2a8f3038514727d585b51a2ae11fe20a48a55e9d0b869c6baeb4ecf18
 SHA512 
96d9c3fab56ad9cd267bd7b33f4d8fb3831200b9507653a69e6872b673ca5e30adffc73ef2f73de6eb858a2817a98b781188a39a4c0d79298699711c49f8be97
 DIST xfce4-terminal-0.8.7.2.tar.bz2 889974 BLAKE2B 
cf3aff96e0038f77fd40dcfd6dcfad898a85bd607ec6726606f4537864d4d222b7171675872e40a8c8133aafeedefd9fb9dfb5f3bfa3f2cae490dd68b1ccde13
 SHA512 
adcf43c6f9c8512ef82548347af985a2e23a7d88a2aea51eb48a483108cb23fd5fee7736b4cf85a6eac6911e063ea4d395d8cc25feee153ecd83250fb139ac5f
-DIST xfce4-terminal-0.8.7.3.tar.bz2 867967 BLAKE2B 
eaabf7ceefad7b9dcc79ce034fce3066cc2601c0cdebaab9e8c52688652bc49c6114dc2af735ac4bce15a8651f2fecd7a159ebe5f013b0c185b526f681a6871f
 SHA512 
e7ff54c877d5ca20820210125b13fdd1bc6323ff8d56400ea284e1968eea6a907392e1a1edd78b06b5cf4595d1562fa1f86fce6d5f0c8cb09ba4857e1587a4a6
 DIST xfce4-terminal-0.8.7.4.tar.bz2 884272 BLAKE2B 
563223180cf781fa1723821c3851e60e15fc59473bf8608f781b8dffac052b90fbe4be672d4d878ffd00686ad992e2d5c53dbfdc80539e7197dcb631314f3370
 SHA512 
de56c08d5be47583484acf9aa5b3c0a0f14b1ac2790e0f6b59db61f80d71f871ff87e94f9353a0cc187cf1d9dff643e40ce15ed60a24d550843d898eee3d62dd

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
deleted file mode 100644
index ddfe33c40c9..000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${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.32:2=
-   >=x11-libs/gtk+-3.16:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.38:2.91=
-   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.3.ebuild
deleted file mode 100644
index a17111ccbe3..000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eapi7-ver
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
-
-RDEPEND=">=dev-libs/glib-2.32:2=
-   >=x11-libs/gtk+-3.20.8:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.38:2.91=
-   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
-   utempter? ( sys-libs/libutempter:= )"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-05-27 Thread Mikle Kolyada
commit: e38fd36cfe8f248e762135e90fb1d1ef791edd62
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May 27 20:55:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May 27 20:55:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38fd36c

x11-terms/xfce4-terminal: ppc stable wrt bug #651490

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
index 6aca43d3e0d..4e2bad9bc19 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-05-15 Thread Michał Górny
commit: 3ea261109422f5d48044b32bce8ce17f1aa543cf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 15 15:17:34 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 15 15:55:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea26110

x11-terms/xfce4-terminal: Bump to 0.8.7.4

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 2e9af677d23..01c2395b105 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-terminal-0.8.6.tar.bz2 952859 BLAKE2B 
7f6ed679eb53196d2665003cc2af7543c42c73679f91581ee241c4c1d3d4d34dfd8b78e2a8f3038514727d585b51a2ae11fe20a48a55e9d0b869c6baeb4ecf18
 SHA512 
96d9c3fab56ad9cd267bd7b33f4d8fb3831200b9507653a69e6872b673ca5e30adffc73ef2f73de6eb858a2817a98b781188a39a4c0d79298699711c49f8be97
 DIST xfce4-terminal-0.8.7.2.tar.bz2 889974 BLAKE2B 
cf3aff96e0038f77fd40dcfd6dcfad898a85bd607ec6726606f4537864d4d222b7171675872e40a8c8133aafeedefd9fb9dfb5f3bfa3f2cae490dd68b1ccde13
 SHA512 
adcf43c6f9c8512ef82548347af985a2e23a7d88a2aea51eb48a483108cb23fd5fee7736b4cf85a6eac6911e063ea4d395d8cc25feee153ecd83250fb139ac5f
 DIST xfce4-terminal-0.8.7.3.tar.bz2 867967 BLAKE2B 
eaabf7ceefad7b9dcc79ce034fce3066cc2601c0cdebaab9e8c52688652bc49c6114dc2af735ac4bce15a8651f2fecd7a159ebe5f013b0c185b526f681a6871f
 SHA512 
e7ff54c877d5ca20820210125b13fdd1bc6323ff8d56400ea284e1968eea6a907392e1a1edd78b06b5cf4595d1562fa1f86fce6d5f0c8cb09ba4857e1587a4a6
+DIST xfce4-terminal-0.8.7.4.tar.bz2 884272 BLAKE2B 
563223180cf781fa1723821c3851e60e15fc59473bf8608f781b8dffac052b90fbe4be672d4d878ffd00686ad992e2d5c53dbfdc80539e7197dcb631314f3370
 SHA512 
de56c08d5be47583484acf9aa5b3c0a0f14b1ac2790e0f6b59db61f80d71f871ff87e94f9353a0cc187cf1d9dff643e40ce15ed60a24d550843d898eee3d62dd

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
new file mode 100644
index 000..4ed3b8ddca7
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.20.8:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-04-19 Thread Mikle Kolyada
commit: cf94768f4440c5df77b197737ba8698456e91aaf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Apr 19 21:06:40 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Apr 19 21:08:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf94768f

x11-terms/xfce4-terminal: arm stable wrt bug #651490

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
index 2632e537558..6aca43d3e0d 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-04-18 Thread Sergei Trofimovich
commit: c45a2cb759daf3da8049b063ca0c147d8b0c8a8a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Apr 18 21:03:13 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Apr 18 21:04:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45a2cb7

x11-terms/xfce4-terminal: stable 0.8.7.2 for ppc64, bug #651490

Bug: https://bugs.gentoo.org/651490
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
index caa484886cd..2632e537558 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-04-10 Thread Tobias Klausmann
commit: 41e428ad401b86acc228796cdcc510246e3d9a2e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Apr 10 11:32:08 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Apr 10 11:32:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e428ad

x11-terms/xfce4-terminal-0.8.7.2-r0: alpha stable

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
index d3754496d8c..17b3f0e8998 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-04-08 Thread Aaron Bauman
commit: c339979d23c553174e626fb038c2ee78312281fe
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  8 17:28:27 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  8 17:28:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c339979d

x11-terms/xfce4-terminal: amd64 stable

Bug: https://bugs.gentoo.org/651490
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
index 779adec3b98..d3754496d8c 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-04-08 Thread Sergei Trofimovich
commit: 30008d2eeed952b4f1e1a14481664195617e3d59
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr  8 15:44:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  8 15:44:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30008d2e

x11-terms/xfce4-terminal: stable 0.8.7.2 for ia64, bug #651490

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
index 4ed3b8ddca7..779adec3b98 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 
1-2)/${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="utempter"
 
 RDEPEND=">=dev-libs/glib-2.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-03-29 Thread Michał Górny
commit: 05d5a0cb824c3c95a6d19664d69cb11633cab7d4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 29 06:57:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 29 07:18:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05d5a0cb

x11-terms/xfce4-terminal: Bump to 0.8.7.3 (bugfix)

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.7.3.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 2bf63337d36..2e9af677d23 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-terminal-0.8.6.tar.bz2 952859 BLAKE2B 
7f6ed679eb53196d2665003cc2af7543c42c73679f91581ee241c4c1d3d4d34dfd8b78e2a8f3038514727d585b51a2ae11fe20a48a55e9d0b869c6baeb4ecf18
 SHA512 
96d9c3fab56ad9cd267bd7b33f4d8fb3831200b9507653a69e6872b673ca5e30adffc73ef2f73de6eb858a2817a98b781188a39a4c0d79298699711c49f8be97
 DIST xfce4-terminal-0.8.7.2.tar.bz2 889974 BLAKE2B 
cf3aff96e0038f77fd40dcfd6dcfad898a85bd607ec6726606f4537864d4d222b7171675872e40a8c8133aafeedefd9fb9dfb5f3bfa3f2cae490dd68b1ccde13
 SHA512 
adcf43c6f9c8512ef82548347af985a2e23a7d88a2aea51eb48a483108cb23fd5fee7736b4cf85a6eac6911e063ea4d395d8cc25feee153ecd83250fb139ac5f
+DIST xfce4-terminal-0.8.7.3.tar.bz2 867967 BLAKE2B 
eaabf7ceefad7b9dcc79ce034fce3066cc2601c0cdebaab9e8c52688652bc49c6114dc2af735ac4bce15a8651f2fecd7a159ebe5f013b0c185b526f681a6871f
 SHA512 
e7ff54c877d5ca20820210125b13fdd1bc6323ff8d56400ea284e1968eea6a907392e1a1edd78b06b5cf4595d1562fa1f86fce6d5f0c8cb09ba4857e1587a4a6

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.3.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.3.ebuild
new file mode 100644
index 000..4ed3b8ddca7
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.20.8:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-03-23 Thread Markus Meier
commit: da79e4425f67090042505c60f589783893f7e035
Author: Markus Meier  gentoo  org>
AuthorDate: Fri Mar 23 19:49:10 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri Mar 23 19:49:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da79e442

x11-terms/xfce4-terminal: arm stable, bug #643074

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
index f59cfabb517..04c29e9dbcd 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/apps/${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.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-03-15 Thread Michał Górny
commit: ba991b1ef0d738aa1c3a20271fe7715cc1545399
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 15 17:08:19 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 15 17:14:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba991b1e

x11-terms/xfce4-terminal: Bump to 0.8.7.2

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index e980e21460d..588bfb4d18a 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -2,3 +2,4 @@ DIST xfce4-terminal-0.6.3.tar.bz2 815207 BLAKE2B 
5c68d1efb14ef1a4fe0d9377909cceb
 DIST xfce4-terminal-0.8.5.1.tar.bz2 942117 BLAKE2B 
b72f1f51837778a90b4f3299ed2d4d04ae7658f52399da9bf5d44b4e41a87a8382486172384604e8782dfa754f411f4436ae756ce4c1e966465c10c0ba2da22d
 SHA512 
bf64877985d75c4d6b7a9da741c1f71486dacf2bf203de4555ceb6f45eee109938e29bdbb70487a67f40aa51a6a10fca7ee04b89d87e3e4f11a0a99cfbe1be9f
 DIST xfce4-terminal-0.8.6.tar.bz2 952859 BLAKE2B 
7f6ed679eb53196d2665003cc2af7543c42c73679f91581ee241c4c1d3d4d34dfd8b78e2a8f3038514727d585b51a2ae11fe20a48a55e9d0b869c6baeb4ecf18
 SHA512 
96d9c3fab56ad9cd267bd7b33f4d8fb3831200b9507653a69e6872b673ca5e30adffc73ef2f73de6eb858a2817a98b781188a39a4c0d79298699711c49f8be97
 DIST xfce4-terminal-0.8.7.1.tar.bz2 889692 BLAKE2B 
2e8fdda67ba631caabfc184e501fed014c10a2a9982ca57a4900030519d7acfb34289fc507bf0e62dbde1714b3b0e3f1cf7cf29c50dd0dc8d0562831e8f2854d
 SHA512 
e34d0eaa32a7088c83091de321a95cccbd4d6122e9df562af3f1e15d64b224bc9c289302c73874ff88d72f74fe679a42623f078386b0affa962a930801f3bdd2
+DIST xfce4-terminal-0.8.7.2.tar.bz2 889974 BLAKE2B 
cf3aff96e0038f77fd40dcfd6dcfad898a85bd607ec6726606f4537864d4d222b7171675872e40a8c8133aafeedefd9fb9dfb5f3bfa3f2cae490dd68b1ccde13
 SHA512 
adcf43c6f9c8512ef82548347af985a2e23a7d88a2aea51eb48a483108cb23fd5fee7736b4cf85a6eac6911e063ea4d395d8cc25feee153ecd83250fb139ac5f

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
new file mode 100644
index 000..4ed3b8ddca7
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.20.8:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

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

x11-terms/xfce4-terminal-0.8.6-r0: alpha stable

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
index 5fe7b7349bf..f59cfabb517 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/apps/${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.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-02-28 Thread Michał Górny
commit: b246923a7893d264f040f62cb904aed02e178ccd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 28 19:08:00 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 28 19:10:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b246923a

x11-terms/xfce4-terminal: Fix missing USE=utempter desc

 x11-terms/xfce4-terminal/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/x11-terms/xfce4-terminal/metadata.xml 
b/x11-terms/xfce4-terminal/metadata.xml
index 359901b31db..27885f2335d 100644
--- a/x11-terms/xfce4-terminal/metadata.xml
+++ b/x11-terms/xfce4-terminal/metadata.xml
@@ -5,4 +5,8 @@
 x...@gentoo.org
 XFCE Team
   
+  
+Include utmp management support
+  via sys-libs/libutempter
+  
 



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-02-25 Thread Michał Górny
commit: f5712db00bb3cf22c1f101e73c003bd203f88aca
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 07:14:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 07:16:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5712db0

x11-terms/xfce4-terminal: Bump to 0.8.7.1 (bugfix)

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.7.1.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index b5970852c78..9bd6b6435e1 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,4 +1,5 @@
 DIST xfce4-terminal-0.6.3.tar.bz2 815207 BLAKE2B 
5c68d1efb14ef1a4fe0d9377909cceb39b92519eba73d89e08c004ef38b96cc14f6ecacfe41169839fec9573e21422074fdbf43f65db002aa1fbb8e606f3eb1f
 SHA512 
805390b75178b3a2fbff4f8dfe972474e5575ad5a80aaf775f7b4086f975cf5b444a335b1ec1a9a39bc89642c71e1d0cb1bbc14d96b913980bd231d32a081c49
 DIST xfce4-terminal-0.8.5.1.tar.bz2 942117 BLAKE2B 
b72f1f51837778a90b4f3299ed2d4d04ae7658f52399da9bf5d44b4e41a87a8382486172384604e8782dfa754f411f4436ae756ce4c1e966465c10c0ba2da22d
 SHA512 
bf64877985d75c4d6b7a9da741c1f71486dacf2bf203de4555ceb6f45eee109938e29bdbb70487a67f40aa51a6a10fca7ee04b89d87e3e4f11a0a99cfbe1be9f
 DIST xfce4-terminal-0.8.6.tar.bz2 952859 BLAKE2B 
7f6ed679eb53196d2665003cc2af7543c42c73679f91581ee241c4c1d3d4d34dfd8b78e2a8f3038514727d585b51a2ae11fe20a48a55e9d0b869c6baeb4ecf18
 SHA512 
96d9c3fab56ad9cd267bd7b33f4d8fb3831200b9507653a69e6872b673ca5e30adffc73ef2f73de6eb858a2817a98b781188a39a4c0d79298699711c49f8be97
+DIST xfce4-terminal-0.8.7.1.tar.bz2 889692 BLAKE2B 
2e8fdda67ba631caabfc184e501fed014c10a2a9982ca57a4900030519d7acfb34289fc507bf0e62dbde1714b3b0e3f1cf7cf29c50dd0dc8d0562831e8f2854d
 SHA512 
e34d0eaa32a7088c83091de321a95cccbd4d6122e9df562af3f1e15d64b224bc9c289302c73874ff88d72f74fe679a42623f078386b0affa962a930801f3bdd2
 DIST xfce4-terminal-0.8.7.tar.bz2 889667 BLAKE2B 
9b3864dab50f3fb6a5b0119053ad2fad52d2054d2356eda5e7b51abb3a5a8582c3da12eec43b08c538892d297752decdda7140b178b31948222bf913cf759986
 SHA512 
84c9876aedda5ab635447a332344756ae3a953c6f5267c2275c1f293e7ab34b874b15924abac5ad6e0bd874085138179f90032ffbc9d1cc622172ad757f33dc2

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.1.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.1.ebuild
new file mode 100644
index 000..4ed3b8ddca7
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="mirror://xfce/src/apps/${PN}/$(ver_cut 1-2)/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.20.8:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-02-25 Thread Michał Górny
commit: 1dded9947d24874841f6d1770a973ed95341f03b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 07:16:27 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 07:16:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dded994

x11-terms/xfce4-terminal: Drop 0.8.7 (in favor of 0.8.7.1)

 x11-terms/xfce4-terminal/Manifest  |  1 -
 .../xfce4-terminal/xfce4-terminal-0.8.7.ebuild | 35 --
 2 files changed, 36 deletions(-)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 9bd6b6435e1..e980e21460d 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -2,4 +2,3 @@ DIST xfce4-terminal-0.6.3.tar.bz2 815207 BLAKE2B 
5c68d1efb14ef1a4fe0d9377909cceb
 DIST xfce4-terminal-0.8.5.1.tar.bz2 942117 BLAKE2B 
b72f1f51837778a90b4f3299ed2d4d04ae7658f52399da9bf5d44b4e41a87a8382486172384604e8782dfa754f411f4436ae756ce4c1e966465c10c0ba2da22d
 SHA512 
bf64877985d75c4d6b7a9da741c1f71486dacf2bf203de4555ceb6f45eee109938e29bdbb70487a67f40aa51a6a10fca7ee04b89d87e3e4f11a0a99cfbe1be9f
 DIST xfce4-terminal-0.8.6.tar.bz2 952859 BLAKE2B 
7f6ed679eb53196d2665003cc2af7543c42c73679f91581ee241c4c1d3d4d34dfd8b78e2a8f3038514727d585b51a2ae11fe20a48a55e9d0b869c6baeb4ecf18
 SHA512 
96d9c3fab56ad9cd267bd7b33f4d8fb3831200b9507653a69e6872b673ca5e30adffc73ef2f73de6eb858a2817a98b781188a39a4c0d79298699711c49f8be97
 DIST xfce4-terminal-0.8.7.1.tar.bz2 889692 BLAKE2B 
2e8fdda67ba631caabfc184e501fed014c10a2a9982ca57a4900030519d7acfb34289fc507bf0e62dbde1714b3b0e3f1cf7cf29c50dd0dc8d0562831e8f2854d
 SHA512 
e34d0eaa32a7088c83091de321a95cccbd4d6122e9df562af3f1e15d64b224bc9c289302c73874ff88d72f74fe679a42623f078386b0affa962a930801f3bdd2
-DIST xfce4-terminal-0.8.7.tar.bz2 889667 BLAKE2B 
9b3864dab50f3fb6a5b0119053ad2fad52d2054d2356eda5e7b51abb3a5a8582c3da12eec43b08c538892d297752decdda7140b178b31948222bf913cf759986
 SHA512 
84c9876aedda5ab635447a332344756ae3a953c6f5267c2275c1f293e7ab34b874b15924abac5ad6e0bd874085138179f90032ffbc9d1cc622172ad757f33dc2

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.ebuild
deleted file mode 100644
index f541e059abd..000
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A terminal emulator for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
-SRC_URI="mirror://xfce/src/apps/${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="utempter"
-
-RDEPEND=">=dev-libs/glib-2.32:2=
-   >=x11-libs/gtk+-3.20.8:3=
-   x11-libs/libX11:=
-   >=x11-libs/vte-0.38:2.91=
-   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
-   utempter? ( sys-libs/libutempter:= )"
-DEPEND="${RDEPEND}
-   dev-libs/libxml2
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
-
-src_configure() {
-   local myconf=(
-   $(use_with utempter)
-   )
-
-   econf "${myconf[@]}"
-}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-02-25 Thread Michał Górny
commit: 4eaca4d909fbcef620b5b4f531b328687d7141c0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 25 20:03:45 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 25 20:04:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eaca4d9

x11-terms/xfce4-terminal: Bump to 0.8.7

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.7.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 5082f1499c5..b5970852c78 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-terminal-0.6.3.tar.bz2 815207 BLAKE2B 
5c68d1efb14ef1a4fe0d9377909cceb39b92519eba73d89e08c004ef38b96cc14f6ecacfe41169839fec9573e21422074fdbf43f65db002aa1fbb8e606f3eb1f
 SHA512 
805390b75178b3a2fbff4f8dfe972474e5575ad5a80aaf775f7b4086f975cf5b444a335b1ec1a9a39bc89642c71e1d0cb1bbc14d96b913980bd231d32a081c49
 DIST xfce4-terminal-0.8.5.1.tar.bz2 942117 BLAKE2B 
b72f1f51837778a90b4f3299ed2d4d04ae7658f52399da9bf5d44b4e41a87a8382486172384604e8782dfa754f411f4436ae756ce4c1e966465c10c0ba2da22d
 SHA512 
bf64877985d75c4d6b7a9da741c1f71486dacf2bf203de4555ceb6f45eee109938e29bdbb70487a67f40aa51a6a10fca7ee04b89d87e3e4f11a0a99cfbe1be9f
 DIST xfce4-terminal-0.8.6.tar.bz2 952859 BLAKE2B 
7f6ed679eb53196d2665003cc2af7543c42c73679f91581ee241c4c1d3d4d34dfd8b78e2a8f3038514727d585b51a2ae11fe20a48a55e9d0b869c6baeb4ecf18
 SHA512 
96d9c3fab56ad9cd267bd7b33f4d8fb3831200b9507653a69e6872b673ca5e30adffc73ef2f73de6eb858a2817a98b781188a39a4c0d79298699711c49f8be97
+DIST xfce4-terminal-0.8.7.tar.bz2 889667 BLAKE2B 
9b3864dab50f3fb6a5b0119053ad2fad52d2054d2356eda5e7b51abb3a5a8582c3da12eec43b08c538892d297752decdda7140b178b31948222bf913cf759986
 SHA512 
84c9876aedda5ab635447a332344756ae3a953c6f5267c2275c1f293e7ab34b874b15924abac5ad6e0bd874085138179f90032ffbc9d1cc622172ad757f33dc2

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.ebuild
new file mode 100644
index 000..f541e059abd
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="mirror://xfce/src/apps/${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="utempter"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+   >=x11-libs/gtk+-3.20.8:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]
+   utempter? ( sys-libs/libutempter:= )"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )
+
+src_configure() {
+   local myconf=(
+   $(use_with utempter)
+   )
+
+   econf "${myconf[@]}"
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

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

x11-terms/xfce4-terminal: stable 0.8.6 for hppa, bug #643074

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
index b92ec55cd60..5fe7b7349bf 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/apps/${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.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

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

x11-terms/xfce4-terminal: stable 0.8.6 for ia64, bug #643074

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
index 5f1412b249a..b92ec55cd60 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/apps/${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.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

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

x11-terms/xfce4-terminal: stable 0.8.6 for ppc, bug #643074

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
index 7d9ebe5891c..5f1412b249a 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/apps/${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.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

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

x11-terms/xfce4-terminal: stable 0.8.6 for ppc64, bug #643074

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

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
index 43b6c1ca395..7d9ebe5891c 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/apps/${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.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-01-05 Thread Thomas Deutschmann
commit: c5507d21ab9b5725acb0feb92944f636296f8630
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan  6 04:55:50 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan  6 04:55:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5507d21

x11-terms/xfce4-terminal: x86 stable (bug #643074)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
index 14576252e31..43b6c1ca395 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://xfce/src/apps/${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.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2018-01-05 Thread Mikle Kolyada
commit: 87bef214ec458097a8f07efcbbf54575cabe7b01
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 10:38:56 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 10:38:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bef214

x11-terms/xfce4-terminal: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
index 86cf878e93e..14576252e31 100644
--- a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.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/apps/${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.32:2=



[gentoo-commits] repo/gentoo:master commit in: x11-terms/xfce4-terminal/

2017-07-15 Thread Michał Górny
commit: 52acdc0ef5b6b6ee731d64b908234e39a9aea743
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 15 22:19:18 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 15 22:23:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52acdc0e

x11-terms/xfce4-terminal: Bump to 0.8.6

 x11-terms/xfce4-terminal/Manifest  |  1 +
 .../xfce4-terminal/xfce4-terminal-0.8.6.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/x11-terms/xfce4-terminal/Manifest 
b/x11-terms/xfce4-terminal/Manifest
index 9f8e551ba06..469e73a00bd 100644
--- a/x11-terms/xfce4-terminal/Manifest
+++ b/x11-terms/xfce4-terminal/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-terminal-0.6.3.tar.bz2 815207 SHA256 
912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08 SHA512 
805390b75178b3a2fbff4f8dfe972474e5575ad5a80aaf775f7b4086f975cf5b444a335b1ec1a9a39bc89642c71e1d0cb1bbc14d96b913980bd231d32a081c49
 WHIRLPOOL 
199f305ae3996eeb5797dbc3fbe07f459c577bfb5a259c3ce820b2fea87ef92593ed26fd82745b7266a6e8801aef61c5a82ddd0f7e9cdc3f3c741e58ba37ed0a
 DIST xfce4-terminal-0.8.5.1.tar.bz2 942117 SHA256 
8a34568f78abf669957984602c54cd938f19c9343ee2691c2b787446629be064 SHA512 
bf64877985d75c4d6b7a9da741c1f71486dacf2bf203de4555ceb6f45eee109938e29bdbb70487a67f40aa51a6a10fca7ee04b89d87e3e4f11a0a99cfbe1be9f
 WHIRLPOOL 
4cba7e9bc1813464e5ad4cb98bd77bef15ecb572d9de8b762e7ffe07e85af2a5e57bd5a23dd5fdd63c50fb139e82d9656d0a106c2f69421e4b05d97984c83058
+DIST xfce4-terminal-0.8.6.tar.bz2 952859 SHA256 
bc2a560409a0f0b666d1c557e991748b986ec27572a45ae88b0ee5a480d881d7 SHA512 
96d9c3fab56ad9cd267bd7b33f4d8fb3831200b9507653a69e6872b673ca5e30adffc73ef2f73de6eb858a2817a98b781188a39a4c0d79298699711c49f8be97
 WHIRLPOOL 
51cfadde08d6925c33f22e9a9a811ab782d2f2cc1b233074b1af1eb6b82579957a528c3f510555ab645642f40b98552d867caff04fc75530deefcfff51154db4

diff --git a/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild 
b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
new file mode 100644
index 000..86cf878e93e
--- /dev/null
+++ b/x11-terms/xfce4-terminal/xfce4-terminal-0.8.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A terminal emulator for the Xfce desktop environment"
+HOMEPAGE="https://docs.xfce.org/apps/terminal/start;
+SRC_URI="mirror://xfce/src/apps/${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.32:2=
+   >=x11-libs/gtk+-3.16:3=
+   x11-libs/libX11:=
+   >=x11-libs/vte-0.38:2.91=
+   >=xfce-base/libxfce4ui-4.10:=[gtk3(+)]"
+DEPEND="${RDEPEND}
+   dev-libs/libxml2
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS )



  1   2   >