diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-11 17:34:04 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-12-11 17:34:04 +0000 |
commit | 37080e1c45bf346a07a96e21eaae9431aab19deb (patch) | |
tree | 22e9ca8134739df8de70e1101c58e6cbd0531a4d /x11-wm | |
parent | Drop no-longer required ebuild. (diff) | |
download | historical-37080e1c45bf346a07a96e21eaae9431aab19deb.tar.gz historical-37080e1c45bf346a07a96e21eaae9431aab19deb.tar.bz2 historical-37080e1c45bf346a07a96e21eaae9431aab19deb.zip |
Drop no-longer required ebuild.
Package-Manager: portage-2.2_rc58/cvs/Linux i686
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compiz-fusion/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/compiz-fusion/compiz-fusion-0.8.2.ebuild | 25 | ||||
-rw-r--r-- | x11-wm/compiz/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/compiz/compiz-0.8.2-r3.ebuild | 145 |
4 files changed, 10 insertions, 172 deletions
diff --git a/x11-wm/compiz-fusion/ChangeLog b/x11-wm/compiz-fusion/ChangeLog index efafb950e3f2..3d2430f9fca8 100644 --- a/x11-wm/compiz-fusion/ChangeLog +++ b/x11-wm/compiz-fusion/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/compiz-fusion # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v 1.11 2009/10/23 17:35:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/ChangeLog,v 1.12 2009/12/11 17:34:04 scarabeus Exp $ + + 11 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -compiz-fusion-0.8.2.ebuild: + Drop no-longer required ebuild. 23 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> compiz-fusion-0.8.4.ebuild: diff --git a/x11-wm/compiz-fusion/compiz-fusion-0.8.2.ebuild b/x11-wm/compiz-fusion/compiz-fusion-0.8.2.ebuild deleted file mode 100644 index 82c8c1264c94..000000000000 --- a/x11-wm/compiz-fusion/compiz-fusion-0.8.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz-fusion/compiz-fusion-0.8.2.ebuild,v 1.2 2009/10/23 09:04:28 ssuominen Exp $ - -DESCRIPTION="Compiz Fusion (meta)" -HOMEPAGE="http://www.compiz.org/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="emerald gnome 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-apps/ccsm-${PV} - emerald? ( ~x11-wm/emerald-${PV} ) - gnome? ( ~x11-libs/compizconfig-backend-gconf-${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/ChangeLog b/x11-wm/compiz/ChangeLog index 47882ece0000..21cf7a0c8c2a 100644 --- a/x11-wm/compiz/ChangeLog +++ b/x11-wm/compiz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/compiz # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.46 2009/10/25 00:29:13 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.47 2009/12/11 17:31:33 scarabeus Exp $ + + 11 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -compiz-0.8.2-r3.ebuild: + Drop no-longer required ebuild. 25 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> compiz-0.8.2-r3.ebuild, compiz-0.8.4.ebuild, metadata.xml: diff --git a/x11-wm/compiz/compiz-0.8.2-r3.ebuild b/x11-wm/compiz/compiz-0.8.2-r3.ebuild deleted file mode 100644 index 96087b5ebaca..000000000000 --- a/x11-wm/compiz/compiz-0.8.2-r3.ebuild +++ /dev/null @@ -1,145 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.2-r3.ebuild,v 1.2 2009/10/25 00:29:13 ssuominen Exp $ - -EAPI="2" - -inherit autotools eutils gnome2-utils - -DESCRIPTION="3D composite and windowmanager" -HOMEPAGE="http://www.compiz.org/" -SRC_URI="http://releases.compiz.org/${PV}/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1 MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="+cairo dbus fuse gnome gtk kde +svg" - -DEPEND=" - dev-libs/glib:2 - dev-libs/libxml2 - dev-libs/libxslt - media-libs/libpng - >=media-libs/mesa-6.5.1-r1 - >=x11-base/xorg-server-1.1.1-r1 - x11-libs/libX11[xcb] - x11-libs/libxcb - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXinerama - x11-libs/libXrandr - x11-libs/libICE - x11-libs/libSM - >=x11-libs/libXrender-0.8.4 - >=x11-libs/startup-notification-0.7 - cairo? ( - x11-libs/cairo[X] - ) - dbus? ( >=sys-apps/dbus-1.0 ) - fuse? ( sys-fs/fuse ) - gnome? ( - >=gnome-base/gnome-control-center-2.16.1:2 - gnome-base/gnome-desktop - gnome-base/gconf:2 - ) - gtk? ( - >=x11-libs/gtk+-2.8.0:2 - >=x11-libs/libwnck-2.18.3 - x11-libs/pango - ) - kde? ( - || ( - >=kde-base/kwin-4.2.0 - kde-base/kwin:live - ) - ) - svg? ( - >=gnome-base/librsvg-2.14.0:2 - >=x11-libs/cairo-1.0 - ) -" - -RDEPEND="${DEPEND} - x11-apps/mesa-progs - x11-apps/xvinfo" - -DEPEND="${DEPEND} - dev-util/pkgconfig - x11-proto/damageproto - x11-proto/xineramaproto" - -src_prepare() { - - echo "gtk/gnome/compiz-wm.desktop.in" >> "${S}/po/POTFILES.skip" - echo "metadata/core.xml.in" >> "${S}/po/POTFILES.skip" - - # Missing gconf flags, fix bug #282807 - epatch "${FILESDIR}"/${P}-gtk-gnome-missing-gconf-flags.patch - - if ! use gnome; then - epatch "${FILESDIR}"/${PN}-no-gconf.patch - fi - eautoreconf -} - -src_configure() { - econf --disable-gnome-keybindings \ - --enable-librsvg \ - --with-default-plugins \ - $(use_enable cairo annotate) \ - $(use_enable dbus) \ - $(use_enable dbus dbus-glib) \ - $(use_enable fuse) \ - $(use_enable gnome) \ - $(use_enable gnome gconf) \ - $(use_enable gnome metacity) \ - $(use_enable gtk) \ - $(use_enable kde kde4) \ - --disable-kde -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - # Install compiz-manager - dobin "${FILESDIR}/compiz-manager" || die "dobin failed" - - # Add the full-path to lspci - sed -i "s#lspci#/usr/sbin/lspci#" "${D}/usr/bin/compiz-manager" || die "sed 1 failed" - - # Fix the hardcoded lib paths - sed -i "s#/lib/#/$(get_libdir)/#g" "${D}/usr/bin/compiz-manager" || die "sed 2 failed" - - # Create gentoo's config file - dodir /etc/xdg/compiz || die "dodir failed" - - cat <<- EOF > "${D}/etc/xdg/compiz/compiz-manager" - COMPIZ_BIN_PATH="/usr/bin/" - PLUGIN_PATH="/usr/$(get_libdir)/compiz/" - LIBGL_NVIDIA="/usr/$(get_libdir)/opengl/xorg-x11/lib/libGL.so.1.2" - LIBGL_FGLRX="/usr/$(get_libdir)/opengl/xorg-x11/lib/libGL.so.1.2" - KWIN="$(type -p kwin)" - METACITY="$(type -p metacity)" - SKIP_CHECKS="yes" - EOF - - dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed" - - insinto "/usr/share/applications" - doins "${FILESDIR}/compiz.desktop" || die "Failed to install compiz.desktop" -} - -pkg_preinst() { - use gnome && gnome2_gconf_savelist -} - -pkg_postinst() { - use gnome && gnome2_gconf_install - - ewarn "If you update to x11-wm/metacity-2.24 after you install ${P}," - ewarn "gtk-window-decorator will crash until you reinstall ${PN} again." -} - -pkg_prerm() { - use gnome && gnome2_gconf_uninstall -} |