* [gentoo-commits] repo/gentoo:master commit in: net-wireless/crackle/
@ 2021-10-21 18:25 Jakov Smolić
0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2021-10-21 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 4217477b2eb0ebd8b1edcf7b8c1240e52e362096
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 17:01:39 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 18:22:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4217477b
net-wireless/crackle: Remove 9999 ebuild
Still uses EAPI 5
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
net-wireless/crackle/crackle-9999.ebuild | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/net-wireless/crackle/crackle-9999.ebuild b/net-wireless/crackle/crackle-9999.ebuild
deleted file mode 100644
index 6e8816d8508..00000000000
--- a/net-wireless/crackle/crackle-9999.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Crackle cracks BLE Encryption (AKA Bluetooth Smart)"
-HOMEPAGE="http://lacklustre.net/projects/crackle/"
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/mikeryan/crackle.git"
- inherit git-r3
-else
- SRC_URI="http://lacklustre.net/projects/crackle/${P}.tgz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}
- test? ( dev-lang/perl )"
-
-src_install() {
- DESTDIR="${ED}" PREFIX=/usr emake install
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/crackle/
@ 2022-08-11 10:55 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-08-11 10:55 UTC (permalink / raw
To: gentoo-commits
commit: 4818d833754808c748de721eca0e224f1a792b5a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 10:54:39 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 10:54:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4818d833
net-wireless/crackle: fix UnquotedVariable
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-wireless/crackle/crackle-0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-wireless/crackle/crackle-0.1-r1.ebuild b/net-wireless/crackle/crackle-0.1-r1.ebuild
index 9bcfc7aa0696..6c0f1f76dee8 100644
--- a/net-wireless/crackle/crackle-0.1-r1.ebuild
+++ b/net-wireless/crackle/crackle-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,7 @@ RDEPEND="${DEPEND}"
RESTRICT="test"
PATCHES=(
- ${FILESDIR}"/flags.patch"
+ "${FILESDIR}"/flags.patch
)
src_configure() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/crackle/
@ 2021-10-21 18:25 Jakov Smolić
0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2021-10-21 18:25 UTC (permalink / raw
To: gentoo-commits
commit: aaca421abdb128a7e7600b9e1de1a01b4524d386
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 17:01:29 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 18:22:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaca421a
net-wireless/crackle: Port to EAPI 8
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
.../crackle/{crackle-0.1.ebuild => crackle-0.1-r1.ebuild} | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/net-wireless/crackle/crackle-0.1.ebuild b/net-wireless/crackle/crackle-0.1-r1.ebuild
similarity index 80%
rename from net-wireless/crackle/crackle-0.1.ebuild
rename to net-wireless/crackle/crackle-0.1-r1.ebuild
index c7a694212e4..9bcfc7aa069 100644
--- a/net-wireless/crackle/crackle-0.1.ebuild
+++ b/net-wireless/crackle/crackle-0.1-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-inherit epatch
+inherit toolchain-funcs
DESCRIPTION="Crackle cracks BLE Encryption (AKA Bluetooth Smart)"
HOMEPAGE="http://lacklustre.net/projects/crackle/"
@@ -12,15 +12,18 @@ SRC_URI="http://lacklustre.net/projects/crackle/${P}.tgz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="net-libs/libpcap"
RDEPEND="${DEPEND}"
RESTRICT="test"
-src_prepare() {
- epatch "${FILESDIR}"/flags.patch
+PATCHES=(
+ ${FILESDIR}"/flags.patch"
+)
+
+src_configure() {
+ tc-export CC
}
src_install() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/crackle/
@ 2017-10-04 9:15 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-10-04 9:15 UTC (permalink / raw
To: gentoo-commits
commit: 840d5cb3fba4609c1ad7cc8e9dea79df3e1956db
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 4 07:31:04 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 4 09:14:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840d5cb3
net-wireless/crackle: Strip empty metadata.xml elements
net-wireless/crackle/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/net-wireless/crackle/metadata.xml b/net-wireless/crackle/metadata.xml
index ea40f278355..0bd171786a1 100644
--- a/net-wireless/crackle/metadata.xml
+++ b/net-wireless/crackle/metadata.xml
@@ -5,6 +5,4 @@
<email>zerochaos@gentoo.org</email>
<name>Rick Farina</name>
</maintainer>
-<longdescription lang="en">
-</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-wireless/crackle/
@ 2016-11-07 16:09 Richard Farina
0 siblings, 0 replies; 5+ messages in thread
From: Richard Farina @ 2016-11-07 16:09 UTC (permalink / raw
To: gentoo-commits
commit: ebf3029259aa340b54e8d392263b66061d9e9973
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 7 16:08:36 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Mon Nov 7 16:09:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf30292
net-wireless/crackle: add live ebuild for testing next release
Package-Manager: portage-2.3.2
net-wireless/crackle/crackle-9999.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/net-wireless/crackle/crackle-9999.ebuild b/net-wireless/crackle/crackle-9999.ebuild
new file mode 100644
index 00000000..65b8d93
--- /dev/null
+++ b/net-wireless/crackle/crackle-9999.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils
+
+DESCRIPTION="Crackle cracks BLE Encryption (AKA Bluetooth Smart)"
+HOMEPAGE="http://lacklustre.net/projects/crackle/"
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="https://github.com/mikeryan/crackle.git"
+ inherit git-r3
+ KEYWORDS=""
+else
+ SRC_URI="http://lacklustre.net/projects/crackle/${P}.tgz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="net-libs/libpcap"
+DEPEND="${RDEPEND}
+ test? ( dev-lang/perl )"
+
+src_install() {
+ DESTDIR="${ED}" PREFIX=/usr emake install
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-08-11 10:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-21 18:25 [gentoo-commits] repo/gentoo:master commit in: net-wireless/crackle/ Jakov Smolić
-- strict thread matches above, loose matches on Subject: below --
2022-08-11 10:55 Sam James
2021-10-21 18:25 Jakov Smolić
2017-10-04 9:15 Michał Górny
2016-11-07 16:09 Richard Farina
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox