Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/
Date: Wed, 01 Feb 2012 10:12:34
Message-Id: c06df713966d259b6ef642b67e763865cf73954e.johu@gentoo
1 commit: c06df713966d259b6ef642b67e763865cf73954e
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 10:09:44 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 10:09:44 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c06df713
7
8 [app-text/kbibtex] Add stable branch ebuild, wrt bug 401585.
9
10 (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 app-text/kbibtex/kbibtex-0.4.9999.ebuild | 28 ++++++++++++++++++++++++++++
14 1 files changed, 28 insertions(+), 0 deletions(-)
15
16 diff --git a/app-text/kbibtex/kbibtex-0.4.9999.ebuild b/app-text/kbibtex/kbibtex-0.4.9999.ebuild
17 new file mode 100644
18 index 0000000..0bfdb7d
19 --- /dev/null
20 +++ b/app-text/kbibtex/kbibtex-0.4.9999.ebuild
21 @@ -0,0 +1,28 @@
22 +# Copyright 1999-2012 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=4
27 +
28 +inherit versionator kde4-base
29 +
30 +DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX"
31 +HOMEPAGE="http://home.gna.org/kbibtex/"
32 +ESVN_REPO_URI="svn://svn.gna.org/svn/${PN}/branches/${PV/.9999/}"
33 +ESVN_PROJECT="${PN}"
34 +KEYWORDS=""
35 +
36 +LICENSE="GPL-2"
37 +SLOT="4"
38 +IUSE="debug"
39 +
40 +DEPEND="
41 + app-text/poppler[qt4]
42 + dev-libs/libxml2
43 + dev-libs/libxslt
44 + virtual/tex-base
45 +"
46 +RDEPEND="${DEPEND}
47 + dev-tex/bibtex2html"
48 +
49 +S=${WORKDIR}/${P/_/-}