Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/, gnome-extra/gnome-todo/files/
Date: Sun, 03 Sep 2017 22:12:28
Message-Id: 1504475468.49152f97b21ebd0ff5b7f73c614bad21dc8fdc5e.eva@gentoo
1 commit: 49152f97b21ebd0ff5b7f73c614bad21dc8fdc5e
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 21:51:08 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 21:51:08 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=49152f97
7
8 gnome-extra/gnome-todo: clean up old revisions
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12
13 .../files/gnome-todo-3.20.2-link-failure.patch | 27 --------------
14 gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild | 30 ----------------
15 gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild | 42 ----------------------
16 3 files changed, 99 deletions(-)
17
18 diff --git a/gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch b/gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch
19 deleted file mode 100644
20 index c65b8bca..00000000
21 --- a/gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch
22 +++ /dev/null
23 @@ -1,27 +0,0 @@
24 -From 5862bb70240b1f311e0ace880e3fcf0af1c8c5f8 Mon Sep 17 00:00:00 2001
25 -From: Gilles Dartiguelongue <eva@g.o>
26 -Date: Wed, 7 Sep 2016 01:31:15 +0200
27 -Subject: [PATCH] Fix link failure with missing e_source_get_displayname symbol
28 -
29 ----
30 - src/Makefile.am | 4 ++--
31 - 1 file changed, 2 insertions(+), 2 deletions(-)
32 -
33 -diff --git a/src/Makefile.am b/src/Makefile.am
34 -index 428226d..1032d29 100644
35 ---- a/src/Makefile.am
36 -+++ b/src/Makefile.am
37 -@@ -98,8 +98,8 @@ gnome_todo_LDFLAGS = \
38 - $(GNOME_TODO_WARN_LDFLAGS)
39 -
40 - gnome_todo_LDADD = \
41 -- $(GNOME_TODO_LIBS) \
42 -- $(top_builddir)/plugins/eds/libeds.a
43 -+ $(top_builddir)/plugins/eds/libeds.a \
44 -+ $(GNOME_TODO_LIBS)
45 -
46 - gnome_todo_DEPENDENCIES = \
47 - $(top_builddir)/plugins/eds/libeds.a
48 ---
49 -2.9.3
50 -
51
52 diff --git a/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild
53 deleted file mode 100644
54 index 28d4c7e9..00000000
55 --- a/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild
56 +++ /dev/null
57 @@ -1,30 +0,0 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -# $Id$
61 -
62 -EAPI="5"
63 -GCONF_DEBUG="no"
64 -
65 -inherit gnome2
66 -
67 -DESCRIPTION="Personal task manager"
68 -HOMEPAGE="https://wiki.gnome.org/Apps/Todo"
69 -
70 -LICENSE="GPL-3+"
71 -SLOT="0"
72 -KEYWORDS="~amd64"
73 -IUSE=""
74 -
75 -RDEPEND="
76 - >=dev-libs/glib-2.43.4:2
77 - >=dev-libs/libical-0.43
78 - >=gnome-extra/evolution-data-server-3.17.1:=[gtk]
79 - >=net-libs/gnome-online-accounts-3.2
80 - >=x11-libs/gtk+-3.16:3
81 -"
82 -DEPEND="${RDEPEND}
83 - >=dev-util/intltool-0.40.6
84 - dev-libs/appstream-glib
85 - sys-devel/gettext
86 - virtual/pkgconfig
87 -"
88
89 diff --git a/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild
90 deleted file mode 100644
91 index 55ac2da0..00000000
92 --- a/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild
93 +++ /dev/null
94 @@ -1,42 +0,0 @@
95 -# Copyright 1999-2017 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -# $Id$
98 -
99 -EAPI=6
100 -
101 -inherit autotools gnome2
102 -
103 -DESCRIPTION="Personal task manager"
104 -HOMEPAGE="https://wiki.gnome.org/Apps/Todo"
105 -
106 -LICENSE="GPL-3+"
107 -SLOT="0"
108 -KEYWORDS="~amd64"
109 -IUSE="+introspection"
110 -
111 -RDEPEND="
112 - >=dev-libs/glib-2.43.4:2
113 - >=dev-libs/libical-0.43
114 - >=dev-libs/libpeas-1.17
115 - >=gnome-extra/evolution-data-server-3.17.1:=[gtk]
116 - >=net-libs/gnome-online-accounts-3.2
117 - >=x11-libs/gtk+-3.19.5:3
118 - introspection? ( >=dev-libs/gobject-introspection-1.42:= )
119 -"
120 -DEPEND="${RDEPEND}
121 - >=dev-util/intltool-0.40.6
122 - dev-libs/appstream-glib
123 - sys-devel/gettext
124 - virtual/pkgconfig
125 -"
126 -
127 -src_prepare() {
128 - eapply "${FILESDIR}"/${P}-link-failure.patch
129 -
130 - eautoreconf
131 - gnome2_src_prepare
132 -}
133 -
134 -src_configure() {
135 - gnome2_src_configure --enable-eds-plugin
136 -}