public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-block/mbuffer: ChangeLog mbuffer-20070911.ebuild
Date: Tue, 11 Sep 2007 20:04:56 +0000	[thread overview]
Message-ID: <E1IVByi-0005r4-P8@stork.gentoo.org> (raw)

vapier      07/09/11 20:04:56

  Modified:             ChangeLog
  Added:                mbuffer-20070911.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.16                 sys-block/mbuffer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/mbuffer/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/mbuffer/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/mbuffer/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-block/mbuffer/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	2 Sep 2007 18:31:39 -0000	1.15
+++ ChangeLog	11 Sep 2007 20:04:56 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for sys-block/mbuffer
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/ChangeLog,v 1.15 2007/09/02 18:31:39 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/ChangeLog,v 1.16 2007/09/11 20:04:56 vapier Exp $
+
+*mbuffer-20070911 (11 Sep 2007)
+
+  11 Sep 2007; Mike Frysinger <vapier@gentoo.org> +mbuffer-20070911.ebuild:
+  Version bump.
 
 *mbuffer-20070826 (02 Sep 2007)
 



1.1                  sys-block/mbuffer/mbuffer-20070911.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/mbuffer/mbuffer-20070911.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-block/mbuffer/mbuffer-20070911.ebuild?rev=1.1&content-type=text/plain

Index: mbuffer-20070911.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-block/mbuffer/mbuffer-20070911.ebuild,v 1.1 2007/09/11 20:04:56 vapier Exp $

inherit eutils autotools

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"

RDEPEND="ssl? ( dev-libs/openssl )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${PN}-20070317-configure.patch
	epatch "${FILESDIR}"/${PN}-20070317-mandir.patch
	sed -i 's: -O : :' Makefile.in
}

src_compile() {
	econf \
		$(use_enable ssl md5) \
		$(use_enable debug) \
		|| die "econf failed"
	emake || die "compile problem"
}

src_install() {
	emake install DESTDIR="${D}" || die "install failed"
	dodoc AUTHORS INSTALL NEWS README ChangeLog
}



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-09-11 20:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-11 20:04 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-12-03  8:08 [gentoo-commits] gentoo-x86 commit in sys-block/mbuffer: ChangeLog mbuffer-20070911.ebuild Christian Faulhammer (opfer)
2007-12-03 16:41 Christoph Mende (angelos)
2007-12-04 17:45 Gysbert Wassenaar (nixnut)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IVByi-0005r4-P8@stork.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox