diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 22:30:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-13 22:30:55 +0000 |
commit | e6923d1d38736c7cd2911f0f1d4ca7d1d7ff2986 (patch) | |
tree | c4639f64a4264e03a6463b6877584526085b0c99 /app-editors/qemacs | |
parent | don't assign default to S; header fix; tidy (Manifest recommit) (diff) | |
download | gentoo-2-e6923d1d38736c7cd2911f0f1d4ca7d1d7ff2986.tar.gz gentoo-2-e6923d1d38736c7cd2911f0f1d4ca7d1d7ff2986.tar.bz2 gentoo-2-e6923d1d38736c7cd2911f0f1d4ca7d1d7ff2986.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r-- | app-editors/qemacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.1.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index cfd3c355fa6d..5551d12e20f4 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/qemacs -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.2 2003/12/12 03:46:56 jbms Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.3 2004/03/13 22:30:55 mr_bones_ Exp $ + + 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> qemacs-0.3.1.ebuild: + Don't assign default to S; header fix 11 Dec 2003; Jeremy Maitin-Shepard <jbms@gentoo.org> qemacs-0.3.1.ebuild: The ebuild now patches the configure script so that the package diff --git a/app-editors/qemacs/qemacs-0.3.1.ebuild b/app-editors/qemacs/qemacs-0.3.1.ebuild index e99e055e7c31..fc717d6d8294 100644 --- a/app-editors/qemacs/qemacs-0.3.1.ebuild +++ b/app-editors/qemacs/qemacs-0.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.4 2003/12/12 03:46:56 jbms Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.5 2004/03/13 22:30:55 mr_bones_ Exp $ DESCRIPTION="QEmacs (for Quick Emacs) is a very small but powerful UNIX editor." HOMEPAGE="http://fabrice.bellard.free.fr/qemacs/" @@ -12,8 +12,6 @@ IUSE="" DEPEND="X? ( virtual/x11 ) png? ( =media-libs/libpng-1.2* )" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} cd ${S} |