diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-05-14 18:58:28 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-05-14 18:58:28 +0000 |
commit | 60d406cf1237cd6dc008a1907ec041cd39f38515 (patch) | |
tree | d030cae205d328d7064e20b413eea4d92c0f43f7 /app-editors | |
parent | dont use gcc eclass anymore (diff) | |
download | gentoo-2-60d406cf1237cd6dc008a1907ec041cd39f38515.tar.gz gentoo-2-60d406cf1237cd6dc008a1907ec041cd39f38515.tar.bz2 gentoo-2-60d406cf1237cd6dc008a1907ec041cd39f38515.zip |
Version bump
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/amyedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/amyedit/Manifest | 12 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-0.9.ebuild | 25 | ||||
-rw-r--r-- | app-editors/amyedit/files/digest-amyedit-0.9 | 1 |
4 files changed, 34 insertions, 11 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog index 072db8ab6114..b0abcb73ef2d 100644 --- a/app-editors/amyedit/ChangeLog +++ b/app-editors/amyedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/amyedit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.1 2005/03/15 11:13:37 pclouds Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.2 2005/05/14 18:58:28 pclouds Exp $ + +*amyedit-0.9 (14 May 2005) + + 14 May 2005; <pclouds@gentoo.org> +amyedit-0.9.ebuild: + Version bump 15 Mar 2005; <pclouds@gentoo.org> +metadata.xml: Initial ebuild by Robert Paskowitz <rpaskowitz@confucius.ca> #81048 diff --git a/app-editors/amyedit/Manifest b/app-editors/amyedit/Manifest index a3b547b64636..6dba62bc5c57 100644 --- a/app-editors/amyedit/Manifest +++ b/app-editors/amyedit/Manifest @@ -1,14 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 52e88e4b850d1494c70ff453ab0de3c2 amyedit-0.9.ebuild 665 MD5 0af1bc775adf4ac0b163fcb5df60ddac amyedit-0.8.ebuild 663 MD5 cb66a054bf44dc3c073421af00a2c603 ChangeLog 334 MD5 a0ec84f1746e35678274bbcee0e37869 metadata.xml 230 MD5 0592a422c868ed668569bdae582e7dac files/digest-amyedit-0.8 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCNwrLI1lqEGTUzyQRAn+hAJ9YxlLH7MnM1KMhfOE2sWSKrUh/9ACfZiar -4b3JTqSvtjwgFeRUqrq6vXk= -=wRSO ------END PGP SIGNATURE----- +MD5 433d8c31659fcbe7d9f7719336ebe354 files/digest-amyedit-0.9 64 diff --git a/app-editors/amyedit/amyedit-0.9.ebuild b/app-editors/amyedit/amyedit-0.9.ebuild new file mode 100644 index 000000000000..9e3244ffacf8 --- /dev/null +++ b/app-editors/amyedit/amyedit-0.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.1 2005/05/14 18:58:28 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" +DEPEND=">=dev-cpp/gtkmm-2.4.8 + >=x11-libs/gtksourceview-1.0 + app-text/aspell" +S=${WORKDIR}/${P} +IUSE="" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + einstall + dodoc COPYING Changelog INSTALL README TODO || die +} diff --git a/app-editors/amyedit/files/digest-amyedit-0.9 b/app-editors/amyedit/files/digest-amyedit-0.9 new file mode 100644 index 000000000000..640b21c4dc47 --- /dev/null +++ b/app-editors/amyedit/files/digest-amyedit-0.9 @@ -0,0 +1 @@ +MD5 76c2231d043750f24b81ab00235b2b0a amyedit-0.9.tar.bz2 246702 |