summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/gcr/gcr-9999.ebuild')
-rw-r--r--gnome-base/gcr/gcr-9999.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/gnome-base/gcr/gcr-9999.ebuild b/gnome-base/gcr/gcr-9999.ebuild
deleted file mode 100644
index 8c6e54f0..00000000
--- a/gnome-base/gcr/gcr-9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit autotools eutils gnome2-live multilib pam virtualx
-
-DESCRIPTION="Password and keyring managing daemon"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="0"
-IUSE="debug doc +introspection test"
-KEYWORDS=""
-
-RDEPEND=">=dev-libs/glib-2.30:2
- >=x11-libs/gtk+-3.0:3
- gnome-base/gconf:2
- >=sys-apps/dbus-1.0
- >=dev-libs/libgcrypt-1.2.2
- >=dev-libs/libtasn1-1
- >=app-crypt/p11-kit-0.6
- introspection? ( >=dev-libs/gobject-introspection-1.29 )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/gtk-doc-am-1.9
- >=dev-util/intltool-0.35
- sys-devel/libtool
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1.9 )"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- G2CONF="${G2CONF}
- $(use_enable debug)
- $(use_enable test tests)
- --disable-valgrind
- --disable-sctrict
- --disable-update-mime"
- MAKEOPTS+=" -j1"
-}
-
-src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
- Xemake check || die "emake check failed!"
-}