summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 22:01:03 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2005-12-17 22:01:03 +0000
commit974d37b851c8d3272731db205192dd711f519fe9 (patch)
treea9f1bd3da91077061fb46b7dd1e52439b2f01ebb /x11-libs/libXfontcache
parentAdd new package for 7.0RC4. (diff)
downloadhistorical-974d37b851c8d3272731db205192dd711f519fe9.tar.gz
historical-974d37b851c8d3272731db205192dd711f519fe9.tar.bz2
historical-974d37b851c8d3272731db205192dd711f519fe9.zip
Bump for 7.0RC4.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r--x11-libs/libXfontcache/ChangeLog8
-rw-r--r--x11-libs/libXfontcache/files/digest-libXfontcache-1.0.01
-rw-r--r--x11-libs/libXfontcache/libXfontcache-1.0.0.ebuild21
3 files changed, 29 insertions, 1 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog
index e5e9781f765d..b234b65bbcb9 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.9 2005/12/09 06:12:32 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.10 2005/12/17 21:48:30 joshuabaergen Exp $
+
+*libXfontcache-1.0.0 (17 Dec 2005)
+
+ 17 Dec 2005; Joshua Baergen <joshuabaergen@gentoo.org>
+ +libXfontcache-1.0.0.ebuild:
+ Bump for 7.0RC4.
09 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>;
-libXfontcache-0.99.1.ebuild:
diff --git a/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.0 b/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.0
new file mode 100644
index 000000000000..a0f5b975d671
--- /dev/null
+++ b/x11-libs/libXfontcache/files/digest-libXfontcache-1.0.0
@@ -0,0 +1 @@
+MD5 e87f2cc66526743cc66ed312a1e507e4 libXfontcache-1.0.0.tar.bz2 204039
diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.0.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.0.ebuild
new file mode 100644
index 000000000000..0cc328f16cfe
--- /dev/null
+++ b/x11-libs/libXfontcache/libXfontcache-1.0.0.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-1.0.0.ebuild,v 1.1 2005/12/17 21:48:30 joshuabaergen 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="~amd64 ~arm ~mips ~ppc ~s390 ~sparc ~x86"
+#IUSE="X gnome"
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto
+ x11-proto/fontcacheproto"