diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-01-21 20:08:37 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-01-21 20:08:37 +0000 |
commit | c32efe65f503710626c22cf9cff12d53f2892c15 (patch) | |
tree | ddae29f3f78169f203f29c07d45e3847ca73aad1 /x11-plugins/wmcalc | |
parent | Made init script less verbose (diff) | |
download | gentoo-2-c32efe65f503710626c22cf9cff12d53f2892c15.tar.gz gentoo-2-c32efe65f503710626c22cf9cff12d53f2892c15.tar.bz2 gentoo-2-c32efe65f503710626c22cf9cff12d53f2892c15.zip |
Fixing some seriously sloppy behavior in the ebuild, see bug 38885.
Diffstat (limited to 'x11-plugins/wmcalc')
-rw-r--r-- | x11-plugins/wmcalc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmcalc/wmcalc-0.3.ebuild | 13 |
2 files changed, 11 insertions, 9 deletions
diff --git a/x11-plugins/wmcalc/ChangeLog b/x11-plugins/wmcalc/ChangeLog index d12e006240ac..9d5d3dd4b52f 100644 --- a/x11-plugins/wmcalc/ChangeLog +++ b/x11-plugins/wmcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcalc -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v 1.2 2003/02/12 09:39:45 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v 1.3 2004/01/21 20:08:37 tseng Exp $ + + 21 Jan 2004; Brandon Hale <tseng@gentoo.org> wmcalc-0.3.ebuild: + Fixing some seriously sloppy behavior in the ebuild, see bug 38885. *wmcalc-0.3 (24 Oct 2002) diff --git a/x11-plugins/wmcalc/wmcalc-0.3.ebuild b/x11-plugins/wmcalc/wmcalc-0.3.ebuild index 768d385f6596..26094e2a1a92 100644 --- a/x11-plugins/wmcalc/wmcalc-0.3.ebuild +++ b/x11-plugins/wmcalc/wmcalc-0.3.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.3.ebuild,v 1.6 2004/01/04 18:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.3.ebuild,v 1.7 2004/01/21 20:08:37 tseng Exp $ DESCRIPTION="A WindowMaker DockApp calculator" -#The homepage is not working, but it is what the source lists -HOMEPAGE="http://members.access1.net/ehflora/" +HOMEPAGE="http://members.cox.net/ehf_dockapps/wmcalc/whatis.html" SRC_URI="mirror://debian/pool/main/w/wmcalc/${PN}_${PV}.orig.tar.gz" SLOT="0" LICENSE="GPL-2" @@ -17,7 +16,7 @@ IUSE="" src_unpack() { unpack ${A} ; cd ${S} - epatch${FILESDIR}/${P}-gentoo.diff + epatch ${FILESDIR}/${P}-gentoo.diff } src_compile() { @@ -32,8 +31,8 @@ src_install () { newman ${FILESDIR}/wmcalc.man wmcalc.1 insinto /etc - newins wmcalc.conf + newins .wmcalc wmcalc.conf insinto /etc/skel - newins .wmcalc + doins .wmcalc } |