From: "Sven Wegener" <swegener@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/urjtag/
Date: Thu, 31 Dec 2015 13:11:28 +0000 (UTC) [thread overview]
Message-ID: <1451567391.fb314e81beb8f3dcaa41b8db99b3b1e974708488.swegener@gentoo> (raw)
commit: fb314e81beb8f3dcaa41b8db99b3b1e974708488
Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 13:05:39 2015 +0000
Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 13:09:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb314e81
dev-embedded/urjtag: Revision bump, SLOT dep on libftdi, bug #503908
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>
dev-embedded/urjtag/urjtag-0.10-r1.ebuild | 57 +++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/dev-embedded/urjtag/urjtag-0.10-r1.ebuild b/dev-embedded/urjtag/urjtag-0.10-r1.ebuild
new file mode 100644
index 0000000..cfac982
--- /dev/null
+++ b/dev-embedded/urjtag/urjtag-0.10-r1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# TODO: figure out htf to make python.eclass work
+
+EAPI="5"
+
+inherit eutils multilib
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="git://urjtag.git.sourceforge.net/gitroot/urjtag/urjtag"
+ EGIT_SOURCEDIR=${WORKDIR}
+ inherit git-r3 autotools
+ S=${WORKDIR}/${PN}
+else
+ SRC_URI="mirror://sourceforge/urjtag/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+fi
+
+DESCRIPTION="tool for communicating over JTAG with flash chips, CPUs, and many more (fork of openwince jtag)"
+HOMEPAGE="http://urjtag.sourceforge.net/"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="ftd2xx ftdi readline usb"
+
+DEPEND="ftdi? ( dev-embedded/libftdi:0 )
+ ftd2xx? ( dev-embedded/libftd2xx )
+ readline? ( sys-libs/readline:= )
+ usb? ( virtual/libusb:0 )"
+RDEPEND="${DEPEND}
+ !dev-embedded/jtag"
+
+src_prepare() {
+ if [[ ${PV} == "9999" ]] ; then
+ mkdir -p m4
+ eautopoint
+ eautoreconf
+ fi
+}
+
+src_configure() {
+ use readline || export vl_cv_lib_readline=no
+ use ftd2xx && LDFLAGS="${LDFLAGS} -L/opt/$(get_libdir)"
+
+ econf \
+ --disable-werror \
+ --disable-python \
+ $(use_with ftdi libftdi) \
+ $(use_with ftd2xx) \
+ $(use_with usb libusb)
+}
+
+src_install() {
+ default
+ prune_libtool_files
+}
next reply other threads:[~2015-12-31 13:11 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-31 13:11 Sven Wegener [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-31 13:11 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/urjtag/ Sven Wegener
2015-12-31 13:27 Sven Wegener
2015-12-31 13:29 Sven Wegener
2015-12-31 16:23 Sven Wegener
2016-01-10 11:17 Sven Wegener
2016-10-30 20:05 Sven Wegener
2017-03-23 20:53 David Seifert
2019-11-23 18:19 Michał Górny
2019-11-23 18:19 Michał Górny
2020-12-27 20:19 Sam James
2021-02-11 7:55 Sam James
2021-02-12 9:57 Sam James
2021-02-16 12:30 Sam James
2021-02-18 8:37 Sam James
2021-04-18 22:22 Andreas Sturmlechner
2023-06-08 11:23 Viorel Munteanu
2023-08-06 10:05 Viorel Munteanu
2023-09-07 14:41 Sam James
2023-09-07 14:41 Sam James
2023-09-07 17:02 Sam James
2023-09-15 4:52 Viorel Munteanu
2023-09-15 4:52 Viorel Munteanu
2024-08-24 18:37 Joonas Niilola
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=1451567391.fb314e81beb8f3dcaa41b8db99b3b1e974708488.swegener@gentoo \
--to=swegener@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