Files
@ 48ff186f65f6
Branch filter:
Location: ohnobinki_overlay/dev-libs/fdlibm/fdlibm-5.3.ebuild - annotation
48ff186f65f6
516 B
application/vnd.gentoo.ebuild
app-antivirus/clamav: Drop clamav-0.96.5 which was broken because of the patch removed in 19f4c26f9f62.
(Portage version: 2.2.0_alpha27-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
(Portage version: 2.2.0_alpha27-r1/hg/Linux x86_64, signed Manifest commit with key 6BA81050)
87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 87592592d138 | # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils versionator
MY_P=${PN}$(replace_version_separator 1 '')
DESCRIPTION="Freely distributable math library"
HOMEPAGE="http://www.validlab.com/software/"
SRC_URI="http://www.validlab.com/software/${MY_P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
S=${WORKDIR}/${MY_P}
DEPEND="sys-devel/libtool"
src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
}
|