Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/
Date: Tue, 28 Jul 2015 20:20:58
Message-Id: 1438114954.df715ba318202a820b53d255771617cbdfa3f7db.johu@gentoo
1 commit: df715ba318202a820b53d255771617cbdfa3f7db
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 28 20:22:34 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 28 20:22:34 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=df715ba3
7
8 [app-text/kbibtex] Remove old
9
10 Package-Manager: portage-2.2.20
11
12 app-text/kbibtex/kbibtex-0.5.9999.ebuild | 32 --------------------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/app-text/kbibtex/kbibtex-0.5.9999.ebuild b/app-text/kbibtex/kbibtex-0.5.9999.ebuild
16 deleted file mode 100644
17 index 74528b2..0000000
18 --- a/app-text/kbibtex/kbibtex-0.5.9999.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI=5
26 -
27 -inherit versionator kde4-base
28 -
29 -DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX"
30 -HOMEPAGE="http://home.gna.org/kbibtex/"
31 -if [[ ${PV} != *9999* ]]; then
32 - SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P/_/-}.tar.xz"
33 - KEYWORDS="~amd64 ~x86"
34 -else
35 - EGIT_BRANCH="${PN}/$(get_version_component_range 1-2)"
36 - KEYWORDS=""
37 -fi
38 -
39 -LICENSE="GPL-2"
40 -SLOT="4"
41 -IUSE="debug"
42 -
43 -DEPEND="
44 - app-text/poppler[qt4]
45 - dev-libs/libxml2
46 - dev-libs/libxslt
47 - virtual/tex-base
48 -"
49 -RDEPEND="${DEPEND}
50 - dev-tex/bibtex2html"
51 -
52 -S=${WORKDIR}/${P/_/-}