summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/dates/dates-0.3.1.ebuild')
-rw-r--r--gnome-extra/dates/dates-0.3.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnome-extra/dates/dates-0.3.1.ebuild b/gnome-extra/dates/dates-0.3.1.ebuild
deleted file mode 100644
index b467e94..0000000
--- a/gnome-extra/dates/dates-0.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit gnome2 eutils
-
-DESCRIPTION="A GTK Calendar frontend to Evolution Data Server"
-HOMEPAGE="http://projects.o-hand.com/dates"
-SRC_URI="http://www.gryniewicz.com/gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2
- >=x11-libs/gtk+-2
- >=gnome-extra/evolution-data-server-1.2
- >=gnome-base/gconf-2"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35
- dev-util/pkgconfig"
-
-src_unpack() {
- gnome2_src_unpack
-
- epatch "${FILESDIR}"/${P}-open-ical.patch
-}