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 | 0be6d1704a17d5cd37cdf8c79fe54d56f1476d32 (patch) | |
tree | 83fe4a1a27347aa35d9a43f91f2bc2fcc5ff0eb2 /x11-wm | |
parent | Quoting (diff) | |
download | historical-0be6d1704a17d5cd37cdf8c79fe54d56f1476d32.tar.gz historical-0be6d1704a17d5cd37cdf8c79fe54d56f1476d32.tar.bz2 historical-0be6d1704a17d5cd37cdf8c79fe54d56f1476d32.zip |
Don't install LICENSE.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'x11-wm')
-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 |