summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2005-10-06 03:28:19 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2005-10-06 03:28:19 +0000
commitb2ddf4a9ba00212a053029479824c000221ecc7c (patch)
tree225f7225f6e0e66743629911995f26ee9c0edaeb /xfce-base/xfdesktop
parentpunt virtual/kernel since its long dead #107940 (diff)
downloadgentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.tar.gz
gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.tar.bz2
gentoo-2-b2ddf4a9ba00212a053029479824c000221ecc7c.zip
Remove allot of old crufty versions.
(Portage version: 1.589-cvs)
Diffstat (limited to 'xfce-base/xfdesktop')
-rw-r--r--xfce-base/xfdesktop/files/digest-xfdesktop-4.0.61
-rw-r--r--xfce-base/xfdesktop/files/digest-xfdesktop-4.2.01
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.0.6.ebuild37
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.2.0.ebuild11
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