Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/sed: sed-4.2.1-r1.ebuild sed-4.2.ebuild sed-4.2.1.ebuild sed-4.2.2.ebuild ChangeLog
Date: Sat, 08 Feb 2014 13:24:03
Message-Id: 20140208132400.A3C972004C@flycatcher.gentoo.org
1 vapier 14/02/08 13:24:00
2
3 Modified: sed-4.2.1-r1.ebuild sed-4.2.ebuild sed-4.2.1.ebuild
4 sed-4.2.2.ebuild ChangeLog
5 Log:
6 Drop ancient/unloved examples #500550 by Ulrich Müller.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.14 sys-apps/sed/sed-4.2.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild?r1=1.13&r2=1.14
16
17 Index: sed-4.2.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- sed-4.2.1-r1.ebuild 18 Jan 2014 04:37:11 -0000 1.13
24 +++ sed-4.2.1-r1.ebuild 8 Feb 2014 13:24:00 -0000 1.14
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v 1.13 2014/01/18 04:37:11 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v 1.14 2014/02/08 13:24:00 vapier Exp $
30
31 inherit eutils flag-o-matic toolchain-funcs
32
33 @@ -65,6 +65,4 @@
34 src_install() {
35 emake install DESTDIR="${D}" || die "Install failed"
36 dodoc NEWS README* THANKS AUTHORS BUGS ChangeLog
37 - docinto examples
38 - dodoc "${FILESDIR}"/{dos2unix,unix2dos}
39 }
40
41
42
43 1.13 sys-apps/sed/sed-4.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.ebuild?rev=1.13&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.ebuild?rev=1.13&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.ebuild?r1=1.12&r2=1.13
48
49 Index: sed-4.2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.ebuild,v
52 retrieving revision 1.12
53 retrieving revision 1.13
54 diff -u -r1.12 -r1.13
55 --- sed-4.2.ebuild 9 Aug 2009 15:34:59 -0000 1.12
56 +++ sed-4.2.ebuild 8 Feb 2014 13:24:00 -0000 1.13
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2009 Gentoo Foundation
59 +# Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.ebuild,v 1.12 2009/08/09 15:34:59 ranger Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.ebuild,v 1.13 2014/02/08 13:24:00 vapier Exp $
63
64 inherit eutils flag-o-matic toolchain-funcs
65
66 @@ -62,6 +62,4 @@
67 src_install() {
68 emake install DESTDIR="${D}" || die "Install failed"
69 dodoc NEWS README* THANKS AUTHORS BUGS ChangeLog
70 - docinto examples
71 - dodoc "${FILESDIR}"/{dos2unix,unix2dos}
72 }
73
74
75
76 1.12 sys-apps/sed/sed-4.2.1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild?rev=1.12&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild?rev=1.12&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild?r1=1.11&r2=1.12
81
82 Index: sed-4.2.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild,v
85 retrieving revision 1.11
86 retrieving revision 1.12
87 diff -u -r1.11 -r1.12
88 --- sed-4.2.1.ebuild 3 Jan 2012 18:44:35 -0000 1.11
89 +++ sed-4.2.1.ebuild 8 Feb 2014 13:24:00 -0000 1.12
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2012 Gentoo Foundation
92 +# Copyright 1999-2014 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild,v 1.11 2012/01/03 18:44:35 vapier Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild,v 1.12 2014/02/08 13:24:00 vapier Exp $
96
97 inherit eutils flag-o-matic toolchain-funcs
98
99 @@ -64,6 +64,4 @@
100 src_install() {
101 emake install DESTDIR="${D}" || die "Install failed"
102 dodoc NEWS README* THANKS AUTHORS BUGS ChangeLog
103 - docinto examples
104 - dodoc "${FILESDIR}"/{dos2unix,unix2dos}
105 }
106
107
108
109 1.5 sys-apps/sed/sed-4.2.2.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.2.ebuild?rev=1.5&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.2.ebuild?rev=1.5&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.2.ebuild?r1=1.4&r2=1.5
114
115 Index: sed-4.2.2.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.2.ebuild,v
118 retrieving revision 1.4
119 retrieving revision 1.5
120 diff -u -r1.4 -r1.5
121 --- sed-4.2.2.ebuild 20 Jan 2014 22:54:25 -0000 1.4
122 +++ sed-4.2.2.ebuild 8 Feb 2014 13:24:00 -0000 1.5
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2014 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.2.ebuild,v 1.4 2014/01/20 22:54:25 vapier Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.2.ebuild,v 1.5 2014/02/08 13:24:00 vapier Exp $
128
129 inherit eutils flag-o-matic toolchain-funcs
130
131 @@ -67,6 +67,4 @@
132 src_install() {
133 emake install DESTDIR="${D}" || die "Install failed"
134 dodoc NEWS README* THANKS AUTHORS BUGS ChangeLog
135 - docinto examples
136 - dodoc "${FILESDIR}"/{dos2unix,unix2dos}
137 }
138
139
140
141 1.127 sys-apps/sed/ChangeLog
142
143 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/ChangeLog?rev=1.127&view=markup
144 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/ChangeLog?rev=1.127&content-type=text/plain
145 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/ChangeLog?r1=1.126&r2=1.127
146
147 Index: ChangeLog
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v
150 retrieving revision 1.126
151 retrieving revision 1.127
152 diff -u -r1.126 -r1.127
153 --- ChangeLog 20 Jan 2014 22:54:25 -0000 1.126
154 +++ ChangeLog 8 Feb 2014 13:24:00 -0000 1.127
155 @@ -1,6 +1,11 @@
156 # ChangeLog for sys-apps/sed
157 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
158 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.126 2014/01/20 22:54:25 vapier Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.127 2014/02/08 13:24:00 vapier Exp $
160 +
161 + 08 Feb 2014; Mike Frysinger <vapier@g.o> -files/dos2unix,
162 + -files/unix2dos, sed-4.2.1-r1.ebuild, sed-4.2.1.ebuild, sed-4.2.2.ebuild,
163 + sed-4.2.ebuild:
164 + Drop ancient/unloved examples #500550 by Ulrich Müller.
165
166 20 Jan 2014; Mike Frysinger <vapier@g.o> sed-4.2.2.ebuild:
167 Depend on libselinux when USE=selinux #408213 by Markus Knetschke.