diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-10-07 01:54:38 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-10-07 01:54:38 +0000 |
commit | 12c9d33be50a2a689c5adf2f574a676b5e6910ba (patch) | |
tree | 5b3f51d2e1c8c4e3b6cffb0ee1d7f7607d57cbd3 /app-text | |
parent | Depend on dev-util/yacc. Closes bug #118424, reported by Rumen Yotov <rumen a... (diff) | |
download | gentoo-2-12c9d33be50a2a689c5adf2f574a676b5e6910ba.tar.gz gentoo-2-12c9d33be50a2a689c5adf2f574a676b5e6910ba.tar.bz2 gentoo-2-12c9d33be50a2a689c5adf2f574a676b5e6910ba.zip |
Version bump.
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/kbibtex/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/kbibtex/files/digest-kbibtex-0.1.5 | 3 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.1.5.ebuild | 22 |
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 |