diff options
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r-- | app-text/kbibtex/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.3.ebuild | 27 |
2 files changed, 4 insertions, 28 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 616f3902c26f..5cd395191f10 100644 --- a/app-text/kbibtex/ChangeLog +++ b/app-text/kbibtex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/kbibtex # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.43 2012/04/18 20:43:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.44 2012/04/18 22:36:29 johu Exp $ + + 18 Apr 2012; Johannes Huber <johu@gentoo.org> -kbibtex-0.3.ebuild: + Remove old. 18 Apr 2012; Markus Meier <maekke@gentoo.org> kbibtex-0.4.ebuild: x86 stable, bug #409403 diff --git a/app-text/kbibtex/kbibtex-0.3.ebuild b/app-text/kbibtex/kbibtex-0.3.ebuild deleted file mode 100644 index f4d4676d80b8..000000000000 --- a/app-text/kbibtex/kbibtex-0.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.3.ebuild,v 1.3 2011/09/09 20:19:49 dilfridge Exp $ - -EAPI=4 - -inherit versionator kde4-base - -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.bz2" - -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" - -S=${WORKDIR}/${P/_/-} |