diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-23 20:44:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-23 20:44:36 +0000 |
commit | 1b988a9f1c2f5239e9c3b54f5b50cfe6806d3474 (patch) | |
tree | 5497b4e806586849a5ea05c50d19d92bb622dfd6 /gnome-extra | |
parent | Fix installation on Darwin, bug #422541 (diff) | |
download | gentoo-2-1b988a9f1c2f5239e9c3b54f5b50cfe6806d3474.tar.gz gentoo-2-1b988a9f1c2f5239e9c3b54f5b50cfe6806d3474.tar.bz2 gentoo-2-1b988a9f1c2f5239e9c3b54f5b50cfe6806d3474.zip |
Version bump, drop old
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/evolution-data-server/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild (renamed from gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild) | 13 |
2 files changed, 11 insertions, 10 deletions
diff --git a/gnome-extra/evolution-data-server/ChangeLog b/gnome-extra/evolution-data-server/ChangeLog index 13564197830a..d699313784b4 100644 --- a/gnome-extra/evolution-data-server/ChangeLog +++ b/gnome-extra/evolution-data-server/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-extra/evolution-data-server # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.371 2013/06/09 18:31:25 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.372 2013/07/23 20:44:36 pacho Exp $ + +*evolution-data-server-3.8.4 (23 Jul 2013) + + 23 Jul 2013; Pacho Ramos <pacho@gentoo.org> + +evolution-data-server-3.8.4.ebuild, -evolution-data-server-3.8.2.ebuild: + Version bump, drop old *evolution-data-server-3.8.3 (09 Jun 2013) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild index 8cdc3da561ae..2dcc6977ca26 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.8.2.ebuild,v 1.3 2013/05/12 19:38:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild,v 1.1 2013/07/23 20:44:36 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3,3} ) @@ -8,7 +8,7 @@ GCONF_DEBUG="no" VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" -inherit db-use eutils flag-o-matic gnome2 python-any-r1 vala versionator virtualx +inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx DESCRIPTION="Evolution groupware backend" HOMEPAGE="http://projects.gnome.org/evolution/arch.shtml" @@ -38,9 +38,7 @@ RDEPEND=" virtual/libiconv gtk? ( >=x11-libs/gtk+-3.2:3 ) - gnome-online-accounts? ( - >=net-libs/gnome-online-accounts-3.7.90 - ) + gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.90 ) introspection? ( >=dev-libs/gobject-introspection-0.9.12 ) kerberos? ( virtual/krb5:= ) ldap? ( >=net-nds/openldap-2:= ) @@ -58,9 +56,6 @@ DEPEND="${RDEPEND} # eautoreconf needs: # >=gnome-base/gnome-common-2 -# FIXME -#RESTRICT="test" - pkg_setup() { python-any-r1_pkg_setup } @@ -73,7 +68,7 @@ src_prepare() { # so include the right dir in CPPFLAGS append-cppflags "-I$(db_includedir)" - # FIXME: Fix compilation flags crazyness + # Fix compilation flags crazyness # Touch configure.ac if doing eautoreconf sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \ -i configure || die "sed failed" |