public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/enet: ChangeLog enet-1.3.6.ebuild enet-1.3.3.ebuild
@ 2013-01-05 12:46 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2013-01-05 12:46 UTC (permalink / raw
  To: gentoo-commits

xmw         13/01/05 12:46:17

  Modified:             ChangeLog
  Added:                enet-1.3.6.ebuild
  Removed:              enet-1.3.3.ebuild
  Log:
  Version bump (thanks euscan), drop old
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.28                 net-libs/enet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/enet/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/enet/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/enet/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	15 Oct 2012 06:20:51 -0000	1.27
+++ ChangeLog	5 Jan 2013 12:46:17 -0000	1.28
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/enet
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v 1.27 2012/10/15 06:20:51 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v 1.28 2013/01/05 12:46:17 xmw Exp $
+
+*enet-1.3.6 (05 Jan 2013)
+
+  05 Jan 2013; Michael Weber <xmw@gentoo.org> -enet-1.3.3.ebuild,
+  +enet-1.3.6.ebuild:
+  Version bump (thanks euscan), drop old
 
 *enet-1.3.5 (15 Oct 2012)
 



1.1                  net-libs/enet/enet-1.3.6.ebuild

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

Index: enet-1.3.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/enet-1.3.6.ebuild,v 1.1 2013/01/05 12:46:17 xmw Exp $

EAPI=3
inherit base

DESCRIPTION="relatively thin, simple and robust network communication layer on top of UDP"
HOMEPAGE="http://enet.bespin.org/"
SRC_URI="http://enet.bespin.org/download/${P}.tar.gz"

LICENSE="MIT"
SLOT="1.3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="static-libs"

RDEPEND="!${CATEGORY}/${PN}:0"

DOCS=( "ChangeLog" "README" )

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_enable static-libs static)
}

src_install() {
	base_src_install
	if ! use static-libs ; then
		find "${D}" -type f -name '*.la' -exec rm {} + || die
	fi
}





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

only message in thread, other threads:[~2013-01-05 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-05 12:46 [gentoo-commits] gentoo-x86 commit in net-libs/enet: ChangeLog enet-1.3.6.ebuild enet-1.3.3.ebuild Michael Weber (xmw)

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