diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-07-26 02:54:27 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-07-26 02:54:27 +0000 |
commit | 848e783355cc4c260cc8829281db9e2f99b6478f (patch) | |
tree | 9632ebf87a4aa5c69eed2b94893024152fb5658d /x11-proto | |
parent | New release: 1.12.1 (diff) | |
download | gentoo-2-848e783355cc4c260cc8829281db9e2f99b6478f.tar.gz gentoo-2-848e783355cc4c260cc8829281db9e2f99b6478f.tar.bz2 gentoo-2-848e783355cc4c260cc8829281db9e2f99b6478f.zip |
Version bump. Minimal changes.
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/kbproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/kbproto/files/digest-kbproto-1.0.3 | 3 | ||||
-rw-r--r-- | x11-proto/kbproto/kbproto-1.0.3.ebuild | 13 |
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-proto/kbproto/ChangeLog b/x11-proto/kbproto/ChangeLog index ecedfd1c374b..49fa44284324 100644 --- a/x11-proto/kbproto/ChangeLog +++ b/x11-proto/kbproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/kbproto # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/ChangeLog,v 1.27 2006/07/19 08:59:39 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/ChangeLog,v 1.28 2006/07/26 02:54:27 joshuabaergen Exp $ + +*kbproto-1.0.3 (26 Jul 2006) + + 26 Jul 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +kbproto-1.0.3.ebuild: + Version bump. Minimal changes. 19 Jul 2006; Guy Martin <gmsoft@gentoo.org> kbproto-1.0.2.ebuild: Stable on hppa. diff --git a/x11-proto/kbproto/files/digest-kbproto-1.0.3 b/x11-proto/kbproto/files/digest-kbproto-1.0.3 new file mode 100644 index 000000000000..636a056ba322 --- /dev/null +++ b/x11-proto/kbproto/files/digest-kbproto-1.0.3 @@ -0,0 +1,3 @@ +MD5 6092cdb0a1225f95356ddbe6c2abaad5 kbproto-1.0.3.tar.bz2 57440 +RMD160 6547c6482a30c2b7feac09d71e9cc60dd97bc8b4 kbproto-1.0.3.tar.bz2 57440 +SHA256 7000005ebbd07a28a71477d72bcb76c47064e043a4ead26fcf4d5af394ce19df kbproto-1.0.3.tar.bz2 57440 diff --git a/x11-proto/kbproto/kbproto-1.0.3.ebuild b/x11-proto/kbproto/kbproto-1.0.3.ebuild new file mode 100644 index 000000000000..6be4cadd8de3 --- /dev/null +++ b/x11-proto/kbproto/kbproto-1.0.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/kbproto/kbproto-1.0.3.ebuild,v 1.1 2006/07/26 02:54:27 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org KB protocol headers" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND="" +DEPEND="${RDEPEND}" |