From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4EC1F1381F3 for ; Sun, 23 Dec 2012 23:36:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F045321C077; Sun, 23 Dec 2012 23:36:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69C2321C077 for ; Sun, 23 Dec 2012 23:36:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CFCD33D865 for ; Sun, 23 Dec 2012 23:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DAE88E543C for ; Sun, 23 Dec 2012 23:36:41 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1356305614.7f0445d81ed74fa419090eff839de70cc772433e.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/mousetweaks/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/mousetweaks/metadata.xml gnome-extra/mousetweaks/mousetweaks-3.6.0.ebuild X-VCS-Directories: gnome-extra/mousetweaks/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 7f0445d81ed74fa419090eff839de70cc772433e X-VCS-Branch: master Date: Sun, 23 Dec 2012 23:36:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ecf7b6d6-77a9-49ab-9edd-3c8fdcdbb456 X-Archives-Hash: 508a9c86333d3ff8f807b7abb49ff74a commit: 7f0445d81ed74fa419090eff839de70cc772433e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 23 23:32:58 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 23 23:33:34 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7f0445d8 gnome-extra/mousetweaks: moved to gx86, add metadata.xml --- gnome-extra/mousetweaks/metadata.xml | 19 ++++++++++++ gnome-extra/mousetweaks/mousetweaks-3.6.0.ebuild | 35 ---------------------- 2 files changed, 19 insertions(+), 35 deletions(-) diff --git a/gnome-extra/mousetweaks/metadata.xml b/gnome-extra/mousetweaks/metadata.xml new file mode 100644 index 0000000..6080569 --- /dev/null +++ b/gnome-extra/mousetweaks/metadata.xml @@ -0,0 +1,19 @@ + + + + gnome + +Mousetweaks is an Accessibility Software whose developement started as a GSoC +2007 project under Ubuntu. It brings additional fonctionalities to the pointer +that allow a user to: + + * open the contextual menu by clicking and holding the left button; it is + * for example useful for users that can manipulate only one button + * perform the 4 click types (left click, double click, drag click and + * right click) by software; it is for example useful for users that are + * not able to manipulate any button + * to lock the pointer temporarily into an area on the screen; it is + * for example useful for people that have to use their pointing + * hardware not only for the computer + + diff --git a/gnome-extra/mousetweaks/mousetweaks-3.6.0.ebuild b/gnome-extra/mousetweaks/mousetweaks-3.6.0.ebuild deleted file mode 100644 index b868f2b..0000000 --- a/gnome-extra/mousetweaks/mousetweaks-3.6.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/mousetweaks/mousetweaks-3.4.2.ebuild,v 1.1 2012/05/20 00:19:07 tetromino Exp $ - -EAPI="4" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop" -HOMEPAGE="http://live.gnome.org/Mousetweaks/Home" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.25.9:2 - >=x11-libs/gtk+-3:3 - >=gnome-base/gsettings-desktop-schemas-0.1 - - x11-libs/libX11 - x11-libs/libXtst - x11-libs/libXfixes - x11-libs/libXcursor" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - virtual/pkgconfig" - -src_configure() { - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - G2CONF="${G2CONF} --disable-schemas-compile" - gnome2_src_configure -}