chainsaw 15/05/19 12:55:25 Modified: ChangeLog Added: mbuffer-20150412.ebuild Log: 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)
Revision Changes Path 1.33 sys-block/mbuffer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/mbuffer/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/mbuffer/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/mbuffer/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-block/mbuffer/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 28 Jan 2014 06:45:26 -0000 1.32 +++ ChangeLog 19 May 2015 12:55:25 -0000 1.33 @@ -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 <[email protected]> +mbuffer-20150412.ebuild: + Version bump, as requested by Jonas Stein in bug #546688. *mbuffer-20140126 (28 Jan 2014) 1.1 sys-block/mbuffer/mbuffer-20150412.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/mbuffer/mbuffer-20150412.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/mbuffer/mbuffer-20150412.ebuild?rev=1.1&content-type=text/plain Index: mbuffer-20150412.ebuild =================================================================== # 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) }
