diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-10-20 03:26:14 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-10-20 03:26:14 +0000 |
commit | 34c1d53e11443ee3cfe1ca5c2925e4b4857e383b (patch) | |
tree | f0e8c37947822940a066e3fec4bfff5e02691ba1 /x11-proto/fontcacheproto | |
parent | added ~ppc64, bug #108808 (diff) | |
download | historical-34c1d53e11443ee3cfe1ca5c2925e4b4857e383b.tar.gz historical-34c1d53e11443ee3cfe1ca5c2925e4b4857e383b.tar.bz2 historical-34c1d53e11443ee3cfe1ca5c2925e4b4857e383b.zip |
Bump for 7.0 RC1.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'x11-proto/fontcacheproto')
-rw-r--r-- | x11-proto/fontcacheproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1.1 | 1 | ||||
-rw-r--r-- | x11-proto/fontcacheproto/fontcacheproto-0.1.1.ebuild | 13 |
3 files changed, 21 insertions, 1 deletions
diff --git a/x11-proto/fontcacheproto/ChangeLog b/x11-proto/fontcacheproto/ChangeLog index ca3d09448cf9..78bb37c3e4e7 100644 --- a/x11-proto/fontcacheproto/ChangeLog +++ b/x11-proto/fontcacheproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/fontcacheproto # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/ChangeLog,v 1.6 2005/09/09 17:32:23 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/ChangeLog,v 1.7 2005/10/20 03:26:13 spyderous Exp $ + +*fontcacheproto-0.1.1 (20 Oct 2005) + + 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; + +fontcacheproto-0.1.1.ebuild: + Bump for 7.0 RC1. 09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml: Add metadata. diff --git a/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1.1 b/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1.1 new file mode 100644 index 000000000000..7cfc732d955e --- /dev/null +++ b/x11-proto/fontcacheproto/files/digest-fontcacheproto-0.1.1 @@ -0,0 +1 @@ +MD5 c603e10bbc73689f5bd4ffa5e24f3d29 fontcacheproto-0.1.1.tar.bz2 37901 diff --git a/x11-proto/fontcacheproto/fontcacheproto-0.1.1.ebuild b/x11-proto/fontcacheproto/fontcacheproto-0.1.1.ebuild new file mode 100644 index 000000000000..f5a130ec9751 --- /dev/null +++ b/x11-proto/fontcacheproto/fontcacheproto-0.1.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/fontcacheproto-0.1.1.ebuild,v 1.1 2005/10/20 03:26:13 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Fontcache protocol headers" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~s390 ~sh ~sparc ~x86" +RDEPEND="" +DEPEND="${RDEPEND}" |