diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-05 12:53:51 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-12-05 12:53:51 +0000 |
commit | 6e75dba6e1cef42ef59d9c7b8aa5a65f3ca484d4 (patch) | |
tree | 944425aef5e04fac09e89c83cb5c45eb0233b75a /app-text/kbibtex/kbibtex-0.1.3.ebuild | |
parent | When doing profiling, enable profiling for libs as well as executables. (diff) | |
download | historical-6e75dba6e1cef42ef59d9c7b8aa5a65f3ca484d4.tar.gz historical-6e75dba6e1cef42ef59d9c7b8aa5a65f3ca484d4.tar.bz2 historical-6e75dba6e1cef42ef59d9c7b8aa5a65f3ca484d4.zip |
Version bump.
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-text/kbibtex/kbibtex-0.1.3.ebuild')
-rw-r--r-- | app-text/kbibtex/kbibtex-0.1.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/kbibtex/kbibtex-0.1.3.ebuild b/app-text/kbibtex/kbibtex-0.1.3.ebuild new file mode 100644 index 000000000000..6e6308ef12e4 --- /dev/null +++ b/app-text/kbibtex/kbibtex-0.1.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/kbibtex/kbibtex-0.1.3.ebuild,v 1.1 2005/12/05 12:53:51 cryos Exp $ + +inherit kde + +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="virtual/tetex" + +need-kde 3.3 |