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/bubblemon-1.4-r1.ebuild | |
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/bubblemon-1.4-r1.ebuild')
-rw-r--r-- | x11-misc/bubblemon/bubblemon-1.4-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
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/* |