diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-19 08:55:23 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-19 08:55:23 +0000 |
commit | 37f485cbe15b5318f396be8e955e21a86d3b23e6 (patch) | |
tree | 83ad8db084173bdbb198ca848da0d41e47c081a6 /x11-proto/recordproto | |
parent | x11-proto/inputproto: bump to 1.9.99.902 (diff) | |
download | gentoo-2-37f485cbe15b5318f396be8e955e21a86d3b23e6.tar.gz gentoo-2-37f485cbe15b5318f396be8e955e21a86d3b23e6.tar.bz2 gentoo-2-37f485cbe15b5318f396be8e955e21a86d3b23e6.zip |
x11-proto/recordproto: bump to 1.13.99.1
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'x11-proto/recordproto')
-rw-r--r-- | x11-proto/recordproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/recordproto/recordproto-1.13.99.1.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-proto/recordproto/ChangeLog b/x11-proto/recordproto/ChangeLog index be446468c220..40ca2b0d15a2 100644 --- a/x11-proto/recordproto/ChangeLog +++ b/x11-proto/recordproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/recordproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/ChangeLog,v 1.27 2009/05/05 15:19:20 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/ChangeLog,v 1.28 2009/09/19 08:55:23 remi Exp $ + +*recordproto-1.13.99.1 (19 Sep 2009) + + 19 Sep 2009; Rémi Cardona <remi@gentoo.org> + +recordproto-1.13.99.1.ebuild: + bump to 1.13.99.1 05 May 2009; Christian Faulhammer <fauli@gentoo.org> recordproto-1.13.2.ebuild: diff --git a/x11-proto/recordproto/recordproto-1.13.99.1.ebuild b/x11-proto/recordproto/recordproto-1.13.99.1.ebuild new file mode 100644 index 000000000000..b3f43c6e66db --- /dev/null +++ b/x11-proto/recordproto/recordproto-1.13.99.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/recordproto/recordproto-1.13.99.1.ebuild,v 1.1 2009/09/19 08:55:23 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Record protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} +>=x11-misc/util-macros-1.2" |