# ChangeLog for app-editors/amyedit
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.7 2006/01/12 21:34:28 nattfodd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.8 2006/03/15 08:34:29 pclouds Exp $
+
+*amyedit-1.0 (15 Mar 2006)
+
+ 15 Mar 2006; <pclouds@gentoo.org> +amyedit-1.0.ebuild:
+ Version bump
12 Jan 2006; Alexandre Buisse <nattfodd@gentoo.org> amyedit-0.8.ebuild,
amyedit-0.9.ebuild:
-MD5 aa36817d1e07d43bf27d4c3502e2471e ChangeLog 959
+MD5 246c82f47fe8c9be3e84d8cbb6b03960 ChangeLog 1059
MD5 65e3387ede94ebd15a4a402c4ddf903f amyedit-0.8.ebuild 555
MD5 95673df3fcae1c3cf39ecd88adc3eb01 amyedit-0.9.ebuild 568
+MD5 ec875b4534ca5c00ee723baa4e27cbe2 amyedit-1.0.ebuild 554
MD5 0592a422c868ed668569bdae582e7dac files/digest-amyedit-0.8 64
MD5 433d8c31659fcbe7d9f7719336ebe354 files/digest-amyedit-0.9 64
+MD5 3e4b360e3faf428e2d903ba1dfbde3f8 files/digest-amyedit-1.0 64
MD5 a0ec84f1746e35678274bbcee0e37869 metadata.xml 230
--- /dev/null
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0.ebuild,v 1.1 2006/03/15 08:34:29 pclouds Exp $
+
+inherit eutils
+
+DESCRIPTION=" AmyEdit is a LaTeX editor"
+HOMEPAGE="http://amyedit.sf.net"
+SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=dev-cpp/gtkmm-2.6
+ >=x11-libs/gtksourceview-1.0
+ app-text/aspell"
+
+src_install() {
+ einstall
+ dodoc ChangeLog README TODO || die
+}
--- /dev/null
+MD5 662f5d6cc37c5838e2dc5a4a6abb812d amyedit-1.0.tar.bz2 297769