From d70d92521ab5a9ca892d614496efb68d44dfa49d Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Sun, 10 Jun 2012 03:35:20 +0000 Subject: Use tarball instead of zipball, reducing DEPENDencies and (hopefully) making mgorny happier. (Portage version: 2.2.0_alpha109-r1/cvs/Linux x86_64) --- sys-devel/boost-m4/ChangeLog | 6 +++++- sys-devel/boost-m4/boost-m4-0.2.ebuild | 8 +++----- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'sys-devel') diff --git a/sys-devel/boost-m4/ChangeLog b/sys-devel/boost-m4/ChangeLog index 212a61d4f80d..2653c915cd93 100644 --- a/sys-devel/boost-m4/ChangeLog +++ b/sys-devel/boost-m4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/boost-m4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.1 2012/02/01 02:21:01 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/ChangeLog,v 1.2 2012/06/10 03:35:20 binki Exp $ + + 10 Jun 2012; Nathan Phillip Brink boost-m4-0.2.ebuild: + Use tarball instead of zipball, reducing DEPENDencies and (hopefully) making + mgorny happier. *boost-m4-0.2 (01 Feb 2012) diff --git a/sys-devel/boost-m4/boost-m4-0.2.ebuild b/sys-devel/boost-m4/boost-m4-0.2.ebuild index 110ee8a528b5..c280974c5dab 100644 --- a/sys-devel/boost-m4/boost-m4-0.2.ebuild +++ b/sys-devel/boost-m4/boost-m4-0.2.ebuild @@ -1,24 +1,22 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.2.ebuild,v 1.1 2012/02/01 02:21:01 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/boost-m4/boost-m4-0.2.ebuild,v 1.2 2012/06/10 03:35:20 binki Exp $ EAPI=4 DESCRIPTION="Another set of autoconf macros for compiling against boost" HOMEPAGE="http://github.com/tsuna/boost.m4" -SRC_URI="${HOMEPAGE}/zipball/v${PV} -> ${P}.zip" +SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="app-arch/unzip" - src_unpack() { default - # The github-generated zipball kludge. + # The github-generated tarball kludge. mv *-boost.m4-* ${P} || die } -- cgit v1.2.3-65-gdbad