diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 11:31:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-22 11:31:15 +0000 |
commit | 44dbc5c720c0e87834462ef18d53bad33608f08d (patch) | |
tree | 1706af90d4b15dda1658bd2e8e8d5c0c255441af /x11-misc/xwrits | |
parent | Fix repoman issues (diff) | |
download | gentoo-2-44dbc5c720c0e87834462ef18d53bad33608f08d.tar.gz gentoo-2-44dbc5c720c0e87834462ef18d53bad33608f08d.tar.bz2 gentoo-2-44dbc5c720c0e87834462ef18d53bad33608f08d.zip |
Fix repoman issues
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xwrits')
-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 } |