diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2006-10-06 13:39:24 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2006-10-06 13:39:24 +0000 |
commit | 87cb9b3672c9eba8aa53ca61336e9189595bc496 (patch) | |
tree | f1310b5dc938cb37660e07e1c7b2d66307d5f652 /app-text | |
parent | New package: MagickThumbnail-0.5.1 (Bug #111296) (diff) | |
download | gentoo-2-87cb9b3672c9eba8aa53ca61336e9189595bc496.tar.gz gentoo-2-87cb9b3672c9eba8aa53ca61336e9189595bc496.tar.bz2 gentoo-2-87cb9b3672c9eba8aa53ca61336e9189595bc496.zip |
Version bump, cleaned out old beta version.
(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.4.85 | 3 | ||||
-rw-r--r-- | app-text/kbibtex/kbibtex-0.1.4.85.ebuild | 22 |
3 files changed, 32 insertions, 1 deletions
diff --git a/app-text/kbibtex/ChangeLog b/app-text/kbibtex/ChangeLog index 9d85dd769dff..ba92c72bd8dc 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.10 2006/05/19 19:16:38 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/ChangeLog,v 1.11 2006/10/06 13:39:23 cryos Exp $ + +*kbibtex-0.1.4.85 (06 Oct 2006) + + 06 Oct 2006; Marcus D. Hanwell <cryos@gentoo.org> + -kbibtex-0.1.4_beta4.ebuild, +kbibtex-0.1.4.85.ebuild: + Version bump, cleaned out old beta version. *kbibtex-0.1.4 (19 May 2006) diff --git a/app-text/kbibtex/files/digest-kbibtex-0.1.4.85 b/app-text/kbibtex/files/digest-kbibtex-0.1.4.85 new file mode 100644 index 000000000000..9a86f89babe9 --- /dev/null +++ b/app-text/kbibtex/files/digest-kbibtex-0.1.4.85 @@ -0,0 +1,3 @@ +MD5 d5c48b2c167a55348baac160442e01b9 kbibtex-0.1.4.85.tar.bz2 555951 +RMD160 05c94152fb85452d7ca6a79bbb5c802163a49b82 kbibtex-0.1.4.85.tar.bz2 555951 +SHA256 413e93afe9d439a2922b076dbb3c0c3802d948e5e859c19a14c5d701af1665ae kbibtex-0.1.4.85.tar.bz2 555951 diff --git a/app-text/kbibtex/kbibtex-0.1.4.85.ebuild b/app-text/kbibtex/kbibtex-0.1.4.85.ebuild new file mode 100644 index 000000000000..402e5ecb5b3c --- /dev/null +++ b/app-text/kbibtex/kbibtex-0.1.4.85.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.4.85.ebuild,v 1.1 2006/10/06 13:39:24 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 |