summaryrefslogtreecommitdiff
path: root/app-text
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/kbibtex/kbibtex-0.5.9999.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-text/kbibtex/kbibtex-0.5.9999.ebuild b/app-text/kbibtex/kbibtex-0.5.9999.ebuild
deleted file mode 100644
index 74528b2cf0c..00000000000
--- a/app-text/kbibtex/kbibtex-0.5.9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit versionator kde4-base
-
-DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX"
-HOMEPAGE="http://home.gna.org/kbibtex/"
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P/_/-}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-else
- EGIT_BRANCH="${PN}/$(get_version_component_range 1-2)"
- KEYWORDS=""
-fi
-
-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/_/-}