* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-groupwise/
@ 2012-03-16 2:42 Alexandre Restovtsev
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2012-03-16 2:42 UTC (permalink / raw
To: gentoo-commits
commit: 6719acaf73437c2f4aa7fbd0d4281d7e7ec48481
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 16 02:35:56 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Mar 16 02:35:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6719acaf
gnome-extra/evolution-groupwise: add 3.3.91
---
.../evolution-groupwise-3.3.91.ebuild | 54 ++++++++++++++++++++
.../evolution-groupwise-9999.ebuild | 54 ++++++++++++++++++++
2 files changed, 108 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/evolution-groupwise/evolution-groupwise-3.3.91.ebuild b/gnome-extra/evolution-groupwise/evolution-groupwise-3.3.91.ebuild
new file mode 100644
index 0000000..eb2f2a9
--- /dev/null
+++ b/gnome-extra/evolution-groupwise/evolution-groupwise-3.3.91.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit db-use eutils flag-o-matic gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Evolution module for connecting to Novell Groupwise"
+HOMEPAGE="http://www.gnome.org/projects/evolution/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
+IUSE="" # doc
+
+RDEPEND=">=mail-client/evolution-${PV}:2.0
+ >=gnome-extra/evolution-data-server-${PV}
+ >=dev-libs/glib-2.16
+ >=dev-libs/libxml2-2
+ >=gnome-base/gconf-2:2
+ gnome-extra/gtkhtml:4.0
+ >=net-libs/libsoup-2.3:2.4
+ sys-libs/db
+ x11-libs/gdk-pixbuf:2
+ >=x11-libs/gtk+-2.90.4:3
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.35.5
+ >=dev-util/pkgconfig-0.9
+"
+# For now, this package has no gtk-doc documentation to build
+# doc? ( >=dev-util/gtk-doc-1.9 )
+
+pkg_setup() {
+ DOCS="ChangeLog NEWS" # AUTHORS, README are empty
+}
+
+src_prepare() {
+ # /usr/include/db.h is always db-1 on FreeBSD
+ # so include the right dir in CPPFLAGS
+ append-cppflags "-I$(db_includedir)"
+
+ gnome2_src_prepare
+}
diff --git a/gnome-extra/evolution-groupwise/evolution-groupwise-9999.ebuild b/gnome-extra/evolution-groupwise/evolution-groupwise-9999.ebuild
new file mode 100644
index 0000000..eb2f2a9
--- /dev/null
+++ b/gnome-extra/evolution-groupwise/evolution-groupwise-9999.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit db-use eutils flag-o-matic gnome2
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Evolution module for connecting to Novell Groupwise"
+HOMEPAGE="http://www.gnome.org/projects/evolution/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
+IUSE="" # doc
+
+RDEPEND=">=mail-client/evolution-${PV}:2.0
+ >=gnome-extra/evolution-data-server-${PV}
+ >=dev-libs/glib-2.16
+ >=dev-libs/libxml2-2
+ >=gnome-base/gconf-2:2
+ gnome-extra/gtkhtml:4.0
+ >=net-libs/libsoup-2.3:2.4
+ sys-libs/db
+ x11-libs/gdk-pixbuf:2
+ >=x11-libs/gtk+-2.90.4:3
+"
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.35.5
+ >=dev-util/pkgconfig-0.9
+"
+# For now, this package has no gtk-doc documentation to build
+# doc? ( >=dev-util/gtk-doc-1.9 )
+
+pkg_setup() {
+ DOCS="ChangeLog NEWS" # AUTHORS, README are empty
+}
+
+src_prepare() {
+ # /usr/include/db.h is always db-1 on FreeBSD
+ # so include the right dir in CPPFLAGS
+ append-cppflags "-I$(db_includedir)"
+
+ gnome2_src_prepare
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-groupwise/
@ 2012-04-20 7:12 Alexandre Restovtsev
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Restovtsev @ 2012-04-20 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 25e5e43314a1a4a0af9a25373505c813c1a2af17
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 20 06:00:54 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Apr 20 07:11:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=25e5e433
gnome-extra/evolution-groupwise: 3.3.92 → 3.4.0
---
....92.ebuild => evolution-groupwise-3.4.0.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/evolution-groupwise/evolution-groupwise-3.3.92.ebuild b/gnome-extra/evolution-groupwise/evolution-groupwise-3.4.0.ebuild
similarity index 100%
rename from gnome-extra/evolution-groupwise/evolution-groupwise-3.3.92.ebuild
rename to gnome-extra/evolution-groupwise/evolution-groupwise-3.4.0.ebuild
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-groupwise/
@ 2013-12-22 21:52 Gilles Dartiguelongue
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 21:52 UTC (permalink / raw
To: gentoo-commits
commit: e6ac30cc0cd99321c6556df9bea86a91dd2649c0
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 21:35:07 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 21:51:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e6ac30cc
gnome-extra/evolution-groupwise: add metadata.xml
---
| 5 +++++
1 file changed, 5 insertions(+)
--git a/gnome-extra/evolution-groupwise/metadata.xml b/gnome-extra/evolution-groupwise/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/gnome-extra/evolution-groupwise/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] 3+ messages in thread
end of thread, other threads:[~2013-12-22 21:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 2:42 [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-groupwise/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2012-04-20 7:12 Alexandre Restovtsev
2013-12-22 21:52 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox