Files
@ 02fb59a722d2
Branch filter:
Location: ohnobinki_overlay/sys-devel/boost-m4/boost-m4-0.1.ebuild - annotation
02fb59a722d2
674 B
application/vnd.gentoo.ebuild
media-plugins/live: Drop intermediate live versions (2009.09.28, 2009.11.12, 2010.04.09) for which tarballs are not available anymore.
(Portage version: 2.2.0_alpha23-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
(Portage version: 2.2.0_alpha23-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 67b4e974f729 67b4e974f729 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 67b4e974f729 67b4e974f729 67b4e974f729 67b4e974f729 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 d86a182eea04 | # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit eutils
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"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
src_unpack() {
default
mv * ${P} || die
}
src_prepare() {
epatch "${FILESDIR}"/${P}-multilib.patch
}
src_configure() { :; }
src_compile() { :; }
src_install() {
insinto /usr/share/aclocal
doins build-aux/boost.m4 || die
dodoc AUTHORS NEWS README THANKS || die
}
|