diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-15 08:19:44 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2003-07-15 08:19:44 +0000 |
commit | b09a83e5131b5beb38faa84f34bd36ab098b7a45 (patch) | |
tree | c9b0dfb1cd891c7ad4c80e1273901de79158e365 /x11-misc | |
parent | first big gnustep package import. (diff) | |
download | historical-b09a83e5131b5beb38faa84f34bd36ab098b7a45.tar.gz historical-b09a83e5131b5beb38faa84f34bd36ab098b7a45.tar.bz2 historical-b09a83e5131b5beb38faa84f34bd36ab098b7a45.zip |
Removing old files.
Diffstat (limited to 'x11-misc')
34 files changed, 0 insertions, 468 deletions
diff --git a/x11-misc/xfce-mcs-plugins/ChangeLog b/x11-misc/xfce-mcs-plugins/ChangeLog deleted file mode 100644 index 594df934c0c6..000000000000 --- a/x11-misc/xfce-mcs-plugins/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for x11-misc/xfce-mcs-plugins -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce-mcs-plugins/ChangeLog,v 1.2 2003/06/25 05:52:54 bcowan Exp $ - -*xfce-mcs-plugins-3.91.0 (25 Jun 2003) - - 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce-mcs-plugins-3.91.0.ebuild: - Version bump. - -*xfce-mcs-plugins-3.90.0 (13 Jun 2003) - - 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce-mcs-plugins-3.90.0.ebuild: - Initial import. - diff --git a/x11-misc/xfce-mcs-plugins/Manifest b/x11-misc/xfce-mcs-plugins/Manifest deleted file mode 100644 index 6ac38146685c..000000000000 --- a/x11-misc/xfce-mcs-plugins/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 1d3bd897947d396f33ad7614e4a9e89a xfce-mcs-plugins-3.90.0.ebuild 933 -MD5 7ad144fe01dd5dceb07052a5dd091351 ChangeLog 504 -MD5 f53304947d2c8d99b5e81bd72caae903 xfce-mcs-plugins-3.91.0.ebuild 1080 -MD5 140442a26279a052fb0afd386eb3b95c files/digest-xfce-mcs-plugins-3.90.0 75 -MD5 2579de489cca1dc3744f6aca6332a6af files/digest-xfce-mcs-plugins-3.91.0 75 diff --git a/x11-misc/xfce-mcs-plugins/xfce-mcs-plugins-3.90.0.ebuild b/x11-misc/xfce-mcs-plugins/xfce-mcs-plugins-3.90.0.ebuild deleted file mode 100644 index c4dc45890458..000000000000 --- a/x11-misc/xfce-mcs-plugins/xfce-mcs-plugins-3.90.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce-mcs-plugins/xfce-mcs-plugins-3.90.0.ebuild,v 1.2 2003/06/24 06:03:42 bcowan Exp $ - -IUSE="" -S=${WORKDIR}/${P} - -DESCRIPTION="Library's for XFCE4" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - =x11-libs/libxfce4util-3.90.0 - =x11-libs/libxfcegui4-3.90.0 - =x11-libs/libxfce4mcs-3.90.0 - =x11-misc/xfce-mcs-manager-3.90.0" - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO -} diff --git a/x11-misc/xfce-mcs-plugins/xfce-mcs-plugins-3.91.0.ebuild b/x11-misc/xfce-mcs-plugins/xfce-mcs-plugins-3.91.0.ebuild deleted file mode 100644 index fa31ab6e5787..000000000000 --- a/x11-misc/xfce-mcs-plugins/xfce-mcs-plugins-3.91.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce-mcs-plugins/xfce-mcs-plugins-3.91.0.ebuild,v 1.2 2003/06/25 18:31:12 bcowan Exp $ - -IUSE="X" -S=${WORKDIR}/${P} - -DESCRIPTION="Library's for XFCE4" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - =x11-libs/libxfce4util-3.91.0 - =x11-libs/libxfcegui4-3.91.0 - =x11-libs/libxfce4mcs-3.91.0 - =x11-misc/xfce-mcs-manager-3.91.0" - -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/x11-misc/xfce-utils/ChangeLog b/x11-misc/xfce-utils/ChangeLog deleted file mode 100644 index e169ee57c490..000000000000 --- a/x11-misc/xfce-utils/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for x11-misc/xfce-utils -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce-utils/ChangeLog,v 1.2 2003/06/25 05:55:03 bcowan Exp $ - -*xfce-utils-3.91.0 (25 Jun 2003) - - 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce-utils-3.91.0.ebuild: - Version bump. - -*xfce-utils-3.90.0 (13 Jun 2003) - - 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce-utils-3.90.0.ebuild: - Initial import. - diff --git a/x11-misc/xfce-utils/Manifest b/x11-misc/xfce-utils/Manifest deleted file mode 100644 index c8023aac816b..000000000000 --- a/x11-misc/xfce-utils/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 c9f92196ca45866f11e338f7b3fca6ee xfce-utils-3.90.0.ebuild 917 -MD5 e5436ccfea368e6b1e56a1b020707615 xfce-utils-3.91.0.ebuild 1156 -MD5 271b65bdc00a05d5074f4c7942f3a62e ChangeLog 468 -MD5 45b8f20e083dedd5f9140d9ea1a5e7c3 files/digest-xfce-utils-3.90.0 69 -MD5 6de2950ec26404dcf6a80986f0643a5b files/digest-xfce-utils-3.91.0 69 diff --git a/x11-misc/xfce-utils/files/digest-xfce-utils-3.90.0 b/x11-misc/xfce-utils/files/digest-xfce-utils-3.90.0 deleted file mode 100644 index 9626fba39a82..000000000000 --- a/x11-misc/xfce-utils/files/digest-xfce-utils-3.90.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 e82ae701185d0b7365bbe943fe6af855 xfce-utils-3.90.0.tar.gz 566597 diff --git a/x11-misc/xfce-utils/files/digest-xfce-utils-3.91.0 b/x11-misc/xfce-utils/files/digest-xfce-utils-3.91.0 deleted file mode 100644 index e9e59b8a4ab6..000000000000 --- a/x11-misc/xfce-utils/files/digest-xfce-utils-3.91.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 076d54feeecbfffa53dc96340536b84c xfce-utils-3.91.0.tar.gz 575269 diff --git a/x11-misc/xfce-utils/xfce-utils-3.90.0.ebuild b/x11-misc/xfce-utils/xfce-utils-3.90.0.ebuild deleted file mode 100644 index 809aa55d28c2..000000000000 --- a/x11-misc/xfce-utils/xfce-utils-3.90.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce-utils/xfce-utils-3.90.0.ebuild,v 1.2 2003/06/24 06:04:43 bcowan Exp $ - -IUSE="" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 utilities" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - =x11-libs/libxfce4util-3.90.0 - =x11-libs/libxfcegui4-3.90.0 - =x11-libs/libxfce4mcs-3.90.0 - =x11-misc/xfce-mcs-manager-3.90.0" - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO -} diff --git a/x11-misc/xfce-utils/xfce-utils-3.91.0.ebuild b/x11-misc/xfce-utils/xfce-utils-3.91.0.ebuild deleted file mode 100644 index 7e5c7ac955a0..000000000000 --- a/x11-misc/xfce-utils/xfce-utils-3.91.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce-utils/xfce-utils-3.91.0.ebuild,v 1.2 2003/06/25 18:32:37 bcowan Exp $ - -IUSE="X gtkhtml gnome" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 utilities" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - =x11-libs/libxfce4util-3.91.0 - =x11-libs/libxfcegui4-3.91.0 - =x11-libs/libxfce4mcs-3.91.0 - =x11-misc/xfce-mcs-manager-3.91.0" - -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/x11-misc/xfce4-iconbox/ChangeLog b/x11-misc/xfce4-iconbox/ChangeLog deleted file mode 100644 index 3c5b3f635884..000000000000 --- a/x11-misc/xfce4-iconbox/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for x11-misc/xfce4-iconbox -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-iconbox/ChangeLog,v 1.2 2003/06/25 05:59:03 bcowan Exp $ - -*xfce4-iconbox-3.91.0 (25 Jun 2003) - - 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-iconbox-3.91.0.ebuild: - Version bump. - -*xfce4-iconbox-3.90.0 (13 Jun 2003) - - 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-iconbox-3.90.0.ebuild: - Initial import. - diff --git a/x11-misc/xfce4-iconbox/Manifest b/x11-misc/xfce4-iconbox/Manifest deleted file mode 100644 index 2f1c9250fa56..000000000000 --- a/x11-misc/xfce4-iconbox/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 82dd22f013c3a04c86b67da736e1d23d xfce4-iconbox-3.90.0.ebuild 921 -MD5 9ebcca014990ada063b2a947e82eaced ChangeLog 486 -MD5 3a5e0dfb1cfaaac7d2aa747a55597a09 xfce4-iconbox-3.91.0.ebuild 921 -MD5 8797839544a9bd5c1c2d220c0769311e files/digest-xfce4-iconbox-3.90.0 72 -MD5 87e2f655d7e8a808ae610c5641b2535d files/digest-xfce4-iconbox-3.91.0 72 diff --git a/x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.90.0 b/x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.90.0 deleted file mode 100644 index ff729b62ac28..000000000000 --- a/x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.90.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 b40b05a3f17b69f2c46adb83d158c5b4 xfce4-iconbox-3.90.0.tar.gz 221246 diff --git a/x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.91.0 b/x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.91.0 deleted file mode 100644 index 0a4a644e1dfa..000000000000 --- a/x11-misc/xfce4-iconbox/files/digest-xfce4-iconbox-3.91.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 bc3d429a2b62e2d3c9bb8da2a4dd5920 xfce4-iconbox-3.91.0.tar.gz 236554 diff --git a/x11-misc/xfce4-iconbox/xfce4-iconbox-3.90.0.ebuild b/x11-misc/xfce4-iconbox/xfce4-iconbox-3.90.0.ebuild deleted file mode 100644 index 038c1e3f5c64..000000000000 --- a/x11-misc/xfce4-iconbox/xfce4-iconbox-3.90.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-iconbox/xfce4-iconbox-3.90.0.ebuild,v 1.2 2003/06/24 06:05:28 bcowan Exp $ - -IUSE="" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 iconbox" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - =x11-libs/libxfce4util-3.90.0 - =x11-libs/libxfcegui4-3.90.0 - =x11-libs/libxfce4mcs-3.90.0 - =x11-misc/xfce-mcs-manager-3.90.0" - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO -} diff --git a/x11-misc/xfce4-iconbox/xfce4-iconbox-3.91.0.ebuild b/x11-misc/xfce4-iconbox/xfce4-iconbox-3.91.0.ebuild deleted file mode 100644 index 2fb161e6c8d6..000000000000 --- a/x11-misc/xfce4-iconbox/xfce4-iconbox-3.91.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-iconbox/xfce4-iconbox-3.91.0.ebuild,v 1.1 2003/06/25 05:59:03 bcowan Exp $ - -IUSE="" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 iconbox" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - =x11-libs/libxfce4util-3.91.0 - =x11-libs/libxfcegui4-3.91.0 - =x11-libs/libxfce4mcs-3.91.0 - =x11-misc/xfce-mcs-manager-3.91.0" - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO -} diff --git a/x11-misc/xfce4-mixer/ChangeLog b/x11-misc/xfce4-mixer/ChangeLog deleted file mode 100644 index e7e0f9cbf995..000000000000 --- a/x11-misc/xfce4-mixer/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for x11-misc/xfce4-mixer -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-mixer/ChangeLog,v 1.1 2003/06/13 19:01:13 bcowan Exp $ - -*xfce4-mixer-0.1 (13 Jun 2003) - - 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-mixer-0.1.ebuild: - Initial import. - diff --git a/x11-misc/xfce4-mixer/Manifest b/x11-misc/xfce4-mixer/Manifest deleted file mode 100644 index c3eafe070e9d..000000000000 --- a/x11-misc/xfce4-mixer/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 83637e6aaf35c56e0c4b196ada75303f ChangeLog 343 -MD5 92d5f3a47f5582609351e2b78220cad3 xfce4-mixer-0.1.ebuild 912 -MD5 c526f5907fb7c1e85dbea2759a2b47ab files/digest-xfce4-mixer-0.1 67 diff --git a/x11-misc/xfce4-mixer/files/digest-xfce4-mixer-0.1 b/x11-misc/xfce4-mixer/files/digest-xfce4-mixer-0.1 deleted file mode 100644 index 32ec26435a8c..000000000000 --- a/x11-misc/xfce4-mixer/files/digest-xfce4-mixer-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e678f01cc0e510fe82cc5b40323c1088 xfce4-mixer-0.1.tar.gz 206927 diff --git a/x11-misc/xfce4-mixer/xfce4-mixer-0.1.ebuild b/x11-misc/xfce4-mixer/xfce4-mixer-0.1.ebuild deleted file mode 100644 index 5c346ee90786..000000000000 --- a/x11-misc/xfce4-mixer/xfce4-mixer-0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-mixer/xfce4-mixer-0.1.ebuild,v 1.4 2003/06/25 18:33:54 bcowan Exp $ - -IUSE="alsa" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 Mixer" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - >=x11-wm/xfce4-3.90.0" - -src_compile() { - local myconf - myconf="" - - use alsa && myconf="${myconf} --with-sound=alsa" - - econf ${myconf} || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL COPYING README TODO -} diff --git a/x11-misc/xfce4-panel/ChangeLog b/x11-misc/xfce4-panel/ChangeLog deleted file mode 100644 index 3cedff033a28..000000000000 --- a/x11-misc/xfce4-panel/ChangeLog +++ /dev/null @@ -1,14 +0,0 @@ -# ChangeLog for x11-misc/xfce4-panel -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-panel/ChangeLog,v 1.2 2003/06/25 06:01:08 bcowan Exp $ - -*xfce4-panel-3.91.0 (25 Jun 2003) - - 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-panel-3.91.0.ebuild: - Version bump. - -*xfce4-panel-3.90.0 (13 Jun 2003) - - 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-panel-3.90.0.ebuild: - Initial import. - diff --git a/x11-misc/xfce4-panel/Manifest b/x11-misc/xfce4-panel/Manifest deleted file mode 100644 index e0f219a3e5bb..000000000000 --- a/x11-misc/xfce4-panel/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 41fc00868e8c03ad86b048f8d87d6e4c xfce4-panel-3.91.0.ebuild 1060 -MD5 fb6226f1d554d80df8d7f0a358e1940a xfce4-panel-3.90.0.ebuild 915 -MD5 12df6cbd83c3ff37f923f53e020b96c4 ChangeLog 474 -MD5 d4fc9f75e3e4980bfa865ce3eb788976 files/digest-xfce4-panel-3.90.0 70 -MD5 e81e11b7779a4d91c44555e50b78548b files/digest-xfce4-panel-3.91.0 70 diff --git a/x11-misc/xfce4-panel/files/digest-xfce4-panel-3.90.0 b/x11-misc/xfce4-panel/files/digest-xfce4-panel-3.90.0 deleted file mode 100644 index 0769d20cd487..000000000000 --- a/x11-misc/xfce4-panel/files/digest-xfce4-panel-3.90.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e7531c9924d318f3aa0320223328949 xfce4-panel-3.90.0.tar.gz 946796 diff --git a/x11-misc/xfce4-panel/files/digest-xfce4-panel-3.91.0 b/x11-misc/xfce4-panel/files/digest-xfce4-panel-3.91.0 deleted file mode 100644 index 75523c4aa0b5..000000000000 --- a/x11-misc/xfce4-panel/files/digest-xfce4-panel-3.91.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 04b4212b5aa4374f4846a918ce67fef1 xfce4-panel-3.91.0.tar.gz 947680 diff --git a/x11-misc/xfce4-panel/xfce4-panel-3.90.0.ebuild b/x11-misc/xfce4-panel/xfce4-panel-3.90.0.ebuild deleted file mode 100644 index c700fbc88436..000000000000 --- a/x11-misc/xfce4-panel/xfce4-panel-3.90.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-panel/xfce4-panel-3.90.0.ebuild,v 1.2 2003/06/24 06:01:58 bcowan Exp $ - -IUSE="" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 panel" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - =x11-libs/libxfce4util-3.90.0 - =x11-libs/libxfcegui4-3.90.0 - =x11-libs/libxfce4mcs-3.90.0 - =x11-misc/xfce-mcs-manager-3.90.0" - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO -} diff --git a/x11-misc/xfce4-panel/xfce4-panel-3.91.0.ebuild b/x11-misc/xfce4-panel/xfce4-panel-3.91.0.ebuild deleted file mode 100644 index 37e3a1e2548e..000000000000 --- a/x11-misc/xfce4-panel/xfce4-panel-3.91.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-panel/xfce4-panel-3.91.0.ebuild,v 1.3 2003/06/25 18:35:04 bcowan Exp $ - -IUSE="X" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 panel" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - gnome-base/librsvg - =x11-libs/libxfce4util-3.91.0 - =x11-libs/libxfcegui4-3.91.0 - =x11-libs/libxfce4mcs-3.91.0 - =x11-misc/xfce-mcs-manager-3.91.0" - -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 NEWS COPYING README ChangeLog TODO -} diff --git a/x11-misc/xfce4-systray/ChangeLog b/x11-misc/xfce4-systray/ChangeLog deleted file mode 100644 index 1821efa10781..000000000000 --- a/x11-misc/xfce4-systray/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for x11-misc/xfce4-systray -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-systray/ChangeLog,v 1.1 2003/06/25 06:04:17 bcowan Exp $ - -*xfce4-systray-0.1 (25 Jun 2003) - - 25 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-systray-0.1.ebuild: - Initial import. - diff --git a/x11-misc/xfce4-systray/Manifest b/x11-misc/xfce4-systray/Manifest deleted file mode 100644 index 0ac0252fa008..000000000000 --- a/x11-misc/xfce4-systray/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5e031246e67961f6cc093fdf0c3b6ac5 xfce4-systray-0.1.ebuild 951 -MD5 093bc1d00963e092127c0d776e82739c ChangeLog 351 -MD5 9d305adbc943c6c0ef9f96d13ca2ac25 files/digest-xfce4-systray-0.1 69 diff --git a/x11-misc/xfce4-systray/files/digest-xfce4-systray-0.1 b/x11-misc/xfce4-systray/files/digest-xfce4-systray-0.1 deleted file mode 100644 index 03b9f765e323..000000000000 --- a/x11-misc/xfce4-systray/files/digest-xfce4-systray-0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a3605b4b598fd480aa818d65f2f2040a xfce4-systray-0.1.tar.gz 180456 diff --git a/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild b/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild deleted file mode 100644 index 6d9e617fde54..000000000000 --- a/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-systray/xfce4-systray-0.1.ebuild,v 1.2 2003/06/25 18:36:17 bcowan Exp $ - -IUSE="" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 system tray" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - =x11-libs/libxfce4util-3.91.0 - =x11-libs/libxfcegui4-3.91.0 - =x11-libs/libxfce4mcs-3.91.0 - =x11-misc/xfce-mcs-manager-3.91.0 - =x11-misc/xfce4-panel-3.91.0" - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL NEWS COPYING README ChangeLog TODO -} diff --git a/x11-misc/xfce4-toys/ChangeLog b/x11-misc/xfce4-toys/ChangeLog deleted file mode 100644 index cf8dda46342d..000000000000 --- a/x11-misc/xfce4-toys/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for x11-misc/xfce4-toys -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-toys/ChangeLog,v 1.1 2003/06/13 19:06:36 bcowan Exp $ - -*xfce4-toys-0.3.0 (13 Jun 2003) - - 13 Jun 2003; Brad Cowan <bcowan@gentoo.org> xfce4-toys-0.3.0.ebuild: - Initial import. - diff --git a/x11-misc/xfce4-toys/Manifest b/x11-misc/xfce4-toys/Manifest deleted file mode 100644 index c7358b92dda9..000000000000 --- a/x11-misc/xfce4-toys/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1f1ea52870b5058b9f75f96ec343fdac xfce4-toys-0.3.0.ebuild 844 -MD5 7973cdb21ddf75e4b32ed18901e815a9 ChangeLog 343 -MD5 162a087e8f8fd6913e27e9e7c5fe8f0b files/digest-xfce4-toys-0.3.0 68 diff --git a/x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 b/x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 deleted file mode 100644 index aeb8074672b3..000000000000 --- a/x11-misc/xfce4-toys/files/digest-xfce4-toys-0.3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 24dbde1bd7d461466a8a9aa5d9120562 xfce4-toys-0.3.0.tar.gz 247043 diff --git a/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild b/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild deleted file mode 100644 index 2eaa3a9f7c7e..000000000000 --- a/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfce4-toys/xfce4-toys-0.3.0.ebuild,v 1.3 2003/06/25 19:53:17 bcowan Exp $ - -IUSE="" -S=${WORKDIR}/${P} - -DESCRIPTION="Xfce4 toys" -HOMEPAGE="http://www.xfce.org" -SRC_URI="mirror://sourceforge/xfce/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" - -DEPEND=">=x11-libs/gtk+-2.0.6 - dev-util/pkgconfig - dev-libs/libxml2 - >=x11-wm/xfce4-3.90.0" - -src_install() { - make DESTDIR=${D} install || die - - dodoc AUTHORS INSTALL COPYING README -} |