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/gnumail: ChangeLog gnumail-1.2.0_pre3.ebuild gnumail-1.2.0.20060925.ebuild gnumail-1.2.0.20050606.ebuild gnumail-1.2.0.20060424.ebuild
Date: Mon, 10 Sep 2007 20:14:16
Message-Id: E1IUoas-0008TP-FQ@stork.gentoo.org
1 voyageur 07/09/10 19:06:46
2
3 Modified: ChangeLog
4 Added: gnumail-1.2.0_pre3.ebuild
5 Removed: gnumail-1.2.0.20060925.ebuild
6 gnumail-1.2.0.20050606.ebuild
7 gnumail-1.2.0.20060424.ebuild
8 Log:
9 Version bump from the GNUstep overlay
10 (Portage version: 2.1.3.9)
11
12 Revision Changes Path
13 1.24 gnustep-apps/gnumail/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.24&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/ChangeLog?rev=1.24&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/ChangeLog?r1=1.23&r2=1.24
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v
22 retrieving revision 1.23
23 retrieving revision 1.24
24 diff -u -r1.23 -r1.24
25 --- ChangeLog 22 Aug 2007 16:24:43 -0000 1.23
26 +++ ChangeLog 10 Sep 2007 19:06:45 -0000 1.24
27 @@ -1,6 +1,15 @@
28 # ChangeLog for gnustep-apps/gnumail
29 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.23 2007/08/22 16:24:43 uberlord Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/ChangeLog,v 1.24 2007/09/10 19:06:45 voyageur Exp $
32 +
33 +*gnumail-1.2.0_pre3 (10 Sep 2007)
34 +
35 + 10 Sep 2007; Bernard Cafarelli <voyageur@g.o>
36 + +files/gnumail-1.2.0_pre3-index.patch, +gnumail-1.2.0_pre3.ebuild,
37 + -gnumail-1.2.0.20050606.ebuild, -gnumail-1.2.0.20060424.ebuild,
38 + -gnumail-1.2.0.20060925.ebuild:
39 + Version bump from the GNUstep overlay
40 + Remove old versions
41
42 22 Aug 2007; Roy Marples <uberlord@g.o>
43 gnumail-1.2.0.20060925.ebuild:
44
45
46
47 1.1 gnustep-apps/gnumail/gnumail-1.2.0_pre3.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3.ebuild?rev=1.1&content-type=text/plain
51
52 Index: gnumail-1.2.0_pre3.ebuild
53 ===================================================================
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gnumail/gnumail-1.2.0_pre3.ebuild,v 1.1 2007/09/10 19:06:45 voyageur Exp $
57
58 inherit gnustep-2
59
60 MY_PN=${PN/gnum/GNUM}
61
62 S=${WORKDIR}/${MY_PN}
63
64 DESCRIPTION="A fully featured mail application for GNUstep"
65 HOMEPAGE="http://www.collaboration-world.com/gnumail/"
66 SRC_URI="http://www.collaboration-world.com/gnumail.data/releases/Stable/${MY_PN}-${PV/_/}.tar.gz"
67
68 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
69 LICENSE="GPL-2"
70 SLOT="0"
71
72 IUSE="crypt emoticon xface"
73 DEPEND="=gnustep-libs/pantomime-${PV}
74 >=gnustep-base/gnustep-gui-0.11.0
75 gnustep-apps/addresses"
76 RDEPEND="crypt? ( app-crypt/gnupg )"
77
78 src_unpack() {
79 unpack ${A}
80 cd ${S}
81
82 epatch ${FILESDIR}/${P}-index.patch
83 sed -i -e \
84 's|$(GNUSTEP_INSTALLATION_DIR)/Library|$(DESTDIR)$(GNUSTEP_SYSTEM_LIBRARY)|' \
85 Bundles/*/GNUmakefile || die "gnustep-make-2 sed failed"
86 }
87
88 src_compile() {
89 egnustep_env
90 egnustep_make
91
92 cd Bundles/Clock
93 egnustep_make
94 cd ${S}
95
96 if use xface ; then
97 cd Bundles/Face
98 egnustep_make
99 cd ${S}
100 fi
101
102 if use crypt ; then
103 cd Bundles/PGP
104 egnustep_make
105 cd ${S}
106 fi
107
108 if use emoticon ; then
109 cd Bundles/Emoticon
110 egnustep_make
111 cd ${S}
112 fi
113 }
114
115 src_install() {
116 gnustep-base_src_install
117
118 cd Bundles/Clock
119 egnustep_install || die
120 cd ${S}
121
122 if use xface ; then
123 cd Bundles/Face
124 egnustep_install || die
125 cd ${S}
126 fi
127 if use crypt ; then
128 cd Bundles/PGP
129 egnustep_install || die
130 cd ${S}
131 fi
132 if use emoticon ; then
133 cd Bundles/Emoticon
134 egnustep_install || die
135 cd ${S}
136 fi
137
138 dodoc ${S}/Documentation/*
139
140 # FIX ?
141 rm -rf ${D}$(egnustep_install_domain)/Applications/GNUMail.app/Resources/Resources
142 }
143
144
145
146 --
147 gentoo-commits@g.o mailing list