public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/wimax: ChangeLog wimax-1.5.2.ebuild wimax-1.5.1-r1.ebuild wimax-1.5.1.ebuild
@ 2011-04-20 17:16 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; only message in thread
From: Alexey Shvetsov (alexxy) @ 2011-04-20 17:16 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/04/20 17:16:27

  Modified:             ChangeLog
  Added:                wimax-1.5.2.ebuild
  Removed:              wimax-1.5.1-r1.ebuild wimax-1.5.1.ebuild
  Log:
  [net-wireless/wimax] Version bump
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 net-wireless/wimax/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/wimax/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	24 Feb 2011 10:42:15 -0000	1.9
+++ ChangeLog	20 Apr 2011 17:16:27 -0000	1.10
@@ -1,6 +1,38 @@
 # ChangeLog for net-wireless/wimax
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/ChangeLog,v 1.9 2011/02/24 10:42:15 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/ChangeLog,v 1.10 2011/04/20 17:16:27 alexxy Exp $
+
+*wimax-1.5.2 (20 Apr 2011)
+
+  20 Apr 2011; Alexey Shvetsov <alexxy@gentoo.org> -wimax-1.5.1.ebuild,
+  -files/wimax-1.5.1-64bit-fixes.patch,
+  -files/wimax-1.5.1-fix-struct-packing-and-type-casting-issues.patch,
+  -files/wimax-1.5.1-kdapi.patch,
+  -files/wimax-1.5.1-malloc-free-warnings.patch,
+  -files/wimax-1.5.1-pthread-mutex-inconsistency.patch, +wimax-1.5.2.ebuild,
+  -files/updates/0001-wimax-network-service-64-bit-fixes.patch,
+  -files/updates/0002-cleanup-fix-struct-packing-and-type-casting-issues.patch,
+  -files/updates/0003-Fix-pthread_mutex_unlock-duplicate-call-in-OSALTrace.patc
+  h,
+  -files/updates/0004-Fix-a-lot-of-warnings-about-undefined-malloc-free.patch,
+  -files/updates/0005-remove-duplicate-typedef-for-u8.patch,
+  -files/updates/0006-wimaxcu-fix-array-size.patch,
+  -files/updates/0007-supplicant-fix-invocation-of-eap_peer_sm_init.patch,
+  -files/updates/0008-supplicant-Fix-eap_methods-array-setup-and-declarati.patc
+  h, -files/updates/0009-daemon-don-t-mask-SEGV-just-crash-and-dump-core.patch,
+  -files/updates/0010-OSAL-fix-OSAL_wcsmp-for-Linux-environments.patch,
+  -files/updates/0011-configure-remove-O2-by-default.patch,
+  -files/updates/0012-Allow-IP-handling-script-to-be-configurable-at-runti.patc
+  h, -files/updates/0013-Fix-typo-in-logrotate-script.patch,
+  -files/updates/0014-KDapi-Big-endian-support.patch,
+  -files/updates/0015-Wrappers-wmx_Preambles_t-alignment.patch,
+  -files/updates/0016-Wrappers-wmx_SystemStateUpdate-alignment.patch,
+  -files/updates/0017-L4_INTEL_80216_INDICATION-typedef-redefinition.patch,
+  -files/updates/0018-L5Common-Big-endian-support.patch,
+  -files/updates/0019-Supplicant-Big-endian-support.patch,
+  -files/updates/0020-endianess-use-endian.h-to-determine-endianess-vs-sta.patc
+  h, -wimax-1.5.1-r1.ebuild:
+  Version bump
 
   24 Feb 2011; Alexey Shvetsov <alexxy@gentoo.org> wimax-1.5.1-r1.ebuild:
   Fix building



1.1                  net-wireless/wimax/wimax-1.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/wimax-1.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/wimax/wimax-1.5.2.ebuild?rev=1.1&content-type=text/plain

Index: wimax-1.5.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/wimax/wimax-1.5.2.ebuild,v 1.1 2011/04/20 17:16:27 alexxy Exp $

EAPI="3"

inherit linux-info base autotools

DESCRIPTION="Intel WiMAX daemon used to interface to the hardware"
HOMEPAGE="http://www.linuxwimax.org/"
SRC_URI="http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=${P}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-libs/libnl-1.1
		>=sys-kernel/linux-headers-2.6.34"
RDEPEND="${DEPEND}
		net-wireless/wimax-tools
		net-wireless/wpa_supplicant[wimax]"

src_configure() {
	econf \
		--with-libwimaxll=/usr/$(get_libdir) \
		--localstatedir=/var \
		--with-i2400m=/usr || die "econf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	doinitd "${FILESDIR}"/wimax || die "failed to place the init daemon"
	sed -e "s:/usr/lib/libeap.so.0:/usr/$(get_libdir)/libeap.so.0:g" \
		-e "s:<GetDeviceTraces>3</GetDeviceTraces>:<GetDeviceTraces>0</GetDeviceTraces>:g" \
		-e "s:<OutputTarget>console</OutputTarget>:<OutputTarget>daemon</OutputTarget>:g" \
		-e "s:<IPRenew>1</IPRenew>:<IPRenew>0</IPRenew>:g" \
		-i "${D}/etc/wimax/config.xml" || die "Fixing config failed"
	# Drop udev rusles for now
	rm -rf  "${D}/etc/udev"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-20 17:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20 17:16 [gentoo-commits] gentoo-x86 commit in net-wireless/wimax: ChangeLog wimax-1.5.2.ebuild wimax-1.5.1-r1.ebuild wimax-1.5.1.ebuild Alexey Shvetsov (alexxy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox