diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-04-02 17:18:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-04-02 17:18:41 +0000 |
commit | f0cc0d324c25cdb096a94e4d352e66920eb98740 (patch) | |
tree | 2fcbd687e2439ccd7b8994d447e995b5a9d1b0d9 /sys-apps | |
parent | Mark arm64/ia64/m68k/s390/sh stable. (diff) | |
download | gentoo-2-f0cc0d324c25cdb096a94e4d352e66920eb98740.tar.gz gentoo-2-f0cc0d324c25cdb096a94e4d352e66920eb98740.tar.bz2 gentoo-2-f0cc0d324c25cdb096a94e4d352e66920eb98740.zip |
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)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ed/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/ed/ed-1.11.ebuild | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-apps/ed/ChangeLog b/sys-apps/ed/ChangeLog index cff2745669f7..d943eb785125 100644 --- a/sys-apps/ed/ChangeLog +++ b/sys-apps/ed/ChangeLog @@ -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 <vapier@gentoo.org> 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) diff --git a/sys-apps/ed/ed-1.11.ebuild b/sys-apps/ed/ed-1.11.ebuild index eee32e3226d0..9e6e380719fb 100644 --- a/sys-apps/ed/ed-1.11.ebuild +++ b/sys-apps/ed/ed-1.11.ebuild @@ -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() { |