From f9576c21573392e939a0479576b5ad05e90303a4 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Thu, 30 Oct 2014 11:26:21 +0000 Subject: Remove old. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!) --- app-text/kbibtex/ChangeLog | 5 ++++- app-text/kbibtex/kbibtex-0.4.1.ebuild | 33 --------------------------------- 2 files changed, 4 insertions(+), 34 deletions(-) delete mode 100644 app-text/kbibtex/kbibtex-0.4.1.ebuild diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 4784a1fddbe0..37139ea5e20d 100644 --- a/app-text/kbibtex/ChangeLog +++ b/app-text/kbibtex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/kbibtex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.54 2014/10/30 10:05:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.55 2014/10/30 11:26:21 kensington Exp $ + + 30 Oct 2014; Michael Palimaka -kbibtex-0.4.1.ebuild: + Remove old. 30 Oct 2014; Agostino Sarubbo kbibtex-0.5.1.ebuild: Stable for x86, wrt bug #525166 diff --git a/app-text/kbibtex/kbibtex-0.4.1.ebuild b/app-text/kbibtex/kbibtex-0.4.1.ebuild deleted file mode 100644 index a978b36e100e..000000000000 --- a/app-text/kbibtex/kbibtex-0.4.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.4.1.ebuild,v 1.6 2014/03/13 21:42:45 johu Exp $ - -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.bz2" - KEYWORDS="amd64 x86" -else - ESVN_REPO_URI="svn://svn.gna.org/svn/${PN}/trunk" - ESVN_PROJECT="${PN}" - 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/_/-} -- cgit v1.2.3-65-gdbad