public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-wm/compiz-fusion/
@ 2016-01-28  8:16 Sergey Popov
  0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2016-01-28  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     405b67b1bfb8182777c7eb05f9bae20b9f05ea69
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 08:12:27 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 08:15:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405b67b1

x11-wm/compiz-fusion: change category for x11-apps/ccsm dependency

Gentoo-Bug: 571838

Package-Manager: portage-2.2.26

 x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
index a20b32a..a572c86 100644
--- a/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
+++ b/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
@@ -16,7 +16,7 @@ RDEPEND="
 	>=x11-plugins/compiz-plugins-main-${PV}
 	>=x11-plugins/compiz-plugins-extra-${PV}
 	unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )
-	>=x11-apps/ccsm-0.8.4
+	>=x11-misc/ccsm-0.8.4
 	emerald? ( >=x11-wm/emerald-${PV} )
 	gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
 	kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/compiz-fusion/
@ 2016-04-19 13:12 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2016-04-19 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     6d1b0133e165e29e24c2942a7c30c99bde7a666b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 13:02:42 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 13:12:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1b0133

x11-wm/compiz-fusion: Fix compiz-plugins-unsupported pkg ref

 x11-wm/compiz-fusion/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/compiz-fusion/metadata.xml b/x11-wm/compiz-fusion/metadata.xml
index 465f407..c7b7e69 100644
--- a/x11-wm/compiz-fusion/metadata.xml
+++ b/x11-wm/compiz-fusion/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 <use>
   <flag name="emerald">Install the <pkg>x11-wm/emerald</pkg> package.</flag>
-  <flag name="unsupported">Install the <pkg>x11-plugins/compiz-fusion-plugins-unsupported</pkg> package.</flag>
+  <flag name="unsupported">Install the <pkg>x11-plugins/compiz-plugins-unsupported</pkg> package.</flag>
 </use>
 <maintainer type="project">
   <email>desktop-effects@gentoo.org</email>


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/compiz-fusion/
@ 2016-07-07 19:48 Austin English
  0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-07-07 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1f272249c6cbc05cf21e2e42cd8d4c7216643c98
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  7 19:46:35 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul  7 19:47:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f272249

x11-wm/compiz-fusion: bump to EAPI 6

Package-Manager: portage-2.2.28

 x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
new file mode 100644
index 0000000..509be7b
--- /dev/null
+++ b/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Compiz Fusion (meta)"
+HOMEPAGE="http://www.compiz.org/"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="emerald gnome kde unsupported"
+
+RDEPEND="
+	>=x11-wm/compiz-${PV}
+	>=x11-plugins/compiz-plugins-main-${PV}
+	>=x11-plugins/compiz-plugins-extra-${PV}
+	>=x11-misc/ccsm-0.8.4
+	emerald? ( >=x11-wm/emerald-${PV} )
+	gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
+	kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )
+	unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )"
+
+pkg_postinst() {
+	ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
+	ewarn "If you want to use emerald, set the emerald use flag"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/compiz-fusion/
@ 2017-07-22  3:09 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2017-07-22  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     504923d9c13ced67073ea4c3d830328093dd7e67
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 22 03:08:13 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul 22 03:09:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504923d9

x11-wm/compiz-fusion: remove 0.8.8-r0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild | 26 -------------------------
 1 file changed, 26 deletions(-)

diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
deleted file mode 100644
index 3d948a5faa8..00000000000
--- a/x11-wm/compiz-fusion/compiz-fusion-0.8.8.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Compiz Fusion (meta)"
-HOMEPAGE="http://www.compiz.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="emerald gnome kde unsupported"
-
-RDEPEND="
-	>=x11-wm/compiz-${PV}
-	>=x11-plugins/compiz-plugins-main-${PV}
-	>=x11-plugins/compiz-plugins-extra-${PV}
-	unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )
-	>=x11-misc/ccsm-0.8.4
-	emerald? ( >=x11-wm/emerald-${PV} )
-	gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
-	kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )"
-
-pkg_postinst() {
-	ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
-	ewarn "If you want to use emerald, set the emerald use flag"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/compiz-fusion/
@ 2017-10-04 18:50 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2017-10-04 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     efd222b1aaf98d902c9f06bbd1cdf83121e86698
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  4 18:47:29 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 18:48:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd222b1

x11-wm/compiz-fusion: Drop USE=kde

Gentoo-bug: 629236
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
index 855bcf76e6d..115d647215f 100644
--- a/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
+++ b/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI=""
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="emerald gnome kde unsupported"
+IUSE="emerald gnome unsupported"
 
 RDEPEND="
 	>=x11-wm/compiz-${PV}
@@ -19,7 +19,6 @@ RDEPEND="
 	>=x11-misc/ccsm-0.8.4
 	emerald? ( >=x11-wm/emerald-${PV} )
 	gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
-	kde? ( >=x11-libs/compizconfig-backend-kconfig4-${PV} )
 	unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )"
 
 pkg_postinst() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-wm/compiz-fusion/
@ 2018-01-26 22:24 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-01-26 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     96294b2dbed908f6f79d91ff2b93ef4b8f88d3ea
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 22:24:08 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 22:24:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96294b2d

x11-wm/compiz-fusion: remove last rited package

 x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild | 27 ----------------------
 x11-wm/compiz-fusion/metadata.xml                  | 12 ----------
 2 files changed, 39 deletions(-)

diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
deleted file mode 100644
index 115d647215f..00000000000
--- a/x11-wm/compiz-fusion/compiz-fusion-0.8.8-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Compiz Fusion (meta)"
-HOMEPAGE="http://www.compiz.org/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="emerald gnome unsupported"
-
-RDEPEND="
-	>=x11-wm/compiz-${PV}
-	>=x11-plugins/compiz-plugins-main-${PV}
-	>=x11-plugins/compiz-plugins-extra-${PV}
-	>=x11-misc/ccsm-0.8.4
-	emerald? ( >=x11-wm/emerald-${PV} )
-	gnome? ( >=x11-libs/compizconfig-backend-gconf-${PV} )
-	unsupported? ( >=x11-plugins/compiz-plugins-unsupported-${PV} )"
-
-pkg_postinst() {
-	ewarn "If you want to try out simple-ccsm, you'll need to emerge it"
-	ewarn "If you want to use emerald, set the emerald use flag"
-}

diff --git a/x11-wm/compiz-fusion/metadata.xml b/x11-wm/compiz-fusion/metadata.xml
deleted file mode 100644
index 3913b888118..00000000000
--- a/x11-wm/compiz-fusion/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<use>
-  <flag name="emerald">Install the <pkg>x11-wm/emerald</pkg> package.</flag>
-  <flag name="unsupported">Install the <pkg>x11-plugins/compiz-plugins-unsupported</pkg> package.</flag>
-</use>
-<longdescription>
-compiz-fusion is a community-driven project that is aimed at extending the compiz window manager.
-</longdescription>
-</pkgmetadata>


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

end of thread, other threads:[~2018-01-26 22:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-07 19:48 [gentoo-commits] repo/gentoo:master commit in: x11-wm/compiz-fusion/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2018-01-26 22:24 Mikle Kolyada
2017-10-04 18:50 Andreas Sturmlechner
2017-07-22  3:09 Michael Palimaka
2016-04-19 13:12 Michał Górny
2016-01-28  8:16 Sergey Popov

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