diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 11:01:00 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 11:01:00 +0000 |
commit | 3cc685ef438200ffe4fc7d3c2aca2f0891624ab2 (patch) | |
tree | 1cd8d00c2a6a7f971faf07bf462443b4c8e925a8 /x11-plugins | |
parent | Fix joke in bad taste. (diff) | |
download | historical-3cc685ef438200ffe4fc7d3c2aca2f0891624ab2.tar.gz historical-3cc685ef438200ffe4fc7d3c2aca2f0891624ab2.tar.bz2 historical-3cc685ef438200ffe4fc7d3c2aca2f0891624ab2.zip |
Removed INSTALL from dodoc
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmseti/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmseti/Manifest | 14 | ||||
-rw-r--r-- | x11-plugins/wmseti/wmseti-1.0.3.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/x11-plugins/wmseti/ChangeLog b/x11-plugins/wmseti/ChangeLog index c83539b2d420..b22063518477 100644 --- a/x11-plugins/wmseti/ChangeLog +++ b/x11-plugins/wmseti/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmseti # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmseti/ChangeLog,v 1.5 2005/03/10 13:31:26 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmseti/ChangeLog,v 1.6 2005/11/11 11:01:00 s4t4n Exp $ + + 10 Mar 2005; Michele Noberasco <s4t4n@gentoo.org> wmseti-1.0.3.ebuild: + Removed INSTALL from dodoc. 10 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> wmseti-1.0.3.ebuild: added ~amd64 KEYWORD, fixes #83856 diff --git a/x11-plugins/wmseti/Manifest b/x11-plugins/wmseti/Manifest index d594407bac69..a29c7a1970d0 100644 --- a/x11-plugins/wmseti/Manifest +++ b/x11-plugins/wmseti/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 d0f5a41609e921b3c367b0e7416b6d4d wmseti-1.0.3.ebuild 609 -MD5 da852d3b84e5d811c496fb6e83ce5698 ChangeLog 689 +MD5 eaaa211b8c15dc9d70bdead134acaa0b wmseti-1.0.3.ebuild 597 +MD5 429bfb5066108d69a340a996d88ba659 ChangeLog 789 MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165 MD5 fcab103d1ef88063a3eeced90e54bcaf files/digest-wmseti-1.0.3 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCMEw306ebR+OMO78RAqChAJ9XKnfOJ0f4mza9EIEVxT9592tXHwCcD6wx -Din0O4qpegaGPAQwU3672AM= -=RZA8 ------END PGP SIGNATURE----- diff --git a/x11-plugins/wmseti/wmseti-1.0.3.ebuild b/x11-plugins/wmseti/wmseti-1.0.3.ebuild index 4f65b377dade..6acd5743bbd9 100644 --- a/x11-plugins/wmseti/wmseti-1.0.3.ebuild +++ b/x11-plugins/wmseti/wmseti-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmseti/wmseti-1.0.3.ebuild,v 1.6 2005/03/10 13:31:26 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmseti/wmseti-1.0.3.ebuild,v 1.7 2005/11/11 11:01:00 s4t4n Exp $ IUSE="" @@ -17,5 +17,5 @@ DEPEND="virtual/x11" src_install () { einstall || die "make install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README + dodoc AUTHORS ChangeLog NEWS README } |