diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-08-12 08:55:59 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-08-12 08:55:59 +0000 |
commit | 9b4976a71aefad9569d732eea8247b00faa34f5d (patch) | |
tree | 5fdc4a8ede40c185ae8fbaaaec1f32029ddaaa06 /app-arch | |
parent | Remove old code for KDE integration, not needed anymore. (diff) | |
download | gentoo-2-9b4976a71aefad9569d732eea8247b00faa34f5d.tar.gz gentoo-2-9b4976a71aefad9569d732eea8247b00faa34f5d.tar.bz2 gentoo-2-9b4976a71aefad9569d732eea8247b00faa34f5d.zip |
removed shar dependancy as per bug #101904
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/macutil/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/macutil/Manifest | 12 | ||||
-rw-r--r-- | app-arch/macutil/macutil-2.0_beta3.ebuild | 11 |
3 files changed, 11 insertions, 19 deletions
diff --git a/app-arch/macutil/ChangeLog b/app-arch/macutil/ChangeLog index 18beeec21340..0bb410137cb6 100644 --- a/app-arch/macutil/ChangeLog +++ b/app-arch/macutil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/macutil # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/macutil/ChangeLog,v 1.9 2005/08/10 13:21:35 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/macutil/ChangeLog,v 1.10 2005/08/12 08:55:59 dragonheart Exp $ + + 12 Aug 2005; Daniel Black <dragonheart@gentoo.org> + macutil-2.0_beta3.ebuild: + removed shar dependancy as per bug #101904 thanks to Francisco José + Cañizares Santofimia 10 Aug 2005; Daniel Black <dragonheart@gentoo.org> macutil-2.0_beta3.ebuild: diff --git a/app-arch/macutil/Manifest b/app-arch/macutil/Manifest index 225c5d2e2fdd..22053ba08695 100644 --- a/app-arch/macutil/Manifest +++ b/app-arch/macutil/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 bc4901a0d998c3792286f941109fc352 ChangeLog 1159 -MD5 1a7c6b6c79667d11348ffdf8d45c1287 macutil-2.0_beta3.ebuild 1039 +MD5 0353740aef3c16e3fb44764cbd37bb88 macutil-2.0_beta3.ebuild 973 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 MD5 6f82b90c8d88acde1cb4ddbdbaf56c80 files/digest-macutil-2.0_beta3 64 MD5 21ef82f8cce2374982bfad3dc94e92b2 files/2.0_beta3-gentoo.patch 523 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFC+f93mdTrptrqvGERArbNAJ9JK7rH/Z21dSb22jQdRdslmfRYLwCcD8vi -iIxYki9CokO3GJtAlP+7R/I= -=cr14 ------END PGP SIGNATURE----- diff --git a/app-arch/macutil/macutil-2.0_beta3.ebuild b/app-arch/macutil/macutil-2.0_beta3.ebuild index 597a73c64744..bfc38548476b 100644 --- a/app-arch/macutil/macutil-2.0_beta3.ebuild +++ b/app-arch/macutil/macutil-2.0_beta3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/macutil/macutil-2.0_beta3.ebuild,v 1.9 2005/08/10 13:21:35 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/macutil/macutil-2.0_beta3.ebuild,v 1.10 2005/08/12 08:55:59 dragonheart Exp $ inherit eutils @@ -13,15 +13,12 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc" IUSE="" - -DEPEND="app-arch/sharutils" -RDEPEND="${DEPEND} - >=sys-apps/sed-4" - +RDEPEND="" +DEPEND="sys-apps/sed" S="${WORKDIR}/${PN}" src_unpack() { - gzip -dc ${DISTDIR}/${A} | unshar || die + gzip -dc ${DISTDIR}/${A} | /bin/sh || die epatch ${FILESDIR}/${PV}-gentoo.patch || die cd ${PN} |