summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-01-02 08:21:38 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-01-02 08:21:38 +0000
commita943687752f66db95ee7fafee9c6fcc4fcee26eb (patch)
tree73f4974ef56b1f9fac9aa3d18ca9cfbc2d364a20 /app-text/kbibtex
parenttypo in Description fixed, thanks to T.Foerster (diff)
downloadgentoo-2-a943687752f66db95ee7fafee9c6fcc4fcee26eb.tar.gz
gentoo-2-a943687752f66db95ee7fafee9c6fcc4fcee26eb.tar.bz2
gentoo-2-a943687752f66db95ee7fafee9c6fcc4fcee26eb.zip
Added new snapshot which fixes bug 345801
(Portage version: 2.1.9.26/cvs/Linux i686)
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r--app-text/kbibtex/ChangeLog10
-rw-r--r--app-text/kbibtex/kbibtex-0.3.0_pre20110102.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog
index dbe974f7c88b..a76da9c1437a 100644
--- a/app-text/kbibtex/ChangeLog
+++ b/app-text/kbibtex/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/kbibtex
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.35 2010/02/22 08:56:20 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.36 2011/01/02 08:21:38 dilfridge Exp $
+
+*kbibtex-0.3.0_pre20110102 (02 Jan 2011)
+
+ 02 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ +kbibtex-0.3.0_pre20110102.ebuild:
+ Added new snapshot which fixes bug 345801
*kbibtex-0.3.0_pre20100222 (22 Feb 2010)
diff --git a/app-text/kbibtex/kbibtex-0.3.0_pre20110102.ebuild b/app-text/kbibtex/kbibtex-0.3.0_pre20110102.ebuild
new file mode 100644
index 000000000000..be3c7e3e77d5
--- /dev/null
+++ b/app-text/kbibtex/kbibtex-0.3.0_pre20110102.ebuild
@@ -0,0 +1,20 @@
+# 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.0_pre20110102.ebuild,v 1.1 2011/01/02 08:21:38 dilfridge Exp $
+
+EAPI=2
+WEBKIT_REQUIRED=always
+inherit kde4-base
+
+DESCRIPTION="A BibTeX editor for KDE to edit bibliographies used with LaTeX"
+HOMEPAGE="http://home.gna.org/kbibtex/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="virtual/tex-base"
+RDEPEND="${DEPEND}
+ dev-tex/bibtex2html"