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/ed: ed-1.11.ebuild ChangeLog
Date: Thu, 02 Apr 2015 17:18:44
Message-Id: 20150402171841.4DE361512A@oystercatcher.gentoo.org
1 vapier 15/04/02 17:18:41
2
3 Modified: ed-1.11.ebuild ChangeLog
4 Log:
5 Switch to gzip as lzip is uncommon, and not that much smaller for this package #545344 by Ulrich Müller.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 sys-apps/ed/ed-1.11.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ed-1.11.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ed-1.11.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ed-1.11.ebuild?r1=1.1&r2=1.2
15
16 Index: ed-1.11.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.11.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ed-1.11.ebuild 1 Apr 2015 07:05:22 -0000 1.1
23 +++ ed-1.11.ebuild 2 Apr 2015 17:18:41 -0000 1.2
24 @@ -1,22 +1,23 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.11.ebuild,v 1.1 2015/04/01 07:05:22 polynomial-c Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.11.ebuild,v 1.2 2015/04/02 17:18:41 vapier Exp $
29
30 EAPI="4"
31
32 -inherit toolchain-funcs unpacker
33 +inherit toolchain-funcs
34
35 DESCRIPTION="Your basic line editor"
36 HOMEPAGE="http://www.gnu.org/software/ed/"
37 -SRC_URI="mirror://gnu/ed/${P}.tar.lz"
38 +#SRC_URI="mirror://gnu/ed/${P}.tar.lz"
39 +# Using gzip instead -- the filesize diff is small and lzip uncommon #545344
40 +SRC_URI="http://fossies.org/linux/privat/${P}.tar.gz"
41
42 LICENSE="GPL-2"
43 SLOT="0"
44 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 IUSE=""
46
47 -DEPEND="$(unpacker_src_uri_depends)
48 - sys-apps/texinfo"
49 +DEPEND="sys-apps/texinfo"
50 RDEPEND=""
51
52 src_configure() {
53
54
55
56 1.108 sys-apps/ed/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.108&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.108&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?r1=1.107&r2=1.108
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v
65 retrieving revision 1.107
66 retrieving revision 1.108
67 diff -u -r1.107 -r1.108
68 --- ChangeLog 1 Apr 2015 07:05:22 -0000 1.107
69 +++ ChangeLog 2 Apr 2015 17:18:41 -0000 1.108
70 @@ -1,6 +1,10 @@
71 # ChangeLog for sys-apps/ed
72 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.107 2015/04/01 07:05:22 polynomial-c Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.108 2015/04/02 17:18:41 vapier Exp $
75 +
76 + 02 Apr 2015; Mike Frysinger <vapier@g.o> ed-1.11.ebuild:
77 + Switch to gzip as lzip is uncommon, and not that much smaller for this package
78 + #545344 by Ulrich Müller.
79
80 *ed-1.11 (01 Apr 2015)