diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-06-18 01:01:20 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-06-18 01:01:20 +0000 |
commit | 8bec6538391026c27f3de03c0eae8a37989a843d (patch) | |
tree | a3f030c028ef3af6268c056dab5d2ac852801efc /x11-proto | |
parent | Stable on amd64 wrt bug 182387 (diff) | |
download | gentoo-2-8bec6538391026c27f3de03c0eae8a37989a843d.tar.gz gentoo-2-8bec6538391026c27f3de03c0eae8a37989a843d.tar.bz2 gentoo-2-8bec6538391026c27f3de03c0eae8a37989a843d.zip |
Version bump for bug #181969 (Hanno Boeck).
(Portage version: 2.1.3_rc3)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/inputproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/inputproto/files/digest-inputproto-1.4.2 | 3 | ||||
-rw-r--r-- | x11-proto/inputproto/inputproto-1.4.2.ebuild | 15 |
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog index d28d25d5bc78..94d4a76500ff 100644 --- a/x11-proto/inputproto/ChangeLog +++ b/x11-proto/inputproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/inputproto # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.43 2007/05/27 02:17:23 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.44 2007/06/18 01:01:20 joshuabaergen Exp $ + +*inputproto-1.4.2 (18 Jun 2007) + + 18 Jun 2007; Joshua Baergen <joshuabaergen@gentoo.org> + +inputproto-1.4.2.ebuild: + Version bump for bug #181969 (Hanno Boeck). 27 May 2007; Joshua Kinard <kumba@gentoo.org> inputproto-1.4.1.ebuild: Stable on mips. diff --git a/x11-proto/inputproto/files/digest-inputproto-1.4.2 b/x11-proto/inputproto/files/digest-inputproto-1.4.2 new file mode 100644 index 000000000000..cc8a5555e16d --- /dev/null +++ b/x11-proto/inputproto/files/digest-inputproto-1.4.2 @@ -0,0 +1,3 @@ +MD5 e2c4cf4c2ad59d1e27f09381f6b4a3c3 inputproto-1.4.2.tar.bz2 45120 +RMD160 685495a234990ff5924d69a74adf7b6200f7cde1 inputproto-1.4.2.tar.bz2 45120 +SHA256 62ba68a056daa89f5b21a02b27f6a4c858933e1c5547c9d16985d9ed182014e6 inputproto-1.4.2.tar.bz2 45120 diff --git a/x11-proto/inputproto/inputproto-1.4.2.ebuild b/x11-proto/inputproto/inputproto-1.4.2.ebuild new file mode 100644 index 000000000000..eb356f64a657 --- /dev/null +++ b/x11-proto/inputproto/inputproto-1.4.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/inputproto-1.4.2.ebuild,v 1.1 2007/06/18 01:01:20 joshuabaergen 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" + +RDEPEND="" +DEPEND="${RDEPEND}" |