summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2002-10-25 21:01:13 +0000
committerHannes Mehnert <hannes@gentoo.org>2002-10-25 21:01:13 +0000
commit83756893019dd080b78c772682688beeba5a77b5 (patch)
tree702acf477cabab909f11f22f2c3872adc83c5c74 /app-editors/kile
parentInitial submission. Thanks to Gert Thiel! (#7950) (diff)
downloadhistorical-83756893019dd080b78c772682688beeba5a77b5.tar.gz
historical-83756893019dd080b78c772682688beeba5a77b5.tar.bz2
historical-83756893019dd080b78c772682688beeba5a77b5.zip
version bump
Diffstat (limited to 'app-editors/kile')
-rw-r--r--app-editors/kile/ChangeLog7
-rw-r--r--app-editors/kile/files/digest-kile-1.31
-rw-r--r--app-editors/kile/kile-1.3.ebuild18
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"
+