From 431256b3917033a40d941f676f0fd92fbbb08ee2 Mon Sep 17 00:00:00 2001 From: Tony Vroon Date: Tue, 19 May 2015 12:55:25 +0000 Subject: Version bump, as requested by Jonas Stein in bug #546688. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A) --- sys-block/mbuffer/ChangeLog | 9 +++++++-- sys-block/mbuffer/mbuffer-20150412.ebuild | 32 +++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 sys-block/mbuffer/mbuffer-20150412.ebuild (limited to 'sys-block') diff --git a/sys-block/mbuffer/ChangeLog b/sys-block/mbuffer/ChangeLog index 2325d87afab6..248c039801bb 100644 --- a/sys-block/mbuffer/ChangeLog +++ b/sys-block/mbuffer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-block/mbuffer -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/ChangeLog,v 1.32 2014/01/28 06:45:26 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/ChangeLog,v 1.33 2015/05/19 12:55:25 chainsaw Exp $ + +*mbuffer-20150412 (19 May 2015) + + 19 May 2015; Tony Vroon +mbuffer-20150412.ebuild: + Version bump, as requested by Jonas Stein in bug #546688. *mbuffer-20140126 (28 Jan 2014) diff --git a/sys-block/mbuffer/mbuffer-20150412.ebuild b/sys-block/mbuffer/mbuffer-20150412.ebuild new file mode 100644 index 000000000000..0999a76ad35a --- /dev/null +++ b/sys-block/mbuffer/mbuffer-20150412.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/mbuffer-20150412.ebuild,v 1.1 2015/05/19 12:55:25 chainsaw Exp $ + +EAPI="4" + +inherit eutils + +DESCRIPTION="M(easuring)buffer is a replacement for buffer with additional functionality" +HOMEPAGE="http://www.maier-komor.de/mbuffer.html" +SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="debug ssl" + +DEPEND="ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND}" + +src_prepare() { + ln -s "${DISTDIR}"/${P}.tgz test.tar #258881 + # work around "multi off" in /etc/host.conf and "::1 localhost" + # *not* being the *first* "localhost" entry in /etc/hosts + epatch "${FILESDIR}/${PN}-20121111-resolv-multi-order-issue.patch" +} + +src_configure() { + econf \ + $(use_enable ssl md5) \ + $(use_enable debug) +} -- cgit v1.2.3-65-gdbad