diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-02-03 01:02:11 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-02-03 01:02:11 +0000 |
commit | d02e246381aea1d7879f1f61e024bada21f2c8d1 (patch) | |
tree | 742f10a3818eecf63bf6a15c0d8e6dc4648ce33a /xfce-base/xfce-mcs-plugins | |
parent | Removing old version. (diff) | |
download | gentoo-2-d02e246381aea1d7879f1f61e024bada21f2c8d1.tar.gz gentoo-2-d02e246381aea1d7879f1f61e024bada21f2c8d1.tar.bz2 gentoo-2-d02e246381aea1d7879f1f61e024bada21f2c8d1.zip |
Removing old version.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'xfce-base/xfce-mcs-plugins')
3 files changed, 5 insertions, 60 deletions
diff --git a/xfce-base/xfce-mcs-plugins/ChangeLog b/xfce-base/xfce-mcs-plugins/ChangeLog index 2e9ea5550592..32813200e801 100644 --- a/xfce-base/xfce-mcs-plugins/ChangeLog +++ b/xfce-base/xfce-mcs-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/xfce-mcs-plugins # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.77 2007/01/28 15:14:43 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/ChangeLog,v 1.78 2007/02/03 01:02:11 nichoj Exp $ + + 03 Feb 2007; Joshua Nichols <nichoj@gentoo.org> + -xfce-mcs-plugins-4.3.99.2-r3.ebuild: + Removing old version. 28 Jan 2007; Peter Weller <welp@gentoo.org> xfce-mcs-plugins-4.4.0.ebuild: Dep fixes, various other fixes diff --git a/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.3.99.2-r3 b/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.3.99.2-r3 deleted file mode 100644 index 4d8505dfbe0f..000000000000 --- a/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.3.99.2-r3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6234425227e1145319bd75ef52fa97f5 xfce-mcs-plugins-4.3.99.2.tar.bz2 842712 -RMD160 572088b0429f984bedc62484a7a28b2d37aab305 xfce-mcs-plugins-4.3.99.2.tar.bz2 842712 -SHA256 f2773a4c007139f0a06c418b3535374ebeed8e10eef41d3ae69f4259f6f632a5 xfce-mcs-plugins-4.3.99.2.tar.bz2 842712 diff --git a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.3.99.2-r3.ebuild b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.3.99.2-r3.ebuild deleted file mode 100644 index 2504c0e47091..000000000000 --- a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.3.99.2-r3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.3.99.2-r3.ebuild,v 1.1 2006/12/10 19:58:32 nichoj Exp $ - -inherit gnome2 xfce44 - -xfce44_beta - -DESCRIPTION="Xfce4 mcs plugins" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND="|| ( ( x11-libs/libX11 - x11-libs/libXcursor - x11-libs/libXrandr - x11-libs/libXrender - x11-libs/libICE - x11-libs/libSM - x11-libs/libXext - x11-libs/libXxf86misc - x11-libs/libXxf86vm ) - virtual/x11 ) - >=dev-libs/glib-2 - >=x11-libs/gtk+-2.6 - ~xfce-base/libxfce4mcs-${PV} - ~xfce-base/libxfce4util-${PV} - ~xfce-base/libxfcegui4-${PV} - ~xfce-base/xfce-mcs-manager-${PV}" -# need xfce4-dev-tools, since we patch automake and need regeneration -DEPEND="${RDEPEND} - || ( ( x11-proto/xf86miscproto - x11-proto/xf86vidmodeproto - x11-proto/xproto ) - virtual/x11 ) - xfce-extra/xfce4-dev-tools" - -XFCE_CONFIG="--enable-xf86misc --enable-xkb --enable-randr --enable-xf86vm" - -xfce44_core_package - -src_unpack() { - unpack ${A} - cd ${S} - # don't install xfce-filemanager.png, which collides with xfce4-session - epatch ${FILESDIR}/${P}-icon.patch - # regenerate stuff, but don't run configure yet - NOCONFIGURE="true" xdt-autogen -} - - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |