summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-02-15 01:06:37 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-02-15 01:12:40 +1100
commitbf1f932309f65eb5365451031b76dca5f3a14920 (patch)
tree0d6284abd45a27f0776aa7676ef406f46fc0b836 /app-text/kbibtex/kbibtex-0.5.2.ebuild
parentapp-office/skrooge: remove old (diff)
downloadgentoo-bf1f932309f65eb5365451031b76dca5f3a14920.tar.gz
gentoo-bf1f932309f65eb5365451031b76dca5f3a14920.tar.bz2
gentoo-bf1f932309f65eb5365451031b76dca5f3a14920.zip
app-text/kbibtex: remove old
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-text/kbibtex/kbibtex-0.5.2.ebuild')
-rw-r--r--app-text/kbibtex/kbibtex-0.5.2.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-text/kbibtex/kbibtex-0.5.2.ebuild b/app-text/kbibtex/kbibtex-0.5.2.ebuild
deleted file mode 100644
index 0725b09635a1..000000000000
--- a/app-text/kbibtex/kbibtex-0.5.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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
- virtual/tex-base
-"
-RDEPEND="${DEPEND}
- dev-tex/bibtex2html
-"