diff options
author | 2009-12-27 21:26:57 +0100 | |
---|---|---|
committer | 2009-12-27 21:26:57 +0100 | |
commit | 23186dd3ab95363ffd54d8c2740e411efcc9bf23 (patch) | |
tree | be6cccaf69ebd62721551efe4b007cf1f783aca1 /x11-drivers/xf86-input-wacom | |
parent | Migrate to x-modular-r2 and eapi2. Pass1, require testing. (diff) | |
download | x11-23186dd3ab95363ffd54d8c2740e411efcc9bf23.tar.gz x11-23186dd3ab95363ffd54d8c2740e411efcc9bf23.tar.bz2 x11-23186dd3ab95363ffd54d8c2740e411efcc9bf23.zip |
x-modular-r2 pass 2: rename all functions to be proper.
Diffstat (limited to 'x11-drivers/xf86-input-wacom')
-rw-r--r-- | x11-drivers/xf86-input-wacom/Manifest | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-wacom/Manifest b/x11-drivers/xf86-input-wacom/Manifest index d525d021..00bccb20 100644 --- a/x11-drivers/xf86-input-wacom/Manifest +++ b/x11-drivers/xf86-input-wacom/Manifest @@ -1 +1 @@ -EBUILD xf86-input-wacom-9999.ebuild 1269 RMD160 02c79b24e197fb1074defe16f34fe7121e5eb49a SHA1 6c42157befbd4846c456a101dbdbc9b61afeff23 SHA256 6162cd7204f0f952811f09717ce4578cd6bae354991cc3103d3670626e7fda0d +EBUILD xf86-input-wacom-9999.ebuild 1275 RMD160 7962c5eb42f6f462255948486588038d3ad66e96 SHA1 ae229293b115d9e2606b6891fe9338e2303fb2b6 SHA256 96f797687afc8d4a45e4874951448eaa85e344eee059931376adf8fbb0c07650 diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild index 03c7c342..09b91053 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild @@ -27,7 +27,7 @@ pkg_setup() { } src_install() { - x-modular_src_install + x-modular-r2_src_install if use hal; then insinto /usr/share/hal/fdi/policy/10osvendor @@ -36,7 +36,7 @@ src_install() { } pkg_postinst() { - x-modular_pkg_postinst + x-modular-r2_pkg_postinst if ! linux_chkconfig_present TABLET_USB_WACOM \ || ! linux_chkconfig_present INPUT_EVDEV; then |