summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 14:36:40 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 14:36:40 +0000
commit65d392684cd68f1e5e7c0880fd64633dd3afb0e7 (patch)
tree46b6d0dc59893e00a083ac79e8ba3f87a47dde38 /x11-plugins
parentMake X dep options - bug #109289 (diff)
downloadgentoo-2-65d392684cd68f1e5e7c0880fd64633dd3afb0e7.tar.gz
gentoo-2-65d392684cd68f1e5e7c0880fd64633dd3afb0e7.tar.bz2
gentoo-2-65d392684cd68f1e5e7c0880fd64633dd3afb0e7.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-giFT/ChangeLog8
-rw-r--r--x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild11
-rw-r--r--x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.3.ebuild11
3 files changed, 12 insertions, 18 deletions
diff --git a/x11-plugins/gkrellm-giFT/ChangeLog b/x11-plugins/gkrellm-giFT/ChangeLog
index e1edf5e2e86b..745dac26d157 100644
--- a/x11-plugins/gkrellm-giFT/ChangeLog
+++ b/x11-plugins/gkrellm-giFT/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkrellm-giFT
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-giFT/ChangeLog,v 1.9 2004/10/01 05:10:22 squinky86 Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-giFT/ChangeLog,v 1.10 2005/11/01 14:32:39 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org>
+ gkrellm-giFT-0.2.2.ebuild, gkrellm-giFT-0.2.3.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
01 Oct 2004; Jon Hood <squinky86@gentoo.org> -gkrellm-giFT-0.2.1.ebuild,
gkrellm-giFT-0.2.3.ebuild:
diff --git a/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild
index 485ed6eed9d2..fc3b65d122f0 100644
--- a/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild
+++ b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.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-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild,v 1.6 2004/08/23 03:02:35 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.2.ebuild,v 1.7 2005/11/01 14:32:39 nelchael Exp $
inherit eutils
@@ -26,12 +26,7 @@ src_unpack() {
fi
}
-src_compile() {
- econf || die
- emake || die
-}
-
src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING FAQ README
+ dodoc AUTHORS ChangeLog FAQ README
}
diff --git a/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.3.ebuild b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.3.ebuild
index 8ed71a9b9493..0904998e5a4c 100644
--- a/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.3.ebuild
+++ b/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.3.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-plugins/gkrellm-giFT/gkrellm-giFT-0.2.3.ebuild,v 1.3 2004/10/01 05:10:22 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-giFT/gkrellm-giFT-0.2.3.ebuild,v 1.4 2005/11/01 14:32:39 nelchael Exp $
MY_PN=${PN/FT/ft}
MY_P=${MY_PN}-${PV}
@@ -15,12 +15,7 @@ IUSE=""
DEPEND=">=app-admin/gkrellm-2.1.23
>=net-p2p/gift-0.11.3"
-src_compile() {
- econf || die
- emake || die
-}
-
src_install () {
make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog COPYING FAQ README
+ dodoc AUTHORS ChangeLog FAQ README
}