summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-09-02 08:20:45 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-09-02 08:20:45 +0000
commit11d69c74bc093fbf666280b9546557fda14b999f (patch)
tree75dea01815a57d9ee42a30adcbb345d8b4a6ea39 /gnome-extra/evolution-data-server
parentVersion bump. (diff)
downloadgentoo-2-11d69c74bc093fbf666280b9546557fda14b999f.tar.gz
gentoo-2-11d69c74bc093fbf666280b9546557fda14b999f.tar.bz2
gentoo-2-11d69c74bc093fbf666280b9546557fda14b999f.zip
Bump to 3.0.3, remove old
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/evolution-data-server')
-rw-r--r--gnome-extra/evolution-data-server/ChangeLog8
-rw-r--r--gnome-extra/evolution-data-server/evolution-data-server-3.0.3.ebuild (renamed from gnome-extra/evolution-data-server/evolution-data-server-3.0.2.1.ebuild)19
2 files changed, 12 insertions, 15 deletions
diff --git a/gnome-extra/evolution-data-server/ChangeLog b/gnome-extra/evolution-data-server/ChangeLog
index d241f2550d58..f178c780665d 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.308 2011/08/18 07:48:34 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.309 2011/09/02 08:20:45 nirbheek Exp $
+
+*evolution-data-server-3.0.3 (02 Sep 2011)
+
+ 02 Sep 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ -evolution-data-server-3.0.2.1.ebuild, +evolution-data-server-3.0.3.ebuild:
+ Bump to 3.0.3, remove old
*evolution-data-server-3.0.2.1 (18 Aug 2011)
diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.0.2.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.0.3.ebuild
index 0551635ec984..4d94f4a3189d 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.0.2.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.0.3.ebuild
@@ -1,26 +1,19 @@
# Copyright 1999-2011 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.0.2.1.ebuild,v 1.1 2011/08/18 07:48:34 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.0.3.ebuild,v 1.1 2011/09/02 08:20:45 nirbheek Exp $
-EAPI="3"
+EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit autotools db-use eutils flag-o-matic gnome2 versionator virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="Evolution groupware backend"
HOMEPAGE="http://www.gnome.org/projects/evolution/"
LICENSE="LGPL-2 BSD DB"
SLOT="0"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
IUSE="doc +introspection ipv6 ldap kerberos ssl +weather"
# GNOME3: How do we slot libedataserverui-3.0.so?
@@ -98,11 +91,9 @@ src_prepare() {
append-cppflags "-I$(db_includedir)"
# FIXME: Fix compilation flags crazyness
+ # Touch configure.ac if doing eautoreconf
sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
- -i configure.ac configure || die "sed 3 failed"
-
- intltoolize --force --copy --automake || die "intltoolize failed"
- eautoreconf
+ -i configure || die "sed failed"
}
src_install() {