Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/simpleagenda: simpleagenda-0.43.ebuild ChangeLog simpleagenda-0.36.ebuild simpleagenda-0.42.ebuild
Date: Tue, 02 Oct 2012 12:33:53
Message-Id: 20121002123340.B975A21600@flycatcher.gentoo.org
1 voyageur 12/10/02 12:33:40
2
3 Modified: ChangeLog
4 Added: simpleagenda-0.43.ebuild
5 Removed: simpleagenda-0.36.ebuild simpleagenda-0.42.ebuild
6 Log:
7 Version bump, drop old versions
8
9 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.21 gnustep-apps/simpleagenda/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog?rev=1.21&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog?rev=1.21&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog?r1=1.20&r2=1.21
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog,v
21 retrieving revision 1.20
22 retrieving revision 1.21
23 diff -u -r1.20 -r1.21
24 --- ChangeLog 7 Jun 2012 15:58:41 -0000 1.20
25 +++ ChangeLog 2 Oct 2012 12:33:40 -0000 1.21
26 @@ -1,6 +1,13 @@
27 # ChangeLog for gnustep-apps/simpleagenda
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog,v 1.20 2012/06/07 15:58:41 xmw Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog,v 1.21 2012/10/02 12:33:40 voyageur Exp $
31 +
32 +*simpleagenda-0.43 (02 Oct 2012)
33 +
34 + 02 Oct 2012; Bernard Cafarelli <voyageur@g.o>
35 + -simpleagenda-0.36.ebuild, -simpleagenda-0.42.ebuild,
36 + +simpleagenda-0.43.ebuild:
37 + Version bump, drop old versions
38
39 07 Jun 2012; Michael Weber <xmw@g.o> simpleagenda-0.42.2.ebuild:
40 ppc stable (bug 410601)
41
42
43
44 1.1 gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild?rev=1.1&content-type=text/plain
48
49 Index: simpleagenda-0.43.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.43.ebuild,v 1.1 2012/10/02 12:33:40 voyageur Exp $
54
55 EAPI=4
56 inherit gnustep-2
57
58 MY_PN=SimpleAgenda
59 DESCRIPTION="a simple calendar and agenda application"
60 HOMEPAGE="http://coyote.octets.fr/simpleagenda"
61 SRC_URI="http://coyote.octets.fr/pub/gnustep/${MY_PN}-${PV}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~ppc ~x86"
66 IUSE="dbus"
67
68 DEPEND=">=dev-libs/libical-0.27
69 >=virtual/gnustep-back-0.20.0
70 dbus? ( gnustep-libs/dbuskit )"
71 RDEPEND="${DEPEND}"
72
73 S=${WORKDIR}/${MY_PN}-${PV}
74
75 src_configure() {
76 egnustep_env
77 econf $(use_enable dbus dbuskit)
78 }