diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 11:32:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 11:32:34 +0000 |
commit | 90caace9967bbb6eef547c7018ac6083d0e59ecb (patch) | |
tree | e8ff3b75e2649dac8fbb3b6153cf6a72214d471b /x11-misc/xwrits/xwrits-2.21.ebuild | |
parent | Version bump wrt #329367 by Tim Harder. (diff) | |
download | historical-90caace9967bbb6eef547c7018ac6083d0e59ecb.tar.gz historical-90caace9967bbb6eef547c7018ac6083d0e59ecb.tar.bz2 historical-90caace9967bbb6eef547c7018ac6083d0e59ecb.zip |
Fix repoman issues
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xwrits/xwrits-2.21.ebuild')
-rw-r--r-- | x11-misc/xwrits/xwrits-2.21.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/x11-misc/xwrits/xwrits-2.21.ebuild b/x11-misc/xwrits/xwrits-2.21.ebuild index bac9862bcdb6..56d36c1a2632 100644 --- a/x11-misc/xwrits/xwrits-2.21.ebuild +++ b/x11-misc/xwrits/xwrits-2.21.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.17 2007/08/02 13:44:55 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.21.ebuild,v 1.18 2010/07/22 11:31:15 ssuominen Exp $ -DESCRIPTION="Xwrits reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury." +DESCRIPTION="Reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury." HOMEPAGE="http://www.lcdf.org/xwrits/" SRC_URI="http://www.lcdf.org/${PN}/${P}.tar.gz" @@ -18,12 +18,7 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xineramaproto" -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install () { - make DESTDIR="${D}" install || die "make install failed" +src_install() { + emake DESTDIR="${D}" install || die dodoc GESTURES NEWS README } |