From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R8U1p-00034w-2B for garchives@archives.gentoo.org; Tue, 27 Sep 2011 09:32:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39D4121C020; Tue, 27 Sep 2011 09:32:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EFA0721C165 for ; Tue, 27 Sep 2011 09:32:31 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FB181B401B for ; Tue, 27 Sep 2011 09:32:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6C4F480042 for ; Tue, 27 Sep 2011 09:32:30 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <3417bb900440c54e4a520ec19091f40267acec5b.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-contacts/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild X-VCS-Directories: gnome-extra/gnome-contacts/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 3417bb900440c54e4a520ec19091f40267acec5b Date: Tue, 27 Sep 2011 09:32:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 028701de28d3b7770e448491b2914260 commit: 3417bb900440c54e4a520ec19091f40267acec5b Author: Alexandre Rostovtsev gmail com> AuthorDate: Tue Sep 27 08:07:39 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Tue Sep 27 08:52:06 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D3417bb90 gnome-extra/gnome-contacts: new package Add the new gnome contact manager. --- .../gnome-contacts/gnome-contacts-3.2.0.1.ebuild | 54 ++++++++++++++= ++++++ .../gnome-contacts/gnome-contacts-9999.ebuild | 54 ++++++++++++++= ++++++ 2 files changed, 108 insertions(+), 0 deletions(-) diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild b/g= nome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild new file mode 100644 index 0000000..e817149 --- /dev/null +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"GNOME contact management application" +HOMEPAGE=3D"https://live.gnome.org/Design/Apps/Contacts" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +IUSE=3D"" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64" +fi + +RDEPEND=3D">=3Ddev-libs/folks-0.6.1.1 + >=3Ddev-libs/glib-2.29.12:2 + dev-libs/libgee:0 + >=3Dgnome-extra/evolution-data-server-3[gnome-online-accounts] + >=3Dgnome-base/gnome-desktop-3.0:3 + net-libs/gnome-online-accounts + net-libs/telepathy-glib + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + >=3Dx11-libs/gtk+-3.0:3 + x11-libs/libnotify + x11-libs/pango" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig + >=3Ddev-util/intltool-0.40 + >=3Dsys-devel/gettext-0.17" + +if [[ ${PV} =3D 9999 ]]; then + DEPEND=3D"${DEPEND} + >=3Ddev-lang/vala-0.14.0:0.14 + net-libs/telepathy-glib[vala]" +fi + +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog NEWS" # README is empty + # configure checks for valac, but will not use it when building from ta= rball + if [[ ${PV} =3D 9999 ]]; then + G2CONF=3D"${G2CONF} VALAC=3D$(type -p valac-0.14)" + fi +} diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnom= e-extra/gnome-contacts/gnome-contacts-9999.ebuild new file mode 100644 index 0000000..e817149 --- /dev/null +++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"GNOME contact management application" +HOMEPAGE=3D"https://live.gnome.org/Design/Apps/Contacts" + +LICENSE=3D"GPL-2" +SLOT=3D"0" +IUSE=3D"" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64" +fi + +RDEPEND=3D">=3Ddev-libs/folks-0.6.1.1 + >=3Ddev-libs/glib-2.29.12:2 + dev-libs/libgee:0 + >=3Dgnome-extra/evolution-data-server-3[gnome-online-accounts] + >=3Dgnome-base/gnome-desktop-3.0:3 + net-libs/gnome-online-accounts + net-libs/telepathy-glib + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + >=3Dx11-libs/gtk+-3.0:3 + x11-libs/libnotify + x11-libs/pango" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig + >=3Ddev-util/intltool-0.40 + >=3Dsys-devel/gettext-0.17" + +if [[ ${PV} =3D 9999 ]]; then + DEPEND=3D"${DEPEND} + >=3Ddev-lang/vala-0.14.0:0.14 + net-libs/telepathy-glib[vala]" +fi + +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog NEWS" # README is empty + # configure checks for valac, but will not use it when building from ta= rball + if [[ ${PV} =3D 9999 ]]; then + G2CONF=3D"${G2CONF} VALAC=3D$(type -p valac-0.14)" + fi +}