From 3c1223307d298474cc3ef235c0358419159ce51a Mon Sep 17 00:00:00 2001 From: Alexandre Rostovtsev Date: Wed, 19 Oct 2011 04:11:16 -0400 Subject: gnome-extra/gnome-contacts: 3.2.0.1 → 3.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump, fixes string format usage. --- gnome-extra/gnome-contacts/Manifest | 4 +- .../gnome-contacts/gnome-contacts-3.2.0.1.ebuild | 54 ---------------------- .../gnome-contacts/gnome-contacts-3.2.1.ebuild | 54 ++++++++++++++++++++++ 3 files changed, 56 insertions(+), 56 deletions(-) delete mode 100644 gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild create mode 100644 gnome-extra/gnome-contacts/gnome-contacts-3.2.1.ebuild diff --git a/gnome-extra/gnome-contacts/Manifest b/gnome-extra/gnome-contacts/Manifest index 61c7b27e..85d3d364 100644 --- a/gnome-extra/gnome-contacts/Manifest +++ b/gnome-extra/gnome-contacts/Manifest @@ -1,3 +1,3 @@ -DIST gnome-contacts-3.2.0.1.tar.xz 472360 RMD160 e4b68b76e807089e420dd0c44be4eff198a3c54d SHA1 1f4294459449561e074f2b6ec823997bbf1e75ee SHA256 2d8e2a325ecc661805f6e7c6339b3876e766c1e227ff084dc02a7535e5983641 -EBUILD gnome-contacts-3.2.0.1.ebuild 1194 RMD160 93779cd12ebb91cd57c8b8ff5dba94de9a4827e0 SHA1 8cc4bb124a89ca51453d812cf66b654d7939e370 SHA256 2da239747f82162a36ee087d1308211434c536a81d3505079e915ce658853a15 +DIST gnome-contacts-3.2.1.tar.xz 474980 RMD160 0c5bc2d04e489cd8c62a223d78e85ab35b9182bd SHA1 caa927ddaf512596fc13b9d83d40476e0945c1fc SHA256 31c277a3db145c2353fffe33e613fb634e76fa5caf382e8f307a05e74a6a6eb9 +EBUILD gnome-contacts-3.2.1.ebuild 1194 RMD160 93779cd12ebb91cd57c8b8ff5dba94de9a4827e0 SHA1 8cc4bb124a89ca51453d812cf66b654d7939e370 SHA256 2da239747f82162a36ee087d1308211434c536a81d3505079e915ce658853a15 EBUILD gnome-contacts-9999.ebuild 1194 RMD160 93779cd12ebb91cd57c8b8ff5dba94de9a4827e0 SHA1 8cc4bb124a89ca51453d812cf66b654d7939e370 SHA256 2da239747f82162a36ee087d1308211434c536a81d3505079e915ce658853a15 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 deleted file mode 100644 index 6a81d3d1..00000000 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.2.0.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="no" - -inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="GNOME contact management application" -HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86" -fi - -RDEPEND=">=dev-libs/folks-0.6.1.1 - >=dev-libs/glib-2.29.12:2 - dev-libs/libgee:0 - >=gnome-extra/evolution-data-server-3[gnome-online-accounts] - >=gnome-base/gnome-desktop-3.0:3 - net-libs/gnome-online-accounts - net-libs/telepathy-glib - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.0:3 - x11-libs/libnotify - x11-libs/pango" -DEPEND="${RDEPEND} - dev-util/pkgconfig - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.17" - -if [[ ${PV} = 9999 ]]; then - DEPEND="${DEPEND} - >=dev-lang/vala-0.14.0:0.14 - net-libs/telepathy-glib[vala]" -fi - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS" # README is empty - # configure checks for valac, but will not use it when building from tarball - if [[ ${PV} = 9999 ]]; then - G2CONF="${G2CONF} VALAC=$(type -p valac-0.14)" - fi -} diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.2.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.2.1.ebuild new file mode 100644 index 00000000..6a81d3d1 --- /dev/null +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.2.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +GCONF_DEBUG="no" + +inherit gnome2 +if [[ ${PV} = 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION="GNOME contact management application" +HOMEPAGE="https://live.gnome.org/Design/Apps/Contacts" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +if [[ ${PV} = 9999 ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64 ~x86" +fi + +RDEPEND=">=dev-libs/folks-0.6.1.1 + >=dev-libs/glib-2.29.12:2 + dev-libs/libgee:0 + >=gnome-extra/evolution-data-server-3[gnome-online-accounts] + >=gnome-base/gnome-desktop-3.0:3 + net-libs/gnome-online-accounts + net-libs/telepathy-glib + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.0:3 + x11-libs/libnotify + x11-libs/pango" +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17" + +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + >=dev-lang/vala-0.14.0:0.14 + net-libs/telepathy-glib[vala]" +fi + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS" # README is empty + # configure checks for valac, but will not use it when building from tarball + if [[ ${PV} = 9999 ]]; then + G2CONF="${G2CONF} VALAC=$(type -p valac-0.14)" + fi +} -- cgit v1.2.3-65-gdbad