summaryrefslogtreecommitdiff
blob: 65d95e2ff1a6b4986ec37be12e70d0f531eb6ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2008-2012 Funtoo Technologies
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit autotools

DESCRIPTION="A C++ library for GNU Readline"
HOMEPAGE="http://www.thousandparsec.net/tp/"
SRC_URI="${HOMEPAGE}/downloads/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND="
	>=sys-libs/readline-5.2_p1
"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}/${P}-readline.patch"
)