diff options
author | 2010-05-16 10:59:34 +0000 | |
---|---|---|
committer | 2010-05-16 10:59:34 +0000 | |
commit | 7527a13f62dfe11ddff850224c3df080f77d5990 (patch) | |
tree | 0d3baa544fd3270e534bc04bde367b660d3ffa2c /x11-proto | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-7527a13f62dfe11ddff850224c3df080f77d5990.tar.gz gentoo-2-7527a13f62dfe11ddff850224c3df080f77d5990.tar.bz2 gentoo-2-7527a13f62dfe11ddff850224c3df080f77d5990.zip |
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/xproto/xproto-7.0.17.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-proto/xproto/ChangeLog b/x11-proto/xproto/ChangeLog index 3c451290a97e..967a90064fea 100644 --- a/x11-proto/xproto/ChangeLog +++ b/x11-proto/xproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/xproto # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.88 2010/02/25 07:40:41 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.89 2010/05/16 10:59:34 chithanh Exp $ + +*xproto-7.0.17 (16 May 2010) + + 16 May 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xproto-7.0.17.ebuild: + Version bump. 25 Feb 2010; Jonathan Callen <abcd@gentoo.org> xproto-7.0.16.ebuild: Transfer prefix keywords (no other changes) diff --git a/x11-proto/xproto/xproto-7.0.17.ebuild b/x11-proto/xproto/xproto-7.0.17.ebuild new file mode 100644 index 000000000000..750f3bc9c8c2 --- /dev/null +++ b/x11-proto/xproto/xproto-7.0.17.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.17.ebuild,v 1.1 2010/05/16 10:59:34 chithanh Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="X.Org xproto protocol headers" +EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/proto/x11proto" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |