vapier 15/04/02 17:18:41 Modified: ed-1.11.ebuild ChangeLog Log: Switch to gzip as lzip is uncommon, and not that much smaller for this package #545344 by Ulrich Müller. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.2 sys-apps/ed/ed-1.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ed-1.11.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ed-1.11.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ed-1.11.ebuild?r1=1.1&r2=1.2 Index: ed-1.11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.11.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ed-1.11.ebuild 1 Apr 2015 07:05:22 -0000 1.1 +++ ed-1.11.ebuild 2 Apr 2015 17:18:41 -0000 1.2 @@ -1,22 +1,23 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.11.ebuild,v 1.1 2015/04/01 07:05:22 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ed-1.11.ebuild,v 1.2 2015/04/02 17:18:41 vapier Exp $ EAPI="4" -inherit toolchain-funcs unpacker +inherit toolchain-funcs DESCRIPTION="Your basic line editor" HOMEPAGE="http://www.gnu.org/software/ed/" -SRC_URI="mirror://gnu/ed/${P}.tar.lz" +#SRC_URI="mirror://gnu/ed/${P}.tar.lz" +# Using gzip instead -- the filesize diff is small and lzip uncommon #545344 +SRC_URI="http://fossies.org/linux/privat/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" 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" IUSE="" -DEPEND="$(unpacker_src_uri_depends) - sys-apps/texinfo" +DEPEND="sys-apps/texinfo" RDEPEND="" src_configure() { 1.108 sys-apps/ed/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.108&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?rev=1.108&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ed/ChangeLog?r1=1.107&r2=1.108 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- ChangeLog 1 Apr 2015 07:05:22 -0000 1.107 +++ ChangeLog 2 Apr 2015 17:18:41 -0000 1.108 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/ed # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.107 2015/04/01 07:05:22 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ed/ChangeLog,v 1.108 2015/04/02 17:18:41 vapier Exp $ + + 02 Apr 2015; Mike Frysinger <[email protected]> ed-1.11.ebuild: + Switch to gzip as lzip is uncommon, and not that much smaller for this package + #545344 by Ulrich Müller. *ed-1.11 (01 Apr 2015)
