public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon (chainsaw)" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/fmtools: fmtools-1.0.2-r1.ebuild ChangeLog fmtools-1.0.2.ebuild
Date: Tue, 19 Oct 2010 20:05:00 +0000 (UTC)	[thread overview]
Message-ID: <20101019200500.D51B820051@flycatcher.gentoo.org> (raw)

chainsaw    10/10/19 20:05:00

  Modified:             ChangeLog fmtools-1.0.2.ebuild
  Added:                fmtools-1.0.2-r1.ebuild
  Log:
  Instill LDFLAGS respect into upstream build system. Closes bug #337449 by Diego Elio "Flameeyes" Pettenò <flameeyes@gentoo.org>.
  
  (Portage version: 2.1.9.20/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-sound/fmtools/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fmtools/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	11 Jun 2009 13:39:19 -0000	1.11
+++ ChangeLog	19 Oct 2010 20:05:00 -0000	1.12
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/fmtools
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fmtools/ChangeLog,v 1.11 2009/06/11 13:39:19 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fmtools/ChangeLog,v 1.12 2010/10/19 20:05:00 chainsaw Exp $
+
+*fmtools-1.0.2-r1 (19 Oct 2010)
+
+  19 Oct 2010; <chainsaw@gentoo.org> +fmtools-1.0.2-r1.ebuild,
+  +files/fmtools-1.0.2-ldflags.patch:
+  Instill LDFLAGS respect into upstream build system. Closes bug #337449 by
+  Diego Elio "Flameeyes" Pettenò <flameeyes@gentoo.org>.
 
   11 Jun 2009; Christian Faulhammer <fauli@gentoo.org> fmtools-1.0.2.ebuild:
   stable x86, bug 272680



1.5                  media-sound/fmtools/fmtools-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fmtools/fmtools-1.0.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fmtools/fmtools-1.0.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fmtools/fmtools-1.0.2.ebuild?r1=1.4&r2=1.5

Index: fmtools-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/fmtools/fmtools-1.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fmtools-1.0.2.ebuild	11 Jun 2009 13:39:19 -0000	1.4
+++ fmtools-1.0.2.ebuild	19 Oct 2010 20:05:00 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/fmtools/fmtools-1.0.2.ebuild,v 1.4 2009/06/11 13:39:19 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/fmtools/fmtools-1.0.2.ebuild,v 1.5 2010/10/19 20:05:00 chainsaw Exp $
 
 EAPI=2
 inherit toolchain-funcs



1.1                  media-sound/fmtools/fmtools-1.0.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fmtools/fmtools-1.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fmtools/fmtools-1.0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: fmtools-1.0.2-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/fmtools/fmtools-1.0.2-r1.ebuild,v 1.1 2010/10/19 20:05:00 chainsaw Exp $

EAPI=2
inherit base toolchain-funcs

DESCRIPTION="A collection of programs for controlling v4l radio card drivers."
HOMEPAGE="http://www.stanford.edu/~blp/fmtools"
SRC_URI="http://www.stanford.edu/~blp/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
PATCHES=( "${FILESDIR}/${P}-ldflags.patch" )

RDEPEND=""
DEPEND=""

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

src_install() {
	dobin fm fmscan || die "dobin failed"
	doman fm.1 fmscan.1
	dodoc CHANGES README
}






                 reply	other threads:[~2010-10-19 20:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20101019200500.D51B820051@flycatcher.gentoo.org \
    --to=chainsaw@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