summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/kbibtex/kbibtex-0.6.ebuild')
-rw-r--r--app-text/kbibtex/kbibtex-0.6.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-text/kbibtex/kbibtex-0.6.ebuild b/app-text/kbibtex/kbibtex-0.6.ebuild
deleted file mode 100644
index 0195eb04c269..000000000000
--- a/app-text/kbibtex/kbibtex-0.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-WEBKIT_REQUIRED="always"
-inherit kde4-base versionator
-
-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.xz"
-
-LICENSE="GPL-2"
-SLOT="4"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-DEPEND="
- app-text/poppler[qt4]
- dev-libs/libxml2
- dev-libs/libxslt
- dev-libs/qoauth:0
- virtual/tex-base
- x11-libs/libqxt
-"
-RDEPEND="${DEPEND}
- dev-tex/bibtex2html
-"