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/xfce-utils
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/xfce-utils')
-rw-r--r--xfce-base/xfce-utils/files/digest-xfce-utils-4.0.01
-rw-r--r--xfce-base/xfce-utils/files/digest-xfce-utils-4.0.11
-rw-r--r--xfce-base/xfce-utils/files/digest-xfce-utils-4.0.21
-rw-r--r--xfce-base/xfce-utils/files/digest-xfce-utils-4.0.31
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.0.0.ebuild37
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.0.1.ebuild37
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.0.2.ebuild37
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.0.3.ebuild37
8 files changed, 0 insertions, 152 deletions
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.0 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.0
deleted file mode 100644
index cf639872d79b..000000000000
--- a/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dea0838049c21300ba0232297b8d8126 xfce-utils-4.0.0.tar.gz 690267
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.1 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.1
deleted file mode 100644
index f96665159dbe..000000000000
--- a/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d6d9df76cc10b99096df1754405ad46b xfce-utils-4.0.1.tar.gz 933683
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.2 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.2
deleted file mode 100644
index aaa53a4808ca..000000000000
--- a/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0f8370292674a5be7e66da952355ec4e xfce-utils-4.0.2.tar.gz 938600
diff --git a/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.3 b/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.3
deleted file mode 100644
index 7e9ffbf213e4..000000000000
--- a/xfce-base/xfce-utils/files/digest-xfce-utils-4.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b0cd19f9f06885a878730fa78afef415 xfce-utils-4.0.3.tar.gz 940236
diff --git a/xfce-base/xfce-utils/xfce-utils-4.0.0.ebuild b/xfce-base/xfce-utils/xfce-utils-4.0.0.ebuild
deleted file mode 100644
index d0956d9522c7..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.0.0.ebuild
+++ /dev/null
@@ -1,37 +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/xfce-utils/xfce-utils-4.0.0.ebuild,v 1.7 2004/04/27 15:49:55 pvdabeel Exp $
-
-IUSE="X gtkhtml gnome"
-DESCRIPTION="Xfce4 utilities"
-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"
- use gtkhtml && myconf="${myconf} --enable-gtkhtml"
- use gnome && myconf="${myconf} --enable-gdm"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
-}
diff --git a/xfce-base/xfce-utils/xfce-utils-4.0.1.ebuild b/xfce-base/xfce-utils/xfce-utils-4.0.1.ebuild
deleted file mode 100644
index 015d2301b396..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.0.1.ebuild
+++ /dev/null
@@ -1,37 +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/xfce-utils/xfce-utils-4.0.1.ebuild,v 1.6 2004/04/17 21:17:04 aliz Exp $
-
-IUSE="X gtkhtml gnome"
-DESCRIPTION="Xfce4 utilities"
-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"
- use gtkhtml && myconf="${myconf} --enable-gtkhtml"
- use gnome && myconf="${myconf} --enable-gdm"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
-}
diff --git a/xfce-base/xfce-utils/xfce-utils-4.0.2.ebuild b/xfce-base/xfce-utils/xfce-utils-4.0.2.ebuild
deleted file mode 100644
index 0bfe777a0a59..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.0.2.ebuild
+++ /dev/null
@@ -1,37 +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/xfce-utils/xfce-utils-4.0.2.ebuild,v 1.4 2004/04/27 15:49:55 pvdabeel Exp $
-
-IUSE="X gtkhtml gnome"
-DESCRIPTION="Xfce4 utilities"
-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"
- use gtkhtml && myconf="${myconf} --enable-gtkhtml"
- use gnome && myconf="${myconf} --enable-gdm"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
-}
diff --git a/xfce-base/xfce-utils/xfce-utils-4.0.3.ebuild b/xfce-base/xfce-utils/xfce-utils-4.0.3.ebuild
deleted file mode 100644
index 8025940cdf06..000000000000
--- a/xfce-base/xfce-utils/xfce-utils-4.0.3.ebuild
+++ /dev/null
@@ -1,37 +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/xfce-utils/xfce-utils-4.0.3.ebuild,v 1.7 2004/04/27 15:49:55 pvdabeel Exp $
-
-IUSE="X gtkhtml gnome"
-DESCRIPTION="Xfce4 utilities"
-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"
- use gtkhtml && myconf="${myconf} --enable-gtkhtml"
- use gnome && myconf="${myconf} --enable-gdm"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO
-}