summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfcalendar/xfcalendar-0.1.5.ebuild')
-rw-r--r--xfce-extra/xfcalendar/xfcalendar-0.1.5.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/xfce-extra/xfcalendar/xfcalendar-0.1.5.ebuild b/xfce-extra/xfcalendar/xfcalendar-0.1.5.ebuild
deleted file mode 100644
index 252181ed3b07..000000000000
--- a/xfce-extra/xfcalendar/xfcalendar-0.1.5.ebuild
+++ /dev/null
@@ -1,26 +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-extra/xfcalendar/xfcalendar-0.1.5.ebuild,v 1.9 2004/04/27 15:57:47 pvdabeel Exp $
-
-DESCRIPTION="Xfce4 panel calendar plugin"
-HOMEPAGE="http://www.xfce.org/"
-SRC_URI="http://www.xfce.org/archive/xfce-4.0.3/src/${P}.tar.gz"
-IUSE=""
-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/xfce4-base-4.0.3
- >=xfce-base/libxfce4util-4.0.3
- >=xfce-base/libxfcegui4-4.0.3
- >=xfce-base/libxfce4mcs-4.0.3
- >=xfce-base/xfce-mcs-manager-4.0.3"
-RDEPEND=">=dev-libs/dbh-1.0.14"
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS INSTALL COPYING README ChangeLog
-}