diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 03:25:16 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 03:25:16 +0000 |
commit | 149a239f9f3ddb6a00c3c6f45e1a0d08eb6dc65a (patch) | |
tree | 7793b5bd8f66370c395b0dc470e1d015cca47374 /xfce-base/xfce-mcs-plugins | |
parent | arm/hppa/ia64 stable and PROVIDE virtual/ssh (diff) | |
download | historical-149a239f9f3ddb6a00c3c6f45e1a0d08eb6dc65a.tar.gz historical-149a239f9f3ddb6a00c3c6f45e1a0d08eb6dc65a.tar.bz2 historical-149a239f9f3ddb6a00c3c6f45e1a0d08eb6dc65a.zip |
Remove allot of old crufty versions.
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'xfce-base/xfce-mcs-plugins')
4 files changed, 0 insertions, 52 deletions
diff --git a/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.0.6 b/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.0.6 deleted file mode 100644 index a1d8222d139d..000000000000 --- a/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 e197d3570f444daa175a684e472ea396 xfce-mcs-plugins-4.0.6.tar.gz 615696 diff --git a/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.2.0 b/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.2.0 deleted file mode 100644 index 2bdac30b2100..000000000000 --- a/xfce-base/xfce-mcs-plugins/files/digest-xfce-mcs-plugins-4.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 3f30fc86fd20c3ce3d3d18cd34171efc xfce-mcs-plugins-4.2.0.tar.bz2 511041 diff --git a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.0.6.ebuild b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.0.6.ebuild deleted file mode 100644 index 91da9d523561..000000000000 --- a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.0.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 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.0.6.ebuild,v 1.10 2005/01/02 16:10:07 bcowan Exp $ - -DESCRIPTION="Libraries for XFCE4" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PV}/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" -IUSE="X" - -RDEPEND=">=x11-libs/gtk+-2.0.6 - dev-libs/libxml2 - =xfce-base/libxfce4util-${PV} - =xfce-base/libxfcegui4-${PV} - =xfce-base/libxfce4mcs-${PV} - =xfce-base/xfce-mcs-manager-${PV}" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - local myconf - myconf="" - - use X \ - && myconf="${myconf} --with-x --enable-xf86misc --enable-xkb" - - econf ${myconf} || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL COPYING README ChangeLog -} diff --git a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.2.0.ebuild b/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.2.0.ebuild deleted file mode 100644 index 41db57d5c497..000000000000 --- a/xfce-base/xfce-mcs-plugins/xfce-mcs-plugins-4.2.0.ebuild +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2005 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.2.0.ebuild,v 1.9 2005/06/15 07:32:05 corsair Exp $ - -DESCRIPTION="Xfce4 mcs plugins" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" - -BZIPPED=1 -RDEPEND="~xfce-base/xfce-mcs-manager-${PV}" -XFCE_CONFIG="--enable-xf86misc --enable-xkb --enable-randr --enable-xf86vm" - -inherit xfce4 |