summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2012-02-12 15:00:57 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2012-02-12 15:00:57 +0100
commit0b73b382adf9429fa5ec2573d42fc6eb22f4a33d (patch)
treef8afe79866928fcc324505b3ae5f5ac236f5c0f3 /gnome-extra
parentsys-apps/acl: update nfsv4 acl patches (diff)
downloadeva-0b73b382adf9429fa5ec2573d42fc6eb22f4a33d.tar.gz
eva-0b73b382adf9429fa5ec2573d42fc6eb22f4a33d.tar.bz2
eva-0b73b382adf9429fa5ec2573d42fc6eb22f4a33d.zip
gnome-extra/evolution-indicator: no interest in this anymore
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/evolution-indicator/Manifest1
-rw-r--r--gnome-extra/evolution-indicator/evolution-indicator-0.2.10.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/gnome-extra/evolution-indicator/Manifest b/gnome-extra/evolution-indicator/Manifest
deleted file mode 100644
index e793e74..0000000
--- a/gnome-extra/evolution-indicator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST evolution-indicator-0.2.10.tar.gz 326143 RMD160 8bffdd31a9b9311f2a70aae6405bce5909873f2e SHA1 5baf26d460c40829e960403a476972f45781c8d7 SHA256 8e7875e31bb5b6980c0e547072defbb0d9425cd48384b73212cf168c9b3f1800
diff --git a/gnome-extra/evolution-indicator/evolution-indicator-0.2.10.ebuild b/gnome-extra/evolution-indicator/evolution-indicator-0.2.10.ebuild
deleted file mode 100644
index 494e174..0000000
--- a/gnome-extra/evolution-indicator/evolution-indicator-0.2.10.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-GCONF_DEBUG="no"
-
-inherit gnome2 versionator
-
-MY_MAJORV="$(get_version_component_range 1-2).0"
-
-DESCRIPTION="Evolution Indicator "
-HOMEPAGE="https://launchpad.net/evolution-indicator"
-SRC_URI="http://launchpad.net/${PN}/${MY_MAJORV}/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/libindicate-0.3
- >=dev-libs/dbus-glib-0.60
- >=gnome-base/gconf-2
- gnome-extra/gtkhtml:3.14
- mail-client/evolution
- media-libs/libcanberra
- sys-apps/dbus
- x11-libs/libnotify
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.34
-"
-
-pkg_setup() {
- G2CONF="${G2CONF} --disable-static"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Remove stupid CFLAGS
- sed -e "s/-g -Wall -Werror//g" -i configure.ac configure || die
-
- # Fix gtkhtml detection with >2.32
- sed 's/\(gtkhtml-editor\)/\1-3.14/' -i configure.ac configure || die
-}
-
-src_install() {
- gnome2_src_install
- find "${ED}" -name "*.la" -delete || die "la files removal failed"
-}