summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/fontcacheproto/ChangeLog7
-rw-r--r--x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/x11-proto/fontcacheproto/ChangeLog b/x11-proto/fontcacheproto/ChangeLog
index fd68e6f5931b..31850a3faf2b 100644
--- a/x11-proto/fontcacheproto/ChangeLog
+++ b/x11-proto/fontcacheproto/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-proto/fontcacheproto
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/ChangeLog,v 1.42 2010/09/10 18:05:32 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/ChangeLog,v 1.43 2012/02/23 18:24:24 scarabeus Exp $
+
+ 23 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> fontcacheproto-0.1.3.ebuild:
+ Last update in 2009, migrate by hand to xorg-2 eclass.
10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-fontcacheproto-0.1.2.ebuild, fontcacheproto-0.1.3.ebuild:
diff --git a/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild b/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild
index 54c59429095e..4e6882031de8 100644
--- a/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild
+++ b/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild
@@ -1,15 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild,v 1.11 2010/09/10 18:05:32 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-proto/fontcacheproto/fontcacheproto-0.1.3.ebuild,v 1.12 2012/02/23 18:24:24 scarabeus Exp $
-# Must be before x-modular eclass is inherited
-#SNAPSHOT="yes"
-
-inherit x-modular
+EAPI=4
+inherit xorg-2
DESCRIPTION="X.Org Fontcache protocol headers"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE=""
+
RDEPEND=""
DEPEND="${RDEPEND}"