diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-06 21:32:34 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-06 21:32:34 +0000 |
commit | 6378e924fa81be72ed4d17cc6d1ed0e6573f02a1 (patch) | |
tree | 9b38d4d37af1662b9fdf8303a2be4f52bc1a3aeb /x11-proto | |
parent | Version bump. (diff) | |
download | gentoo-2-6378e924fa81be72ed4d17cc6d1ed0e6573f02a1.tar.gz gentoo-2-6378e924fa81be72ed4d17cc6d1ed0e6573f02a1.tar.bz2 gentoo-2-6378e924fa81be72ed4d17cc6d1ed0e6573f02a1.zip |
Version bump.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/resourceproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/resourceproto/resourceproto-1.2.0.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-proto/resourceproto/ChangeLog b/x11-proto/resourceproto/ChangeLog index b65e50464bb4..efbf504ef620 100644 --- a/x11-proto/resourceproto/ChangeLog +++ b/x11-proto/resourceproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/resourceproto # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/resourceproto/ChangeLog,v 1.44 2011/03/07 20:59:55 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/resourceproto/ChangeLog,v 1.45 2011/06/06 21:32:34 chithanh Exp $ + +*resourceproto-1.2.0 (06 Jun 2011) + + 06 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +resourceproto-1.2.0.ebuild: + Version bump. 07 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> -resourceproto-1.1.0.ebuild: diff --git a/x11-proto/resourceproto/resourceproto-1.2.0.ebuild b/x11-proto/resourceproto/resourceproto-1.2.0.ebuild new file mode 100644 index 000000000000..4d322fd8b749 --- /dev/null +++ b/x11-proto/resourceproto/resourceproto-1.2.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/resourceproto/resourceproto-1.2.0.ebuild,v 1.1 2011/06/06 21:32:34 chithanh Exp $ + +EAPI=4 +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}" |