Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/st: st-0.1.1.ebuild st-9999.ebuild ChangeLog
Date: Wed, 04 Jan 2012 05:35:20
Message-Id: 20120104053510.12C8F2004B@flycatcher.gentoo.org
1 vapier 12/01/04 05:35:10
2
3 Modified: st-0.1.1.ebuild st-9999.ebuild ChangeLog
4 Log:
5 Drop `use savedconfig` logic that the savedconfig eclass handles itself.
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 x11-terms/st/st-0.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/st-0.1.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/st-0.1.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/st-0.1.1.ebuild?r1=1.2&r2=1.3
15
16 Index: st-0.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-terms/st/st-0.1.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- st-0.1.1.ebuild 4 Nov 2011 13:32:06 -0000 1.2
23 +++ st-0.1.1.ebuild 4 Jan 2012 05:35:09 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-0.1.1.ebuild,v 1.2 2011/11/04 13:32:06 xmw Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-0.1.1.ebuild,v 1.3 2012/01/04 05:35:09 vapier Exp $
30
31 EAPI=3
32
33 @@ -33,9 +33,7 @@
34 -i config.mk || die
35 tc-export CC
36
37 - if use savedconfig ; then
38 - restore_config config.h
39 - fi
40 + restore_config config.h
41 }
42
43 src_install() {
44 @@ -43,7 +41,5 @@
45 tic -s -o "${ED}"/usr/share/terminfo st.info || die
46 dodoc README TODO || die
47
48 - if use savedconfig ; then
49 - save_config config.h
50 - fi
51 + save_config config.h
52 }
53
54
55
56 1.3 x11-terms/st/st-9999.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/st-9999.ebuild?rev=1.3&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/st-9999.ebuild?rev=1.3&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/st-9999.ebuild?r1=1.2&r2=1.3
61
62 Index: st-9999.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/x11-terms/st/st-9999.ebuild,v
65 retrieving revision 1.2
66 retrieving revision 1.3
67 diff -u -r1.2 -r1.3
68 --- st-9999.ebuild 4 Nov 2011 13:32:06 -0000 1.2
69 +++ st-9999.ebuild 4 Jan 2012 05:35:09 -0000 1.3
70 @@ -1,6 +1,6 @@
71 -# Copyright 1999-2011 Gentoo Foundation
72 +# Copyright 1999-2012 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-9999.ebuild,v 1.2 2011/11/04 13:32:06 xmw Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/st-9999.ebuild,v 1.3 2012/01/04 05:35:09 vapier Exp $
76
77 EAPI=3
78
79 @@ -34,9 +34,7 @@
80 -i config.mk || die
81 tc-export CC
82
83 - if use savedconfig ; then
84 - restore_config config.h
85 - fi
86 + restore_config config.h
87 }
88
89 src_install() {
90 @@ -44,7 +42,5 @@
91 tic -s -o "${ED}"/usr/share/terminfo st.info || die
92 dodoc README TODO || die
93
94 - if use savedconfig ; then
95 - save_config config.h
96 - fi
97 + save_config config.h
98 }
99
100
101
102 1.3 x11-terms/st/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/ChangeLog?rev=1.3&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/ChangeLog?rev=1.3&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/st/ChangeLog?r1=1.2&r2=1.3
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/x11-terms/st/ChangeLog,v
111 retrieving revision 1.2
112 retrieving revision 1.3
113 diff -u -r1.2 -r1.3
114 --- ChangeLog 4 Nov 2011 13:32:06 -0000 1.2
115 +++ ChangeLog 4 Jan 2012 05:35:09 -0000 1.3
116 @@ -1,6 +1,10 @@
117 # ChangeLog for x11-terms/st
118 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/ChangeLog,v 1.2 2011/11/04 13:32:06 xmw Exp $
120 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
121 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/st/ChangeLog,v 1.3 2012/01/04 05:35:09 vapier Exp $
122 +
123 + 04 Jan 2012; Mike Frysinger <vapier@g.o> st-0.1.1.ebuild,
124 + st-9999.ebuild:
125 + Drop `use savedconfig` logic that the savedconfig eclass handles itself.
126
127 04 Nov 2011; Michael Weber <xmw@g.o> st-0.1.1.ebuild, st-9999.ebuild:
128 Added font warning (bug 369621)