summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-05-05 04:59:26 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-05-05 04:59:26 +0000
commitfaa5e7e632b48f32a087d9b2e6755f3d584e0ecc (patch)
tree6cf5aa4670b4cbc541b708fd34ded6100db80395 /xfce-base/xfdesktop
parentBeta1 baby! (Manifest recommit) (diff)
downloadgentoo-2-faa5e7e632b48f32a087d9b2e6755f3d584e0ecc.tar.gz
gentoo-2-faa5e7e632b48f32a087d9b2e6755f3d584e0ecc.tar.bz2
gentoo-2-faa5e7e632b48f32a087d9b2e6755f3d584e0ecc.zip
Clean up.
Diffstat (limited to 'xfce-base/xfdesktop')
-rw-r--r--xfce-base/xfdesktop/files/digest-xfdesktop-4.0.01
-rw-r--r--xfce-base/xfdesktop/files/digest-xfdesktop-4.0.11
-rw-r--r--xfce-base/xfdesktop/files/digest-xfdesktop-4.0.21
-rw-r--r--xfce-base/xfdesktop/files/digest-xfdesktop-4.0.31
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.0.0.ebuild35
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.0.1.ebuild35
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.0.2.ebuild35
-rw-r--r--xfce-base/xfdesktop/xfdesktop-4.0.3.ebuild35
8 files changed, 0 insertions, 144 deletions
diff --git a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.0 b/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.0
deleted file mode 100644
index 3f83e5427826..000000000000
--- a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2fa7652a76ae5cc9d12a9fe4a1e64d0 xfdesktop-4.0.0.tar.gz 1996983
diff --git a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.1 b/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.1
deleted file mode 100644
index 1a757523e6e9..000000000000
--- a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e9a2590d55550d32c12c3fd81c8e4d2f xfdesktop-4.0.1.tar.gz 2099168
diff --git a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.2 b/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.2
deleted file mode 100644
index 35428441e3a9..000000000000
--- a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5b5aa47435d39a0bc5328c5a0e3035ff xfdesktop-4.0.2.tar.gz 2103996
diff --git a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.3 b/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.3
deleted file mode 100644
index 20091a00a153..000000000000
--- a/xfce-base/xfdesktop/files/digest-xfdesktop-4.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 21eace73c6daecdc948f789d759e4a38 xfdesktop-4.0.3.tar.gz 2109092
diff --git a/xfce-base/xfdesktop/xfdesktop-4.0.0.ebuild b/xfce-base/xfdesktop/xfdesktop-4.0.0.ebuild
deleted file mode 100644
index 8ae7f61f7006..000000000000
--- a/xfce-base/xfdesktop/xfdesktop-4.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.0.0.ebuild,v 1.7 2004/04/27 15:53:12 pvdabeel Exp $
-
-IUSE="X"
-DESCRIPTION="Xfce4 desktop"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="ia64 x86 ppc ~alpha ~sparc amd64 hppa"
-
-DEPEND=">=x11-libs/gtk+-2.0.6
- dev-util/pkgconfig
- dev-libs/libxml2
- =xfce-base/libxfce4util-${PV}
- =xfce-base/libxfcegui4-${PV}
- =xfce-base/libxfce4mcs-${PV}
- =xfce-base/xfce-mcs-manager-${PV}"
-
-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.0.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.0.1.ebuild
deleted file mode 100644
index 7e4db7ab8763..000000000000
--- a/xfce-base/xfdesktop/xfdesktop-4.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.0.1.ebuild,v 1.6 2004/04/17 21:17:04 aliz Exp $
-
-IUSE="X"
-DESCRIPTION="Xfce4 desktop"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~ia64 x86 ppc ~alpha sparc ~amd64 hppa"
-
-DEPEND=">=x11-libs/gtk+-2.0.6
- dev-util/pkgconfig
- dev-libs/libxml2
- =xfce-base/libxfce4util-${PV}
- =xfce-base/libxfcegui4-${PV}
- =xfce-base/libxfce4mcs-${PV}
- =xfce-base/xfce-mcs-manager-${PV}"
-
-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.0.2.ebuild b/xfce-base/xfdesktop/xfdesktop-4.0.2.ebuild
deleted file mode 100644
index 0398663a7d23..000000000000
--- a/xfce-base/xfdesktop/xfdesktop-4.0.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.0.2.ebuild,v 1.4 2004/04/27 15:53:12 pvdabeel Exp $
-
-IUSE="X"
-DESCRIPTION="Xfce4 desktop"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~ia64 ~x86 ppc ~alpha ~sparc ~amd64 ~hppa"
-
-DEPEND=">=x11-libs/gtk+-2.0.6
- dev-util/pkgconfig
- dev-libs/libxml2
- =xfce-base/libxfce4util-${PV}
- =xfce-base/libxfcegui4-${PV}
- =xfce-base/libxfce4mcs-${PV}
- =xfce-base/xfce-mcs-manager-${PV}"
-
-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.0.3.ebuild b/xfce-base/xfdesktop/xfdesktop-4.0.3.ebuild
deleted file mode 100644
index d658f616cc1c..000000000000
--- a/xfce-base/xfdesktop/xfdesktop-4.0.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.0.3.ebuild,v 1.7 2004/04/27 15:53:12 pvdabeel Exp $
-
-IUSE="X"
-DESCRIPTION="Xfce4 desktop"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="ia64 x86 ppc alpha sparc ~amd64 ~hppa ~mips"
-
-DEPEND=">=x11-libs/gtk+-2.0.6
- dev-util/pkgconfig
- dev-libs/libxml2
- =xfce-base/libxfce4util-${PV}
- =xfce-base/libxfcegui4-${PV}
- =xfce-base/libxfce4mcs-${PV}
- =xfce-base/xfce-mcs-manager-${PV}"
-
-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
-}