diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 02:39:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-30 02:39:42 +0000 |
commit | ec67a52dff3dac1527852987a5e9393b27b11de0 (patch) | |
tree | cef329940550a8c4fc52e0df8e0f63e32d467da3 /app-editors/qemacs | |
parent | ~ppc, removed an unnecessary patch (Manifest recommit) (diff) | |
download | gentoo-2-ec67a52dff3dac1527852987a5e9393b27b11de0.tar.gz gentoo-2-ec67a52dff3dac1527852987a5e9393b27b11de0.tar.bz2 gentoo-2-ec67a52dff3dac1527852987a5e9393b27b11de0.zip |
inherit eutils for epatch; tidy; fix IUSE
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r-- | app-editors/qemacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.1.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index 5551d12e20f4..b9b7d4729af7 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/qemacs # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.4 2004/03/30 02:39:42 mr_bones_ Exp $ + + 29 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> qemacs-0.3.1.ebuild: + inherit eutils for epatch; tidy; fix IUSE 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> qemacs-0.3.1.ebuild: Don't assign default to S; header fix diff --git a/app-editors/qemacs/qemacs-0.3.1.ebuild b/app-editors/qemacs/qemacs-0.3.1.ebuild index fc717d6d8294..ed831d39e5f8 100644 --- a/app-editors/qemacs/qemacs-0.3.1.ebuild +++ b/app-editors/qemacs/qemacs-0.3.1.ebuild @@ -1,14 +1,18 @@ # 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.5 2004/03/13 22:30:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.6 2004/03/30 02:39:42 mr_bones_ Exp $ + +inherit eutils DESCRIPTION="QEmacs (for Quick Emacs) is a very small but powerful UNIX editor." HOMEPAGE="http://fabrice.bellard.free.fr/qemacs/" SRC_URI="http://fabrice.bellard.free.fr/qemacs/${P}.tar.gz" + LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86" -IUSE="" +IUSE="X png" + DEPEND="X? ( virtual/x11 ) png? ( =media-libs/libpng-1.2* )" |