diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 10:28:07 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 10:28:07 +0000 |
commit | f154b7f99cfb255c008cff6e069f56606590c188 (patch) | |
tree | 4b6cf7c1ea8ce247d8425270e9c022bc42fec111 /x11-plugins/wmdf | |
parent | Fixed dodoc not to install COPYING and/or INSTALL. (diff) | |
download | gentoo-2-f154b7f99cfb255c008cff6e069f56606590c188.tar.gz gentoo-2-f154b7f99cfb255c008cff6e069f56606590c188.tar.bz2 gentoo-2-f154b7f99cfb255c008cff6e069f56606590c188.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-plugins/wmdf')
-rw-r--r-- | x11-plugins/wmdf/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmdf/files/digest-wmdf-0.1.6 | 1 | ||||
-rw-r--r-- | x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmdf/wmdf-0.1.6.ebuild | 25 |
4 files changed, 7 insertions, 29 deletions
diff --git a/x11-plugins/wmdf/ChangeLog b/x11-plugins/wmdf/ChangeLog index 828eeb5544d2..6dbcb8363cb1 100644 --- a/x11-plugins/wmdf/ChangeLog +++ b/x11-plugins/wmdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmdf # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/ChangeLog,v 1.7 2005/07/06 08:21:57 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/ChangeLog,v 1.8 2005/11/01 10:26:27 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> -wmdf-0.1.6.ebuild, + wmdf-0.1.6-r1.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. *wmdf-0.1.6-r1 (06 Jul 2005) diff --git a/x11-plugins/wmdf/files/digest-wmdf-0.1.6 b/x11-plugins/wmdf/files/digest-wmdf-0.1.6 deleted file mode 100644 index 66ab718a895f..000000000000 --- a/x11-plugins/wmdf/files/digest-wmdf-0.1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 159bf4bbf90eaffcf8db53d7e1e57a35 wmdf-0.1.6.tar.gz 119388 diff --git a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild b/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild index 281ca4f0c29a..865ae5a7d47f 100644 --- a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild +++ b/x11-plugins/wmdf/wmdf-0.1.6-r1.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/wmdf/wmdf-0.1.6-r1.ebuild,v 1.1 2005/07/06 08:21:57 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild,v 1.2 2005/11/01 10:26:27 nelchael Exp $ inherit eutils @@ -34,5 +34,5 @@ src_compile() { src_install() { einstall || die "Install failed" - dodoc README AUTHORS COPYING ChangeLog NEWS THANKS TODO INSTALL + dodoc README AUTHORS ChangeLog NEWS THANKS TODO } diff --git a/x11-plugins/wmdf/wmdf-0.1.6.ebuild b/x11-plugins/wmdf/wmdf-0.1.6.ebuild deleted file mode 100644 index 6d2a278979b2..000000000000 --- a/x11-plugins/wmdf/wmdf-0.1.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6.ebuild,v 1.6 2004/11/24 05:26:53 weeve Exp $ - -IUSE="" - -DESCRIPTION="An app to monitor disk space on partitions" -SRC_URI="http://dockapps.org/download.php/id/359/${P}.tar.gz" -HOMEPAGE="http://dockapps.org/file.php/id/175" - -DEPEND="virtual/x11" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc ppc64 ~sparc" - -src_compile() { - econf || die "Configure failed" - emake || die "Make failed" -} - -src_install() { - einstall || die "Install failed" - dodoc README AUTHORS COPYING ChangeLog NEWS THANKS TODO INSTALL -} |