summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-extra/contacts/contacts-0.5.ebuild')
-rw-r--r--gnome-extra/contacts/contacts-0.5.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnome-extra/contacts/contacts-0.5.ebuild b/gnome-extra/contacts/contacts-0.5.ebuild
deleted file mode 100644
index 6026f3c4ca1d..000000000000
--- a/gnome-extra/contacts/contacts-0.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/contacts/contacts-0.5.ebuild,v 1.2 2007/05/06 18:02:47 dertobi123 Exp $
-
-inherit gnome2 eutils
-
-DESCRIPTION="A small, lightweight addressbook for GNOME"
-HOMEPAGE="http://pimlico-project.org/contacts.html"
-SRC_URI="http://pimlico-project.org/sources/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=gnome-extra/evolution-data-server-1.8
- >=x11-libs/gtk+-2.6"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35.0
- >=dev-util/pkgconfig-0.9
- dev-perl/XML-Parser"
-
-src_unpack() {
- gnome2_src_unpack
- epatch ${FILESDIR}/${P}-po.patch
-}