diff options
author | 2005-02-12 00:43:02 +0000 | |
---|---|---|
committer | 2005-02-12 00:43:02 +0000 | |
commit | 2f1f8ddd110967ae46f8ec7a0525a1105f358f43 (patch) | |
tree | 1460f88ef1b182b246b89bf8599d81b8d2ab26cc /sys-apps/sed | |
parent | xmms-plugin.eclass is an eclass for installing the xmms plugins that are pack... (diff) | |
download | historical-2f1f8ddd110967ae46f8ec7a0525a1105f358f43.tar.gz historical-2f1f8ddd110967ae46f8ec7a0525a1105f358f43.tar.bz2 historical-2f1f8ddd110967ae46f8ec7a0525a1105f358f43.zip |
punt macos cruft
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/Manifest | 6 | ||||
-rw-r--r-- | sys-apps/sed/sed-4.0.9.ebuild | 8 | ||||
-rw-r--r-- | sys-apps/sed/sed-4.1.2.ebuild | 8 |
3 files changed, 9 insertions, 13 deletions
diff --git a/sys-apps/sed/Manifest b/sys-apps/sed/Manifest index 0a5b83204aaf..3d9f1d16b32b 100644 --- a/sys-apps/sed/Manifest +++ b/sys-apps/sed/Manifest @@ -1,8 +1,8 @@ -MD5 d9f2065d2fae1d6c1da923ab9855e92d sed-4.1.2.ebuild 1840 MD5 3b7b02b859cd975d6ec26e1cd1831c8c ChangeLog 8187 -MD5 33394ed56278d3c6b88ce3a99180f7a9 sed-4.0.9.ebuild 1828 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 a5dfcb88b6c30063935feb43f09ebddd sed-4.1.2.ebuild 1800 +MD5 ceac4c4a3a356201f7540e95ab08408e sed-4.0.9.ebuild 1788 MD5 da2101c043ce802aabb650bea031a52d files/digest-sed-4.1.2 61 -MD5 2502535e2cc93fa49d1c2fdc31eff1b2 files/unix2dos 56 MD5 1f789b81b2d7992345e1490c68ad5477 files/dos2unix 59 +MD5 2502535e2cc93fa49d1c2fdc31eff1b2 files/unix2dos 56 MD5 a244109e1adcbd40a02446fb23df33c1 files/digest-sed-4.0.9 61 diff --git a/sys-apps/sed/sed-4.0.9.ebuild b/sys-apps/sed/sed-4.0.9.ebuild index db88d965e06e..23aabdd31e34 100644 --- a/sys-apps/sed/sed-4.0.9.ebuild +++ b/sys-apps/sed/sed-4.0.9.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/sys-apps/sed/sed-4.0.9.ebuild,v 1.30 2005/01/02 23:50:06 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.0.9.ebuild,v 1.31 2005/02/12 00:43:02 vapier Exp $ inherit gnuconfig flag-o-matic @@ -36,9 +36,7 @@ src_compile() { fi local myconf="" - if use macos || use ppc-macos ; then - myconf="--program-prefix=g" - fi + use ppc-macos && myconf="--program-prefix=g" econf \ $(use_enable nls) \ ${myconf} \ @@ -67,7 +65,7 @@ src_install() { fi rm -f "${D}/usr/bin/sed" - if use macos || use ppc-macos ; then + if use ppc-macos ; then cd "${D}" local x for x in $(find . -name 'sed*' -print); diff --git a/sys-apps/sed/sed-4.1.2.ebuild b/sys-apps/sed/sed-4.1.2.ebuild index fcaa743cd95e..cc9622dc6e13 100644 --- a/sys-apps/sed/sed-4.1.2.ebuild +++ b/sys-apps/sed/sed-4.1.2.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/sys-apps/sed/sed-4.1.2.ebuild,v 1.8 2005/01/02 23:50:06 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.1.2.ebuild,v 1.9 2005/02/12 00:43:02 vapier Exp $ inherit gnuconfig flag-o-matic @@ -36,9 +36,7 @@ src_compile() { fi local myconf="" - if use macos || use ppc-macos ; then - myconf="--program-prefix=g" - fi + use ppc-macos && myconf="--program-prefix=g" econf \ $(use_enable nls) \ ${myconf} \ @@ -67,7 +65,7 @@ src_install() { fi rm -f "${D}/usr/bin/sed" - if use macos || use ppc-macos ; then + if use ppc-macos ; then cd "${D}" local x for x in $(find . -name 'sed*' -print); |