public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/
@ 2016-02-21 19:05 Sebastian Pipping
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping @ 2016-02-21 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     952fcb59fcc537ede77423083066dc193ba39a00
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 19:04:25 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 19:05:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952fcb59

xfce-extra/xfce4-composite-editor: QA fix MissingSlotDep

Package-Manager: portage-2.2.27

 xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild
index 1aff29f..82a508b 100644
--- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild
+++ b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64 x86"
 IUSE=""
 
-RDEPEND="app-shells/bash
+RDEPEND="app-shells/bash:*
 	>=x11-misc/gtkdialog-0.8"
 DEPEND="${RDEPEND}"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/
@ 2018-04-02 20:27 Denis Dupeyron
  0 siblings, 0 replies; 5+ messages in thread
From: Denis Dupeyron @ 2018-04-02 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ac4fd56ccc61a47e961c17100e2ff95f8acaf9be
Author:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 20:24:32 2018 +0000
Commit:     Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 20:26:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4fd56c

xfce-extra/xfce4-composite-editor: remove obsolete xfconf.eclass migrate to EAPI6

 .../xfce4-composite-editor-0-r1.ebuild             | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
new file mode 100644
index 00000000000..1e3d989c39b
--- /dev/null
+++ b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop
+
+MY_PN=Xfce4-Composite-Editor
+
+DESCRIPTION="An graphical interface to modify composite settings"
+HOMEPAGE="http://keithhedger.hostingsiteforfree.com/pages/apps.html#xfcecomp"
+SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-shells/bash:*
+	>=x11-misc/gtkdialog-0.8"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}
+
+src_prepare() {
+	eapply -p0 "${FILESDIR}"/${PN}-0-validate.patch
+	default
+}
+
+src_install() {
+	dobin xfce4-composite-editor
+	domenu xfcecomped.desktop
+	dodoc README
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/
@ 2018-11-12 13:52 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2018-11-12 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     32803fb0b4bab6f09228257515de8cc0f8505e94
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 13:50:30 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 13:50:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32803fb0

xfce-extra/xfce4-composite-editor: amd64 stable wrt bug #652774

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

 xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
index 1e3d989c39b..c4d8f9c2c5f 100644
--- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
+++ b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.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
@@ -12,7 +12,7 @@ SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="app-shells/bash:*


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/
@ 2018-11-15 17:04 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2018-11-15 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     55861db2c4005ac5eec27d2a882c30a2f08e33a3
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 16:28:08 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 17:03:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55861db2

xfce-extra/xfce4-composite-editor: x86 stable (bug #652774)

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
index c4d8f9c2c5f..2514df6ef6e 100644
--- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
+++ b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="app-shells/bash:*


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/
@ 2019-04-07  8:29 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-04-07  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     a7ba4a553e791da394c627b23ae4d9d13d0421dc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 07:35:17 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 08:28:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ba4a55

xfce-extra/xfce4-composite-editor: Drop old

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

 .../xfce4-composite-editor-0.ebuild                | 35 ----------------------
 1 file changed, 35 deletions(-)

diff --git a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild b/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild
deleted file mode 100644
index 2e9c0e111c3..00000000000
--- a/xfce-extra/xfce4-composite-editor/xfce4-composite-editor-0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-MY_PN=Xfce4-Composite-Editor
-
-DESCRIPTION="An graphical interface to modify composite settings"
-HOMEPAGE="http://keithhedger.hostingsiteforfree.com/pages/apps.html#xfcecomp"
-SRC_URI="http://keithhedger.hostingsiteforfree.com/zips/${MY_PN}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-RDEPEND="app-shells/bash:*
-	>=x11-misc/gtkdialog-0.8"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}
-
-pkg_setup() {
-	PATCHES=( "${FILESDIR}"/${P}-validate.patch )
-}
-
-src_configure() { :; }
-src_compile() { :; }
-
-src_install() {
-	dobin xfce4-composite-editor
-	domenu xfcecomped.desktop
-	dodoc README
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-04-07  8:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-02 20:27 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-composite-editor/ Denis Dupeyron
  -- strict thread matches above, loose matches on Subject: below --
2019-04-07  8:29 Michał Górny
2018-11-15 17:04 Thomas Deutschmann
2018-11-12 13:52 Mikle Kolyada
2016-02-21 19:05 Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox