Gentoo Archives: gentoo-commits

From: "Dawid Weglinski (cla)" <cla@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/profuse: ChangeLog profuse-0.25.4.ebuild profuse-0.25.0.ebuild profuse-0.24.0.ebuild profuse-0.25.2.ebuild profuse-0.23.0.ebuild profuse-0.25.1.ebuild profuse-0.22.1.ebuild profuse-0.25.3.ebuild
Date: Sun, 27 Apr 2008 10:36:18
Message-Id: E1Jq4Ew-0001aw-Fb@stork.gentoo.org
1 cla 08/04/27 10:36:14
2
3 Modified: ChangeLog profuse-0.25.4.ebuild
4 Removed: profuse-0.25.0.ebuild profuse-0.24.0.ebuild
5 profuse-0.25.2.ebuild profuse-0.23.0.ebuild
6 profuse-0.25.1.ebuild profuse-0.22.1.ebuild
7 profuse-0.25.3.ebuild
8 Log:
9 Fix HOMEPAGE (bug #210210); fix SRC_URI (thanks to nightmorph on IRC); use emake instead of plain make; remove old.
10 (Portage version: 2.1.4.4)
11
12 Revision Changes Path
13 1.56 app-portage/profuse/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/profuse/ChangeLog?rev=1.56&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/profuse/ChangeLog?rev=1.56&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/profuse/ChangeLog?r1=1.55&r2=1.56
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v
22 retrieving revision 1.55
23 retrieving revision 1.56
24 diff -u -r1.55 -r1.56
25 --- ChangeLog 21 Feb 2007 23:05:57 -0000 1.55
26 +++ ChangeLog 27 Apr 2008 10:36:13 -0000 1.56
27 @@ -1,6 +1,13 @@
28 # ChangeLog for app-portage/profuse
29 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.55 2007/02/21 23:05:57 peper Exp $
31 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/ChangeLog,v 1.56 2008/04/27 10:36:13 cla Exp $
33 +
34 + 27 Apr 2008; Dawid Węgliński <cla@g.o> -profuse-0.22.1.ebuild,
35 + -profuse-0.23.0.ebuild, -profuse-0.24.0.ebuild, -profuse-0.25.0.ebuild,
36 + -profuse-0.25.1.ebuild, -profuse-0.25.2.ebuild, -profuse-0.25.3.ebuild,
37 + profuse-0.25.4.ebuild:
38 + Fix HOMEPAGE (bug #210210); fix SRC_URI (thanks to nightmorph on IRC); use
39 + emake instead of plain make; remove old.
40
41 21 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
42 Transition to Manifest2.
43
44
45
46 1.7 app-portage/profuse/profuse-0.25.4.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/profuse/profuse-0.25.4.ebuild?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/profuse/profuse-0.25.4.ebuild?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/profuse/profuse-0.25.4.ebuild?r1=1.6&r2=1.7
51
52 Index: profuse-0.25.4.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.25.4.ebuild,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- profuse-0.25.4.ebuild 25 Jun 2006 16:50:45 -0000 1.6
59 +++ profuse-0.25.4.ebuild 27 Apr 2008 10:36:13 -0000 1.7
60 @@ -1,10 +1,10 @@
61 -# Copyright 1999-2006 Gentoo Foundation
62 +# Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.25.4.ebuild,v 1.6 2006/06/25 16:50:45 blubb Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-portage/profuse/profuse-0.25.4.ebuild,v 1.7 2008/04/27 10:36:13 cla Exp $
66
67 DESCRIPTION="use flags editor, with good features and 3 GUIs (dialog, ncurses and gtk2)."
68 -HOMEPAGE="http://libconf.net/profuse/"
69 -SRC_URI="http://libconf.net/profuse/download/${P}.tar.bz2"
70 +HOMEPAGE="http://damz.net/profuse/"
71 +SRC_URI="mirror://gentoo/${P}.tar.bz2"
72
73 SLOT="0"
74 LICENSE="GPL-2"
75 @@ -19,5 +19,5 @@
76 ncurses? ( dev-perl/Curses-UI )"
77
78 src_install() {
79 - make install PREFIX="${D}"/usr || die "make install failed"
80 + emake install PREFIX="${D}"/usr || die "make install failed"
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list