diff options
author | Hannes Mehnert <hannes@gentoo.org> | 2002-10-25 21:01:13 +0000 |
---|---|---|
committer | Hannes Mehnert <hannes@gentoo.org> | 2002-10-25 21:01:13 +0000 |
commit | 257e54022f4306638df1d951ab0c08dfbbccbb0b (patch) | |
tree | 74204b2315180bf92a0bbd29b4f5eb5ecca5066b /app-editors/kile | |
parent | Initial submission. Thanks to Gert Thiel! (#7950) (diff) | |
download | gentoo-2-257e54022f4306638df1d951ab0c08dfbbccbb0b.tar.gz gentoo-2-257e54022f4306638df1d951ab0c08dfbbccbb0b.tar.bz2 gentoo-2-257e54022f4306638df1d951ab0c08dfbbccbb0b.zip |
version bump
Diffstat (limited to 'app-editors/kile')
-rw-r--r-- | app-editors/kile/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/kile/files/digest-kile-1.3 | 1 | ||||
-rw-r--r-- | app-editors/kile/kile-1.3.ebuild | 18 |
3 files changed, 25 insertions, 1 deletions
diff --git a/app-editors/kile/ChangeLog b/app-editors/kile/ChangeLog index 3ffe3e008598..8a7e360ae6ca 100644 --- a/app-editors/kile/ChangeLog +++ b/app-editors/kile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/kile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.5 2002/10/04 11:38:52 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/ChangeLog,v 1.6 2002/10/25 21:01:13 hannes Exp $ + +*kile-1.3 (25 Oct 2002) + + 25 Oct 2002; Hannes Mehnert <hannes@gentoo.org> ChangeLog, kile-1.3.ebuild: + version bump *kile-1.3_beta (04 Oct 2002) diff --git a/app-editors/kile/files/digest-kile-1.3 b/app-editors/kile/files/digest-kile-1.3 new file mode 100644 index 000000000000..aeb503771d4f --- /dev/null +++ b/app-editors/kile/files/digest-kile-1.3 @@ -0,0 +1 @@ +MD5 55e30d241b0561d8cd504af9494328bb kile-1.3.tar.gz 1095191 diff --git a/app-editors/kile/kile-1.3.ebuild b/app-editors/kile/kile-1.3.ebuild new file mode 100644 index 000000000000..0a2efa7b588d --- /dev/null +++ b/app-editors/kile/kile-1.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/kile/kile-1.3.ebuild,v 1.1 2002/10/25 21:01:13 hannes Exp $ +inherit kde-base + +need-kde 3 + +IUSE="" +DESCRIPTION="A Latex Editor and TeX shell for kde" +SRC_URI="http://xm1.net.free.fr/kile/${P}.tar.gz" +HOMEPAGE="http://xm1.net.free.fr/kile/index.html" + +DEPEND="$DEPEND sys-devel/perl" +RDEPEND="${RDEPEND} app-text/tetex" + +KEYWORDS="~x86" +LICENSE="GPL-2" + |