diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:17:00 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:17:00 +0000 |
commit | b69f763ba695297ccedfe19e0a879e7cb4a1e2af (patch) | |
tree | 375d69d5b9f0c14685e1166886eae7d785f5593f /app-editors | |
parent | QA: Don't assign default to S (diff) | |
download | gentoo-2-b69f763ba695297ccedfe19e0a879e7cb4a1e2af.tar.gz gentoo-2-b69f763ba695297ccedfe19e0a879e7cb4a1e2af.tar.bz2 gentoo-2-b69f763ba695297ccedfe19e0a879e7cb4a1e2af.zip |
QA: Don't assign default to S; Use default src_compile
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/amyedit/amyedit-0.8.ebuild | 12 | ||||
-rw-r--r-- | app-editors/amyedit/amyedit-0.9.ebuild | 12 |
2 files changed, 8 insertions, 16 deletions
diff --git a/app-editors/amyedit/amyedit-0.8.ebuild b/app-editors/amyedit/amyedit-0.8.ebuild index 787af068c1c7..5a69cf9e859f 100644 --- a/app-editors/amyedit/amyedit-0.8.ebuild +++ b/app-editors/amyedit/amyedit-0.8.ebuild @@ -1,23 +1,19 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.8.ebuild,v 1.2 2005/07/10 01:17:00 swegener 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.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 diff --git a/app-editors/amyedit/amyedit-0.9.ebuild b/app-editors/amyedit/amyedit-0.9.ebuild index dc9a05b1ae16..3a7fb9cad707 100644 --- a/app-editors/amyedit/amyedit-0.9.ebuild +++ b/app-editors/amyedit/amyedit-0.9.ebuild @@ -1,23 +1,19 @@ # 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.2 2005/07/08 16:02:34 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-0.9.ebuild,v 1.3 2005/07/10 01:17:00 swegener 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="~ppc ~x86" +IUSE="" 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 |