* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/
@ 2011-11-01 2:00 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-11-01 2:00 UTC (permalink / raw
To: gentoo-commits
commit: 01ebfc286d2df91a60be4917ee0ead923b11aa40
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 31 07:38:17 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Oct 31 07:39:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=01ebfc28
gnome-extra/evolution-exchange: qa, update for gx86 changes
---
.../evolution-exchange-3.2.1.ebuild | 4 ++--
.../evolution-exchange-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild
index 2daeb35..62ebc97 100644
--- a/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild
+++ b/gnome-extra/evolution-exchange/evolution-exchange-3.2.1.ebuild
@@ -44,7 +44,6 @@ pkg_setup() {
--with-krb5=${EPREFIX}/usr
--with-openldap
--disable-static
- --disable-maintainer-mode
$(use_enable debug e2k-debug)
$(use_with static static-ldap)"
DOCS="AUTHORS ChangeLog NEWS README"
@@ -54,6 +53,7 @@ src_prepare() {
gnome2_src_prepare
# FIXME: Fix compilation flags crazyness
+ # Touch configure.ac if eautoreconf
sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
- -i configure.ac configure || die "sed 1 failed"
+ -i configure || die "sed 1 failed"
}
diff --git a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
index 2daeb35..62ebc97 100644
--- a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
+++ b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
@@ -44,7 +44,6 @@ pkg_setup() {
--with-krb5=${EPREFIX}/usr
--with-openldap
--disable-static
- --disable-maintainer-mode
$(use_enable debug e2k-debug)
$(use_with static static-ldap)"
DOCS="AUTHORS ChangeLog NEWS README"
@@ -54,6 +53,7 @@ src_prepare() {
gnome2_src_prepare
# FIXME: Fix compilation flags crazyness
+ # Touch configure.ac if eautoreconf
sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
- -i configure.ac configure || die "sed 1 failed"
+ -i configure || die "sed 1 failed"
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/
@ 2012-03-16 2:42 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2012-03-16 2:42 UTC (permalink / raw
To: gentoo-commits
commit: e8ae756ae70d2e613adabb88bdc1fab169368778
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 02:40:47 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Mar 16 02:40:47 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e8ae756a
gnome-extra/evolution-exchange: add 3.3.91
---
...999.ebuild => evolution-exchange-3.3.91.ebuild} | 16 ++++------------
.../evolution-exchange-9999.ebuild | 16 ++++------------
2 files changed, 8 insertions(+), 24 deletions(-)
diff --git a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-3.3.91.ebuild
similarity index 73%
copy from gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
copy to gnome-extra/evolution-exchange/evolution-exchange-3.3.91.ebuild
index 62ebc97..f674e66 100644
--- a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
+++ b/gnome-extra/evolution-exchange/evolution-exchange-3.3.91.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.32.2.ebuild,v 1.1 2011/02/07 11:40:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.2.3.ebuild,v 1.1 2012/01/20 23:28:07 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -20,7 +20,7 @@ IUSE="debug doc static"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~x86"
fi
RDEPEND="
@@ -29,6 +29,7 @@ RDEPEND="
>=dev-libs/glib-2.28:2
>=x11-libs/gtk+-3.0:3
>=gnome-base/gconf-2:2
+ >=dev-libs/libical-0.43
dev-libs/libxml2:2
net-libs/libsoup:2.4
>=net-nds/openldap-2.1.30-r2
@@ -48,12 +49,3 @@ pkg_setup() {
$(use_with static static-ldap)"
DOCS="AUTHORS ChangeLog NEWS README"
}
-
-src_prepare() {
- gnome2_src_prepare
-
- # FIXME: Fix compilation flags crazyness
- # Touch configure.ac if eautoreconf
- sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
- -i configure || die "sed 1 failed"
-}
diff --git a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
index 62ebc97..f674e66 100644
--- a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
+++ b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.32.2.ebuild,v 1.1 2011/02/07 11:40:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.2.3.ebuild,v 1.1 2012/01/20 23:28:07 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
@@ -20,7 +20,7 @@ IUSE="debug doc static"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~x86"
fi
RDEPEND="
@@ -29,6 +29,7 @@ RDEPEND="
>=dev-libs/glib-2.28:2
>=x11-libs/gtk+-3.0:3
>=gnome-base/gconf-2:2
+ >=dev-libs/libical-0.43
dev-libs/libxml2:2
net-libs/libsoup:2.4
>=net-nds/openldap-2.1.30-r2
@@ -48,12 +49,3 @@ pkg_setup() {
$(use_with static static-ldap)"
DOCS="AUTHORS ChangeLog NEWS README"
}
-
-src_prepare() {
- gnome2_src_prepare
-
- # FIXME: Fix compilation flags crazyness
- # Touch configure.ac if eautoreconf
- sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
- -i configure || die "sed 1 failed"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/
@ 2012-04-20 7:12 Alexandre Restovtsev
0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2012-04-20 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 20a9f1c92aed6b581f25610e19df5c02bf00cfbd
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 20 05:59:02 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Apr 20 07:11:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=20a9f1c9
gnome-extra/evolution-exchange: 3.3.92 → 3.4.1
---
...3.92.ebuild => evolution-exchange-3.4.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/evolution-exchange/evolution-exchange-3.3.92.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-3.4.1.ebuild
similarity index 100%
rename from gnome-extra/evolution-exchange/evolution-exchange-3.3.92.ebuild
rename to gnome-extra/evolution-exchange/evolution-exchange-3.4.1.ebuild
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/
@ 2013-12-22 20:26 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 20:26 UTC (permalink / raw
To: gentoo-commits
commit: dded408bf0e754a4cc505155cdac9d033d6fdf9e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:09:35 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:26:26 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dded408b
gnome-extra/evolution-exchange: port to team standards
* Port to EAPI=5
* add metadata.xml
* drop G2CONF usage
---
.../evolution-exchange-9999.ebuild | 35 +++++++++++++---------
| 5 ++++
2 files changed, 26 insertions(+), 14 deletions(-)
diff --git a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
index f9b5caa..62a72f8 100644
--- a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
+++ b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.2.3.ebuild,v 1.1 2012/01/20 23:28:07 tetromino Exp $
+# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
@@ -16,9 +16,10 @@ HOMEPAGE="http://projects.gnome.org/evolution/"
LICENSE="GPL-2"
SLOT="2.0"
-IUSE="debug doc static"
+IUSE="debug static"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
+ IUSE="${IUSE} doc"
else
KEYWORDS="~amd64 ~x86"
fi
@@ -33,19 +34,25 @@ RDEPEND="
dev-libs/libxml2:2
net-libs/libsoup:2.4
>=net-nds/openldap-2.1.30-r2
- virtual/krb5"
-
+ virtual/krb5
+"
DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.40
virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.9 )"
+"
+
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ doc? ( >=dev-util/gtk-doc-1.9 )"
+fi
-pkg_setup() {
- G2CONF="${G2CONF}
- --with-krb5=${EPREFIX}/usr
- --with-openldap
- --disable-static
- $(use_enable debug e2k-debug)
- $(use_with static static-ldap)"
+src_configure() {
DOCS="AUTHORS ChangeLog NEWS README"
+ gnome2_src_configure \
+ --with-krb5="${EPREFIX}"/usr \
+ --with-openldap \
+ --disable-static \
+ $(use_enable debug e2k-debug) \
+ $(use_with static static-ldap)
}
--git a/gnome-extra/evolution-exchange/metadata.xml b/gnome-extra/evolution-exchange/metadata.xml
new file mode 100644
index 0000000..da6fd63
--- /dev/null
+++ b/gnome-extra/evolution-exchange/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-12-22 20:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-22 20:26 [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2012-04-20 7:12 Alexandre Restovtsev
2012-03-16 2:42 Alexandre Restovtsev
2011-11-01 2:00 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox