diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 12:15:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 12:15:30 +0000 |
commit | a6f2715b6ce232349b8a4419fb55cb379cefe3c1 (patch) | |
tree | ea69f8208d0a6c99ebda658cf0b09688f1166034 /x11-proto/fontcacheproto | |
parent | Version bump. (diff) | |
download | gentoo-2-a6f2715b6ce232349b8a4419fb55cb379cefe3c1.tar.gz gentoo-2-a6f2715b6ce232349b8a4419fb55cb379cefe3c1.tar.bz2 gentoo-2-a6f2715b6ce232349b8a4419fb55cb379cefe3c1.zip |
Version bump.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto/fontcacheproto')
-rw-r--r-- | x11-proto/fontcacheproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-proto/fontcacheproto/ChangeLog b/x11-proto/fontcacheproto/ChangeLog index 71bb9b0112c5..486cd09b9331 100644 --- a/x11-proto/fontcacheproto/ChangeLog +++ b/x11-proto/fontcacheproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/fontcacheproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/ChangeLog,v 1.31 2009/05/05 15:09:00 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/ChangeLog,v 1.32 2009/10/03 12:15:30 scarabeus Exp $ + +*fontcacheproto-0.1.3 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + +fontcacheproto-0.1.3.ebuild: + Version bump. 05 May 2009; Christian Faulhammer <fauli@gentoo.org> fontcacheproto-0.1.2.ebuild: diff --git a/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild b/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild new file mode 100644 index 000000000000..2cac3bceec89 --- /dev/null +++ b/x11-proto/fontcacheproto/fontcacheproto-0.1.3.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/fontcacheproto/fontcacheproto-0.1.3.ebuild,v 1.1 2009/10/03 12:15:30 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Fontcache protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="" +DEPEND="${RDEPEND}" |