summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2004-05-05 05:08:52 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2004-05-05 05:08:52 +0000
commit1d04a2b21b02e43d131970a7adb7b74c3c823440 (patch)
treebb97a59610df729ba41b9624985473263d7b20d7 /xfce-extra/xfcalendar
parentBeta1 love. (diff)
downloadhistorical-1d04a2b21b02e43d131970a7adb7b74c3c823440.tar.gz
historical-1d04a2b21b02e43d131970a7adb7b74c3c823440.tar.bz2
historical-1d04a2b21b02e43d131970a7adb7b74c3c823440.zip
Clean up.
Diffstat (limited to 'xfce-extra/xfcalendar')
-rw-r--r--xfce-extra/xfcalendar/files/digest-xfcalendar-0.1.51
-rw-r--r--xfce-extra/xfcalendar/xfcalendar-0.1.5.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/xfce-extra/xfcalendar/files/digest-xfcalendar-0.1.5 b/xfce-extra/xfcalendar/files/digest-xfcalendar-0.1.5
deleted file mode 100644
index f8c7039e51c8..000000000000
--- a/xfce-extra/xfcalendar/files/digest-xfcalendar-0.1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e08db4fa5f2486f3bbb8414036be22e4 xfcalendar-0.1.5.tar.gz 365303
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
-}