Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/tasks: ChangeLog tasks-0.14.ebuild
Date: Thu, 02 Oct 2008 21:00:42
Message-Id: E1KlVHr-00047O-98@stork.gentoo.org
1 eva 08/10/02 21:00:39
2
3 Modified: ChangeLog
4 Added: tasks-0.14.ebuild
5 Log:
6 Version bump to 0.14.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.2 gnome-extra/tasks/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/tasks/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/tasks/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/tasks/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/tasks/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 24 Apr 2008 22:21:01 -0000 1.1
23 +++ ChangeLog 2 Oct 2008 21:00:38 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for gnome-extra/tasks
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/ChangeLog,v 1.1 2008/04/24 22:21:01 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/ChangeLog,v 1.2 2008/10/02 21:00:38 eva Exp $
29 +
30 +*tasks-0.14 (02 Oct 2008)
31 +
32 + 02 Oct 2008; Gilles Dartiguelongue <eva@g.o> +tasks-0.14.ebuild:
33 + Version bump to 0.14.
34
35 *tasks-0.13 (24 Apr 2008)
36
37
38
39
40 1.1 gnome-extra/tasks/tasks-0.14.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/tasks/tasks-0.14.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/tasks/tasks-0.14.ebuild?rev=1.1&content-type=text/plain
44
45 Index: tasks-0.14.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/tasks/tasks-0.14.ebuild,v 1.1 2008/10/02 21:00:38 eva Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="A small, lightweight to-do list for Gnome"
54 HOMEPAGE="http://pimlico-project.org/tasks.html"
55 SRC_URI="http://pimlico-project.org/sources/${PN}/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 # http://bugzilla.openedhand.com/show_bug.cgi?id=1175
63 # unreleased >=x11-libs/libsexy-0.1.12
64
65 RDEPEND=">=gnome-extra/evolution-data-server-1.8
66 >=x11-libs/gtk+-2.6
67 >=dev-libs/glib-2.14"
68
69 DEPEND="${RDEPEND}
70 >=dev-util/pkgconfig-0.9.0
71 >=dev-util/intltool-0.33.0
72 sys-devel/gettext"
73
74 DOCS="AUTHORS ChangeLog INSTALL NEWS README"