summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-27 01:29:42 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-27 01:29:42 +0300
commitfe366416270ebf553a7c5a28ab04adaaa168583f (patch)
tree08c45b64a7ee4189bf86ff46c935dd70bf148d48
parentx11-plugins/compiz-plugin-main: remove last rited package (diff)
downloadgentoo-fe366416.tar.gz
gentoo-fe366416.tar.bz2
gentoo-fe366416.zip
x11-plugins/compiz-plugins-extra: remove last rited package
-rw-r--r--x11-plugins/compiz-plugins-extra/Manifest1
-rw-r--r--x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild64
-rw-r--r--x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch19
-rw-r--r--x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-no-gconf.patch21
-rw-r--r--x11-plugins/compiz-plugins-extra/metadata.xml16
5 files changed, 0 insertions, 121 deletions
diff --git a/x11-plugins/compiz-plugins-extra/Manifest b/x11-plugins/compiz-plugins-extra/Manifest
deleted file mode 100644
index 3052e9d218fa..000000000000
--- a/x11-plugins/compiz-plugins-extra/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST compiz-plugins-extra-0.8.8.tar.bz2 2689953 BLAKE2B a18784a2bf08153a4ae451b105706e0a771e4751e9fbdde0aa83984dc1897366931c94a05538697f0d0fdb0838113c347bd2f0a4c21f205484480eed73520b07 SHA512 de72d688648e5426e8967cc88d9439d19c0bc57dcd4de7c5a78fbf2e1dcec85f5f69c89e6affa06f8df1534dad4b347041d023ea9eeabb034df485825815ca22
diff --git a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild b/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild
deleted file mode 100644
index 5f8a05ae4ccd..000000000000
--- a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.8.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils gnome2-utils
-
-DESCRIPTION="Compiz Fusion Window Decorator Extra Plugins"
-HOMEPAGE="http://www.compiz.org/"
-SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="gconf libnotify"
-
-RDEPEND="
- >=gnome-base/librsvg-2.14.0:2
- virtual/jpeg:0
- >=x11-libs/compiz-bcop-${PV}
- >=x11-plugins/compiz-plugins-main-${PV}
- >=x11-wm/compiz-${PV}[gconf?]
- libnotify? ( x11-libs/libnotify )
-"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- virtual/pkgconfig
- >=sys-devel/gettext-0.15
- x11-libs/cairo
- gconf? ( gnome-base/gconf:2 )
-"
-
-DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"
-
-src_prepare() {
- if ! use gconf; then
- epatch "${FILESDIR}"/${PN}-no-gconf.patch
- fi
- epatch "${FILESDIR}/${P}-libnotify.patch"
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-fast-install \
- --disable-static \
- $(use_enable gconf schemas) \
- $(use_with libnotify notifications)
-}
-
-src_install() {
- default
- prune_libtool_files
-}
-
-pkg_preinst() {
- use gconf && gnome2_gconf_savelist
-}
-
-pkg_postinst() {
- use gconf && gnome2_gconf_install
-}
diff --git a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch b/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch
deleted file mode 100644
index 9287d706ac8e..000000000000
--- a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.ac 2011-04-21 15:51:08.000000000 +0400
-+++ configure.ac 2012-08-16 21:37:46.894173595 +0400
-@@ -136,7 +136,15 @@
- PKG_CHECK_MODULES(COMPIZMOUSEPOLL, compiz-mousepoll, [have_compiz_mousepoll=yes], [have_compiz_mousepoll=no])
- AM_CONDITIONAL(SHOWMOUSE_PLUGIN, test "x$have_compiz_mousepoll" = "xyes")
-
--PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], [have_libnotify=no])
-+AC_ARG_ENABLE(notifications, AS_HELP_STRING([--enable-notifications], [Build notification plugin]), [enable_notifications=$enableval], [enable_notification=auto])
-+if test "$enable_notification" = auto; then
-+ PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], [have_libnotify=no])
-+fi
-+if test "$enable_notification" = yes; then
-+ PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], AC_MSG_ERROR([Libnotify is not installed]))
-+else
-+ have_libnotify=no
-+fi
- AM_CONDITIONAL(NOTIFICATION_PLUGIN, test "x$have_libnotify" = "xyes")
- if test "$have_libnotify" = yes; then
- AC_DEFINE(USE_NOTIFICATION, 1, [Build notification plugin])
diff --git a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-no-gconf.patch b/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-no-gconf.patch
deleted file mode 100644
index 49bf16be4b10..000000000000
--- a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-no-gconf.patch
+++ /dev/null
@@ -1,21 +0,0 @@
- configure.ac | 5 ++---
- 1 files changed, 2 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 0a3d7c1..6f8356d 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -150,11 +150,10 @@ if test x"$use_schemas" = x"yes"; then
- fi
- xsltdir=`$PKG_CONFIG --variable=xsltdir compiz-gconf`
- AC_SUBST(xsltdir)
-+else
-+ AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$use_gconf" = "xyes")
- fi
-
--AM_GCONF_SOURCE_2
--
--
- AM_CONDITIONAL(USE_SCHEMAS, test "x$use_schemas" = "xyes")
- if test "$use_schemas" = yes; then
- AC_DEFINE(USE_SCHEMAS, 1, [Build gconf schemas])
diff --git a/x11-plugins/compiz-plugins-extra/metadata.xml b/x11-plugins/compiz-plugins-extra/metadata.xml
deleted file mode 100644
index 34693565222f..000000000000
--- a/x11-plugins/compiz-plugins-extra/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">
-&gt;Package with several compiz-fusion plugins:
-addhelper, bench, crashhandler, cubecaps, cubereflex, extrawm, fadedesktop, firepaint, gears,
-goto-viewport, group, mblur, reflex, scalefilter, showdesktop, splash, trailfocus, widget.
-</longdescription>
- <use>
- <flag name="gconf">
- Install GConf schemas for the plugins, needed when using the GConf-based
- configuration backend in <pkg>x11-wm/compiz</pkg>.
- </flag>
- </use>
-</pkgmetadata>