summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-04-14 17:44:14 +0000
committerMichał Górny <mgorny@gentoo.org>2012-04-14 17:44:14 +0000
commit1f6c825ba22fc40189cfe7b7951381d4c5aa19f1 (patch)
treedc55c5879c93085ae9e3d65cef3454220ba33b40 /x11-libs/libXfontcache
parentBump to 1.8.2, thanks to slepnoga (diff)
downloadgentoo-2-1f6c825ba22fc40189cfe7b7951381d4c5aa19f1.tar.gz
gentoo-2-1f6c825ba22fc40189cfe7b7951381d4c5aa19f1.tar.bz2
gentoo-2-1f6c825ba22fc40189cfe7b7951381d4c5aa19f1.zip
Update to use xorg-2 eclass.
(Portage version: 2.2.0_alpha100_p3/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXfontcache')
-rw-r--r--x11-libs/libXfontcache/ChangeLog10
-rw-r--r--x11-libs/libXfontcache/libXfontcache-1.0.5-r1.ebuild16
2 files changed, 24 insertions, 2 deletions
diff --git a/x11-libs/libXfontcache/ChangeLog b/x11-libs/libXfontcache/ChangeLog
index 9f4c2b6be473..e196e5958fff 100644
--- a/x11-libs/libXfontcache/ChangeLog
+++ b/x11-libs/libXfontcache/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libXfontcache
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.49 2010/09/10 23:06:16 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/ChangeLog,v 1.50 2012/04/14 17:44:14 mgorny Exp $
+
+*libXfontcache-1.0.5-r1 (14 Apr 2012)
+
+ 14 Apr 2012; Michał Górny <mgorny@gentoo.org>
+ +libXfontcache-1.0.5-r1.ebuild:
+ Update to use xorg-2 eclass.
10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-libXfontcache-1.0.4.ebuild:
diff --git a/x11-libs/libXfontcache/libXfontcache-1.0.5-r1.ebuild b/x11-libs/libXfontcache/libXfontcache-1.0.5-r1.ebuild
new file mode 100644
index 000000000000..bc1414a2e389
--- /dev/null
+++ b/x11-libs/libXfontcache/libXfontcache-1.0.5-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXfontcache/libXfontcache-1.0.5-r1.ebuild,v 1.1 2012/04/14 17:44:14 mgorny Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="X.Org Xfontcache library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-proto/fontcacheproto"
+DEPEND="${RDEPEND}"