summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2007-10-29 00:39:00 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2007-10-29 00:39:00 +0000
commit20aa403a362e15758d5082032771691cf0eab367 (patch)
tree81cc16f8fb01eececa66ea22cdcfeb2e6324f0db /app-text
parentinherit eutils for epatch (diff)
downloadgentoo-2-20aa403a362e15758d5082032771691cf0eab367.tar.gz
gentoo-2-20aa403a362e15758d5082032771691cf0eab367.tar.bz2
gentoo-2-20aa403a362e15758d5082032771691cf0eab367.zip
Version bump.
(Portage version: 2.1.3.15)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/kbibtex/ChangeLog7
-rw-r--r--app-text/kbibtex/files/digest-kbibtex-0.23
-rw-r--r--app-text/kbibtex/kbibtex-0.2.ebuild22
3 files changed, 31 insertions, 1 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog
index f61adcb669aa..2830ccccc674 100644
--- a/app-text/kbibtex/ChangeLog
+++ b/app-text/kbibtex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/kbibtex
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.18 2007/03/15 13:41:05 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.19 2007/10/29 00:39:00 cryos Exp $
+
+*kbibtex-0.2 (29 Oct 2007)
+
+ 29 Oct 2007; Marcus D. Hanwell <cryos@gentoo.org> +kbibtex-0.2.ebuild:
+ Version bump.
*kbibtex-0.1.5-r2 (15 Mar 2007)
diff --git a/app-text/kbibtex/files/digest-kbibtex-0.2 b/app-text/kbibtex/files/digest-kbibtex-0.2
new file mode 100644
index 000000000000..6b9d788ebeb7
--- /dev/null
+++ b/app-text/kbibtex/files/digest-kbibtex-0.2
@@ -0,0 +1,3 @@
+MD5 4ed33020f68c970e5ec37a20d3a49b59 kbibtex-0.2.tar.bz2 629421
+RMD160 86f0d0012765c2fd54fcbaf412ad69612a2abc21 kbibtex-0.2.tar.bz2 629421
+SHA256 016de092ec90d473d5dbd4890e1e6592c2a9eded5d70da180db4710accd536c9 kbibtex-0.2.tar.bz2 629421
diff --git a/app-text/kbibtex/kbibtex-0.2.ebuild b/app-text/kbibtex/kbibtex-0.2.ebuild
new file mode 100644
index 000000000000..65185475bf01
--- /dev/null
+++ b/app-text/kbibtex/kbibtex-0.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.2.ebuild,v 1.1 2007/10/29 00:39:00 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.5