diff options
author | 2005-02-10 01:45:48 +0000 | |
---|---|---|
committer | 2005-02-10 01:45:48 +0000 | |
commit | fd387708ed34750d485cc2c3304b522bd9200c05 (patch) | |
tree | 1547b9d95de30672b39ff3117799c8b780ff6423 | |
parent | Check user only when changing implementation. Fix libglx bug #79552. (diff) | |
download | historical-fd387708ed34750d485cc2c3304b522bd9200c05.tar.gz historical-fd387708ed34750d485cc2c3304b522bd9200c05.tar.bz2 historical-fd387708ed34750d485cc2c3304b522bd9200c05.zip |
Unstable ppc-macos
Package-Manager: portage-2.0.51-r15
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/netselect/Manifest | 6 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r1.ebuild | 11 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3.ebuild | 4 |
4 files changed, 17 insertions, 11 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index 4425c1557d7a..a61131f1dc9e 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netselect -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.21 2004/12/29 02:54:05 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.22 2005/02/10 01:45:48 j4rg0n Exp $ + + 09 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> netselect-0.3-r1.ebuild: + Unstable ppc-macos 29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/net-analyzer/netselect/Manifest b/net-analyzer/netselect/Manifest index 195d3cef5f7c..bc4e99f65422 100644 --- a/net-analyzer/netselect/Manifest +++ b/net-analyzer/netselect/Manifest @@ -1,6 +1,6 @@ -MD5 6e268db4dd4a6e912ae74f4762adefda netselect-0.3-r1.ebuild 1021 -MD5 8ab9382ee111192e4c3d55d96fc437d4 ChangeLog 2325 +MD5 b84ab34186e4ed096620fb97e67c2ea8 ChangeLog 2420 MD5 b4a519c8440c3016ab875b1e47ad33e2 metadata.xml 227 -MD5 0df09368d31b618b7bd6ddd368e1423a netselect-0.3.ebuild 774 +MD5 f770faf7bef9f5d6d2888048b882326d netselect-0.3-r1.ebuild 1166 +MD5 ed9af38651ff81fcae36bbdd710f83de netselect-0.3.ebuild 772 MD5 7396c62cc3e5735019287ae62229dd48 files/digest-netselect-0.3 64 MD5 7396c62cc3e5735019287ae62229dd48 files/digest-netselect-0.3-r1 64 diff --git a/net-analyzer/netselect/netselect-0.3-r1.ebuild b/net-analyzer/netselect/netselect-0.3-r1.ebuild index a1d02c1ad329..7f4d8849787c 100644 --- a/net-analyzer/netselect/netselect-0.3-r1.ebuild +++ b/net-analyzer/netselect/netselect-0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.8 2004/11/22 16:26:37 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.9 2005/02/10 01:45:48 j4rg0n Exp $ inherit flag-o-matic @@ -10,13 +10,13 @@ SRC_URI="http://www.worldvisions.ca/~apenwarr/netselect/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm hppa amd64 ~ia64 ~ppc64 ~s390" +KEYWORDS="x86 ~ppc sparc ~mips alpha ~arm hppa amd64 ~ia64 ~ppc64 ~s390 ~ppc-macos" IUSE="" S="${WORKDIR}/${PN}" src_compile() { - append-ldflags "-Wl,-z,now" + use ppc-macos || append-ldflags "-Wl,-z,now" sed -i \ -e "s:PREFIX =.*:PREFIX = ${D}usr:" \ @@ -26,6 +26,9 @@ src_compile() { -e '34d' \ Makefile \ || die "sed Makefile failed" + if use ppc-macos; then + sed -i -e "s:<endian.h>:<machine/endian.h>:" netselect.c || die "sed Makefile failed" + fi emake || die "emake failed" } diff --git a/net-analyzer/netselect/netselect-0.3.ebuild b/net-analyzer/netselect/netselect-0.3.ebuild index 51fcb0abe1d3..f633688f6c4e 100644 --- a/net-analyzer/netselect/netselect-0.3.ebuild +++ b/net-analyzer/netselect/netselect-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.17 2004/06/24 22:12:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.18 2005/02/10 01:45:48 j4rg0n Exp $ DESCRIPTION="Ultrafast implementation of ping." HOMEPAGE="http://www.worldvisions.ca/~apenwarr/netselect/" |