diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2006-03-15 08:34:29 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2006-03-15 08:34:29 +0000 |
commit | 860e89ac52b42e7f127050031ee1015cb4ad475c (patch) | |
tree | c29c2517c4f49c893238c2fc1cd97afc0921697e /app-editors | |
parent | modified check for patched version to not be confused when vdr is patched wit... (diff) | |
download | gentoo-2-860e89ac52b42e7f127050031ee1015cb4ad475c.tar.gz gentoo-2-860e89ac52b42e7f127050031ee1015cb4ad475c.tar.bz2 gentoo-2-860e89ac52b42e7f127050031ee1015cb4ad475c.zip |
Version bump
(Portage version: 2.0.54)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/amyedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/amyedit/Manifest | 2 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-1.0.ebuild | 21 | ||||
-rw-r--r-- | app-editors/amyedit/files/digest-amyedit-1.0 | 1 |
4 files changed, 30 insertions, 1 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog index b240228d199a..d4f6716be342 100644 --- a/app-editors/amyedit/ChangeLog +++ b/app-editors/amyedit/ChangeLog @@ -1,6 +1,11 @@ # 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: diff --git a/app-editors/amyedit/Manifest b/app-editors/amyedit/Manifest index 92f6a8dbd0d0..a4d860ba9618 100644 --- a/app-editors/amyedit/Manifest +++ b/app-editors/amyedit/Manifest @@ -1,6 +1,8 @@ MD5 aa36817d1e07d43bf27d4c3502e2471e ChangeLog 959 MD5 65e3387ede94ebd15a4a402c4ddf903f amyedit-0.8.ebuild 555 MD5 95673df3fcae1c3cf39ecd88adc3eb01 amyedit-0.9.ebuild 568 +MD5 39f39873a8a9285719d557297d5475b7 amyedit-1.0.ebuild 555 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 diff --git a/app-editors/amyedit/amyedit-1.0.ebuild b/app-editors/amyedit/amyedit-1.0.ebuild new file mode 100644 index 000000000000..ef806e4f0368 --- /dev/null +++ b/app-editors/amyedit/amyedit-1.0.ebuild @@ -0,0 +1,21 @@ +# 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 +} diff --git a/app-editors/amyedit/files/digest-amyedit-1.0 b/app-editors/amyedit/files/digest-amyedit-1.0 new file mode 100644 index 000000000000..a4b3e15a66bd --- /dev/null +++ b/app-editors/amyedit/files/digest-amyedit-1.0 @@ -0,0 +1 @@ +MD5 662f5d6cc37c5838e2dc5a4a6abb812d amyedit-1.0.tar.bz2 297769 |