public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libhackrf: libhackrf-2014.04.1.ebuild ChangeLog
@ 2014-05-01 14:41 Richard Farina (zerochaos)
  0 siblings, 0 replies; only message in thread
From: Richard Farina (zerochaos) @ 2014-05-01 14:41 UTC (permalink / raw
  To: gentoo-commits

zerochaos    14/05/01 14:41:41

  Modified:             ChangeLog
  Added:                libhackrf-2014.04.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

Revision  Changes    Path
1.6                  net-libs/libhackrf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libhackrf/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Jul 2013 04:52:57 -0000	1.5
+++ ChangeLog	1 May 2014 14:41:41 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libhackrf
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libhackrf/ChangeLog,v 1.5 2013/07/27 04:52:57 zerochaos Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libhackrf/ChangeLog,v 1.6 2014/05/01 14:41:41 zerochaos Exp $
+
+*libhackrf-2014.04.1 (01 May 2014)
+
+  01 May 2014; Rick Farina <zerochaos@gentoo.org> +libhackrf-2014.04.1.ebuild:
+  version bump
 
 *libhackrf-2013.07.1 (27 Jul 2013)
 



1.1                  net-libs/libhackrf/libhackrf-2014.04.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/libhackrf-2014.04.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhackrf/libhackrf-2014.04.1.ebuild?rev=1.1&content-type=text/plain

Index: libhackrf-2014.04.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libhackrf/libhackrf-2014.04.1.ebuild,v 1.1 2014/05/01 14:41:41 zerochaos Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="library for communicating with HackRF SDR platform"
HOMEPAGE="http://greatscottgadgets.com/hackrf/"

if [[ ${PV} == "9999" ]] ; then
	EGIT_REPO_URI="https://github.com/mossmann/hackrf.git"
	inherit git-2
	KEYWORDS=""
	EGIT_SOURCEDIR="${WORKDIR}/hackrf"
	S="${WORKDIR}/hackrf/host/libhackrf"
else
	S="${WORKDIR}/hackrf-${PV}/host/libhackrf"
	SRC_URI="mirror://sourceforge/hackrf/hackrf-${PV}.tar.xz"
	KEYWORDS="~amd64 ~arm ~ppc ~x86"
fi

LICENSE="BSD"
SLOT="0/${PV}"
IUSE=""

DEPEND="virtual/libusb:1"
RDEPEND="${DEPEND}"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-01 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-01 14:41 [gentoo-commits] gentoo-x86 commit in net-libs/libhackrf: libhackrf-2014.04.1.ebuild ChangeLog Richard Farina (zerochaos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox