diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 02:19:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-10 02:19:39 +0000 |
commit | 34c2fb053022e25c1ff24ea4be84734a44c8458b (patch) | |
tree | dd1b079f00cc8bb29cd043cb719e48c8105e0d46 /x11-apps | |
parent | amd64 love (diff) | |
download | historical-34c2fb053022e25c1ff24ea4be84734a44c8458b.tar.gz historical-34c2fb053022e25c1ff24ea4be84734a44c8458b.tar.bz2 historical-34c2fb053022e25c1ff24ea4be84734a44c8458b.zip |
sh love
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xfs/Manifest | 12 | ||||
-rw-r--r-- | x11-apps/xfs/xfs-1.0.1.ebuild | 19 |
2 files changed, 21 insertions, 10 deletions
diff --git a/x11-apps/xfs/Manifest b/x11-apps/xfs/Manifest index 513323c32e46..d6a8fe381a63 100644 --- a/x11-apps/xfs/Manifest +++ b/x11-apps/xfs/Manifest @@ -1,7 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 7e670f51e9a4a6cef4fad71e5828cd3a ChangeLog 2176 MD5 ccabc3fb46d594ac3acec56f78369bb9 files/digest-xfs-1.0.1 62 MD5 dc1de0a27cd95fd08dd071c4c4d919a6 files/xfs.conf.d 777 MD5 1534836c0fd6c5fecaa75a8648f3b8c2 files/xfs.config 1117 MD5 461fb4cfc46e7c83a98af4e4557b0a95 files/xfs.start 7638 MD5 a37bab73e2f24b213932c30997d3d360 metadata.xml 156 -MD5 41c4b60e8c50eae97a541ddd89b14f6c xfs-1.0.1.ebuild 965 +MD5 c1bda5d3df9cc5904b7427e0c38eb283 xfs-1.0.1.ebuild 971 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDwxoU2+ySkm8kpY0RApE3AKCjDrs2d27m1F12ecXArh7A2iI7bACbB90w +c7HfJ64yda7ZU5RG2/BTrMY= +=tXmK +-----END PGP SIGNATURE----- diff --git a/x11-apps/xfs/xfs-1.0.1.ebuild b/x11-apps/xfs/xfs-1.0.1.ebuild index 956976ebcbea..665ad45ac153 100644 --- a/x11-apps/xfs/xfs-1.0.1.ebuild +++ b/x11-apps/xfs/xfs-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.1.ebuild,v 1.1 2005/12/23 10:38:45 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.0.1.ebuild,v 1.2 2006/01/10 02:19:39 vapier Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,15 +8,16 @@ inherit x-modular DESCRIPTION="X.Org xfs application" -KEYWORDS="~amd64 ~arm ~mips ~s390 ~sparc ~x86" + +KEYWORDS="~amd64 ~arm ~mips ~s390 ~sh ~sparc ~x86" IUSE="ipv6" + RDEPEND="x11-libs/libFS x11-libs/libXfont" DEPEND="${RDEPEND} x11-proto/fontsproto" -CONFIGURE_OPTIONS="$(use_enable ipv6) - --libdir=/etc" +CONFIGURE_OPTIONS="$(use_enable ipv6) --libdir=/etc" pkg_setup() { enewgroup xfs 33 @@ -28,7 +29,7 @@ src_unpack() { x-modular_patch_source sed -i -e "s:^configdir =.*:configdir = \$(sysconfdir)/X11/fs:g" \ - ${S}/Makefile.am + "${S}"/Makefile.am x-modular_reconf_source } @@ -37,7 +38,7 @@ src_install() { x-modular_src_install insinto /etc/X11/fs - newins ${FILESDIR}/xfs.config config - newinitd ${FILESDIR}/xfs.start xfs - newconfd ${FILESDIR}/xfs.conf.d xfs + newins "${FILESDIR}"/xfs.config config + newinitd "${FILESDIR}"/xfs.start xfs + newconfd "${FILESDIR}"/xfs.conf.d xfs } |