diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 22:12:04 +0000 |
commit | 4559f7b9013ddd83e1078f81640d3fd153a05e4a (patch) | |
tree | f0f56511f8ca4be13b2cea17ed70dc40bbedba2a /app-editors/xemacs | |
parent | version bump, first gpg-signed package ;) (diff) | |
download | historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.tar.gz historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.tar.bz2 historical-4559f7b9013ddd83e1078f81640d3fd153a05e4a.zip |
dont install uselss COPYING file and fix other stuff while i'm at it
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.12.ebuild | 5 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.15.ebuild | 9 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.9.ebuild | 5 |
3 files changed, 8 insertions, 11 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.12.ebuild b/app-editors/xemacs/xemacs-21.4.12.ebuild index d56a7cdd29ea..df407dc4f56c 100644 --- a/app-editors/xemacs/xemacs-21.4.12.ebuild +++ b/app-editors/xemacs/xemacs-21.4.12.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-editors/xemacs/xemacs-21.4.12.ebuild,v 1.13 2004/02/21 22:54:05 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.12.ebuild,v 1.14 2004/05/31 22:12:04 vapier Exp $ inherit eutils @@ -191,8 +191,7 @@ src_install() { cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* cd ${S} - dodoc BUGS CHANGES-* COPYING ChangeLog GETTING* INSTALL PROBLEMS README* + dodoc BUGS CHANGES-* ChangeLog GETTING* INSTALL PROBLEMS README* dodoc ${FILESDIR}/README.Gentoo rm -f ${D}/usr/share/info/emodules.info~* } - diff --git a/app-editors/xemacs/xemacs-21.4.15.ebuild b/app-editors/xemacs/xemacs-21.4.15.ebuild index b26a1f21596a..c06f0ea9c863 100644 --- a/app-editors/xemacs/xemacs-21.4.15.ebuild +++ b/app-editors/xemacs/xemacs-21.4.15.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-editors/xemacs/xemacs-21.4.15.ebuild,v 1.1 2004/05/21 23:19:31 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.15.ebuild,v 1.2 2004/05/31 22:12:04 vapier Exp $ inherit eutils @@ -84,13 +84,13 @@ src_compile() { myconf="${myconf} --with-dialogs=lucid" myconf="${myconf} --with-scrollbars=lucid" myconf="${myconf} --with-menubars=lucid" - if [ "`use motif`" ] ; then + if use motif ; then myconf="--with-widgets=motif" myconf="${myconf} --with-dialogs=motif" myconf="${myconf} --with-scrollbars=motif" myconf="${myconf} --with-menubars=lucid" fi - if [ "`use athena`" ] ; then + if use athena ; then myconf="--with-widgets=athena" if [ "`use Xaw3d`" ] ; then myconf="${myconf} --with-athena=xaw3d" @@ -195,8 +195,7 @@ src_install() { cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* cd ${S} - dodoc BUGS CHANGES-* COPYING ChangeLog GETTING* INSTALL PROBLEMS README* + dodoc BUGS CHANGES-* ChangeLog GETTING* INSTALL PROBLEMS README* dodoc ${FILESDIR}/README.Gentoo rm -f ${D}/usr/share/info/emodules.info~* } - diff --git a/app-editors/xemacs/xemacs-21.4.9.ebuild b/app-editors/xemacs/xemacs-21.4.9.ebuild index bf20ca26c33a..af22d2c72851 100644 --- a/app-editors/xemacs/xemacs-21.4.9.ebuild +++ b/app-editors/xemacs/xemacs-21.4.9.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-editors/xemacs/xemacs-21.4.9.ebuild,v 1.14 2004/04/06 03:44:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.9.ebuild,v 1.15 2004/05/31 22:12:04 vapier Exp $ inherit eutils @@ -160,8 +160,7 @@ src_install() { cd ${D}/usr/share/info rm -f dir info.info texinfo* termcap* cd ${S} - dodoc BUGS CHANGES-* COPYING ChangeLog GETTING* INSTALL PROBLEMS README* + dodoc BUGS CHANGES-* ChangeLog GETTING* INSTALL PROBLEMS README* dodoc ${FILESDIR}/README.Gentoo rm -f ${D}/usr/share/info/emodules.info~* } - |