diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-06-20 09:32:57 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-06-20 09:32:57 +0000 |
commit | 127eeb5ef2c5405aefc397a9c1c4ab12a8e3ca56 (patch) | |
tree | 6eb44996cfa19bd56e50707433953d97ffbb9d6f /x11-proto/inputproto | |
parent | Remove anubis and cdrecord-prodvd because they have been removed from tree. (diff) | |
download | gentoo-2-127eeb5ef2c5405aefc397a9c1c4ab12a8e3ca56.tar.gz gentoo-2-127eeb5ef2c5405aefc397a9c1c4ab12a8e3ca56.tar.bz2 gentoo-2-127eeb5ef2c5405aefc397a9c1c4ab12a8e3ca56.zip |
x11-proto/inputproto: bump to 1.5.1
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-proto/inputproto')
-rw-r--r-- | x11-proto/inputproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/inputproto/inputproto-1.5.1.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog index d5e1bdee440d..e9dd00ea680e 100644 --- a/x11-proto/inputproto/ChangeLog +++ b/x11-proto/inputproto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/inputproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.77 2009/06/19 21:14:41 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.78 2009/06/20 09:32:57 remi Exp $ + +*inputproto-1.5.1 (20 Jun 2009) + + 20 Jun 2009; Rémi Cardona <remi@gentoo.org> +inputproto-1.5.1.ebuild: + bump to 1.5.1 19 Jun 2009; Rémi Cardona <remi@gentoo.org> -inputproto-1.4.2.ebuild, -inputproto-1.4.3.ebuild, -inputproto-1.4.3-r1.ebuild, diff --git a/x11-proto/inputproto/inputproto-1.5.1.ebuild b/x11-proto/inputproto/inputproto-1.5.1.ebuild new file mode 100644 index 000000000000..86d0fc40c03f --- /dev/null +++ b/x11-proto/inputproto/inputproto-1.5.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-1.5.1.ebuild,v 1.1 2009/06/20 09:32:57 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Input protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="" +DEPEND="${RDEPEND}" |