summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-07-22 01:55:52 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-07-22 01:55:52 +0000
commite7806871a03c1ef9fdf9d3cf8a9a2d38855de7e2 (patch)
tree6993a0d372e84957b780d33bc5e43f8b23e5049f /media-fonts/chkfontpath
parentinitial import of chkfontpath + patch to work with xfs (diff)
downloadgentoo-2-e7806871a03c1ef9fdf9d3cf8a9a2d38855de7e2.tar.gz
gentoo-2-e7806871a03c1ef9fdf9d3cf8a9a2d38855de7e2.tar.bz2
gentoo-2-e7806871a03c1ef9fdf9d3cf8a9a2d38855de7e2.zip
initial import of chkfontpath + patch to work with xfs
Diffstat (limited to 'media-fonts/chkfontpath')
-rw-r--r--media-fonts/chkfontpath/ChangeLog12
-rw-r--r--media-fonts/chkfontpath/Manifest4
-rw-r--r--media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild44
-rw-r--r--media-fonts/chkfontpath/files/digest-chkfontpath-1.9.102
4 files changed, 60 insertions, 2 deletions
diff --git a/media-fonts/chkfontpath/ChangeLog b/media-fonts/chkfontpath/ChangeLog
new file mode 100644
index 000000000000..53e37338c0e9
--- /dev/null
+++ b/media-fonts/chkfontpath/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for media-fonts/chkfontpath
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/chkfontpath/ChangeLog,v 1.1 2003/07/22 01:55:48 seemant Exp $
+
+*chkfontpath-1.9.10 (02 Jul 2003)
+
+ 02 Jul 2003; Seemant Kulleen <seemant@gentoo.org> chkfontpath-1.9.10.ebuild:
+ New package to add and remove font paths to X's xfs and XF86Config files.
+ Matsuu Takuto <matsuu@gentoo.org> created a patch to adjust XF86Config as well.
+ He also created the ebuild. Sean P. Kane <spkane@genomatica.com> adjusted the
+ patch for this version. Thanks to both of them in bug #21932
+
diff --git a/media-fonts/chkfontpath/Manifest b/media-fonts/chkfontpath/Manifest
index 547f4a1b8747..9dee160d9439 100644
--- a/media-fonts/chkfontpath/Manifest
+++ b/media-fonts/chkfontpath/Manifest
@@ -1,3 +1,3 @@
-MD5 d14ca45ca81019bd7932a0d989675224 ChangeLog 546
-MD5 a6b3f2e94b6f2c913515519141195ca9 chkfontpath-1.9.10.ebuild 832
+MD5 4c30b4118553a15c63a9867553b6f182 ChangeLog 645
+MD5 911ec4ba8962e0134f54041f9cabdb90 chkfontpath-1.9.10.ebuild 945
MD5 8994178ee1d081f764d522bda0d3f97c files/digest-chkfontpath-1.9.10 150
diff --git a/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild b/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild
new file mode 100644
index 000000000000..8f474cbff2c1
--- /dev/null
+++ b/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/chkfontpath/chkfontpath-1.9.10.ebuild,v 1.1 2003/07/22 01:55:48 seemant Exp $
+
+IUSE=""
+
+inherit rpm
+
+RPM_V="2"
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Simple interface for editing the font path for the X font server"
+HOMEPAGE="ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/"
+SRC_URI="ftp://rpmfind.net/linux/rawhide/1.0/SRPMS/SRPMS/${P}-${RPM_V}.src.rpm
+ mirror://gentoo/${P}-gentoo.patch.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
+
+DEPEND="virtual/glibc
+ app-arch/rpm2targz
+ dev-libs/popt"
+
+RDEPEND="${DEPEND}
+ sys-apps/psmisc"
+
+
+src_unpack() {
+ rpm_src_unpack
+ cd ${S}
+ epatch ${DISTDIR}/${P}-gentoo.patch.bz2
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ exeinto /usr/X11R6/bin
+ doexe chkfontpath
+
+ doman man/en/chkfontpath.8
+}
diff --git a/media-fonts/chkfontpath/files/digest-chkfontpath-1.9.10 b/media-fonts/chkfontpath/files/digest-chkfontpath-1.9.10
new file mode 100644
index 000000000000..97878c480399
--- /dev/null
+++ b/media-fonts/chkfontpath/files/digest-chkfontpath-1.9.10
@@ -0,0 +1,2 @@
+MD5 fdbd04f9fa298260294579c0d9020ec6 chkfontpath-1.9.10-2.src.rpm 15335
+MD5 dfc075b9917e7efe3b2812ff52a62f07 chkfontpath-1.9.10-gentoo.patch.bz2 2587