summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-12-16 16:59:30 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-12-16 16:59:30 +0000
commit2697028eeda83fc638454ec319c12bf10fc84a5a (patch)
treea5cf88e833d802102cdf6d65e5aa425765d1d7da /x11-libs/libXfontcache
parentVersion bump (diff)
downloadhistorical-2697028eeda83fc638454ec319c12bf10fc84a5a.tar.gz
historical-2697028eeda83fc638454ec319c12bf10fc84a5a.tar.bz2
historical-2697028eeda83fc638454ec319c12bf10fc84a5a.zip
Version bump for 7.2. Build/dist fix only.
Package-Manager: portage-2.1.2_rc3-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.43
-rw-r--r--x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild17
3 files changed, 27 insertions, 1 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog
index ba08d91687aa..69545222ff0c 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.22 2006/10/22 18:02:42 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.23 2006/12/16 16:53:30 joshuabaergen Exp $
+
+*libXfontcache-1.0.4 (16 Dec 2006)
+
+ 16 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +libXfontcache-1.0.4.ebuild:
+ Version bump for 7.2. Build/dist fix only.
*libXfontcache-1.0.3 (21 Oct 2006)
diff --git a/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.4 b/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.4
new file mode 100644
index 000000000000..fd3534217fad
--- /dev/null
+++ b/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.4
@@ -0,0 +1,3 @@
+MD5 1adca018aa7bf2d215f20a69c10828ad libXfontcache-1.0.4.tar.bz2 214869
+RMD160 73d2f9d734f208d8bff7fdd31212b999695ee89b libXfontcache-1.0.4.tar.bz2 214869
+SHA256 ffe747cfbf81cdd862af1b05d021ad1ab83b623eab5b32b0a618efb4c0f3e01c libXfontcache-1.0.4.tar.bz2 214869
diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.4.ebuild
new file mode 100644
index 000000000000..d8c3639fbbcc
--- /dev/null
+++ b/x11-libs/libXfontcache/libXfontcache-1.0.4.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.4.ebuild,v 1.1 2006/12/16 16:53:30 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"