summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-10-20 05:39:51 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-10-20 05:39:51 +0000
commit013b28ba545ceeb684aab16b42717874f410bb16 (patch)
tree6ed1296bcfac3b18e81b54c8f639ad0402a7866a /x11-libs/libXfontcache
parentadd support for X/opengl/fbcon USE flags (diff)
downloadgentoo-2-013b28ba545ceeb684aab16b42717874f410bb16.tar.gz
gentoo-2-013b28ba545ceeb684aab16b42717874f410bb16.tar.bz2
gentoo-2-013b28ba545ceeb684aab16b42717874f410bb16.zip
Bump for 7.0 RC1.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r--x11-libs/libXfontcache/ChangeLog8
-rw-r--r--x11-libs/libXfontcache/files/digest-libXfontcache-0.99.11
-rw-r--r--x11-libs/libXfontcache/libXfontcache-0.99.1.ebuild21
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog
index 489ab6459b75..b04dc8a8bff6 100644
--- a/x11-libs/libXfontcache/ChangeLog
+++ b/x11-libs/libXfontcache/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXfontcache
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.4 2005/09/09 08:10:47 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.5 2005/10/20 05:38:35 spyderous Exp $
+
+*libXfontcache-0.99.1 (20 Oct 2005)
+
+ 20 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ +libXfontcache-0.99.1.ebuild:
+ Bump for 7.0 RC1.
09 Sep 2005; Donnie Berkholz <spyderous@gentoo.org>; +metadata.xml:
Add metadata.
diff --git a/x11-libs/libXfontcache/files/digest-libXfontcache-0.99.1 b/x11-libs/libXfontcache/files/digest-libXfontcache-0.99.1
new file mode 100644
index 000000000000..82cf9a035dd6
--- /dev/null
+++ b/x11-libs/libXfontcache/files/digest-libXfontcache-0.99.1
@@ -0,0 +1 @@
+MD5 24c8d43dc2118fa214bf168748d68ec3 libXfontcache-0.99.1.tar.bz2 148165
diff --git a/x11-libs/libXfontcache/libXfontcache-0.99.1.ebuild b/x11-libs/libXfontcache/libXfontcache-0.99.1.ebuild
new file mode 100644
index 000000000000..a498255fdf45
--- /dev/null
+++ b/x11-libs/libXfontcache/libXfontcache-0.99.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-0.99.1.ebuild,v 1.1 2005/10/20 05:38:35 spyderous Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Xfontcache library"
+#HOMEPAGE="http://foo.bar.com/"
+#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2"
+#LICENSE=""
+#SLOT="0"
+KEYWORDS="~arm ~mips ~ppc ~s390 ~sparc ~x86"
+#IUSE="X gnome"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto
+ x11-proto/fontcacheproto"