diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-12-08 09:30:37 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-12-08 09:30:37 +0000 |
commit | 5eaeaaa1b0a69b527ef5eb952261df2fb99aa672 (patch) | |
tree | 20f3c90019a92645136d36076adb0b1c3a271667 /sys-fs/diskdev_cmds | |
parent | fix HOMEPAGE for bug #197766 (again) (diff) | |
download | gentoo-2-5eaeaaa1b0a69b527ef5eb952261df2fb99aa672.tar.gz gentoo-2-5eaeaaa1b0a69b527ef5eb952261df2fb99aa672.tar.bz2 gentoo-2-5eaeaaa1b0a69b527ef5eb952261df2fb99aa672.zip |
~amd64 wrt #201299, fix some QA warnings but the ebuild still should be rewritten
(Portage version: 2.1.4_rc7)
Diffstat (limited to 'sys-fs/diskdev_cmds')
-rw-r--r-- | sys-fs/diskdev_cmds/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild | 13 |
2 files changed, 11 insertions, 9 deletions
diff --git a/sys-fs/diskdev_cmds/ChangeLog b/sys-fs/diskdev_cmds/ChangeLog index c635b61877d2..dcc530c6ec56 100644 --- a/sys-fs/diskdev_cmds/ChangeLog +++ b/sys-fs/diskdev_cmds/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/diskdev_cmds -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/ChangeLog,v 1.1 2006/11/13 04:20:31 josejx Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/ChangeLog,v 1.2 2007/12/08 09:30:37 drac Exp $ + + 08 Dec 2007; Samuli Suominen <drac@gentoo.org> diskdev_cmds-332.14.ebuild: + ~amd64 wrt #201299 *diskdev_cmds-332.14 (13 Nov 2006) diff --git a/sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild b/sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild index fa7deb5038ee..19b82adb53c0 100644 --- a/sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild +++ b/sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild,v 1.1 2006/11/13 04:20:31 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/diskdev_cmds-332.14.ebuild,v 1.2 2007/12/08 09:30:37 drac Exp $ inherit eutils @@ -10,14 +10,14 @@ SRC_URI="http://darwinsource.opendarwin.org/tarballs/apsl/diskdev_cmds-${PV}.tar mirror://gentoo/diskdev_cmds-${PV}.patch.bz2" LICENSE="APSL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" DEPEND="" src_unpack() { - unpack ${A} || die "Unpack failed!" - cd ${S} - epatch ${WORKDIR}/diskdev_cmds-${PV}.patch + unpack ${A} + cd "${S}" + epatch "${WORKDIR}"/diskdev_cmds-${PV}.patch } src_compile() { @@ -25,7 +25,6 @@ src_compile() { } src_install() { - cd ${S} exeinto /sbin doexe fsck_hfs.tproj/fsck_hfs doexe newfs_hfs.tproj/newfs_hfs |