Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from pkgcheck_warnings #1881

Merged
merged 14 commits into from
May 3, 2024
Merged
2 changes: 1 addition & 1 deletion .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Tree-wide pkgcheck error check
uses: pkgcore/pkgcheck-action@v1
with:
args: --exit error -k error,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-NonsolvableDepsInExp,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault
args: --exit error -k error,DeprecatedManifestHash,UnusedInherits,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-NonsolvableDepsInExp,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault

- name: Commit pkgcheck warnings
uses: pkgcore/pkgcheck-action@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgcheck_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Tree-wide pkgcheck error check
uses: pkgcore/pkgcheck-action@v1
with:
args: --exit error -k error,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-NonsolvableDepsInExp,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault
args: --exit error -k error,DeprecatedManifestHash,UnusedInherits,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-NonsolvableDepsInExp,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault

- name: Commit pkgcheck warnings
uses: pkgcore/pkgcheck-action@v1
Expand Down
4 changes: 1 addition & 3 deletions app-pda/ideviceinstaller/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
DIST ideviceinstaller-1.1.0_p20181001.zip 24848 BLAKE2B b24d9c57f763ecdf38dbee1ece9a84707cd23c19152173b76658e1c1f4f3a017d9f9c4dee3055a55a685b4cfb5a799048befc682c9bd7d29d6222ec8c111c544 SHA512 35aa870311e493df8d7d02ae9087218c91db109cf52ce8906304c2b82edae7b858829d78f85c3a49e6d6e76189fd8acaf6c991789f3386631e2f3fadffce5e5c
DIST ideviceinstaller-1.1.0_p20190928.zip 25238 BLAKE2B 5f49c68594574ef0c8f7f1495b8adf72b3c373bd22d986bbafc3a02fc31b7bd300e654d94fc61c1e7d3c37f8ef33d8992a1d00e7ecae28a9f9c2fd0c546103d6 SHA512 de6db1ad70d54ee8c9782a1b0aac3d9e79a1e9210ce30a2611b449076b17585869f0e03ce891236dd84cbeba5bc7c6d1daf4b9be16900d2144d63e649e237fb4
DIST ideviceinstaller-1.1.1.zip 25785 BLAKE2B 428daef34503e6e0b09368e109143d619184896f0a1c4ff5fda2da8b1b4bc5d88d7deb01010d89d1d4f334822c10a40bd033bbba5b4e5c7409ebf1e179100c78 SHA512 f281960bd796c2e84032f4bd9163b4077409fa611e40fa05d2b043aa34757895b54874468cea1bf51ec5449fef761ed3fae35bf4de03bafaa15c8a54fa306960
DIST ideviceinstaller-1.1.1.tar.gz 21915 BLAKE2B 0a5bde3965bb486c6e475307541e9976655965807a205e508cbbc1b8dc3852103252768c2d08ac95d2741574db2a4c401a6d9a4d85f2279bf0db90a1e95b9c81 SHA512 a21e476debd751240646455e2cbf7106c0a6e4acf724ffa8708ac181f28511454360aa6dd3e19bbe6e562016f89bbbe6f989afd5732300a88f269928b10d5e45
35 changes: 0 additions & 35 deletions app-pda/ideviceinstaller/ideviceinstaller-1.1.0_p20181001.ebuild

This file was deleted.

33 changes: 0 additions & 33 deletions app-pda/ideviceinstaller/ideviceinstaller-1.1.0_p20190928.ebuild

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="A tool to interact with the installation_proxy of an Apple's iDevice"
HOMEPAGE="http://www.libimobiledevice.org/ https://github.com/libimobiledevice/ideviceinstaller"
SRC_URI="https://github.com/libimobiledevice/${PN}/archive/${PV}.zip -> ${P}.zip"
SRC_URI="https://github.com/libimobiledevice/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"

RDEPEND=">=app-pda/libimobiledevice-1.3.0:=
>=app-pda/libplist-1.8:=
>=dev-libs/libzip-0.10"
>=dev-libs/libzip-0.10:="
DEPEND="${RDEPEND}
virtual/pkgconfig"

Expand Down
3 changes: 3 additions & 0 deletions app-pda/ideviceinstaller/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
<remote-id type="github">libimobiledevice/ideviceinstaller</remote-id>
</upstream>
</pkgmetadata>
7 changes: 3 additions & 4 deletions dev-ruby/do_sqlite3/do_sqlite3-0.10.17-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

USE_RUBY="ruby31 ruby32"

Expand All @@ -11,15 +11,14 @@ RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="ChangeLog.markdown README.markdown"
RUBY_FAKEGEM_EXTENSIONS=(ext/do_sqlite3/extconf.rb)

inherit multilib ruby-fakegem
inherit ruby-fakegem

DESCRIPTION="Implements the DataObjects API for Sqlite3"
HOMEPAGE="http://rubygems.org/gems/do_sqlite3"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

# Specs depend on spec files from data_objects, which we no longer
# install by default.
Expand Down
1 change: 0 additions & 1 deletion dev-ruby/packetfu/Manifest

This file was deleted.

15 changes: 0 additions & 15 deletions dev-ruby/packetfu/metadata.xml

This file was deleted.

46 changes: 0 additions & 46 deletions dev-ruby/packetfu/packetfu-1.1.13.ebuild

This file was deleted.

2 changes: 0 additions & 2 deletions dev-ruby/ruby-oci8/Manifest

This file was deleted.

40 changes: 0 additions & 40 deletions dev-ruby/ruby-oci8/ruby-oci8-2.2.10.ebuild

This file was deleted.

40 changes: 0 additions & 40 deletions dev-ruby/ruby-oci8/ruby-oci8-2.2.9.ebuild

This file was deleted.

9 changes: 5 additions & 4 deletions media-libs/mbelib/mbelib-1.3.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

inherit cmake multilib
inherit cmake

HOMEPAGE="https://github.com/szechyjs/mbelib"
DESCRIPTION="P25 Phase 1 and ProVoice vocoder"
HOMEPAGE="https://github.com/szechyjs/mbelib"

if [[ ${PV} == *9999 ]] ; then
inherit git-r3
Expand All @@ -21,6 +21,7 @@ fi
LICENSE="BSD"
SLOT=0
IUSE="test"
RESTRICT="!test? ( test )"

src_prepare() {
sed -i -e '/TARGET_LINK_LIBRARIES(mbe-static m)/d' \
Expand Down
9 changes: 5 additions & 4 deletions media-libs/mbelib/mbelib-9999.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

inherit cmake multilib
inherit cmake

HOMEPAGE="https://github.com/szechyjs/mbelib"
DESCRIPTION="P25 Phase 1 and ProVoice vocoder"
HOMEPAGE="https://github.com/szechyjs/mbelib"

if [[ ${PV} == *9999 ]] ; then
inherit git-r3
Expand All @@ -21,6 +21,7 @@ fi
LICENSE="BSD"
SLOT=0
IUSE="test"
RESTRICT="!test? ( test )"

src_prepare() {
sed -i -e '/TARGET_LINK_LIBRARIES(mbe-static m)/d' \
Expand Down
7 changes: 5 additions & 2 deletions media-libs/mbelib/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>Yury Martynov</name>
<email>[email protected]</email>
<name>Zero_Chaos</name>
</maintainer>
<upstream>
<remote-id type="github">szechyjs/mbelib</remote-id>
</upstream>
</pkgmetadata>
2 changes: 1 addition & 1 deletion net-analyzer/ppscan/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST ppscan-0.3.tar.gz 8046 SHA256 662c1cf506bf0d8bb74216f8ea2f0047e7c33238eb1860284b5d9c9fbb2ccc27 SHA512 473087933b585affb8f50da56d86bf76ffffe169a47607aaa2093768d404204105fa7011509aac3bde4c430923958cf47813c2dbcf7923747b7a1b098f734872 WHIRLPOOL 358436ad4297ebcc09282207c67454432d5e85c37c297f6b081a52ab52aac574616bb1c062a9734acf20574864beb2e7ff7f9edf11bb98fe21f54718032bcae2
DIST ppscan-0.3.tar.gz 8046 BLAKE2B 2806a6e954163245827153b930506631897c37bb63ff97e820cca56fd679c63ef7c954b280d8a0e8032b1d056b1d8d4696a4345852ce541febf06d271f1c8061 SHA512 473087933b585affb8f50da56d86bf76ffffe169a47607aaa2093768d404204105fa7011509aac3bde4c430923958cf47813c2dbcf7923747b7a1b098f734872
17 changes: 7 additions & 10 deletions net-analyzer/ppscan/ppscan-0.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
# Copyright 1999-2020 Gentoo Foundation
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=7
EAPI=8

inherit toolchain-funcs

DESCRIPTION="Port scanner with HTTP and FTP tunneling support"
HOMEPAGE="https://packetstormsecurity.com/files/82897/PPScan-Portscanner-0.3.html"
SRC_URI="https://dl.packetstormsecurity.net/UNIX/scanners/ppscan-0.3.tar.gz"
SRC_URI="https://dl.packetstormsecurity.net/UNIX/scanners/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""
RDEPEND=""
KEYWORDS="~amd64 ~x86"

src_compile() {
gcc -o ppscan ppscan.c -lpthread ${CFLAGS} ${LDFLAGS} || die "failed to compile"
$(tc-getCC) -o ppscan ppscan.c -lpthread ${CFLAGS} ${LDFLAGS} || die "failed to compile"
}

src_install() {
Expand Down
Loading