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/xfdesktop | |
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/xfdesktop')
-rw-r--r-- | xfce-base/xfdesktop/files/digest-xfdesktop-4.0.6 | 1 | ||||
-rw-r--r-- | xfce-base/xfdesktop/files/digest-xfdesktop-4.2.0 | 1 | ||||
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.0.6.ebuild | 37 | ||||
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.2.0.ebuild | 11 |
4 files changed, 0 insertions, 50 deletions
diff --git a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.6 b/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.6 deleted file mode 100644 index c359192c8e64..000000000000 --- a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f7a87ada82eaa60fb37998553787002 xfdesktop-4.0.6.tar.gz 2134301 diff --git a/xfce-base/xfdesktop/files/digest-xfdesktop-4.2.0 b/xfce-base/xfdesktop/files/digest-xfdesktop-4.2.0 deleted file mode 100644 index c2b25848a3d2..000000000000 --- a/xfce-base/xfdesktop/files/digest-xfdesktop-4.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 9fce339a3b4e6189875e8848a502fd73 xfdesktop-4.2.0.tar.bz2 2432641 diff --git a/xfce-base/xfdesktop/xfdesktop-4.0.6.ebuild b/xfce-base/xfdesktop/xfdesktop-4.0.6.ebuild deleted file mode 100644 index ecb24788126d..000000000000 --- a/xfce-base/xfdesktop/xfdesktop-4.0.6.ebuild +++ /dev/null @@ -1,37 +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/xfdesktop/xfdesktop-4.0.6.ebuild,v 1.10 2005/01/02 16:21:55 bcowan Exp $ - -DESCRIPTION="Xfce4 desktop" -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" - - econf ${myconf} || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS INSTALL COPYING README ChangeLog TODO -} diff --git a/xfce-base/xfdesktop/xfdesktop-4.2.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.2.0.ebuild deleted file mode 100644 index 7fd894b32e2e..000000000000 --- a/xfce-base/xfdesktop/xfdesktop-4.2.0.ebuild +++ /dev/null @@ -1,11 +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/xfdesktop/xfdesktop-4.2.0.ebuild,v 1.9 2005/06/15 08:10:31 corsair Exp $ - -DESCRIPTION="Xfce 4 desktop manager" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" - -BZIPPED=1 -RDEPEND="~xfce-base/xfce4-panel-${PV}" - -inherit xfce4 |