diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-14 17:25:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-14 17:25:12 +0000 |
commit | 2d95234f5a51b692743870d33a3b6b555cfa6c92 (patch) | |
tree | aff617e26a1338e087ed96dba97057cf50d34ecf /x11-proto | |
parent | Add ~amd64-linux keyword. (diff) | |
download | gentoo-2-2d95234f5a51b692743870d33a3b6b555cfa6c92.tar.gz gentoo-2-2d95234f5a51b692743870d33a3b6b555cfa6c92.tar.bz2 gentoo-2-2d95234f5a51b692743870d33a3b6b555cfa6c92.zip |
Update to use xorg-2 eclass.
(Portage version: 2.2.0_alpha100_p3/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xf86rushproto/ChangeLog | 10 | ||||
-rw-r--r-- | x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild | 14 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-proto/xf86rushproto/ChangeLog b/x11-proto/xf86rushproto/ChangeLog index f55d746bf427..42a7de9584b9 100644 --- a/x11-proto/xf86rushproto/ChangeLog +++ b/x11-proto/xf86rushproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/xf86rushproto -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86rushproto/ChangeLog,v 1.29 2011/02/06 10:46:56 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86rushproto/ChangeLog,v 1.30 2012/04/14 17:25:12 mgorny Exp $ + +*xf86rushproto-1.1.2-r1 (14 Apr 2012) + + 14 Apr 2012; Michał Górny <mgorny@gentoo.org> + +xf86rushproto-1.1.2-r1.ebuild: + Update to use xorg-2 eclass. 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> xf86rushproto-1.1.2.ebuild: Drop to ~mips diff --git a/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild b/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild new file mode 100644 index 000000000000..053a8fd3362e --- /dev/null +++ b/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86rushproto/xf86rushproto-1.1.2-r1.ebuild,v 1.1 2012/04/14 17:25:12 mgorny Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org XF86Rush protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |