sys-apps/lsvpd: bump to 1.7.11
[gentoo.git] / sys-apps / minised / minised-1.15.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit toolchain-funcs
7
8 DESCRIPTION="a smaller, cheaper and faster sed implementation"
9 HOMEPAGE="http://www.exactcode.de/oss/minised/"
10 SRC_URI="http://dl.exactcode.de/oss/minised/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64 ~ppc ~x86"
15
16 src_prepare() {
17         default
18         tc-export CC
19 }