From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-listserialportsc/
Date: Sat, 26 Aug 2023 13:34:20 +0000 (UTC) [thread overview]
Message-ID: <1693056842.f4805b03147f0054429cc471cbbb09e7fbf4adde.asturm@gentoo> (raw)
commit: f4805b03147f0054429cc471cbbb09e7fbf4adde
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 13:31:23 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 26 13:34:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4805b03
dev-embedded/arduino-listserialportsc: drop 1.4.0
Closes: https://bugs.gentoo.org/913059
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../arduino-listserialportsc-1.4.0.ebuild | 43 ----------------------
1 file changed, 43 deletions(-)
diff --git a/dev-embedded/arduino-listserialportsc/arduino-listserialportsc-1.4.0.ebuild b/dev-embedded/arduino-listserialportsc/arduino-listserialportsc-1.4.0.ebuild
deleted file mode 100644
index b9a28eb7e8cd..000000000000
--- a/dev-embedded/arduino-listserialportsc/arduino-listserialportsc-1.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit java-pkg-2 toolchain-funcs
-
-DESCRIPTION="Arduino helper library to list serial ports"
-HOMEPAGE="https://github.com/arduino/listSerialPortsC"
-SRC_URI="https://github.com/arduino/listSerialPortsC/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=dev-libs/libserialport-0.1.1"
-DEPEND="${RDEPEND}
- >=virtual/jdk-1.8"
-
-S="${WORKDIR}/listSerialPortsC-${PV}"
-
-src_compile() {
- $(tc-getCC) -O2 -Wall ${CPPFLAGS} ${CFLAGS} -c -o main.o main.c || die
-
- $(tc-getCC) ${CFLAGS} ${LDFLAGS} main.o -lserialport -o listSerialC || die
-
- $(tc-getCC) \
- -O2 -Wall ${CPPFLAGS} ${CFLAGS} -fPIC \
- -I$(java-config-2 -o)/include \
- -I$(java-config-2 -o)/include/linux \
- -o jnilib.o -c jnilib.c || die
-
- $(tc-getCC) \
- ${CFLAGS} ${LDFLAGS} \
- -shared -Wl,-soname,liblistSerialsj.so \
- jnilib.o -lserialport -o liblistSerialsj.so.${PV} || die
-}
-
-src_install() {
- dobin listSerialC
- dolib liblistSerialsj.so.${PV}
- dosym liblistSerialsj.so.${PV} /usr/$(get_libdir)/liblistSerialsj.so
-}
next reply other threads:[~2023-08-26 13:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-26 13:34 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-26 13:30 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/arduino-listserialportsc/ Sam James
2023-08-26 13:30 Sam James
2023-07-21 7:14 Viorel Munteanu
2022-03-26 0:09 Sam James
2018-10-24 7:34 Mikle Kolyada
2018-10-17 12:07 Thomas Deutschmann
2018-07-22 23:32 Virgil Dupras
2018-03-06 19:59 Amy Liffey
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=1693056842.f4805b03147f0054429cc471cbbb09e7fbf4adde.asturm@gentoo \
--to=asturm@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