Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmpasman: ChangeLog wmpasman-0.8.5.3.ebuild
Date: Tue, 02 Oct 2012 12:48:13
Message-Id: 20121002124802.832C421600@flycatcher.gentoo.org
1 voyageur 12/10/02 12:48:02
2
3 Modified: ChangeLog
4 Added: wmpasman-0.8.5.3.ebuild
5 Log:
6 Version bump, EAPI up and ebuild cleanup
7
8 (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 x11-plugins/wmpasman/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 5 May 2012 05:12:03 -0000 1.13
24 +++ ChangeLog 2 Oct 2012 12:48:02 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-plugins/wmpasman
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.13 2012/05/05 05:12:03 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.14 2012/10/02 12:48:02 voyageur Exp $
30 +
31 +*wmpasman-0.8.5.3 (02 Oct 2012)
32 +
33 + 02 Oct 2012; Bernard Cafarelli <voyageur@g.o>
34 + +wmpasman-0.8.5.3.ebuild:
35 + Version bump, EAPI up and ebuild cleanup
36
37 05 May 2012; Jeff Horelick <jdhore@g.o> wmpasman-0.8.4.1.ebuild:
38 dev-util/pkgconfig -> virtual/pkgconfig
39
40
41
42 1.1 x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmpasman-0.8.5.3.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.5.3.ebuild,v 1.1 2012/10/02 12:48:02 voyageur Exp $
52
53 EAPI=4
54
55 DESCRIPTION="Password storage/retrieval in a dockapp"
56 HOMEPAGE="http://sourceforge.net/projects/wmpasman/"
57 SRC_URI="mirror://sourceforge/wmpasman/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND=">=x11-libs/gtk+-2.4.1:2
65 >=app-crypt/mhash-0.9.1
66 >=app-crypt/mcrypt-2.6.4"
67 DEPEND="${RDEPEND}
68 >=sys-apps/sed-4
69 virtual/pkgconfig
70 >=x11-libs/libXpm-3.5.5"
71
72 src_install() {
73 emake DESTDIR="${D}" install
74 dodoc BUGS ChangeLog README TODO WARNINGS
75 }
76
77 pkg_postinst() {
78 ewarn "Please read the WARNINGS file."
79 }