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: ChangeLog simpleagenda-0.37.ebuild simpleagenda-0.27.ebuild
Date: Mon, 03 Nov 2008 11:44:11
Message-Id: E1Kwxqr-00070C-4r@stork.gentoo.org
1 voyageur 08/11/03 11:44:09
2
3 Modified: ChangeLog
4 Added: simpleagenda-0.37.ebuild
5 Removed: simpleagenda-0.27.ebuild
6 Log:
7 Version bump, bugfixes. Also remove old version
8 (Portage version: 2.2_rc13/cvs/Linux 2.6.26-gentoo x86_64)
9
10 Revision Changes Path
11 1.10 gnustep-apps/simpleagenda/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 21 Sep 2008 15:45:38 -0000 1.9
24 +++ ChangeLog 3 Nov 2008 11:44:09 -0000 1.10
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnustep-apps/simpleagenda
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog,v 1.9 2008/09/21 15:45:38 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/ChangeLog,v 1.10 2008/11/03 11:44:09 voyageur Exp $
30 +
31 +*simpleagenda-0.37 (03 Nov 2008)
32 +
33 + 03 Nov 2008; Bernard Cafarelli <voyageur@g.o>
34 + -simpleagenda-0.27.ebuild, +simpleagenda-0.37.ebuild:
35 + Version bump, bugfixes. Also remove old version
36
37 21 Sep 2008; nixnut <nixnut@g.o> simpleagenda-0.36.ebuild:
38 Stable on ppc wrt bug 235922
39
40
41
42 1.1 gnustep-apps/simpleagenda/simpleagenda-0.37.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.37.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.37.ebuild?rev=1.1&content-type=text/plain
46
47 Index: simpleagenda-0.37.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/simpleagenda/simpleagenda-0.37.ebuild,v 1.1 2008/11/03 11:44:09 voyageur Exp $
52
53 inherit eutils gnustep-2
54
55 MY_PN=SimpleAgenda
56 DESCRIPTION="a simple calender and agenda application"
57 HOMEPAGE="http://coyote.octets.fr/pub/gnustep/"
58 SRC_URI="http://coyote.octets.fr/pub/gnustep/${MY_PN}-${PV}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 DEPEND="dev-libs/libical
66 >=virtual/gnustep-back-0.13.0"
67 RDEPEND="${DEPEND}"
68
69 S=${WORKDIR}/${MY_PN}-${PV}