summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2012-06-10 03:35:20 +0000
committerNathan Phillip Brink <binki@gentoo.org>2012-06-10 03:35:20 +0000
commitd70d92521ab5a9ca892d614496efb68d44dfa49d (patch)
tree2eb03736129e61bcc532de508cce2e9b91190eef /sys-devel
parentdev-util/pkgconfig -> virtual/pkgconfig (diff)
downloadgentoo-2-d70d92521ab5a9ca892d614496efb68d44dfa49d.tar.gz
gentoo-2-d70d92521ab5a9ca892d614496efb68d44dfa49d.tar.bz2
gentoo-2-d70d92521ab5a9ca892d614496efb68d44dfa49d.zip
Use tarball instead of zipball, reducing DEPENDencies and (hopefully) making mgorny happier.
(Portage version: 2.2.0_alpha109-r1/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/boost-m4/ChangeLog6
-rw-r--r--sys-devel/boost-m4/boost-m4-0.2.ebuild8
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
}