public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/multimon: ChangeLog multimon-1.0-r2.ebuild
Date: Wed, 20 Oct 2010 04:25:33 +0000 (UTC)	[thread overview]
Message-ID: <20101020042533.7A80520054@flycatcher.gentoo.org> (raw)

jer         10/10/20 04:25:33

  Modified:             ChangeLog
  Added:                multimon-1.0-r2.ebuild
  Log:
  Respect LDFLAGS (bug #337700), CC. Fix compiler warnings.
  
  (Portage version: 2.2_rc98/cvs/Linux i686)

Revision  Changes    Path
1.12                 app-misc/multimon/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/multimon/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/multimon/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/multimon/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	23 Sep 2009 16:05:55 -0000	1.11
+++ ChangeLog	20 Oct 2010 04:25:33 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/multimon
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.11 2009/09/23 16:05:55 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/ChangeLog,v 1.12 2010/10/20 04:25:33 jer Exp $
+
+*multimon-1.0-r2 (20 Oct 2010)
+
+  20 Oct 2010; Jeroen Roovers <jer@gentoo.org> +multimon-1.0-r2.ebuild,
+  +files/multimon-1.0-flags.patch, +files/multimon-1.0-includes.patch:
+  Respect LDFLAGS (bug #337700), CC. Fix compiler warnings.
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org> multimon-1.0.ebuild,
   multimon-1.0-r1.ebuild:



1.1                  app-misc/multimon/multimon-1.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/multimon/multimon-1.0-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/multimon/multimon-1.0-r2.ebuild?rev=1.1&content-type=text/plain

Index: multimon-1.0-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/multimon/multimon-1.0-r2.ebuild,v 1.1 2010/10/20 04:25:33 jer Exp $

EAPI="2"

inherit eutils toolchain-funcs

S=${WORKDIR}/multimon
SRC_URI="http://www.baycom.org/~tom/ham/linux/multimon.tar.gz"
HOMEPAGE="http://www.baycom.org/~tom/ham/linux/multimon.html"
DESCRIPTION="Multimon decodes digital transmission codes using OSS"

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

RDEPEND="x11-libs/libX11"

DEPEND="${RDEPEND}
	x11-proto/xproto"

src_prepare() {
	epatch \
		"${FILESDIR}"/${P}-flags.patch \
		"${FILESDIR}"/${P}-includes.patch
}

src_compile() {
	emake CFLAGS="${CFLAGS}" CC=$(tc-getCC) || die
}

src_install() {
	local myarch
	myarch=`uname -m`
	mv bin-${myarch}/gen bin-${myarch}/multimon-gen
	dobin bin-${myarch}/multimon-gen bin-${myarch}/mkcostab bin-${myarch}/multimon
}

pkg_postinst() {
	ewarn "The gen command has been renamed to multimon-gen to avoid conflicts"
	ewarn "with dev-ruby/gen (#247156)"
}






             reply	other threads:[~2010-10-20  4:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-20  4:25 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-01 23:59 [gentoo-commits] gentoo-x86 commit in app-misc/multimon: ChangeLog multimon-1.0-r2.ebuild Diego Petteno (flameeyes)
2012-11-03 13:10 Sergey Popov (pinkbyte)
2012-11-20 20:45 Agostino Sarubbo (ago)

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=20101020042533.7A80520054@flycatcher.gentoo.org \
    --to=jer@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