diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-03-15 11:13:37 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2005-03-15 11:13:37 +0000 |
commit | 8f51b1edd5543d2d22149f215cc7c9ae331bf844 (patch) | |
tree | fe0fd1a8e83cdb36661499d592278b0c46171ea7 /app-editors | |
parent | Yes, yet another release... (diff) | |
download | gentoo-2-8f51b1edd5543d2d22149f215cc7c9ae331bf844.tar.gz gentoo-2-8f51b1edd5543d2d22149f215cc7c9ae331bf844.tar.bz2 gentoo-2-8f51b1edd5543d2d22149f215cc7c9ae331bf844.zip |
Initial ebuild by Robert Paskowitz <rpaskowitz@confucius.ca> #81048
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/amyedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/amyedit/Manifest | 3 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-0.8.ebuild | 25 | ||||
-rw-r--r-- | app-editors/amyedit/files/digest-amyedit-0.8 | 1 | ||||
-rw-r--r-- | app-editors/amyedit/metadata.xml | 8 |
5 files changed, 44 insertions, 0 deletions
diff --git a/app-editors/amyedit/ChangeLog b/app-editors/amyedit/ChangeLog new file mode 100644 index 000000000000..072db8ab6114 --- /dev/null +++ b/app-editors/amyedit/ChangeLog @@ -0,0 +1,7 @@ +# 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 $ + + 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 new file mode 100644 index 000000000000..24a8f2f609d3 --- /dev/null +++ b/app-editors/amyedit/Manifest @@ -0,0 +1,3 @@ +MD5 402ae02952f72d13581f5f95ad9120f5 amyedit-0.8.ebuild 434 +MD5 af77be8cbb18259ce1abd9b8e210c7a9 metadata.xml 224 +MD5 0592a422c868ed668569bdae582e7dac files/digest-amyedit-0.8 64 diff --git a/app-editors/amyedit/amyedit-0.8.ebuild b/app-editors/amyedit/amyedit-0.8.ebuild new file mode 100644 index 000000000000..787af068c1c7 --- /dev/null +++ b/app-editors/amyedit/amyedit-0.8.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.8.ebuild,v 1.1 2005/03/15 11:13:37 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 + >=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.8 b/app-editors/amyedit/files/digest-amyedit-0.8 new file mode 100644 index 000000000000..8ec92c43f19a --- /dev/null +++ b/app-editors/amyedit/files/digest-amyedit-0.8 @@ -0,0 +1 @@ +MD5 ee11d62ef9d1cb171a6807b81cf0abda amyedit-0.8.tar.bz2 237378 diff --git a/app-editors/amyedit/metadata.xml b/app-editors/amyedit/metadata.xml new file mode 100644 index 000000000000..e3d2fbce8e78 --- /dev/null +++ b/app-editors/amyedit/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>text-markup</herd> + <maintainer> + <email>pclouds@gentoo.org</email> + </maintainer> +</pkgmetadata> |