diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-02 16:18:21 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-06-02 16:18:21 +0000 |
commit | 77e886d6a2b757114d82dc73686fcb94bfef8d6b (patch) | |
tree | 59b972b4682b0dcd14e0b2950add1a1a6030ccb5 /app-text/kbibtex/kbibtex-0.3.ebuild | |
parent | Version bump to 5.0 (diff) | |
download | gentoo-2-77e886d6a2b757114d82dc73686fcb94bfef8d6b.tar.gz gentoo-2-77e886d6a2b757114d82dc73686fcb94bfef8d6b.tar.bz2 gentoo-2-77e886d6a2b757114d82dc73686fcb94bfef8d6b.zip |
Update to 0.3. Drop beta.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'app-text/kbibtex/kbibtex-0.3.ebuild')
-rw-r--r-- | app-text/kbibtex/kbibtex-0.3.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-text/kbibtex/kbibtex-0.3.ebuild b/app-text/kbibtex/kbibtex-0.3.ebuild new file mode 100644 index 000000000000..1a472f123954 --- /dev/null +++ b/app-text/kbibtex/kbibtex-0.3.ebuild @@ -0,0 +1,26 @@ +# 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.ebuild,v 1.1 2011/06/02 16:18:21 scarabeus Exp $ + +EAPI=4 + + +inherit versionator kde4-base + +DESCRIPTION="BibTeX editor for KDE to edit bibliographies used with LaTeX" +HOMEPAGE="http://home.gna.org/kbibtex/" +SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P/_/-}.tar.bz2" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="virtual/tex-base + dev-libs/libxml2 + dev-libs/libxslt +" +RDEPEND="${DEPEND} + dev-tex/bibtex2html" + +S=${WORKDIR}/${P/_/-} |