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
commit780d998ea5d4bbb54338d9ef66e8d6fc0dd17db9 (patch)
tree434f284b2d5734ff1556595fda1184ebb8f4702e /x11-misc/bubblemon
parentRequires rake-0.6.2 (diff)
downloadhistorical-780d998ea5d4bbb54338d9ef66e8d6fc0dd17db9.tar.gz
historical-780d998ea5d4bbb54338d9ef66e8d6fc0dd17db9.tar.bz2
historical-780d998ea5d4bbb54338d9ef66e8d6fc0dd17db9.zip
Fixed dodoc not to install COPYING and/or INSTALL.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r--x11-misc/bubblemon/ChangeLog6
-rw-r--r--x11-misc/bubblemon/Manifest18
-rw-r--r--x11-misc/bubblemon/bubblemon-1.41.ebuild7
-rw-r--r--x11-misc/bubblemon/bubblemon-1.46.ebuild7
4 files changed, 17 insertions, 21 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/Manifest b/x11-misc/bubblemon/Manifest
index 6558772af45a..ee80a139ba3b 100644
--- a/x11-misc/bubblemon/Manifest
+++ b/x11-misc/bubblemon/Manifest
@@ -1,16 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 b722ad9a7a389a6052b77188b5a0980c ChangeLog 1799
-MD5 0c227519f4d54750bbdcd1aab35459f2 bubblemon-1.41.ebuild 783
-MD5 02ca957f8c970d5cd91927128ee317df metadata.xml 475
-MD5 fc954c8440299692737d65d62d03ffdf bubblemon-1.46.ebuild 785
+MD5 316edf3765f0f5df232be454dcd6c4ba ChangeLog 1956
+MD5 a3e7ffeb3f33340761924cbfa28455d7 bubblemon-1.41.ebuild 775
+MD5 2bc1c6880a85b6e6b584f4decc0890e2 bubblemon-1.46.ebuild 780
MD5 b50e3e4992fe4bf53cf08bc27e9e6a30 files/digest-bubblemon-1.41 73
MD5 caf424de697851f0f15c23e09c31ba73 files/digest-bubblemon-1.46 73
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCtbzVl5AvwDPiUowRAoPWAKCI/Hs8kFDpPSkBwQVi1oDC0YwZ2QCgz6UK
-cQHvhjVFUjmgnJTEyX0wwBk=
-=Mtzq
------END PGP SIGNATURE-----
+MD5 02ca957f8c970d5cd91927128ee317df metadata.xml 475
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/*
}