summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-10-30 11:26:21 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-10-30 11:26:21 +0000
commitf9576c21573392e939a0479576b5ad05e90303a4 (patch)
tree8f7f70638d995a5aac39ca5ec1b374768f003afe /app-text/kbibtex
parentWhitespace. (diff)
downloadgentoo-2-f9576c21573392e939a0479576b5ad05e90303a4.tar.gz
gentoo-2-f9576c21573392e939a0479576b5ad05e90303a4.tar.bz2
gentoo-2-f9576c21573392e939a0479576b5ad05e90303a4.zip
Remove old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r--app-text/kbibtex/ChangeLog5
-rw-r--r--app-text/kbibtex/kbibtex-0.4.1.ebuild33
2 files changed, 4 insertions, 34 deletions
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 <kensington@gentoo.org> -kbibtex-0.4.1.ebuild:
+ Remove old.
30 Oct 2014; Agostino Sarubbo <ago@gentoo.org> 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/_/-}