diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-02-21 22:52:41 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-02-21 22:52:41 +0000 |
commit | 473f0cc281859ab3ad8cdb3072f80d121afd38e3 (patch) | |
tree | fa1e0569911910b050d3eb864856c5ca4b53cc11 /x11-drivers/xf86-input-evtouch | |
parent | add $DOCS variable for src_install phase (diff) | |
download | gentoo-2-473f0cc281859ab3ad8cdb3072f80d121afd38e3.tar.gz gentoo-2-473f0cc281859ab3ad8cdb3072f80d121afd38e3.tar.bz2 gentoo-2-473f0cc281859ab3ad8cdb3072f80d121afd38e3.zip |
changes per Donnie for x-modular.eclass
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-drivers/xf86-input-evtouch')
-rw-r--r-- | x11-drivers/xf86-input-evtouch/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild | 28 |
2 files changed, 12 insertions, 22 deletions
diff --git a/x11-drivers/xf86-input-evtouch/ChangeLog b/x11-drivers/xf86-input-evtouch/ChangeLog index a0f638e89af1..88aaf311beeb 100644 --- a/x11-drivers/xf86-input-evtouch/ChangeLog +++ b/x11-drivers/xf86-input-evtouch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-evtouch # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog,v 1.1 2008/02/21 20:50:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/ChangeLog,v 1.2 2008/02/21 22:52:41 cardoe Exp $ + + 21 Feb 2008; Doug Klima <cardoe@gentoo.org> + xf86-input-evtouch-0.8.7.ebuild: + changes per Donnie for x-modular.eclass *xf86-input-evtouch-0.8.7 (21 Feb 2008) diff --git a/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild b/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild index 5e8858aa659a..aa0a2dba800e 100644 --- a/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild +++ b/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild,v 1.2 2008/02/21 20:52:32 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evtouch/xf86-input-evtouch-0.8.7.ebuild,v 1.3 2008/02/21 22:52:41 cardoe Exp $ + +SNAPSHOT="yes" +XDPVER=-1 inherit x-modular autotools @@ -18,26 +21,9 @@ DEPEND="${RDEPEND} x11-proto/randrproto x11-proto/xproto" -# necessary to prevent x-modular.eclass' version from running -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${PN}-evcalibrate-path.patch - - eautoreconf -} - -src_compile() { - econf --enable-evcalibrate \ - --enable-udevinstall || die "configure failed" - emake || die "emake failed" -} - -src_install() { - x-modular_src_install - dodoc README README.calibration TODO -} +PATCHES="${FILESDIR}/${PN}-evcalibrate-path.patch" +CONFIGURE_OPTIONS="--enable-evcalibrate --enable-udevinstall" +DOCS="README README.calibration TODO" pkg_postinst() { einfo |