diff options
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/boost-m4/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/boost-m4/boost-m4-0.2.ebuild | 8 |
2 files changed, 8 insertions, 6 deletions
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 <binki@gentoo.org> 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 } |