aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-02-01 11:09:44 +0100
committerJohannes Huber <johu@gentoo.org>2012-02-01 11:09:44 +0100
commitc06df713966d259b6ef642b67e763865cf73954e (patch)
treef71748d61a9bb014fe7eb4300d185bac9c9e2ad6 /app-text/kbibtex/kbibtex-0.4.9999.ebuild
parent[media-libs/phonon] Remove phonon xine backend. (diff)
downloadkde-c06df713966d259b6ef642b67e763865cf73954e.tar.gz
kde-c06df713966d259b6ef642b67e763865cf73954e.tar.bz2
kde-c06df713966d259b6ef642b67e763865cf73954e.zip
[app-text/kbibtex] Add stable branch ebuild, wrt bug 401585.
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/kbibtex/kbibtex-0.4.9999.ebuild')
-rw-r--r--app-text/kbibtex/kbibtex-0.4.9999.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/app-text/kbibtex/kbibtex-0.4.9999.ebuild b/app-text/kbibtex/kbibtex-0.4.9999.ebuild
new file mode 100644
index 0000000000..0bfdb7dc02
--- /dev/null
+++ b/app-text/kbibtex/kbibtex-0.4.9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+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/_/-}