From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2BA0E13949B for ; Tue, 28 Jul 2015 20:20:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A2C314060; Tue, 28 Jul 2015 20:20:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6A5314060 for ; Tue, 28 Jul 2015 20:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A79D6340831 for ; Tue, 28 Jul 2015 20:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EB14A9 for ; Tue, 28 Jul 2015 20:20:47 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1438114954.df715ba318202a820b53d255771617cbdfa3f7db.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/ X-VCS-Repository: proj/kde X-VCS-Files: app-text/kbibtex/kbibtex-0.5.9999.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: df715ba318202a820b53d255771617cbdfa3f7db X-VCS-Branch: master Date: Tue, 28 Jul 2015 20:20:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4ee4ec67-ad26-4c59-a067-bed13ef571e4 X-Archives-Hash: 815b496dbefc1f0b2140499f81cb2b71 commit: df715ba318202a820b53d255771617cbdfa3f7db Author: Johannes Huber gentoo org> AuthorDate: Tue Jul 28 20:22:34 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jul 28 20:22:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=df715ba3 [app-text/kbibtex] Remove old Package-Manager: portage-2.2.20 app-text/kbibtex/kbibtex-0.5.9999.ebuild | 32 -------------------------------- 1 file changed, 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 74528b2..0000000 --- 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/_/-}