diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-16 21:48:17 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-16 21:48:17 +0000 |
commit | 5be098ab045026ae453fee12bd4fd861a0e17d47 (patch) | |
tree | d408bcb32214e69ead6640f3a88cb8c1224e33c8 /x11-plugins | |
parent | Remove prepallman. (diff) | |
download | gentoo-2-5be098ab045026ae453fee12bd4fd861a0e17d47.tar.gz gentoo-2-5be098ab045026ae453fee12bd4fd861a0e17d47.tar.bz2 gentoo-2-5be098ab045026ae453fee12bd4fd861a0e17d47.zip |
Remove prepallman.
(Portage version: 2.1.1_pre3)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmblob/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmblob/wmblob-1.0.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/wmblob/ChangeLog b/x11-plugins/wmblob/ChangeLog index b3fa665fa00c..8d49211fd191 100644 --- a/x11-plugins/wmblob/ChangeLog +++ b/x11-plugins/wmblob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmblob # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.7 2006/01/24 22:24:55 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/ChangeLog,v 1.8 2006/07/16 21:48:17 nelchael Exp $ + + 16 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmblob-1.0.1.ebuild: + Remove prepallman. 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmblob-1.0.1.ebuild: Fixed DEPEND for modular X. diff --git a/x11-plugins/wmblob/wmblob-1.0.1.ebuild b/x11-plugins/wmblob/wmblob-1.0.1.ebuild index 2724fe15a4f9..b94a3bb50a0e 100644 --- a/x11-plugins/wmblob/wmblob-1.0.1.ebuild +++ b/x11-plugins/wmblob/wmblob-1.0.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/x11-plugins/wmblob/wmblob-1.0.1.ebuild,v 1.7 2006/01/24 22:24:55 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.1.ebuild,v 1.8 2006/07/16 21:48:17 nelchael Exp $ inherit eutils @@ -34,7 +34,6 @@ src_compile() { src_install() { einstall || die "Installation failed" - prepallman dodoc README AUTHORS ChangeLog doc/how_it_works |