Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmpasman: wmpasman-0.8.4.1.ebuild
Date: Sun, 29 Jun 2008 13:30:06
Message-Id: E1KCwye-0000B7-MT@stork.gentoo.org
1 drac 08/06/29 13:30:00
2
3 Modified: wmpasman-0.8.4.1.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.9 x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?r1=1.8&r2=1.9
14
15 Index: wmpasman-0.8.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- wmpasman-0.8.4.1.ebuild 10 Oct 2006 09:12:20 -0000 1.8
22 +++ wmpasman-0.8.4.1.ebuild 29 Jun 2008 13:30:00 -0000 1.9
23 @@ -1,8 +1,6 @@
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/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.8 2006/10/10 09:12:20 s4t4n Exp $
28 -
29 -IUSE=""
30 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.9 2008/06/29 13:30:00 drac Exp $
31
32 DESCRIPTION="Password storage/retrieval in a dockapp"
33 HOMEPAGE="http://sourceforge.net/projects/wmpasman/"
34 @@ -10,33 +8,30 @@
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="x86 amd64 ppc ~sparc"
39 +KEYWORDS="amd64 ppc ~sparc x86"
40 +IUSE=""
41
42 RDEPEND=">=x11-libs/gtk+-2.4.1
43 >=app-crypt/mhash-0.9.1
44 >=app-crypt/mcrypt-2.6.4"
45 -
46 DEPEND="${RDEPEND}
47 >=sys-apps/sed-4
48 >=dev-util/pkgconfig-0.20
49 >=x11-libs/libXpm-3.5.5"
50
51 -src_unpack()
52 -{
53 +src_unpack() {
54 unpack ${A}
55 - cd ${S}
56 + cd "${S}"
57
58 # Solves compile error about undefined exit - Bug 140857
59 sed -i -e '/#include <stdio.h>/ { p ; s/stdio/stdlib/ }' wmgeneral/wmgeneral-gtk.c
60 }
61
62 -src_install()
63 -{
64 - einstall
65 +src_install() {
66 + einstall || die "einstall failed."
67 dodoc BUGS ChangeLog README TODO WARNINGS
68 }
69
70 -pkg_postinst()
71 -{
72 +pkg_postinst() {
73 ewarn "Please read the WARNINGS file."
74 }
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list