* [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/
@ 2017-08-20 19:48 Amy Liffey
0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2017-08-20 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 96c3f02fdf45745513594fa11d480204a96ce2c5
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 19:28:04 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 19:46:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c3f02f
app-misc/linuxspa: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild | 40 ++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
new file mode 100644
index 00000000000..82ee8a84334
--- /dev/null
+++ b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+MY_PN="LinuxSPA"
+DESCRIPTION="Linux Serial Protocol Analyser"
+HOMEPAGE="https://sourceforge.net/projects/serialsniffer/"
+SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_PN}"
+
+PATCHES=( "${FILESDIR}/${P}-compile-fix.patch" )
+
+src_prepare() {
+ default
+ sed -i Makefile \
+ -e 's| -o | $(LDFLAGS)&|g' \
+ || die "sed Makefile"
+}
+
+src_compile() {
+ emake \
+ CC="$(tc-getCC)" \
+ CFLAGS="${CFLAGS} -Wall" \
+ LDFLAGS="${LDFLAGS}"
+}
+
+src_install() {
+ dobin LinuxSPA std232
+ dodoc ASCII_Filter.txt BCircuit.txt LinuxSPA.png READING_Materials.txt \
+ README TODO connector-1a.ps connector-2a.ps cooked.file raw.file
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/
@ 2017-08-20 19:48 Amy Liffey
0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2017-08-20 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 9e67c73fb693c5fa356141e994a6d92bb45c7851
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 19:44:40 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 19:47:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e67c73f
app-misc/linuxspa: stable for x86
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild b/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
index 6809e385a14..d372d99c581 100644
--- a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
+++ b/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
S="${WORKDIR}/${MY_PN}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/
@ 2017-08-20 19:48 Amy Liffey
0 siblings, 0 replies; 6+ messages in thread
From: Amy Liffey @ 2017-08-20 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 1bc3b5373f1c5158f5479632d638069858e9993e
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 19:45:57 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 19:47:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bc3b537
app-misc/linuxspa: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-misc/linuxspa/linuxspa-0.7.1.ebuild | 33 ---------------------------------
1 file changed, 33 deletions(-)
diff --git a/app-misc/linuxspa/linuxspa-0.7.1.ebuild b/app-misc/linuxspa/linuxspa-0.7.1.ebuild
deleted file mode 100644
index 46dcb882357..00000000000
--- a/app-misc/linuxspa/linuxspa-0.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Linux Serial Protocol Analyser"
-HOMEPAGE="https://sourceforge.net/projects/serialsniffer/"
-SRC_URI="mirror://sourceforge/serialsniffer/LinuxSPA-0.7.1.tgz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-MY_PN="LinuxSPA"
-S="${WORKDIR}/${MY_PN}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-compile-fix.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin LinuxSPA std232
- insinto /usr/share/doc/${P}
- doins ASCII_Filter.txt BCircuit.txt LinuxSPA.png READING_Materials.txt
- doins README TODO connector-1a.ps connector-2a.ps cooked.file raw.file
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/
@ 2018-02-25 18:21 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-02-25 18:21 UTC (permalink / raw
To: gentoo-commits
commit: 8a91c1ad8df562f4949f46ea7d11c0c668c010ae
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 18:07:11 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 18:07:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a91c1ad
app-misc/linuxspa: x86 stable (bug #648484)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
index 82ee8a84334..bb0ccd7bc9d 100644
--- a/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
+++ b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
S="${WORKDIR}/${MY_PN}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/
@ 2018-02-28 8:59 Michael Palimaka
0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2018-02-28 8:59 UTC (permalink / raw
To: gentoo-commits
commit: 5e12074b1b68e7946c412b0740df03add3a4f5e8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 08:51:40 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 08:58:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e12074b
app-misc/linuxspa: remove 0.7.1-r1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild | 38 ------------------------------
1 file changed, 38 deletions(-)
diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild b/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
deleted file mode 100644
index d372d99c581..00000000000
--- a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-MY_PN="LinuxSPA"
-DESCRIPTION="Linux Serial Protocol Analyser"
-HOMEPAGE="https://sourceforge.net/projects/serialsniffer/"
-SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-compile-fix.patch
- sed -i Makefile \
- -e 's| -o | $(LDFLAGS)&|g' \
- || die "sed Makefile"
-}
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS} -Wall" \
- LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin LinuxSPA std232
- dodoc ASCII_Filter.txt BCircuit.txt LinuxSPA.png READING_Materials.txt \
- README TODO connector-1a.ps connector-2a.ps cooked.file raw.file
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/
@ 2023-04-16 20:01 Florian Schmaus
0 siblings, 0 replies; 6+ messages in thread
From: Florian Schmaus @ 2023-04-16 20:01 UTC (permalink / raw
To: gentoo-commits
commit: 2d29157cfa249adfa85f337cc731a65a92af50f8
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Apr 16 15:18:43 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Apr 16 20:00:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d29157c
app-misc/linuxspa: EAPI 8 bump
Closes: https://github.com/gentoo/gentoo/pull/30618
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
index efb3d532513c..44f68bb0d4d0 100644
--- a/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
+++ b/app-misc/linuxspa/linuxspa-0.7.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -9,13 +9,11 @@ MY_PN="LinuxSPA"
DESCRIPTION="Linux Serial Protocol Analyser"
HOMEPAGE="https://sourceforge.net/projects/serialsniffer/"
SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz"
-LICENSE="GPL-2"
+S="${WORKDIR}/${MY_PN}"
+LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}"
+KEYWORDS="~amd64 ~x86"
PATCHES=( "${FILESDIR}/${P}-compile-fix.patch" )
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-04-16 20:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-28 8:59 [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2023-04-16 20:01 Florian Schmaus
2018-02-25 18:21 Thomas Deutschmann
2017-08-20 19:48 Amy Liffey
2017-08-20 19:48 Amy Liffey
2017-08-20 19:48 Amy Liffey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox