* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
@ 2016-07-29 17:01 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2016-07-29 17:01 UTC (permalink / raw
To: gentoo-commits
commit: 9925d7945f12c1c4c8b553039c841b2ad0b7b93c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 29 16:24:11 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 29 17:01:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9925d794
xfce-extra/thunar-vcs-plugin: Bump to 0.1.5, with revamped svn support
| 1 +
.../thunar-vcs-plugin-0.1.5.ebuild | 39 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
--git a/xfce-extra/thunar-vcs-plugin/Manifest b/xfce-extra/thunar-vcs-plugin/Manifest
index 3e9adb8..ac1da47 100644
--- a/xfce-extra/thunar-vcs-plugin/Manifest
+++ b/xfce-extra/thunar-vcs-plugin/Manifest
@@ -4,3 +4,4 @@ DIST thunar-vcs-plugin-0.1.4-ru.po.bz2 4323 SHA256 50f9f84162317e3bcc5243eb06882
DIST thunar-vcs-plugin-0.1.4-ug.po.bz2 4628 SHA256 ea50f843b721f7f1e31ec9abcba755a24c7834d2f3a64b309cf459e7a46f64e5 SHA512 563c6f235eb6e5a049846052e5bfad1ad6a40c598b013e83ad12d50c4a070bb3faec5362ec02c56bfac14d752918b65b7089bef729a1004245539c22d10255db WHIRLPOOL 2a4df5619f00580440308ceb0a6281ed67221ef3ca27ec4e88ec90dec6c5b73372f2c6cdd9c079a205677671844051069e40c7560a917dd3728a58f4da3acbe1
DIST thunar-vcs-plugin-0.1.4-uk.po.bz2 5469 SHA256 a43df313ce3a2968a83efa41a46193ef42b095913cbed27230d3ac092ca2b08a SHA512 e1b0b6ab444fb46d626c889b9b2509e21b00aa380c40da5b871a4e6c12fd34609bd0a74b2f7b5894601ad5fe4727fdb177ae7af0f0ef457f23021287d6dca8ff WHIRLPOOL afa9d171c22fdfa467958a1946ceb7d9b0726d7d3d80a8dacf1cd1241d45a5fa9e29f305d459a92656b9fb84c1c470ea36fdacf21e7922667b6790211a342c28
DIST thunar-vcs-plugin-0.1.4.tar.bz2 435835 SHA256 7dbbdb22113cec40f6dc46cf4fd113b47928af15ba64e9fc66305a01c4291d4c SHA512 037ca986ab9030146fc409d78d235a157b956b202449ef8e68de77dfce29ba2dd9a2dabc793215dd9ce455f97d8c5400ba51c8254b3c07b3e0d87572df672151 WHIRLPOOL ca5eafc6a3e0061c3b87afc93f1ede109b17919e8915565b004b3302d4e21493c1880b7645f90b2dcc288fde84c7249754f0652e8ebbe20139bab6d193b4ab1f
+DIST thunar-vcs-plugin-0.1.5.tar.bz2 478866 SHA256 7094f576865957397eefcdb1b05ba9be020a396c12949077507ea1573b1ef451 SHA512 0315613fe97d5cb2fa9589af49bdb5074f20c83b52d5f7d4a151091839679b4617e8e0b20df85914b7bcef2464173dc1bd2bc182312364c7d5a94171aba28983 WHIRLPOOL f5e90202bb852913414ff13de4bc2c0a35fd7cae572b7b64040cc0346bc83b16fc95b514f4f86cd73e6b6ca0b5faa19917af7bc76f9e27c0684665125131cd07
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild
new file mode 100644
index 0000000..5ab8bba
--- /dev/null
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Adds Subversion and GIT actions to the context menu of thunar"
+HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
+SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +git +subversion"
+
+RDEPEND=">=dev-libs/glib-2.18:2=
+ >=x11-libs/gtk+-2.14:2=
+ >=xfce-base/exo-0.6:=
+ >=xfce-base/libxfce4util-4.8:=
+ >=xfce-base/thunar-1.2:=
+ git? ( dev-vcs/git )
+ subversion? (
+ >=dev-libs/apr-0.9.7:=
+ >=dev-vcs/subversion-1.5:=
+ )"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+pkg_setup() {
+ XFCONF=(
+ $(use_enable subversion)
+ $(use_enable git)
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README )
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
@ 2017-11-30 22:06 Denis Dupeyron
0 siblings, 0 replies; 9+ messages in thread
From: Denis Dupeyron @ 2017-11-30 22:06 UTC (permalink / raw
To: gentoo-commits
commit: ac7501d462ace1e40bb28d863bcf3b569b070569
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 22:05:36 2017 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 22:05:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7501d4
xfce-extra/thunar-vcs-plugin: remove obsolete xfconf.eclass, migrate to EAPI6
Package-Manager: Portage-2.3.16, Repoman-2.3.6
| 2 +-
....5.ebuild => thunar-vcs-plugin-0.1.5-r1.ebuild} | 30 ++++++++++++++++------
2 files changed, 23 insertions(+), 9 deletions(-)
--git a/xfce-extra/thunar-vcs-plugin/Manifest b/xfce-extra/thunar-vcs-plugin/Manifest
index ac1da470e14..a60840fed8e 100644
--- a/xfce-extra/thunar-vcs-plugin/Manifest
+++ b/xfce-extra/thunar-vcs-plugin/Manifest
@@ -4,4 +4,4 @@ DIST thunar-vcs-plugin-0.1.4-ru.po.bz2 4323 SHA256 50f9f84162317e3bcc5243eb06882
DIST thunar-vcs-plugin-0.1.4-ug.po.bz2 4628 SHA256 ea50f843b721f7f1e31ec9abcba755a24c7834d2f3a64b309cf459e7a46f64e5 SHA512 563c6f235eb6e5a049846052e5bfad1ad6a40c598b013e83ad12d50c4a070bb3faec5362ec02c56bfac14d752918b65b7089bef729a1004245539c22d10255db WHIRLPOOL 2a4df5619f00580440308ceb0a6281ed67221ef3ca27ec4e88ec90dec6c5b73372f2c6cdd9c079a205677671844051069e40c7560a917dd3728a58f4da3acbe1
DIST thunar-vcs-plugin-0.1.4-uk.po.bz2 5469 SHA256 a43df313ce3a2968a83efa41a46193ef42b095913cbed27230d3ac092ca2b08a SHA512 e1b0b6ab444fb46d626c889b9b2509e21b00aa380c40da5b871a4e6c12fd34609bd0a74b2f7b5894601ad5fe4727fdb177ae7af0f0ef457f23021287d6dca8ff WHIRLPOOL afa9d171c22fdfa467958a1946ceb7d9b0726d7d3d80a8dacf1cd1241d45a5fa9e29f305d459a92656b9fb84c1c470ea36fdacf21e7922667b6790211a342c28
DIST thunar-vcs-plugin-0.1.4.tar.bz2 435835 SHA256 7dbbdb22113cec40f6dc46cf4fd113b47928af15ba64e9fc66305a01c4291d4c SHA512 037ca986ab9030146fc409d78d235a157b956b202449ef8e68de77dfce29ba2dd9a2dabc793215dd9ce455f97d8c5400ba51c8254b3c07b3e0d87572df672151 WHIRLPOOL ca5eafc6a3e0061c3b87afc93f1ede109b17919e8915565b004b3302d4e21493c1880b7645f90b2dcc288fde84c7249754f0652e8ebbe20139bab6d193b4ab1f
-DIST thunar-vcs-plugin-0.1.5.tar.bz2 478866 SHA256 7094f576865957397eefcdb1b05ba9be020a396c12949077507ea1573b1ef451 SHA512 0315613fe97d5cb2fa9589af49bdb5074f20c83b52d5f7d4a151091839679b4617e8e0b20df85914b7bcef2464173dc1bd2bc182312364c7d5a94171aba28983 WHIRLPOOL f5e90202bb852913414ff13de4bc2c0a35fd7cae572b7b64040cc0346bc83b16fc95b514f4f86cd73e6b6ca0b5faa19917af7bc76f9e27c0684665125131cd07
+DIST thunar-vcs-plugin-0.1.5.tar.bz2 478866 BLAKE2B 9bf2b060d88a4379f02c0e8af1829f4cf621e2590f7885f59d9af56d825c1d9d218c56c3b97420087b46eece0eb6c15146f6630569928c8523fa34bcfdbbcc22 SHA512 0315613fe97d5cb2fa9589af49bdb5074f20c83b52d5f7d4a151091839679b4617e8e0b20df85914b7bcef2464173dc1bd2bc182312364c7d5a94171aba28983
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild
similarity index 66%
rename from xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild
rename to xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild
index c7aec1616f9..f79a891d6f2 100644
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5.ebuild
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit xfconf
+EAPI=6
+
+inherit gnome2-utils
DESCRIPTION="Adds Subversion and GIT actions to the context menu of thunar"
HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
@@ -11,7 +12,7 @@ SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug +git +subversion"
+IUSE="+git +subversion"
RDEPEND=">=dev-libs/glib-2.18:2=
>=x11-libs/gtk+-2.14:2=
@@ -27,12 +28,25 @@ DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
-pkg_setup() {
- XFCONF=(
+DOCS=( AUTHORS ChangeLog NEWS README )
+
+src_configure() {
+ local myconf=(
$(use_enable subversion)
$(use_enable git)
- $(xfconf_use_debug)
)
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
- DOCS=( AUTHORS ChangeLog NEWS README )
+pkg_postrm() {
+ gnome2_icon_cache_update
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
@ 2018-01-05 11:08 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-01-05 11:08 UTC (permalink / raw
To: gentoo-commits
commit: 8eb5d5e501bdb6ebd9de8a6be645c4df3dac92c8
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 11:06:25 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 11:08:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb5d5e5
xfce-extra/thunar-vcs-plugin: amd64 stable wrt bug #643074
Package-Manager: Portage-2.3.13, Repoman-2.3.3
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild
index f79a891d6f2..4826a419b28 100644
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="+git +subversion"
RDEPEND=">=dev-libs/glib-2.18:2=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
@ 2018-06-17 12:11 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-06-17 12:11 UTC (permalink / raw
To: gentoo-commits
commit: c2e1829687cc05f79b3e3f438a39d8a9cf75c983
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 17 12:01:19 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 12:11:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2e18296
xfce-extra/thunar-vcs-plugin: Restrict thunar dep in old version
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild
index 5fa699c0486..c5c9272e12f 100644
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.5-r1.ebuild
@@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/glib-2.18:2=
>=x11-libs/gtk+-2.14:2=
>=xfce-base/exo-0.6:=
>=xfce-base/libxfce4util-4.8:=
- >=xfce-base/thunar-1.2:=
+ <xfce-base/thunar-1.7:=
git? ( dev-vcs/git )
subversion? (
>=dev-libs/apr-0.9.7:=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
@ 2018-07-17 7:24 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-07-17 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 004c7e911c854e42a5c5a978e1d9c10b00e6286b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 17 06:34:42 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jul 17 07:24:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004c7e91
xfce-extra/thunar-vcs-plugin: Bump to 0.2.0
| 1 +
.../thunar-vcs-plugin-0.2.0.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
--git a/xfce-extra/thunar-vcs-plugin/Manifest b/xfce-extra/thunar-vcs-plugin/Manifest
index da364f691cb..c3f9a5580e9 100644
--- a/xfce-extra/thunar-vcs-plugin/Manifest
+++ b/xfce-extra/thunar-vcs-plugin/Manifest
@@ -1,2 +1,3 @@
DIST thunar-vcs-plugin-0.1.5.tar.bz2 478866 BLAKE2B 9bf2b060d88a4379f02c0e8af1829f4cf621e2590f7885f59d9af56d825c1d9d218c56c3b97420087b46eece0eb6c15146f6630569928c8523fa34bcfdbbcc22 SHA512 0315613fe97d5cb2fa9589af49bdb5074f20c83b52d5f7d4a151091839679b4617e8e0b20df85914b7bcef2464173dc1bd2bc182312364c7d5a94171aba28983
DIST thunar-vcs-plugin-0.1.90.tar.bz2 537001 BLAKE2B 0f2a77af75a33fe514892a1eb7f1df92be6e50d5c0aeae5f9350db648b10b868b3ff0421614ab7de681ff445d5a1f8ac9a5749e235c06cc3a039cd89b382fd7d SHA512 6231bb863d9b884cd27f26e6cabbc3f8d3b39dc162f867932923408636bb96621bb60aa1bfa9b4637f5eed694e623cd911e855dde00d382b2a1bf36bb6b44e63
+DIST thunar-vcs-plugin-0.2.0.tar.bz2 546608 BLAKE2B ccd0d057e358b321b6287284c25ee03c4252f5e120fcba9272139ebf0739ee7363e619da12f86e725abc70d4834451ec112386ba2b008b038c03571d26349f51 SHA512 c33f54caa2f27de6c8f9e5cb8368f7538ea82730f1364ad974b19017a25bc6a398c19dfe861b0d0133db08ee36e4e209c8d824ce07de0c2ae6da830aca9e7e68
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild
new file mode 100644
index 00000000000..2dca6a666d5
--- /dev/null
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+DESCRIPTION="Adds Subversion and GIT actions to the context menu of thunar"
+HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
+SRC_URI="https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+git +subversion"
+
+RDEPEND=">=dev-libs/glib-2.32:2=
+ >=x11-libs/gtk+-3.20:3=
+ >=xfce-base/exo-0.11.4:=
+ >=xfce-base/libxfce4util-4.12:=
+ >=xfce-base/thunar-1.7:=
+ git? ( dev-vcs/git )
+ subversion? (
+ >=dev-libs/apr-0.9.7:=
+ >=dev-vcs/subversion-1.5:=
+ )"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_configure() {
+ local myconf=(
+ $(use_enable subversion)
+ $(use_enable git)
+ )
+ econf "${myconf[@]}"
+}
+
+src_install() {
+ default
+ find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
@ 2021-11-19 6:24 Yixun Lan
0 siblings, 0 replies; 9+ messages in thread
From: Yixun Lan @ 2021-11-19 6:24 UTC (permalink / raw
To: gentoo-commits
commit: 84e574f53dde0317634761f5ad86b35722b43617
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Wed Nov 17 19:28:04 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 06:22:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e574f5
xfce-extra/thunar-vcs-plugin: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild
index 16fbaf8263d2..f60727033bc2 100644
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 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/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
IUSE="+git +subversion"
RDEPEND=">=dev-libs/glib-2.32:2=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
@ 2024-05-04 7:37 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-05-04 7:37 UTC (permalink / raw
To: gentoo-commits
commit: e911aa51543580775ae748f10ed8d9c7c8467667
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 07:37:06 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 4 07:37:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e911aa51
xfce-extra/thunar-vcs-plugin: Stabilize 0.2.0-r1 amd64, #931156
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild
index 172f183a5c92..9ad6bb01b5d8 100644
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
IUSE="+git +subversion"
RDEPEND=">=dev-libs/glib-2.32:2=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
@ 2024-05-04 7:37 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-05-04 7:37 UTC (permalink / raw
To: gentoo-commits
commit: bf4b2615b60968df0718a3be4baf4766805b21bf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 07:37:09 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 4 07:37:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4b2615
xfce-extra/thunar-vcs-plugin: Stabilize 0.2.0-r1 x86, #931156
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild
index 9ad6bb01b5d8..717b6e712e16 100644
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild
+++ b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
IUSE="+git +subversion"
RDEPEND=">=dev-libs/glib-2.32:2=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/
@ 2024-05-04 7:43 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-05-04 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 4eb54f4d43aac620409aa5ab66c192cfb5a84bc9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 4 07:41:48 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 4 07:43:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb54f4d
xfce-extra/thunar-vcs-plugin: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../thunar-vcs-plugin-0.2.0.ebuild | 50 ----------------------
1 file changed, 50 deletions(-)
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild
deleted file mode 100644
index f60727033bc2..000000000000
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Adds Subversion and GIT actions to the context menu of thunar"
-HOMEPAGE="https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
-SRC_URI="https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-IUSE="+git +subversion"
-
-RDEPEND=">=dev-libs/glib-2.32:2=
- >=x11-libs/gtk+-3.20:3=
- >=xfce-base/exo-0.11.4:=
- >=xfce-base/libxfce4util-4.12:=
- >=xfce-base/thunar-1.7:=
- git? ( dev-vcs/git )
- subversion? (
- >=dev-libs/apr-0.9.7:=
- >=dev-vcs/subversion-1.5:=
- )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- $(use_enable subversion)
- $(use_enable git)
- )
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-05-04 7:45 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-19 6:24 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/thunar-vcs-plugin/ Yixun Lan
-- strict thread matches above, loose matches on Subject: below --
2024-05-04 7:43 Michał Górny
2024-05-04 7:37 Arthur Zamarin
2024-05-04 7:37 Arthur Zamarin
2018-07-17 7:24 Michał Górny
2018-06-17 12:11 Michał Górny
2018-01-05 11:08 Mikle Kolyada
2017-11-30 22:06 Denis Dupeyron
2016-07-29 17:01 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox