summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-11-14 22:00:47 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-11-14 22:00:47 +0000
commit117d955b5c4394cd20e43d06024a606160cbaf4c (patch)
treee61ad433555d7c45e450dd1d8790c7437e992850 /app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild
parentBig update to selinux profiles, hardened has stable =sys-devel/gcc-4.3.4 (diff)
downloadgentoo-2-117d955b5c4394cd20e43d06024a606160cbaf4c.tar.gz
gentoo-2-117d955b5c4394cd20e43d06024a606160cbaf4c.tar.bz2
gentoo-2-117d955b5c4394cd20e43d06024a606160cbaf4c.zip
Version bump. Support for --brief by ulm (bug #292104). Prefixy goodness.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild')
-rw-r--r--app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild b/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild
new file mode 100644
index 000000000000..34e3f4d75391
--- /dev/null
+++ b/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-fontconfig/eselect-fontconfig-1.1.ebuild,v 1.1 2009/11/14 22:00:47 dirtyepic Exp $
+
+DESCRIPTION="An eselect module to manage /etc/fonts/conf.d symlinks."
+HOMEPAGE="http://www.gentoo.org"
+SRC_URI="mirror://gentoo/fontconfig.eselect-${PV}.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=app-admin/eselect-1.2.3
+ >=media-libs/fontconfig-2.4"
+
+S=${WORKDIR}
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ newins "${S}"/fontconfig.eselect-${PV} fontconfig.eselect || die
+}