diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-12-10 19:07:53 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-12-10 19:07:53 +0000 |
commit | 0f1de835059e1fca9f5e72784b6ea140016f1087 (patch) | |
tree | ef0ad37778cb33954f7b44c26a5e14ed88b27c4f /x11-proto/resourceproto | |
parent | Version bump (diff) | |
download | gentoo-2-0f1de835059e1fca9f5e72784b6ea140016f1087.tar.gz gentoo-2-0f1de835059e1fca9f5e72784b6ea140016f1087.tar.bz2 gentoo-2-0f1de835059e1fca9f5e72784b6ea140016f1087.zip |
Version bump
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto/resourceproto')
-rw-r--r-- | x11-proto/resourceproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/resourceproto/resourceproto-1.1.1.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-proto/resourceproto/ChangeLog b/x11-proto/resourceproto/ChangeLog index bad44c4768a7..ea95d0b95a37 100644 --- a/x11-proto/resourceproto/ChangeLog +++ b/x11-proto/resourceproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/resourceproto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/resourceproto/ChangeLog,v 1.36 2010/09/10 18:17:48 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/resourceproto/ChangeLog,v 1.37 2010/12/10 19:07:53 scarabeus Exp $ + +*resourceproto-1.1.1 (10 Dec 2010) + + 10 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +resourceproto-1.1.1.ebuild: + Version bump 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -resourceproto-1.0.2.ebuild: diff --git a/x11-proto/resourceproto/resourceproto-1.1.1.ebuild b/x11-proto/resourceproto/resourceproto-1.1.1.ebuild new file mode 100644 index 000000000000..2c66160262eb --- /dev/null +++ b/x11-proto/resourceproto/resourceproto-1.1.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/resourceproto/resourceproto-1.1.1.ebuild,v 1.1 2010/12/10 19:07:53 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="X.Org Resource protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |