blob: e3bb727908aac2786f9ae505dda886e69f0f9dd5 (
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
26
27
28
29
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
KDE_SCM="svn"
inherit versionator kde4-base
DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX"
HOMEPAGE="http://home.gna.org/kbibtex/"
ESVN_REPO_URI="svn://svn.gna.org/svn/${PN}/branches/${PV/.9999/}"
ESVN_PROJECT="${PN}"
KEYWORDS=""
LICENSE="GPL-2"
SLOT="4"
IUSE="debug"
DEPEND="
app-text/poppler[qt4]
dev-libs/libxml2
dev-libs/libxslt
virtual/tex-base
"
RDEPEND="${DEPEND}
dev-tex/bibtex2html"
S=${WORKDIR}/${P/_/-}
|