summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-12-20 15:01:35 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-12-20 15:01:35 +0000
commita6a55927cd4fc910563c9a930a8f403c4ec136e1 (patch)
tree5d607828b8b4545fc66f5a340a1946b3370f90ff /app-text/kbibtex
parentRemove version using old gnustep layout (diff)
downloadgentoo-2-a6a55927cd4fc910563c9a930a8f403c4ec136e1.tar.gz
gentoo-2-a6a55927cd4fc910563c9a930a8f403c4ec136e1.tar.bz2
gentoo-2-a6a55927cd4fc910563c9a930a8f403c4ec136e1.zip
Remove old.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r--app-text/kbibtex/ChangeLog5
-rw-r--r--app-text/kbibtex/kbibtex-0.4.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog
index f9eb4be7762d..79e97bbb8670 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.47 2012/12/16 16:33:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.48 2012/12/20 15:01:35 kensington Exp $
+
+ 20 Dec 2012; Michael Palimaka <kensington@gentoo.org> -kbibtex-0.4.ebuild:
+ Remove old.
16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> kbibtex-0.4.1.ebuild:
Stable for x86, wrt bug #445798
diff --git a/app-text/kbibtex/kbibtex-0.4.ebuild b/app-text/kbibtex/kbibtex-0.4.ebuild
deleted file mode 100644
index e9f60d277d3f..000000000000
--- a/app-text/kbibtex/kbibtex-0.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.4.ebuild,v 1.3 2012/04/18 20:43:14 maekke Exp $
-
-EAPI=4
-
-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/_/-}