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
commit03542d2b0b795bab070f4a8a6d0a3c81aea79810 (patch)
tree9b45f964d1b1010f33a7e98bfd42b06e790ec0fa /media-fonts
parentinitial import of chkfontpath + patch to work with xfs (diff)
downloadhistorical-03542d2b0b795bab070f4a8a6d0a3c81aea79810.tar.gz
historical-03542d2b0b795bab070f4a8a6d0a3c81aea79810.tar.bz2
historical-03542d2b0b795bab070f4a8a6d0a3c81aea79810.zip
initial import of chkfontpath + patch to work with xfs
Diffstat (limited to 'media-fonts')
-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
3 files changed, 48 insertions, 2 deletions
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