diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:26:40 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:26:40 +0000 |
commit | 52168e9b89da3769cf8652b04bfeeb4571694d46 (patch) | |
tree | 1ea22490a4fdd854eee27b693b5642bdb3d94355 /x11-misc | |
parent | Removed old versions. (diff) | |
download | historical-52168e9b89da3769cf8652b04bfeeb4571694d46.tar.gz historical-52168e9b89da3769cf8652b04bfeeb4571694d46.tar.bz2 historical-52168e9b89da3769cf8652b04bfeeb4571694d46.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/gxmessage/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/gxmessage/files/digest-gxmessage-2.0.11 | 1 | ||||
-rw-r--r-- | x11-misc/gxmessage/gxmessage-2.0.11.ebuild | 33 | ||||
-rw-r--r-- | x11-misc/gxmessage/gxmessage-2.4.4.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/mixer_app/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.7.0.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/mixer_app/mixer_app-1.8.0.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/numlockx/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/numlockx/numlockx-1.0.ebuild | 5 |
9 files changed, 25 insertions, 49 deletions
diff --git a/x11-misc/gxmessage/ChangeLog b/x11-misc/gxmessage/ChangeLog index 3cb451c2619c..9ec737d889be 100644 --- a/x11-misc/gxmessage/ChangeLog +++ b/x11-misc/gxmessage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/gxmessage # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.10 2005/08/13 23:41:56 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/ChangeLog,v 1.11 2005/11/01 13:26:40 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> + -gxmessage-2.0.11.ebuild, gxmessage-2.4.4.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> gxmessage-2.4.4.ebuild: diff --git a/x11-misc/gxmessage/files/digest-gxmessage-2.0.11 b/x11-misc/gxmessage/files/digest-gxmessage-2.0.11 deleted file mode 100644 index 6aef8a6bd87d..000000000000 --- a/x11-misc/gxmessage/files/digest-gxmessage-2.0.11 +++ /dev/null @@ -1 +0,0 @@ -MD5 7f666b320cb28f35b5deee6e6c4b1fe9 gxmessage-2.0.11.tar.gz 86436 diff --git a/x11-misc/gxmessage/gxmessage-2.0.11.ebuild b/x11-misc/gxmessage/gxmessage-2.0.11.ebuild deleted file mode 100644 index 3595cac320db..000000000000 --- a/x11-misc/gxmessage/gxmessage-2.0.11.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.0.11.ebuild,v 1.6 2005/07/16 17:40:29 smithj Exp $ - -IUSE="" - -DESCRIPTION="A GTK2 based xmessage clone" -HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage" -SRC_URI="http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" - -DEPEND=">=x11-libs/gtk+-2.2" -RDEPEND="virtual/x11" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - dodoc AUTHORS ABOUT-NLS COPYING ChangeLog README INSTALL - - docinto examples - dodoc examples/gxaddress examples/gxdialup examples/gxdict examples/gxman \ - examples/gxview -} - -pkg_postinst() { - echo - einfo "A few example usage scripts have been installed into" - einfo "/usr/share/doc/${PF}/examples." - echo -} diff --git a/x11-misc/gxmessage/gxmessage-2.4.4.ebuild b/x11-misc/gxmessage/gxmessage-2.4.4.ebuild index 5e1f271d367a..3968563863ba 100644 --- a/x11-misc/gxmessage/gxmessage-2.4.4.ebuild +++ b/x11-misc/gxmessage/gxmessage-2.4.4.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-misc/gxmessage/gxmessage-2.4.4.ebuild,v 1.6 2005/08/13 23:41:56 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gxmessage/gxmessage-2.4.4.ebuild,v 1.7 2005/11/01 13:26:40 nelchael Exp $ DESCRIPTION="A GTK2 based xmessage clone" HOMEPAGE="http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage" @@ -18,7 +18,7 @@ IUSE="" src_install() { make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ABOUT-NLS COPYING ChangeLog README INSTALL + dodoc AUTHORS ABOUT-NLS ChangeLog README docinto examples dodoc examples/gxaddress examples/gxdialup examples/gxdict examples/gxman \ diff --git a/x11-misc/mixer_app/ChangeLog b/x11-misc/mixer_app/ChangeLog index 3a8f12ffc91a..473c8ef745a8 100644 --- a/x11-misc/mixer_app/ChangeLog +++ b/x11-misc/mixer_app/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/mixer_app -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.15 2004/09/02 22:49:41 pvdabeel Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/ChangeLog,v 1.16 2005/11/01 13:22:55 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> mixer_app-1.7.0.ebuild, + mixer_app-1.8.0.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. 03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> mixer_app-1.8.0.ebuild: diff --git a/x11-misc/mixer_app/mixer_app-1.7.0.ebuild b/x11-misc/mixer_app/mixer_app-1.7.0.ebuild index e82fc9f07f89..c168e91751d1 100644 --- a/x11-misc/mixer_app/mixer_app-1.7.0.ebuild +++ b/x11-misc/mixer_app/mixer_app-1.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.7.0.ebuild,v 1.10 2004/06/28 20:05:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.7.0.ebuild,v 1.11 2005/11/01 13:22:55 nelchael Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" @@ -27,6 +27,6 @@ src_install () { #make DESTDIR=${D} install || die dobin Mixer.app - dodoc COPYING README ChangeLog + dodoc README ChangeLog } diff --git a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild index e57464d5ceab..1c938a04f1ac 100644 --- a/x11-misc/mixer_app/mixer_app-1.8.0.ebuild +++ b/x11-misc/mixer_app/mixer_app-1.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.8 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/mixer_app/mixer_app-1.8.0.ebuild,v 1.9 2005/11/01 13:22:55 nelchael Exp $ #need to do some name mangling #so that ebuild name adheres to "standart" @@ -25,5 +25,5 @@ src_compile() { src_install() { #make DESTDIR=${D} install || die dobin Mixer.app - dodoc COPYING README ChangeLog + dodoc README ChangeLog } diff --git a/x11-misc/numlockx/ChangeLog b/x11-misc/numlockx/ChangeLog index c4d2cc5732bb..e536d7826d0e 100644 --- a/x11-misc/numlockx/ChangeLog +++ b/x11-misc/numlockx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/numlockx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.15 2005/10/02 11:41:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.16 2005/11/01 13:20:40 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> numlockx-1.0.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. 02 Oct 2005; Aron Griffis <agriffis@gentoo.org> numlockx-1.0.ebuild: Mark 1.0 stable on alpha diff --git a/x11-misc/numlockx/numlockx-1.0.ebuild b/x11-misc/numlockx/numlockx-1.0.ebuild index 4c5acb80d5bf..aefa7882af7c 100644 --- a/x11-misc/numlockx/numlockx-1.0.ebuild +++ b/x11-misc/numlockx/numlockx-1.0.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-misc/numlockx/numlockx-1.0.ebuild,v 1.20 2005/10/02 11:41:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.21 2005/11/01 13:20:40 nelchael Exp $ DESCRIPTION="Turns on numlock in X" HOMEPAGE="http://ktown.kde.org/~seli/numlockx/" @@ -15,8 +15,7 @@ DEPEND="virtual/x11" src_install(){ dobin numlockx - - dodoc AUTHORS INSTALL LICENSE README + dodoc AUTHORS LICENSE README } pkg_postinst(){ |