summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2007-12-20 18:04:33 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2007-12-20 18:04:33 +0000
commita74a2e1f7a8d310127225570093309dfdeb26308 (patch)
tree54c1b9ff83d0105f579f41d05a5bc8ea2b73f775 /gnome-extra/contacts/contacts-0.8.ebuild
parentMissed patches added, bug 202866 reported by <kroemmelbein AT gmx.de> (diff)
downloadhistorical-a74a2e1f7a8d310127225570093309dfdeb26308.tar.gz
historical-a74a2e1f7a8d310127225570093309dfdeb26308.tar.bz2
historical-a74a2e1f7a8d310127225570093309dfdeb26308.zip
Version bump, bug #165124
Package-Manager: portage-2.1.4_rc10
Diffstat (limited to 'gnome-extra/contacts/contacts-0.8.ebuild')
-rw-r--r--gnome-extra/contacts/contacts-0.8.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnome-extra/contacts/contacts-0.8.ebuild b/gnome-extra/contacts/contacts-0.8.ebuild
new file mode 100644
index 000000000000..7f69ec19496e
--- /dev/null
+++ b/gnome-extra/contacts/contacts-0.8.ebuild
@@ -0,0 +1,28 @@
+# 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.8.ebuild,v 1.1 2007/12/20 18:04:33 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}/${PN}-0.5-po.patch
+}