summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 14:21:42 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 14:21:42 +0000
commitd8f9ec78e6134393f3bcc1a135e28dfbdef8da92 (patch)
tree6a567c6ade223db95cea6daead361852661b39f0 /x11-misc/bubblemon
parentVersion bump (diff)
downloadgentoo-2-d8f9ec78e6134393f3bcc1a135e28dfbdef8da92.tar.gz
gentoo-2-d8f9ec78e6134393f3bcc1a135e28dfbdef8da92.tar.bz2
gentoo-2-d8f9ec78e6134393f3bcc1a135e28dfbdef8da92.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r--x11-misc/bubblemon/ChangeLog6
-rw-r--r--x11-misc/bubblemon/bubblemon-1.41.ebuild7
-rw-r--r--x11-misc/bubblemon/bubblemon-1.46.ebuild7
3 files changed, 13 insertions, 7 deletions
diff --git a/x11-misc/bubblemon/ChangeLog b/x11-misc/bubblemon/ChangeLog
index bc12f8222fc3..732f22ec7944 100644
--- a/x11-misc/bubblemon/ChangeLog
+++ b/x11-misc/bubblemon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/bubblemon
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.14 2005/06/19 18:42:01 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.15 2005/11/01 14:21:41 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> bubblemon-1.41.ebuild,
+ bubblemon-1.46.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
*bubblemon-1.46 (19 Jun 2005)
diff --git a/x11-misc/bubblemon/bubblemon-1.41.ebuild b/x11-misc/bubblemon/bubblemon-1.41.ebuild
index 105f617e3f84..a43726c23b72 100644
--- a/x11-misc/bubblemon/bubblemon-1.41.ebuild
+++ b/x11-misc/bubblemon/bubblemon-1.41.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/bubblemon/bubblemon-1.41.ebuild,v 1.8 2005/03/19 15:23:58 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.41.ebuild,v 1.9 2005/11/01 14:21:42 nelchael Exp $
DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck"
HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
@@ -10,7 +10,8 @@ KEYWORDS="x86 sparc alpha ppc amd64"
IUSE=""
S=${WORKDIR}/${PN}-dockapp-${PV}
SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz"
-DEPEND="virtual/libc =x11-libs/gtk+-1.2*
+DEPEND="virtual/libc
+ =x11-libs/gtk+-1.2*
>=sys-apps/sed-4"
src_compile() {
@@ -21,5 +22,5 @@ src_compile() {
src_install () {
into /usr
dobin bubblemon
- dodoc INSTALL ChangeLog README doc/* misc/*
+ dodoc ChangeLog README doc/* misc/*
}
diff --git a/x11-misc/bubblemon/bubblemon-1.46.ebuild b/x11-misc/bubblemon/bubblemon-1.46.ebuild
index 3f1c9b0727c7..c0c4570ef0fd 100644
--- a/x11-misc/bubblemon/bubblemon-1.46.ebuild
+++ b/x11-misc/bubblemon/bubblemon-1.46.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/bubblemon/bubblemon-1.46.ebuild,v 1.1 2005/06/19 18:42:01 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.46.ebuild,v 1.2 2005/11/01 14:21:42 nelchael Exp $
DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck"
HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
@@ -10,7 +10,8 @@ KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64"
IUSE=""
S=${WORKDIR}/${PN}-dockapp-${PV}
SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz"
-DEPEND="virtual/libc =x11-libs/gtk+-1.2*
+DEPEND="virtual/libc
+ =x11-libs/gtk+-1.2*
>=sys-apps/sed-4"
src_compile() {
@@ -21,5 +22,5 @@ src_compile() {
src_install () {
into /usr
dobin bubblemon
- dodoc INSTALL ChangeLog README doc/* misc/*
+ dodoc ChangeLog README doc/* misc/*
}