summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-11-02 01:20:07 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-11-02 01:20:07 +0000
commit00dba882f80923d2bfa44d8cd75e4336f28a8470 (patch)
tree323c28e78442def7bff112c5c16cf59a3c766f5a /x11-misc/bubblemon
parentversion bump (diff)
downloadhistorical-00dba882f80923d2bfa44d8cd75e4336f28a8470.tar.gz
historical-00dba882f80923d2bfa44d8cd75e4336f28a8470.tar.bz2
historical-00dba882f80923d2bfa44d8cd75e4336f28a8470.zip
version bump
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r--x11-misc/bubblemon/ChangeLog7
-rw-r--r--x11-misc/bubblemon/Manifest4
-rw-r--r--x11-misc/bubblemon/bubblemon-1.41.ebuild24
3 files changed, 33 insertions, 2 deletions
diff --git a/x11-misc/bubblemon/ChangeLog b/x11-misc/bubblemon/ChangeLog
index 01c7a890a305..0f748b4a6e91 100644
--- a/x11-misc/bubblemon/ChangeLog
+++ b/x11-misc/bubblemon/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/bubblemon
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.5 2003/08/04 17:13:06 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.6 2003/11/02 01:20:05 pyrania Exp $
+
+*bubblemon-1.41 (02 Nov 2003)
+
+ 02 Nov 2003; Markus Nigbur <pyrania@gentoo.org> bubblemon-1.41.ebuild:
+ Version bump.
04 Aug 2003; Martin Holzer <mholzer@gentoo.org> bubblemon-1.4-r1.ebuild:
Fixing sed state. closes #25300.
diff --git a/x11-misc/bubblemon/Manifest b/x11-misc/bubblemon/Manifest
index b6da79c2f471..8f8fb4dc8cd1 100644
--- a/x11-misc/bubblemon/Manifest
+++ b/x11-misc/bubblemon/Manifest
@@ -1,3 +1,5 @@
-MD5 ae4d103bb451dbc8874737d770a7baa3 ChangeLog 875
+MD5 eb6b5eca73dc6c20a099f7a94f97ccfb bubblemon-1.41.ebuild 753
MD5 eb6b5eca73dc6c20a099f7a94f97ccfb bubblemon-1.4-r1.ebuild 753
+MD5 ae4d103bb451dbc8874737d770a7baa3 ChangeLog 875
+MD5 b50e3e4992fe4bf53cf08bc27e9e6a30 files/digest-bubblemon-1.41 73
MD5 0f82809bdd1bc977dc6e2ffe1d457575 files/digest-bubblemon-1.4-r1 72
diff --git a/x11-misc/bubblemon/bubblemon-1.41.ebuild b/x11-misc/bubblemon/bubblemon-1.41.ebuild
new file mode 100644
index 000000000000..1d11d319dbbe
--- /dev/null
+++ b/x11-misc/bubblemon/bubblemon-1.41.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# 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.1 2003/11/02 01:20:07 pyrania Exp $
+
+DESCRIPTION="A fun monitoring applet for your desktop, complete with swimming duck"
+HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 sparc"
+
+S=${WORKDIR}/${PN}-dockapp-${PV}
+SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${PN}-dockapp-${PV}.tar.gz"
+DEPEND="virtual/glibc =x11-libs/gtk+-1.2*"
+
+src_compile() {
+ sed -i "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile
+ make || die
+}
+
+src_install () {
+ into /usr
+ dobin bubblemon
+ dodoc INSTALL ChangeLog README doc/* misc/*
+}