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