diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-09-03 11:33:09 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-09-03 11:33:09 +0000 |
commit | fd51e39c14ee9b5ade5d4a8f1b58c37e43a0d900 (patch) | |
tree | f58b8597bba24baaada6043d365b9a5ba582ccab /x11-wm | |
parent | new command line based video conference (diff) | |
download | historical-fd51e39c14ee9b5ade5d4a8f1b58c37e43a0d900.tar.gz historical-fd51e39c14ee9b5ade5d4a8f1b58c37e43a0d900.tar.bz2 historical-fd51e39c14ee9b5ade5d4a8f1b58c37e43a0d900.zip |
removing some stubs
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/fvwm/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.7-r2.ebuild | 7 |
3 files changed, 16 insertions, 4 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog index b6a6f51b62f0..7ae104b58165 100644 --- a/x11-wm/fvwm/ChangeLog +++ b/x11-wm/fvwm/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-wm/fvwm # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.28 2003/09/02 10:57:39 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.29 2003/09/03 11:33:04 taviso Exp $ + + 03 Sep 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.7-r2.ebuild: + fvwm-convert-2.6 is a script to updated .fvwm2rc files, but is currently + just a stub, as the format has not yet been finalised. This update + removes the script and manpage. + fvwm-convert-2.2 was used to update from the old 1.x format, it is no longer + distributed, but still has a manpage, ive removed it. 02 Sep 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.7-r2.ebuild: Packaged FvwmTabs into a tarball with version information, as FvwmTabs author diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index b7a6c87e53a1..aca59d309bb9 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -1,9 +1,9 @@ -MD5 be24a044f85aa5e317d7a25d9538f95a fvwm-2.5.7-r2.ebuild 8441 +MD5 76a2fa7cfd53dd787699b103ce6fb064 fvwm-2.5.7-r2.ebuild 8723 MD5 c2eeb0a9ce5240f426cdfa121e0fe84f fvwm-2.4.16-r1.ebuild 4020 MD5 b44ca250c8b822f0bfeb5f11d7824f78 fvwm-2.5.7-r1.ebuild 7876 MD5 7e8dad745798db4e98817ffb0925bf4a fvwm-2.5.7.ebuild 5591 MD5 9b68cbbbdaba95b23665ea98c695e57d fvwm-2.4.16.ebuild 1334 -MD5 1998ed2aac50d993696d478d4d019d4c ChangeLog 5518 +MD5 d55f4969070bc30485dfd6a1db79cccf ChangeLog 5904 MD5 beaa1ad08ff661a32c25d1a51c879a8d metadata.xml 450 MD5 ccd8378d86941cb17669e64ca88949c1 fvwm-2.4.8.ebuild 1146 MD5 40725b9b9496d374f5f1a763618781ea files/digest-fvwm-2.4.16 65 diff --git a/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild b/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild index 41996a3846b3..ea1ab29566bf 100644 --- a/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild,v 1.7 2003/09/02 10:57:39 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7-r2.ebuild,v 1.8 2003/09/03 11:33:04 taviso Exp $ inherit gnuconfig @@ -240,6 +240,11 @@ src_install() { # Remove useless script if perllib isnt required. rm -rf ${D}/usr/bin/fvwm-perllib ${D}/usr/share/man/man1/fvwm-perllib.1 fi + + # fvwm-convert-2.6 is just a stub, contains no code - remove it for now. + # fvwm-convert-2.2 has a man page, but the script is no longer distributed. + rm -f ${D}/usr/bin/fvwm-convert-2.6 ${D}/usr/share/man/man1/fvwm-convert-2.6.1 + rm -f ${D}/usr/share/man/man1/fvwm-convert-2.2.1 # ive included `exec` to save a few bytes of memory. echo "#!/bin/bash" > fvwm2 |