Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmsg: wmmsg-1.0.ebuild ChangeLog
Date: Sat, 12 Jan 2008 00:38:43
Message-Id: E1JDUOW-00025s-ES@stork.gentoo.org
1 coldwind 08/01/12 00:38:40
2
3 Modified: wmmsg-1.0.ebuild ChangeLog
4 Log:
5 Add libXpm to deps (#204539), change HOMEPAGE, SRC_URI, remove redundant src_compile.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.12 x11-plugins/wmmsg/wmmsg-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild?r1=1.11&r2=1.12
14
15 Index: wmmsg-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- wmmsg-1.0.ebuild 24 Jan 2006 23:28:24 -0000 1.11
22 +++ wmmsg-1.0.ebuild 12 Jan 2008 00:38:39 -0000 1.12
23 @@ -1,22 +1,21 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.11 2006/01/24 23:28:24 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.12 2008/01/12 00:38:39 coldwind Exp $
29
30 -DESCRIPTION="wmmsg is a dockapp that informs you of new events, such as incoming chat messages, by displaying related icons and arrival times"
31 -HOMEPAGE="http://taxiway.swapspace.net/~matt/wmmsg/"
32 -SRC_URI="http://taxiway.swapspace.net/~matt/wmmsg/${P}.tar.gz"
33 +DESCRIPTION="a dockapp that informs of new events, such as incoming chat messages, by displaying related icons and arrival times"
34 +HOMEPAGE="http://swapspace.net/~matt/wmmsg/"
35 +SRC_URI="http://swapspace.net/~matt/wmmsg/${P}.tar.gz"
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="amd64 ppc ~sparc x86"
39 IUSE=""
40 +
41 DEPEND="=x11-libs/gtk+-1.2*
42 - media-libs/imlib2"
43 -S=${WORKDIR}/${PN}
44 + media-libs/imlib2
45 + x11-libs/libXpm"
46 +RDEPEND="${DEPEND}"
47
48 -src_compile() {
49 - econf || die "Configuration failed."
50 - emake || die "Compilation failed."
51 -}
52 +S=${WORKDIR}/${PN}
53
54 src_install() {
55 einstall || die "Installation failed."
56
57
58
59 1.11 x11-plugins/wmmsg/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/ChangeLog?rev=1.11&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/ChangeLog?rev=1.11&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmsg/ChangeLog?r1=1.10&r2=1.11
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v
68 retrieving revision 1.10
69 retrieving revision 1.11
70 diff -u -r1.10 -r1.11
71 --- ChangeLog 6 Feb 2007 02:03:25 -0000 1.10
72 +++ ChangeLog 12 Jan 2008 00:38:39 -0000 1.11
73 @@ -1,6 +1,10 @@
74 # ChangeLog for x11-plugins/wmmsg
75 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.10 2007/02/06 02:03:25 flameeyes Exp $
77 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.11 2008/01/12 00:38:39 coldwind Exp $
79 +
80 + 12 Jan 2008; Santiago M. Mola <coldwind@g.o> wmmsg-1.0.ebuild:
81 + Add libXpm to deps (#204539), change HOMEPAGE, SRC_URI, remove redundant
82 + src_compile.
83
84 06 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
85 Regenerate digest in Manifest2 format.
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list