public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/ucspi-unix: ChangeLog ucspi-unix-0.36-r4.ebuild
@ 2010-01-14 18:20 Thilo Bangert (bangert)
  0 siblings, 0 replies; only message in thread
From: Thilo Bangert (bangert) @ 2010-01-14 18:20 UTC (permalink / raw
  To: gentoo-commits

bangert     10/01/14 18:20:46

  Modified:             ChangeLog
  Added:                ucspi-unix-0.36-r4.ebuild
  Log:
  EAPI2 - multilib ready - use local var - use newstyle bglibs paths - fix parallel build (bug #297986)
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.24                 sys-apps/ucspi-unix/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ucspi-unix/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ucspi-unix/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ucspi-unix/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	22 Dec 2009 21:45:32 -0000	1.23
+++ ChangeLog	14 Jan 2010 18:20:45 -0000	1.24
@@ -1,6 +1,14 @@
 # ChangeLog for sys-apps/ucspi-unix
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ChangeLog,v 1.23 2009/12/22 21:45:32 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ChangeLog,v 1.24 2010/01/14 18:20:45 bangert Exp $
+
+*ucspi-unix-0.36-r4 (14 Jan 2010)
+
+  14 Jan 2010; Thilo Bangert <bangert@gentoo.org>
+  +ucspi-unix-0.36-r4.ebuild,
+  +files/ucspi-unix-0.36-fix-parallel-build.patch:
+  EAPI2 - multilib ready - use local var - use newstyle bglibs paths - fix
+  parallel build (bug #297986)
 
   22 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   ucspi-unix-0.36-r3.ebuild:



1.1                  sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild?rev=1.1&content-type=text/plain

Index: ucspi-unix-0.36-r4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-unix/ucspi-unix-0.36-r4.ebuild,v 1.1 2010/01/14 18:20:45 bangert Exp $

EAPI="2"

inherit eutils toolchain-funcs multilib

DESCRIPTION="A ucspi implementation for unix sockets"
HOMEPAGE="http://untroubled.org/ucspi-unix/"
SRC_URI="http://untroubled.org/ucspi-unix/archive/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND=">=dev-libs/bglibs-1.106"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-gentoo-head.patch
	epatch "${FILESDIR}"/${P}-include-sys_socket.h.patch
	epatch "${FILESDIR}"/${P}-fix-parallel-build.patch
}

src_configure() {
	local has_peercred
	use kernel_linux && has_peercred="-DHASPEERCRED=1"

	echo "$(tc-getCC) ${CFLAGS} -I/usr/include/bglibs ${has_peercred} -D_GNU_SOURCE" > conf-cc
	echo "$(tc-getCC) ${LDFLAGS} -L/usr/$(get_libdir)/bglibs" > conf-ld
}

src_install() {
	dobin unixserver unixclient unixcat || die
	doman unixserver.1 unixclient.1
	dodoc ANNOUNCEMENT NEWS PROTOCOL README TODO
}






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

only message in thread, other threads:[~2010-01-14 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-14 18:20 [gentoo-commits] gentoo-x86 commit in sys-apps/ucspi-unix: ChangeLog ucspi-unix-0.36-r4.ebuild Thilo Bangert (bangert)

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