summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-10-22 18:02:42 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-10-22 18:02:42 +0000
commit5242fffd5f75f40e0c91c33ca705c679fe463698 (patch)
treed4f0bd1f3c2f0c5150d307590c3169679cff40e7 /x11-libs/libXfontcache
parentImport from voip overlay. (diff)
downloadgentoo-2-5242fffd5f75f40e0c91c33ca705c679fe463698.tar.gz
gentoo-2-5242fffd5f75f40e0c91c33ca705c679fe463698.tar.bz2
gentoo-2-5242fffd5f75f40e0c91c33ca705c679fe463698.zip
Version bump with minor changes.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r--x11-libs/libXfontcache/ChangeLog8
-rw-r--r--x11-libs/libXfontcache/files/digest-libXfontcache-1.0.33
-rw-r--r--x11-libs/libXfontcache/libXfontcache-1.0.3.ebuild17
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog
index 02d635fbc884..ba08d91687aa 100644
--- a/x11-libs/libXfontcache/ChangeLog
+++ b/x11-libs/libXfontcache/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXfontcache
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.21 2006/10/01 17:00:23 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.22 2006/10/22 18:02:42 joshuabaergen Exp $
+
+*libXfontcache-1.0.3 (21 Oct 2006)
+
+ 21 Oct 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +libXfontcache-1.0.3.ebuild:
+ Version bump.
01 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>;
libXfontcache-1.0.2.ebuild:
diff --git a/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.3 b/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.3
new file mode 100644
index 000000000000..cf67e6d56ee6
--- /dev/null
+++ b/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.3
@@ -0,0 +1,3 @@
+MD5 a21c8f8b89cdc7fe1780d45bb6b82c13 libXfontcache-1.0.3.tar.bz2 227480
+RMD160 712dbc8440d4e4f9e3a9a496264cc8806dbe1e5f libXfontcache-1.0.3.tar.bz2 227480
+SHA256 6b1cfdb4415cd3cd255785c847d905557e809b03951b30b3d722b76c0dbc5aea libXfontcache-1.0.3.tar.bz2 227480
diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.3.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.3.ebuild
new file mode 100644
index 000000000000..d56ade38c1e1
--- /dev/null
+++ b/x11-libs/libXfontcache/libXfontcache-1.0.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-1.0.3.ebuild,v 1.1 2006/10/22 18:02:42 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org Xfontcache library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext"
+DEPEND="${RDEPEND}
+ x11-proto/fontcacheproto"