diff options
-rw-r--r-- | x11-proto/resourceproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/resourceproto/resourceproto-1.1.0.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/x11-proto/resourceproto/ChangeLog b/x11-proto/resourceproto/ChangeLog index d036fb75acf3..ec2e0d7a6309 100644 --- a/x11-proto/resourceproto/ChangeLog +++ b/x11-proto/resourceproto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/resourceproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/resourceproto/ChangeLog,v 1.26 2009/05/05 15:22:57 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/resourceproto/ChangeLog,v 1.27 2009/09/19 09:08:07 remi Exp $ + +*resourceproto-1.1.0 (19 Sep 2009) + + 19 Sep 2009; Rémi Cardona <remi@gentoo.org> +resourceproto-1.1.0.ebuild: + bump to 1.1.0 05 May 2009; Christian Faulhammer <fauli@gentoo.org> resourceproto-1.0.2.ebuild: diff --git a/x11-proto/resourceproto/resourceproto-1.1.0.ebuild b/x11-proto/resourceproto/resourceproto-1.1.0.ebuild new file mode 100644 index 000000000000..dd3df235517a --- /dev/null +++ b/x11-proto/resourceproto/resourceproto-1.1.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/resourceproto/resourceproto-1.1.0.ebuild,v 1.1 2009/09/19 09:08:07 remi Exp $ + +inherit x-modular + +DESCRIPTION="X.Org Resource protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |