diff options
-rw-r--r-- | x11-proto/randrproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/randrproto/randrproto-1.3.0.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-proto/randrproto/ChangeLog b/x11-proto/randrproto/ChangeLog index 97c02cd098b9..49b45f1ca6ee 100644 --- a/x11-proto/randrproto/ChangeLog +++ b/x11-proto/randrproto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/randrproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.53 2009/04/16 02:32:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.54 2009/04/29 09:59:12 remi Exp $ + +*randrproto-1.3.0 (29 Apr 2009) + + 29 Apr 2009; Rémi Cardona <remi@gentoo.org> +randrproto-1.3.0.ebuild: + import 1.3.0 from the x11 overlay 16 Apr 2009; Jeroen Roovers <jer@gentoo.org> randrproto-1.2.2.ebuild: Stable for HPPA (bug #251832). diff --git a/x11-proto/randrproto/randrproto-1.3.0.ebuild b/x11-proto/randrproto/randrproto-1.3.0.ebuild new file mode 100644 index 000000000000..219bd8b6c243 --- /dev/null +++ b/x11-proto/randrproto/randrproto-1.3.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.3.0.ebuild,v 1.1 2009/04/29 09:59:12 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Randr protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |