diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2006-12-18 10:29:20 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2006-12-18 10:29:20 +0000 |
commit | c6d20218222e59b790fe70d53d1d9caeb2c5de9f (patch) | |
tree | 197ef652be96a0e13b233129e07019eef895c22a /dev-lang/gnu-smalltalk | |
parent | Use normal vecho until vecho or something similar is agreed to be part of pub... (diff) | |
download | gentoo-2-c6d20218222e59b790fe70d53d1d9caeb2c5de9f.tar.gz gentoo-2-c6d20218222e59b790fe70d53d1d9caeb2c5de9f.tar.bz2 gentoo-2-c6d20218222e59b790fe70d53d1d9caeb2c5de9f.zip |
Removing PATCHES for dodoc
(Portage version: 2.1.2_rc3-r6)
Diffstat (limited to 'dev-lang/gnu-smalltalk')
-rw-r--r-- | dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild index 4995c573eb96..b6d94d2e788f 100644 --- a/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild +++ b/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild,v 1.1 2006/12/18 08:30:17 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-2.3.1.ebuild,v 1.2 2006/12/18 10:29:20 araujo Exp $ inherit elisp-common flag-o-matic eutils toolchain-funcs @@ -55,7 +55,7 @@ src_install() { rm -rf ${D}/usr/include/sigsegv.h \ ${D}/usr/include/snprintfv \ ${D}/usr/share/aclocal/snprintfv.m4 - dodoc AUTHORS COPYING* ChangeLog NEWS PATCHES README THANKS TODO + dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO rm -rf ${D}/var if use emacs; then elisp-install ${PN} *.el *.elc |