diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-08-04 17:13:19 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-08-04 17:13:19 +0000 |
commit | 7b332daa41d1d16cf5ac9ec73a6d1b0da7ddf53c (patch) | |
tree | 96ecc023492c5ba55f3d8d8d03d62b6593c9dafa /x11-misc/bubblemon | |
parent | No functional change (diff) | |
download | historical-7b332daa41d1d16cf5ac9ec73a6d1b0da7ddf53c.tar.gz historical-7b332daa41d1d16cf5ac9ec73a6d1b0da7ddf53c.tar.bz2 historical-7b332daa41d1d16cf5ac9ec73a6d1b0da7ddf53c.zip |
Fixing sed state. closes #25300.
Diffstat (limited to 'x11-misc/bubblemon')
-rw-r--r-- | x11-misc/bubblemon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/bubblemon/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/bubblemon/bubblemon-1.4-r1.ebuild | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/x11-misc/bubblemon/ChangeLog b/x11-misc/bubblemon/ChangeLog index 45d0e80390b9..01c7a890a305 100644 --- a/x11-misc/bubblemon/ChangeLog +++ b/x11-misc/bubblemon/ChangeLog @@ -1,6 +1,9 @@ # 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.4 2003/02/12 09:27:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.5 2003/08/04 17:13:06 mholzer Exp $ + + 04 Aug 2003; Martin Holzer <mholzer@gentoo.org> bubblemon-1.4-r1.ebuild: + Fixing sed state. closes #25300. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-misc/bubblemon/Manifest b/x11-misc/bubblemon/Manifest index 35441ffdcbdd..b6da79c2f471 100644 --- a/x11-misc/bubblemon/Manifest +++ b/x11-misc/bubblemon/Manifest @@ -1,3 +1,3 @@ -MD5 da1af37164b194b7ba6bf06fd892752e ChangeLog 763 -MD5 fcea4d8b323a0fed717d3668c4d4bc8f bubblemon-1.4-r1.ebuild 772 +MD5 ae4d103bb451dbc8874737d770a7baa3 ChangeLog 875 +MD5 eb6b5eca73dc6c20a099f7a94f97ccfb bubblemon-1.4-r1.ebuild 753 MD5 0f82809bdd1bc977dc6e2ffe1d457575 files/digest-bubblemon-1.4-r1 72 diff --git a/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild b/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild index ff8a1943d501..398532b97e60 100644 --- a/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild +++ b/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild @@ -1,25 +1,23 @@ # 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.4-r1.ebuild,v 1.11 2003/02/13 17:10:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/bubblemon-1.4-r1.ebuild,v 1.12 2003/08/04 17:13:06 mholzer 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 " +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 -e "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile | cat > Makefile + sed -i "s/CFLAGS = -O3/CFLAGS = ${CFLAGS}/" Makefile make || die } src_install () { - into /usr dobin bubblemon dodoc INSTALL ChangeLog README doc/* misc/* |