diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-14 17:15:04 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-14 17:15:04 +0000 |
commit | 64f6629e87c1b2b172316d299d9797b540cd8681 (patch) | |
tree | a0128f0be5e0d40c9c0427cc29b99fa9c63a1d4a /x11-proto | |
parent | version bump, by Shark in bug #411283 (diff) | |
download | gentoo-2-64f6629e87c1b2b172316d299d9797b540cd8681.tar.gz gentoo-2-64f6629e87c1b2b172316d299d9797b540cd8681.tar.bz2 gentoo-2-64f6629e87c1b2b172316d299d9797b540cd8681.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/xf86dgaproto/ChangeLog | 9 | ||||
-rw-r--r-- | x11-proto/xf86dgaproto/xf86dgaproto-2.1-r1.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-proto/xf86dgaproto/ChangeLog b/x11-proto/xf86dgaproto/ChangeLog index c0e1bbc7e051..aa05d69a20ba 100644 --- a/x11-proto/xf86dgaproto/ChangeLog +++ b/x11-proto/xf86dgaproto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/xf86dgaproto -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.50 2010/09/10 17:30:02 scarabeus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xf86dgaproto/ChangeLog,v 1.51 2012/04/14 17:15:04 mgorny Exp $ + +*xf86dgaproto-2.1-r1 (14 Apr 2012) + + 14 Apr 2012; Michał Górny <mgorny@gentoo.org> +xf86dgaproto-2.1-r1.ebuild: + Update to use xorg-2 eclass. 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86dgaproto-2.0.3.ebuild: diff --git a/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r1.ebuild b/x11-proto/xf86dgaproto/xf86dgaproto-2.1-r1.ebuild new file mode 100644 index 000000000000..b694aa18deac --- /dev/null +++ b/x11-proto/xf86dgaproto/xf86dgaproto-2.1-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/xf86dgaproto/xf86dgaproto-2.1-r1.ebuild,v 1.1 2012/04/14 17:15:04 mgorny Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org XF86DGA 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="!<x11-libs/libXxf86dga-1.0.99.1" +DEPEND="${RDEPEND}" |