diff options
author | Remi Cardona <remi@gentoo.org> | 2009-09-19 17:09:50 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-09-19 17:09:50 +0000 |
commit | a7dcecfe34b4b10dfb5b23c86525101f32e2eaa4 (patch) | |
tree | 484c834da79e7aa8d1bd7575cf03ae92f8f69c6b /x11-proto/evieext/evieext-1.1.0.ebuild | |
parent | Don't install stray file, bug #285527. Fix by Dirkjan Ochtman <djc@gentoo.org> (diff) | |
download | historical-a7dcecfe34b4b10dfb5b23c86525101f32e2eaa4.tar.gz historical-a7dcecfe34b4b10dfb5b23c86525101f32e2eaa4.tar.bz2 historical-a7dcecfe34b4b10dfb5b23c86525101f32e2eaa4.zip |
x11-proto/evieext: bump to 1.1.0
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'x11-proto/evieext/evieext-1.1.0.ebuild')
-rw-r--r-- | x11-proto/evieext/evieext-1.1.0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-proto/evieext/evieext-1.1.0.ebuild b/x11-proto/evieext/evieext-1.1.0.ebuild new file mode 100644 index 000000000000..d4307eac006e --- /dev/null +++ b/x11-proto/evieext/evieext-1.1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/evieext/evieext-1.1.0.ebuild,v 1.1 2009/09/19 17:09:50 remi Exp $ + +inherit x-modular + +DESCRIPTION="X.Org EvIE protocol headers" +EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/proto/evieproto" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |