summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-10-07 01:54:38 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-10-07 01:54:38 +0000
commite2a3bf4f7f5a823c5b3c26e67c5a4567377e94bc (patch)
tree40a727400d99b622bd892bd6c87c6420ca2a9051 /app-text/kbibtex
parentDepend on dev-util/yacc. Closes bug #118424, reported by Rumen Yotov <rumen a... (diff)
downloadhistorical-e2a3bf4f7f5a823c5b3c26e67c5a4567377e94bc.tar.gz
historical-e2a3bf4f7f5a823c5b3c26e67c5a4567377e94bc.tar.bz2
historical-e2a3bf4f7f5a823c5b3c26e67c5a4567377e94bc.zip
Version bump.
Package-Manager: portage-2.1.2_pre2
Diffstat (limited to 'app-text/kbibtex')
-rw-r--r--app-text/kbibtex/ChangeLog8
-rw-r--r--app-text/kbibtex/files/digest-kbibtex-0.1.53
-rw-r--r--app-text/kbibtex/kbibtex-0.1.5.ebuild22
3 files changed, 32 insertions, 1 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog
index ba92c72bd8dc..cd6efb4ac75e 100644
--- a/app-text/kbibtex/ChangeLog
+++ b/app-text/kbibtex/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/kbibtex
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.11 2006/10/06 13:39:23 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.12 2006/10/07 01:54:38 cryos Exp $
+
+*kbibtex-0.1.5 (07 Oct 2006)
+
+ 07 Oct 2006; Marcus D. Hanwell <cryos@gentoo.org>
+ -kbibtex-0.1.4.85.ebuild, +kbibtex-0.1.5.ebuild:
+ Version bump.
*kbibtex-0.1.4.85 (06 Oct 2006)
diff --git a/app-text/kbibtex/files/digest-kbibtex-0.1.5 b/app-text/kbibtex/files/digest-kbibtex-0.1.5
new file mode 100644
index 000000000000..c1bbfb4304e4
--- /dev/null
+++ b/app-text/kbibtex/files/digest-kbibtex-0.1.5
@@ -0,0 +1,3 @@
+MD5 83a8c1cade06837431b6ebe79d13ef7b kbibtex-0.1.5.tar.bz2 556109
+RMD160 7a7c6ce9ff4b392104e0b35eb888eaa7e7a20383 kbibtex-0.1.5.tar.bz2 556109
+SHA256 588cbd5055c0baea950263c8d768c13c69ef72c54543137dea4d88fb7e4f8f13 kbibtex-0.1.5.tar.bz2 556109
diff --git a/app-text/kbibtex/kbibtex-0.1.5.ebuild b/app-text/kbibtex/kbibtex-0.1.5.ebuild
new file mode 100644
index 000000000000..7abf8e8094b7
--- /dev/null
+++ b/app-text/kbibtex/kbibtex-0.1.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.1.5.ebuild,v 1.1 2006/10/07 01:54:38 cryos Exp $
+
+inherit kde eutils
+
+DESCRIPTION="BibTeX editor for KDE"
+HOMEPAGE="http://www.unix-ag.uni-kl.de/~fischer/kbibtex/"
+SRC_URI="http://www.unix-ag.uni-kl.de/~fischer/kbibtex/download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/libxml2-2.6.22
+ >=dev-libs/libxslt-1.1.15"
+RDEPEND="${DEPEND}
+ virtual/tetex
+ >=dev-tex/bibtex2html-1.70"
+
+need-kde 3.3