diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:40:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:40:41 +0000 |
commit | 56d6fe3ccf1e9f061a1c70d85e11066fbb39c0a6 (patch) | |
tree | 88c96952e8a03fb018dec88023b92076fb7ae2d9 /x11-wm/wmii | |
parent | Quoting (diff) | |
download | gentoo-2-56d6fe3ccf1e9f061a1c70d85e11066fbb39c0a6.tar.gz gentoo-2-56d6fe3ccf1e9f061a1c70d85e11066fbb39c0a6.tar.bz2 gentoo-2-56d6fe3ccf1e9f061a1c70d85e11066fbb39c0a6.zip |
Don't install LICENSE.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/wmii')
-rw-r--r-- | x11-wm/wmii/wmii-2.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/wmii/wmii-3.5.1.ebuild | 5 |
2 files changed, 5 insertions, 6 deletions
diff --git a/x11-wm/wmii/wmii-2.ebuild b/x11-wm/wmii/wmii-2.ebuild index aa9bb7cfece8..2e7d0e44e6e8 100644 --- a/x11-wm/wmii/wmii-2.ebuild +++ b/x11-wm/wmii/wmii-2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-2.ebuild,v 1.6 2007/08/01 00:59:17 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-2.ebuild,v 1.7 2009/08/03 10:40:41 ssuominen Exp $ inherit eutils toolchain-funcs @@ -50,7 +50,7 @@ src_install() { make DESTDIR="${D}" install || die "make install failed." dodoc ANNOUNCE || die "ANNOUNCE failed." # only in releases - dodoc CHANGES README LICENSE doc/welcome.txt || die "dodoc failed." + dodoc CHANGES README doc/welcome.txt || die "dodoc failed." if use python ; then cd "${S}"/libixp/python diff --git a/x11-wm/wmii/wmii-3.5.1.ebuild b/x11-wm/wmii/wmii-3.5.1.ebuild index 751aa51e3a45..de3d85e629a1 100644 --- a/x11-wm/wmii/wmii-3.5.1.ebuild +++ b/x11-wm/wmii/wmii-3.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-3.5.1.ebuild,v 1.5 2007/11/19 03:29:17 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/wmii/wmii-3.5.1.ebuild,v 1.6 2009/08/03 10:40:41 ssuominen Exp $ inherit toolchain-funcs @@ -37,7 +37,6 @@ src_unpack() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc LICENSE echo -e "#!/bin/sh\n/usr/bin/wmii" > "${T}/${PN}" exeinto /etc/X11/Sessions |