From 3b882b15eed3bb219b5f340b63733c8cda643079 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 19 Aug 2023 15:38:48 +0100 Subject: gentoo auto-resync : 19:08:2023 - 15:38:48 --- net-analyzer/multimon-ng/Manifest | 6 ++--- net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild | 32 ----------------------- net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild | 32 +++++++++++++++++++++++ net-analyzer/multimon-ng/multimon-ng-9999.ebuild | 6 ++--- 4 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild create mode 100644 net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild (limited to 'net-analyzer/multimon-ng') diff --git a/net-analyzer/multimon-ng/Manifest b/net-analyzer/multimon-ng/Manifest index b95d5bc47be6..23fb4d49dca0 100644 --- a/net-analyzer/multimon-ng/Manifest +++ b/net-analyzer/multimon-ng/Manifest @@ -1,4 +1,4 @@ -DIST multimon-ng-1.1.9.tar.gz 2433964 BLAKE2B c2d72ba3b19ba162cb6fa9b8c1a66d950f3ed0acb36117ce070fbb9ede1837225b7349f473477020eea0ba727b6ea088688dbfaa50257702f337f1270ff5a233 SHA512 a30d8933b6cd0150a24a70544c03fa418bb5bdb00ab5531692f7153b59593455a915078a7417fb08c815b140f4c25786a9c412503dc50bead54f9dda304c053e -EBUILD multimon-ng-1.1.9.ebuild 828 BLAKE2B 08c882f603e300ca39d17b6f3a684f4aebabb6aeedb60d2d28af480cac1bcfa12a3fc33af58677ada74a67c4e187aea9190b8f5bbbb5c253de9450692892ff15 SHA512 5a48dd1ac995e8db0a96c17717580d5cc06d3b481b17a30d7149c300b8c4477ce17dbf66d00ee3273c7fecc3c5a7b45804a436a093703f11ece38c049e770b12 -EBUILD multimon-ng-9999.ebuild 825 BLAKE2B bca5033ebf24be76d6099f0e59625121393e9f73a534247f08887c1870bc4902c7899c5626c35d164b474896357e6cbe837545dda6f62fc76128312f77426d7e SHA512 51997982f54c709d28d36864bfbe0bd00d559d1a4e0cf5b6654c1d1e94ac734c77e91d8c600b000335b8ed50a86834588b78b16ece6ae80fd4e834f260f3b879 +DIST multimon-ng-1.2.0.tar.gz 2447522 BLAKE2B bd229a2198996a7f4de2fd7a7bb8afa33c2dbb74b1d7d0ba364c687870c5064b384314151cdc449dc01fa3f5c1115ea854fa2135ed144550da70a2f720accde3 SHA512 927006703e1a6592cbde6539cedd9c1258378f258eb27ed93f1c367cb0db2a6da890fb8f4f19b7abf3cba44f1a8273f32333c66dfd353ec41d0f93491fc9988b +EBUILD multimon-ng-1.2.0.ebuild 817 BLAKE2B 5411f0d590ae3d650a2f18440295d5f5687dac1f9eaf5c5ecf4bd59a5931f2b088d811e8007f7f5c7e137f76f2c730638ce1e5becd07fe8ba6b04081887a3c13 SHA512 1b397eb5eca02b946e3e2160545d78a62731a6a019f2767b7e094c6f0cf0e54b397c24a7c04c50731bf8d4950bf33a6bdffc32ff280d6ae64165317510da5acf +EBUILD multimon-ng-9999.ebuild 817 BLAKE2B 5411f0d590ae3d650a2f18440295d5f5687dac1f9eaf5c5ecf4bd59a5931f2b088d811e8007f7f5c7e137f76f2c730638ce1e5becd07fe8ba6b04081887a3c13 SHA512 1b397eb5eca02b946e3e2160545d78a62731a6a019f2767b7e094c6f0cf0e54b397c24a7c04c50731bf8d4950bf33a6bdffc32ff280d6ae64165317510da5acf MISC metadata.xml 433 BLAKE2B cd27822481eb1aba85f909f52e7d4f71c79df73982abee34ded11b8139e91b9749b90901b343040cd1023c2e8d3b5a73661c54cbbd4802c20fced855f8c99861 SHA512 9aa50a3ac2ded024ab914dae75a551d09558dbe6e3686e5bd1e141ad192b5774ee7477581f9dec991dc430163474c628bcb74298893bb4caef06742219595d02 diff --git a/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild deleted file mode 100644 index f2011e9ff0d2..000000000000 --- a/net-analyzer/multimon-ng/multimon-ng-1.1.9.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes" -HOMEPAGE="https://github.com/EliasOenal/multimon-ng" - -if [[ ${PV} == 9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/EliasOenal/multimon-ng.git" -else - SRC_URI="https://github.com/EliasOenal/multimonNG/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~x86" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="pulseaudio X" - -DEPEND="pulseaudio? ( media-sound/pulseaudio ) - X? ( x11-libs/libX11 )" -RDEPEND="${DEPEND}" -PDEPEND="media-sound/sox" - -src_prepare() { - use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt - use X || sed -i '/find_package( X11 )/d' CMakeLists.txt - cmake_src_prepare -} diff --git a/net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild b/net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild new file mode 100644 index 000000000000..8144bfe94435 --- /dev/null +++ b/net-analyzer/multimon-ng/multimon-ng-1.2.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="a fork of multimon, decodes multiple digital transmission modes" +HOMEPAGE="https://github.com/EliasOenal/multimon-ng" + +if [[ ${PV} == 9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/EliasOenal/multimon-ng.git" +else + SRC_URI="https://github.com/EliasOenal/multimonNG/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="pulseaudio X" + +DEPEND="pulseaudio? ( media-libs/libpulse ) + X? ( x11-libs/libX11 )" +RDEPEND="${DEPEND} + media-sound/sox" + +src_prepare() { + use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt + use X || sed -i '/find_package( X11 )/d' CMakeLists.txt + cmake_src_prepare +} diff --git a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild index 48e7c6f6e7f7..8144bfe94435 100644 --- a/net-analyzer/multimon-ng/multimon-ng-9999.ebuild +++ b/net-analyzer/multimon-ng/multimon-ng-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake @@ -22,8 +22,8 @@ IUSE="pulseaudio X" DEPEND="pulseaudio? ( media-libs/libpulse ) X? ( x11-libs/libX11 )" -RDEPEND="${DEPEND}" -PDEPEND="media-sound/sox" +RDEPEND="${DEPEND} + media-sound/sox" src_prepare() { use pulseaudio || sed -i '/find_package( PulseAudio )/d' CMakeLists.txt -- cgit v1.2.3