diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-10 08:01:04 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-10 08:01:04 +0000 |
commit | 98cc7eb5a163af62d722720c69b7c1624d56dfc3 (patch) | |
tree | 61b23b589f23c502ab43ca2dc511bcd4992fca7a /x11-misc | |
parent | whitespace (diff) | |
download | gentoo-2-98cc7eb5a163af62d722720c69b7c1624d56dfc3.tar.gz gentoo-2-98cc7eb5a163af62d722720c69b7c1624d56dfc3.tar.bz2 gentoo-2-98cc7eb5a163af62d722720c69b7c1624d56dfc3.zip |
Bump and take over for x11 herd, since it's now become a modular xorg package.
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xinput/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xinput/files/digest-xinput-1.3.0 | 3 | ||||
-rw-r--r-- | x11-misc/xinput/metadata.xml | 2 | ||||
-rw-r--r-- | x11-misc/xinput/xinput-1.3.0.ebuild | 17 |
4 files changed, 29 insertions, 3 deletions
diff --git a/x11-misc/xinput/ChangeLog b/x11-misc/xinput/ChangeLog index a8888adeb078..ab0319875681 100644 --- a/x11-misc/xinput/ChangeLog +++ b/x11-misc/xinput/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xinput -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.10 2007/08/30 13:32:51 phreak Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/ChangeLog,v 1.11 2008/01/10 08:01:04 dberkholz Exp $ + +*xinput-1.3.0 (10 Jan 2008) + + 10 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml, + +xinput-1.3.0.ebuild: + Bump and take over for x11 herd, since it's now become a modular xorg package. 30 Aug 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Removing mattam from metadata due to his retirement (see #30021 for reference). diff --git a/x11-misc/xinput/files/digest-xinput-1.3.0 b/x11-misc/xinput/files/digest-xinput-1.3.0 new file mode 100644 index 000000000000..5c771342a078 --- /dev/null +++ b/x11-misc/xinput/files/digest-xinput-1.3.0 @@ -0,0 +1,3 @@ +MD5 977d657e8d7b59f7d82c98ebef444b28 xinput-1.3.0.tar.bz2 94468 +RMD160 38ff359a7ce4f86251c1353d86700a3fc49600b5 xinput-1.3.0.tar.bz2 94468 +SHA256 330c3e5188abf256131c162c456060804f369349e9a0e7aa3efbc54add802e45 xinput-1.3.0.tar.bz2 94468 diff --git a/x11-misc/xinput/metadata.xml b/x11-misc/xinput/metadata.xml index 731225048652..6cc3982431f8 100644 --- a/x11-misc/xinput/metadata.xml +++ b/x11-misc/xinput/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>desktop-misc</herd> + <herd>x11</herd> </pkgmetadata> diff --git a/x11-misc/xinput/xinput-1.3.0.ebuild b/x11-misc/xinput/xinput-1.3.0.ebuild new file mode 100644 index 000000000000..3e4c0eb8a494 --- /dev/null +++ b/x11-misc/xinput/xinput-1.3.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xinput/xinput-1.3.0.ebuild,v 1.1 2008/01/10 08:01:04 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Utility to set XInput device parameters" +SRC_URI="http://xorg.freedesktop.org/archive/individual/app/${P}.tar.bz2" +LICENSE="as-is" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" +RDEPEND="x11-libs/libXi" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-1.4" |