summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/kbibtex/kbibtex-0.3_beta1.ebuild')
-rw-r--r--app-text/kbibtex/kbibtex-0.3_beta1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-text/kbibtex/kbibtex-0.3_beta1.ebuild b/app-text/kbibtex/kbibtex-0.3_beta1.ebuild
new file mode 100644
index 000000000000..403c6c2a1ed3
--- /dev/null
+++ b/app-text/kbibtex/kbibtex-0.3_beta1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.3_beta1.ebuild,v 1.1 2011/03/05 15:41:27 dilfridge Exp $
+
+EAPI=3
+WEBKIT_REQUIRED=always
+inherit versionator kde4-base
+
+DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX"
+HOMEPAGE="http://home.gna.org/kbibtex/"
+SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P/_/-}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="virtual/tex-base"
+RDEPEND="${DEPEND}
+ dev-tex/bibtex2html"
+
+S=${WORKDIR}/${P/_/-}