summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-02-16 03:49:19 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-02-16 03:49:19 +0000
commitb2b36e51e87961b5fd64504337fa93c7965db51d (patch)
tree16607c0de8d7912348794892eab60276982a8265 /x11-proto
parentFix tc-is-softfloat logic, as reported on gentoo-embedded by Scott L. Price. (diff)
downloadgentoo-2-b2b36e51e87961b5fd64504337fa93c7965db51d.tar.gz
gentoo-2-b2b36e51e87961b5fd64504337fa93c7965db51d.tar.bz2
gentoo-2-b2b36e51e87961b5fd64504337fa93c7965db51d.zip
Bump from upstream to fix a typo.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/inputproto/ChangeLog8
-rw-r--r--x11-proto/inputproto/files/digest-inputproto-1.4.13
-rw-r--r--x11-proto/inputproto/inputproto-1.4.1.ebuild15
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-proto/inputproto/ChangeLog b/x11-proto/inputproto/ChangeLog
index 37c7e50cdf3b..5e44a12158ab 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.30 2007/02/04 18:08:36 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/inputproto/ChangeLog,v 1.31 2007/02/16 03:49:19 joshuabaergen Exp $
+
+*inputproto-1.4.1 (16 Feb 2007)
+
+ 16 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org>
+ +inputproto-1.4.1.ebuild:
+ Bump from upstream to fix a typo.
04 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org>
inputproto-1.3.2.ebuild:
diff --git a/x11-proto/inputproto/files/digest-inputproto-1.4.1 b/x11-proto/inputproto/files/digest-inputproto-1.4.1
new file mode 100644
index 000000000000..a4aefb877fe2
--- /dev/null
+++ b/x11-proto/inputproto/files/digest-inputproto-1.4.1
@@ -0,0 +1,3 @@
+MD5 563cc41eeb590cf5eb2127807b838dfc inputproto-1.4.1.tar.bz2 49480
+RMD160 d88d9aefe5d498bd73a53cedd77b9637d9a3dbf7 inputproto-1.4.1.tar.bz2 49480
+SHA256 913ff534aa777e3c36f3e9fe3e8638c3ccfe398daeb7532fa917e7bcd6fed07d inputproto-1.4.1.tar.bz2 49480
diff --git a/x11-proto/inputproto/inputproto-1.4.1.ebuild b/x11-proto/inputproto/inputproto-1.4.1.ebuild
new file mode 100644
index 000000000000..e72c09a2868e
--- /dev/null
+++ b/x11-proto/inputproto/inputproto-1.4.1.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.1.ebuild,v 1.1 2007/02/16 03:49:19 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}"