Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/gnome-contacts/
Date: Tue, 27 Sep 2011 09:32:41
Message-Id: 3417bb900440c54e4a520ec19091f40267acec5b.tetromino@gentoo
1 commit: 3417bb900440c54e4a520ec19091f40267acec5b
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 27 08:07:39 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 27 08:52:06 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3417bb90
7
8 gnome-extra/gnome-contacts: new package
9
10 Add the new gnome contact manager.
11
12 ---
13 .../gnome-contacts/gnome-contacts-3.2.0.1.ebuild | 54 ++++++++++++++++++++
14 .../gnome-contacts/gnome-contacts-9999.ebuild | 54 ++++++++++++++++++++
15 2 files changed, 108 insertions(+), 0 deletions(-)
16
17 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild
18 new file mode 100644
19 index 0000000..e817149
20 --- /dev/null
21 +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild
22 @@ -0,0 +1,54 @@
23 +# Copyright 1999-2011 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI="4"
28 +GCONF_DEBUG="no"
29 +
30 +inherit gnome2
31 +if [[ ${PV} = 9999 ]]; then
32 + inherit gnome2-live
33 +fi
34 +
35 +DESCRIPTION="GNOME contact management application"
36 +HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
37 +
38 +LICENSE="GPL-2"
39 +SLOT="0"
40 +IUSE=""
41 +if [[ ${PV} = 9999 ]]; then
42 + KEYWORDS=""
43 +else
44 + KEYWORDS="~amd64"
45 +fi
46 +
47 +RDEPEND=">=dev-libs/folks-0.6.1.1
48 + >=dev-libs/glib-2.29.12:2
49 + dev-libs/libgee:0
50 + >=gnome-extra/evolution-data-server-3[gnome-online-accounts]
51 + >=gnome-base/gnome-desktop-3.0:3
52 + net-libs/gnome-online-accounts
53 + net-libs/telepathy-glib
54 + x11-libs/cairo
55 + x11-libs/gdk-pixbuf:2
56 + >=x11-libs/gtk+-3.0:3
57 + x11-libs/libnotify
58 + x11-libs/pango"
59 +DEPEND="${RDEPEND}
60 + dev-util/pkgconfig
61 + >=dev-util/intltool-0.40
62 + >=sys-devel/gettext-0.17"
63 +
64 +if [[ ${PV} = 9999 ]]; then
65 + DEPEND="${DEPEND}
66 + >=dev-lang/vala-0.14.0:0.14
67 + net-libs/telepathy-glib[vala]"
68 +fi
69 +
70 +pkg_setup() {
71 + DOCS="AUTHORS ChangeLog NEWS" # README is empty
72 + # configure checks for valac, but will not use it when building from tarball
73 + if [[ ${PV} = 9999 ]]; then
74 + G2CONF="${G2CONF} VALAC=$(type -p valac-0.14)"
75 + fi
76 +}
77
78 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
79 new file mode 100644
80 index 0000000..e817149
81 --- /dev/null
82 +++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
83 @@ -0,0 +1,54 @@
84 +# Copyright 1999-2011 Gentoo Foundation
85 +# Distributed under the terms of the GNU General Public License v2
86 +# $Header: $
87 +
88 +EAPI="4"
89 +GCONF_DEBUG="no"
90 +
91 +inherit gnome2
92 +if [[ ${PV} = 9999 ]]; then
93 + inherit gnome2-live
94 +fi
95 +
96 +DESCRIPTION="GNOME contact management application"
97 +HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts"
98 +
99 +LICENSE="GPL-2"
100 +SLOT="0"
101 +IUSE=""
102 +if [[ ${PV} = 9999 ]]; then
103 + KEYWORDS=""
104 +else
105 + KEYWORDS="~amd64"
106 +fi
107 +
108 +RDEPEND=">=dev-libs/folks-0.6.1.1
109 + >=dev-libs/glib-2.29.12:2
110 + dev-libs/libgee:0
111 + >=gnome-extra/evolution-data-server-3[gnome-online-accounts]
112 + >=gnome-base/gnome-desktop-3.0:3
113 + net-libs/gnome-online-accounts
114 + net-libs/telepathy-glib
115 + x11-libs/cairo
116 + x11-libs/gdk-pixbuf:2
117 + >=x11-libs/gtk+-3.0:3
118 + x11-libs/libnotify
119 + x11-libs/pango"
120 +DEPEND="${RDEPEND}
121 + dev-util/pkgconfig
122 + >=dev-util/intltool-0.40
123 + >=sys-devel/gettext-0.17"
124 +
125 +if [[ ${PV} = 9999 ]]; then
126 + DEPEND="${DEPEND}
127 + >=dev-lang/vala-0.14.0:0.14
128 + net-libs/telepathy-glib[vala]"
129 +fi
130 +
131 +pkg_setup() {
132 + DOCS="AUTHORS ChangeLog NEWS" # README is empty
133 + # configure checks for valac, but will not use it when building from tarball
134 + if [[ ${PV} = 9999 ]]; then
135 + G2CONF="${G2CONF} VALAC=$(type -p valac-0.14)"
136 + fi
137 +}