diff options
author | 2004-06-15 08:14:34 +0000 | |
---|---|---|
committer | 2004-06-15 08:14:34 +0000 | |
commit | ee87a91862d381ae242e36bd0efdadee9787f60a (patch) | |
tree | 6901a7891533625219b06653061a11698f93b1ff /app-emacs/apel | |
parent | This pkg was not ment to be stable quite yet... marked all KEYWORDS as ~arch ... (diff) | |
download | gentoo-2-ee87a91862d381ae242e36bd0efdadee9787f60a.tar.gz gentoo-2-ee87a91862d381ae242e36bd0efdadee9787f60a.tar.bz2 gentoo-2-ee87a91862d381ae242e36bd0efdadee9787f60a.zip |
QA - Don't assign default S.
Diffstat (limited to 'app-emacs/apel')
-rw-r--r-- | app-emacs/apel/apel-10.3.ebuild | 5 | ||||
-rw-r--r-- | app-emacs/apel/apel-10.4.ebuild | 5 | ||||
-rw-r--r-- | app-emacs/apel/apel-10.6.ebuild | 4 |
3 files changed, 3 insertions, 11 deletions
diff --git a/app-emacs/apel/apel-10.3.ebuild b/app-emacs/apel/apel-10.3.ebuild index 2c8c20684cb9..5751bc3044d9 100644 --- a/app-emacs/apel/apel-10.3.ebuild +++ b/app-emacs/apel/apel-10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.3.ebuild,v 1.5 2004/06/01 14:09:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.3.ebuild,v 1.6 2004/06/15 08:14:34 kloeri Exp $ inherit elisp @@ -15,9 +15,6 @@ KEYWORDS="x86" DEPEND="virtual/emacs" - -S="${WORKDIR}/${P}" - src_unpack() { unpack ${A} patch -p0 <${FILESDIR}/APEL-CFG.patch || die diff --git a/app-emacs/apel/apel-10.4.ebuild b/app-emacs/apel/apel-10.4.ebuild index 6136a1002900..f196afbc74d5 100644 --- a/app-emacs/apel/apel-10.4.ebuild +++ b/app-emacs/apel/apel-10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.4.ebuild,v 1.5 2004/06/01 14:09:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.4.ebuild,v 1.6 2004/06/15 08:14:34 kloeri Exp $ inherit elisp @@ -15,9 +15,6 @@ KEYWORDS="x86" DEPEND="virtual/emacs" - -S="${WORKDIR}/${P}" - src_unpack() { unpack ${A} cd ${S} diff --git a/app-emacs/apel/apel-10.6.ebuild b/app-emacs/apel/apel-10.6.ebuild index ad8812ce095e..72221d414179 100644 --- a/app-emacs/apel/apel-10.6.ebuild +++ b/app-emacs/apel/apel-10.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.6.ebuild,v 1.5 2004/05/04 12:50:33 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.6.ebuild,v 1.6 2004/06/15 08:14:34 kloeri Exp $ inherit elisp @@ -16,8 +16,6 @@ KEYWORDS="x86 alpha sparc ppc hppa" DEPEND="virtual/emacs" -S="${WORKDIR}/${P}" - src_unpack() { unpack ${A} cd ${S} |