diff options
author | Markus Duft <mduft@gentoo.org> | 2010-11-05 09:40:58 +0000 |
---|---|---|
committer | Markus Duft <mduft@gentoo.org> | 2010-11-05 09:40:58 +0000 |
commit | 4654f2984eec7589021f10b251d5f9e8cabdc65e (patch) | |
tree | 5459c35c31084fa2d88ab6e8c2920b5ed4f3b060 /x11-proto/inputproto | |
parent | Fix support for IPv6 only proxies. (diff) | |
download | historical-4654f2984eec7589021f10b251d5f9e8cabdc65e.tar.gz historical-4654f2984eec7589021f10b251d5f9e8cabdc65e.tar.bz2 historical-4654f2984eec7589021f10b251d5f9e8cabdc65e.zip |
migrate to xorg-2 eclass, raise EAPI accordingly.
Package-Manager: portage-2.2.01.17086-prefix/cvs/Interix x86
Diffstat (limited to 'x11-proto/inputproto')
-rw-r--r-- | x11-proto/inputproto/ChangeLog | 5 | ||||
-rw-r--r-- | x11-proto/inputproto/inputproto-2.0.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog index e4e145b0e38a..2f9f3cf39b40 100644 --- a/x11-proto/inputproto/ChangeLog +++ b/x11-proto/inputproto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-proto/inputproto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.101 2010/09/10 18:11:08 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.102 2010/11/05 09:40:58 mduft Exp $ + + 05 Nov 2010; Markus Duft <mduft@gentoo.org> inputproto-2.0.ebuild: + migrate to xorg-2 eclass, raise EAPI accordingly. 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -inputproto-1.5.1.ebuild: diff --git a/x11-proto/inputproto/inputproto-2.0.ebuild b/x11-proto/inputproto/inputproto-2.0.ebuild index fe04396865a9..039a852735af 100644 --- a/x11-proto/inputproto/inputproto-2.0.ebuild +++ b/x11-proto/inputproto/inputproto-2.0.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.0.ebuild,v 1.11 2010/08/02 18:10:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-2.0.ebuild,v 1.12 2010/11/05 09:40:58 mduft Exp $ -EAPI="2" - -inherit x-modular +EAPI=3 +inherit xorg-2 DESCRIPTION="X.Org Input protocol headers" |