diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-embedded/qdl | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-embedded/qdl')
| -rw-r--r-- | dev-embedded/qdl/Manifest | 2 | ||||
| -rw-r--r-- | dev-embedded/qdl/metadata.xml | 17 | ||||
| -rw-r--r-- | dev-embedded/qdl/qdl-2.5.ebuild | 46 | ||||
| -rw-r--r-- | dev-embedded/qdl/qdl-2.6.ebuild | 46 | ||||
| -rw-r--r-- | dev-embedded/qdl/qdl-9999.ebuild | 29 |
5 files changed, 0 insertions, 140 deletions
diff --git a/dev-embedded/qdl/Manifest b/dev-embedded/qdl/Manifest deleted file mode 100644 index 00507a386df1..000000000000 --- a/dev-embedded/qdl/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST qdl-2.5.tar.gz 51204 BLAKE2B c523c01c9a9d5c8902679ec76e88ea7068a4e8c0485bd5ac462fc150cc0b4029439723640eaecf7fdc547faea98760d9e108d8555ef275498291d78eeaaebeef SHA512 b42700225dd93184ae588b64de0479fc46ca51240b1c3c7fb28f27c5d49bddd12c41a8665caf447d66b66d38a7be75cec9e0cdad043240cdd106cc37e2332591 -DIST qdl-2.6.tar.gz 59999 BLAKE2B 5c4069086ba637f7c4c8da98a794e7e2fdc30c229c9e7cb35a8de1cd057a42acaec83477a9003f0a2b1f30f7107f7e99b7e49b10d29d3a353d114b5916e6cc2e SHA512 cc408faf16e531534f2ee3dc84d99f15b988ebae78ee44b45790f6db113bd98356dcb28a2a744be7d9560749b6a27310d3fd8625fad2986b6f4844c7b839a5e3 diff --git a/dev-embedded/qdl/metadata.xml b/dev-embedded/qdl/metadata.xml deleted file mode 100644 index 84f0cb40d6b8..000000000000 --- a/dev-embedded/qdl/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>quincyf467@protonmail.com</email> - <name>Quincy Fleming</name> - </maintainer> - <upstream> - <remote-id type="github">linux-msm/qdl</remote-id> - <doc lang="en">https://github.com/linux-msm/qdl</doc> - <bugs-to>https://github.com/linux-msm/qdl/issues</bugs-to> - </upstream> - <longdescription lang="en"> - This tool communicates with USB devices of id 05c6:9008 to upload a flash - loader and use this to flash images. - </longdescription> -</pkgmetadata> diff --git a/dev-embedded/qdl/qdl-2.5.ebuild b/dev-embedded/qdl/qdl-2.5.ebuild deleted file mode 100644 index a00078f50b97..000000000000 --- a/dev-embedded/qdl/qdl-2.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms" -HOMEPAGE="https://github.com/linux-msm/qdl" -SRC_URI="https://github.com/linux-msm/qdl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-libs/libusb:1 - dev-libs/libxml2:= -" -RDEPEND="${DEPEND}" - -BDEPEND=" - sys-apps/help2man - virtual/pkgconfig -" - -src_compile() { - # $(VERSION) needs to be consistent in all make invocations - export VERSION="${PV}" - - local PKG_CONFIG="$(tc-getPKG_CONFIG)" - emake CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS} $(${PKG_CONFIG} --cflags libxml-2.0 libusb-1.0 || die)" \ - LDFLAGS="${LDFLAGS} $(${PKG_CONFIG} --libs libxml-2.0 libusb-1.0 || die)" - emake manpages -} - -src_test() { - emake tests -} - -src_install() { - emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install - doman *.1 - einstalldocs -} diff --git a/dev-embedded/qdl/qdl-2.6.ebuild b/dev-embedded/qdl/qdl-2.6.ebuild deleted file mode 100644 index a00078f50b97..000000000000 --- a/dev-embedded/qdl/qdl-2.6.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms" -HOMEPAGE="https://github.com/linux-msm/qdl" -SRC_URI="https://github.com/linux-msm/qdl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - dev-libs/libusb:1 - dev-libs/libxml2:= -" -RDEPEND="${DEPEND}" - -BDEPEND=" - sys-apps/help2man - virtual/pkgconfig -" - -src_compile() { - # $(VERSION) needs to be consistent in all make invocations - export VERSION="${PV}" - - local PKG_CONFIG="$(tc-getPKG_CONFIG)" - emake CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS} $(${PKG_CONFIG} --cflags libxml-2.0 libusb-1.0 || die)" \ - LDFLAGS="${LDFLAGS} $(${PKG_CONFIG} --libs libxml-2.0 libusb-1.0 || die)" - emake manpages -} - -src_test() { - emake tests -} - -src_install() { - emake prefix="${EPREFIX}/usr" DESTDIR="${D}" install - doman *.1 - einstalldocs -} diff --git a/dev-embedded/qdl/qdl-9999.ebuild b/dev-embedded/qdl/qdl-9999.ebuild deleted file mode 100644 index c2b7c9ae0426..000000000000 --- a/dev-embedded/qdl/qdl-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit git-r3 meson - -DESCRIPTION="Tool to communicate with Qualcomm System On a Chip bootroms" -HOMEPAGE="https://github.com/linux-msm/qdl" -EGIT_REPO_URI="https://github.com/linux-msm/qdl.git" - -LICENSE="BSD" -SLOT="0" - -DEPEND=" - dev-libs/libusb:1 - dev-libs/libxml2:= -" -RDEPEND="${DEPEND}" - -BDEPEND=" - sys-apps/help2man - virtual/pkgconfig -" - -src_prepare() { - sed -i '/default_options/d' meson.build || die - default -} |
