summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild')
-rw-r--r--xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild b/xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild
deleted file mode 100644
index 827fa86905d8..000000000000
--- a/xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systray/xfce4-systray-4.1.90.ebuild,v 1.3 2004/11/09 03:02:29 vapier Exp $
-
-DESCRIPTION="Xfce 4 system tray"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="http://www.xfce.org/archive/xfce-${PV}/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/x11
- >=x11-libs/gtk+-2.2*
- dev-libs/libxml2
- =xfce-base/libxfce4util-4.1.90
- =xfce-base/libxfcegui4-4.1.90
- =xfce-base/libxfce4mcs-4.1.90
- =xfce-base/xfce-mcs-manager-4.1.90
- =xfce-base/xfce4-panel-4.1.90"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- !<xfce-extra/xfce4-systray-4.1.90"
-
-src_install () {
- make DESTDIR=${D} install || die
- dodoc ChangeLog* AUTHORS README*
-}