diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-09-19 12:17:20 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-09-19 12:17:20 +0000 |
commit | 86f681fd3a911df8a152bb944c63661acaeb5cad (patch) | |
tree | f31cbc603133e89c115627f1d4d03a5d359c04f2 | |
parent | gnome 2.8 commit (Manifest recommit) (diff) | |
download | gentoo-2-86f681fd3a911df8a152bb944c63661acaeb5cad.tar.gz gentoo-2-86f681fd3a911df8a152bb944c63661acaeb5cad.tar.bz2 gentoo-2-86f681fd3a911df8a152bb944c63661acaeb5cad.zip |
gnome 2.8 commit
-rw-r--r-- | gnome-extra/evolution-webcal/ChangeLog | 10 | ||||
-rw-r--r-- | gnome-extra/evolution-webcal/Manifest | 2 | ||||
-rw-r--r-- | gnome-extra/evolution-webcal/evolution-webcal-2.0.0.ebuild | 24 | ||||
-rw-r--r-- | gnome-extra/evolution-webcal/files/digest-evolution-webcal-2.0.0 | 1 | ||||
-rw-r--r-- | gnome-extra/evolution-webcal/metadata.xml | 5 |
5 files changed, 42 insertions, 0 deletions
diff --git a/gnome-extra/evolution-webcal/ChangeLog b/gnome-extra/evolution-webcal/ChangeLog new file mode 100644 index 000000000000..551e9199c5f1 --- /dev/null +++ b/gnome-extra/evolution-webcal/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for gnome-extra/evolution-webcal +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/ChangeLog,v 1.1 2004/09/19 12:17:20 foser Exp $ + +*evolution-webcal-2.0.0 (19 Sep 2004) + + 19 Sep 2004; foser <foser@gentoo.org> evolution-webcal-2.0.0.ebuild : + Gnome 2.8 & initial commit of this package + Provides a GNOME URL handler for ical links, to use with eds based applications + Added to the gnome herd diff --git a/gnome-extra/evolution-webcal/Manifest b/gnome-extra/evolution-webcal/Manifest new file mode 100644 index 000000000000..5926f8d5c811 --- /dev/null +++ b/gnome-extra/evolution-webcal/Manifest @@ -0,0 +1,2 @@ +MD5 bf7281dbc3661a09c92e4befffef946c evolution-webcal-2.0.0.ebuild 280 +MD5 91f504b5db8a027e029ccaeefa6eb9df files/digest-evolution-webcal-2.0.0 75 diff --git a/gnome-extra/evolution-webcal/evolution-webcal-2.0.0.ebuild b/gnome-extra/evolution-webcal/evolution-webcal-2.0.0.ebuild new file mode 100644 index 000000000000..7a160a9273fc --- /dev/null +++ b/gnome-extra/evolution-webcal/evolution-webcal-2.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-webcal/evolution-webcal-2.0.0.ebuild,v 1.1 2004/09/19 12:17:20 foser Exp $ + +inherit gnome2 + +DESCRIPTION="A GNOME URL handler for web-published ical calendar files" +HOMEPAGE="http://www.gnome.org/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.4 + >=gnome-base/libgnomeui-2 + >=gnome-extra/evolution-data-server-1 + >=net-libs/libsoup-2.2" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.29" + +DOCS="AUTHORS ChangeLog COPYING INSTALL NEWS README TODO" diff --git a/gnome-extra/evolution-webcal/files/digest-evolution-webcal-2.0.0 b/gnome-extra/evolution-webcal/files/digest-evolution-webcal-2.0.0 new file mode 100644 index 000000000000..335d4a85b08c --- /dev/null +++ b/gnome-extra/evolution-webcal/files/digest-evolution-webcal-2.0.0 @@ -0,0 +1 @@ +MD5 d1d6394b4c579e09f94d5230686b3b89 evolution-webcal-2.0.0.tar.bz2 138813 diff --git a/gnome-extra/evolution-webcal/metadata.xml b/gnome-extra/evolution-webcal/metadata.xml new file mode 100644 index 000000000000..da6fd63d0085 --- /dev/null +++ b/gnome-extra/evolution-webcal/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +</pkgmetadata> |