From 7267fb40fb51ddbc9cc5c1c82b0a12807ef7b281 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 26 Jan 2023 13:56:06 +0000 Subject: gentoo auto-resync : 26:01:2023 - 13:56:06 --- sys-apps/superiotool/Manifest | 5 --- sys-apps/superiotool/files/make-tarball.sh | 34 ------------------- sys-apps/superiotool/metadata.xml | 8 ----- sys-apps/superiotool/superiotool-6637.ebuild | 43 ------------------------ sys-apps/superiotool/superiotool-99999999.ebuild | 43 ------------------------ 5 files changed, 133 deletions(-) delete mode 100644 sys-apps/superiotool/Manifest delete mode 100755 sys-apps/superiotool/files/make-tarball.sh delete mode 100644 sys-apps/superiotool/metadata.xml delete mode 100644 sys-apps/superiotool/superiotool-6637.ebuild delete mode 100644 sys-apps/superiotool/superiotool-99999999.ebuild (limited to 'sys-apps/superiotool') diff --git a/sys-apps/superiotool/Manifest b/sys-apps/superiotool/Manifest deleted file mode 100644 index 03c08b90c2fa..000000000000 --- a/sys-apps/superiotool/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX make-tarball.sh 671 BLAKE2B 482e4feb619f68c08d20a921cc6162540e5d8e611dc8ffcefca87a4c058dd00e52bfa0ea15e9fe22051761c862cfaed8670dde2e1fe311b90fe0aa4633afc09b SHA512 eea1f8514942de27c1bae66561c33f78d406121e106d78440c69e517185a7efee34b4004117b16aa304459ed1eb9a8acc4840be187680e9cdb872669a842461b -DIST superiotool-6637.tar.xz 27364 BLAKE2B be0fd054f1385c20ca1d3da04052f7155da77211c1a4253c58c0ee272944e4134b1df6213934ea0ab6c297da9ab09ceab1cc00dcd775633d7ba50f46cba8ffb8 SHA512 dafb732b33205d1bdd368c1f752c7ba78cfb9f6174fc72075b9e8dcae962ab9ef10eb0860052a5925167b91e5b056f6b8a4a316799661d3950a630020f4330fd -EBUILD superiotool-6637.ebuild 871 BLAKE2B 1abad63868c24a3731651d04ce00478452971a2a1f59c5da0f7c39644ab49ac58d8892e5d5364d8461a9f84ed09f352051fbbb72d08b182109e4f3a681ef04db SHA512 8a60dbc925490430186f5be296a5057b4d07dd2c6ba82725b225d4ff2935ff4eea966735fab4b4dfaf6520d1f1078be006748457138a85c20186d96201b3b07b -EBUILD superiotool-99999999.ebuild 871 BLAKE2B 1abad63868c24a3731651d04ce00478452971a2a1f59c5da0f7c39644ab49ac58d8892e5d5364d8461a9f84ed09f352051fbbb72d08b182109e4f3a681ef04db SHA512 8a60dbc925490430186f5be296a5057b4d07dd2c6ba82725b225d4ff2935ff4eea966735fab4b4dfaf6520d1f1078be006748457138a85c20186d96201b3b07b -MISC metadata.xml 273 BLAKE2B 421c8f306c6532efd30960db07fcc0569e579c22d0375c874c58ce081995d095d5ec697c5a8dd0960ba65aaf390e2350e668b19a20625ecb7008a34c0e0ef892 SHA512 905a03becbdaaddecf6a4ccbf6f497bee9576e279ded109bf25e4b753752dc70cbfe454072be8797c5c06beded165a43b2a564fb7df8482d11b032f63869e6da diff --git a/sys-apps/superiotool/files/make-tarball.sh b/sys-apps/superiotool/files/make-tarball.sh deleted file mode 100755 index fa6254898d1f..000000000000 --- a/sys-apps/superiotool/files/make-tarball.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash - -. /lib/gentoo/functions.sh - -svnrev() { svn info "$1" | awk '$1 == "Revision:" { print $NF }'; } - -PN=superiotool -SVN_ROOT=${2:-/usr/local/src} -srcdir=${SVN_ROOT}/${PN} -PV=${1:-$(svnrev "${srcdir}")} - -P=${PN}-${PV} -T=/tmp - -if [[ -d ${srcdir} ]] ; then - cd "${T}" || die - - rm -rf ${P} - - ebegin "Exporting ${srcdir} ${PV} to ${P}" - svn export -q -r ${PV} ${srcdir} ${P} - eend $? || die - - ebegin "Creating ${P}.tar.xz" - tar cf - ${P} | xz > ${P}.tar.xz - eend $? - - einfo "Tarball now ready at: ${T}/${P}.tar.xz" -else - einfo "You need to run:" - einfo " cd ${base}" - einfo " svn co svn://coreboot.org/coreboot/trunk/util/superiotool" - die "need svn checkout dir" -fi diff --git a/sys-apps/superiotool/metadata.xml b/sys-apps/superiotool/metadata.xml deleted file mode 100644 index 2159be14069c..000000000000 --- a/sys-apps/superiotool/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - Support for PCI-attached "Super I/Os" (e.g. in VIA VT82686A/B). - - diff --git a/sys-apps/superiotool/superiotool-6637.ebuild b/sys-apps/superiotool/superiotool-6637.ebuild deleted file mode 100644 index bdd2a856660e..000000000000 --- a/sys-apps/superiotool/superiotool-6637.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -if [[ ${PV} == *99999999 ]] ; then - ESVN_REPO_URI="svn://coreboot.org/coreboot/trunk/util/${PN}" - inherit subversion -else - SRC_URI="mirror://gentoo/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="util to detect Super I/O chips and functionality" -HOMEPAGE="https://www.coreboot.org/Superiotool" - -LICENSE="GPL-2" -SLOT="0" -IUSE="pci" - -RDEPEND="pci? ( sys-apps/pciutils )" -DEPEND="${RDEPEND} - app-arch/xz-utils" - -src_prepare() { - default - - sed -i \ - -e 's:-Werror ::' \ - -e 's:-O2 ::' \ - -e 's:\s\+\?-lz\s\+\?::' \ - -e "/^CONFIG_PCI =/s:=.*:=$(usex pci yes no):" \ - -e '/PREFIX/s:=.*:= /usr:' \ - Makefile || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - SVNDEF="-D'SUPERIOTOOL_VERSION=\"${ESVN_WC_REVISION}\"'" -} diff --git a/sys-apps/superiotool/superiotool-99999999.ebuild b/sys-apps/superiotool/superiotool-99999999.ebuild deleted file mode 100644 index bdd2a856660e..000000000000 --- a/sys-apps/superiotool/superiotool-99999999.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -if [[ ${PV} == *99999999 ]] ; then - ESVN_REPO_URI="svn://coreboot.org/coreboot/trunk/util/${PN}" - inherit subversion -else - SRC_URI="mirror://gentoo/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="util to detect Super I/O chips and functionality" -HOMEPAGE="https://www.coreboot.org/Superiotool" - -LICENSE="GPL-2" -SLOT="0" -IUSE="pci" - -RDEPEND="pci? ( sys-apps/pciutils )" -DEPEND="${RDEPEND} - app-arch/xz-utils" - -src_prepare() { - default - - sed -i \ - -e 's:-Werror ::' \ - -e 's:-O2 ::' \ - -e 's:\s\+\?-lz\s\+\?::' \ - -e "/^CONFIG_PCI =/s:=.*:=$(usex pci yes no):" \ - -e '/PREFIX/s:=.*:= /usr:' \ - Makefile || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - SVNDEF="-D'SUPERIOTOOL_VERSION=\"${ESVN_WC_REVISION}\"'" -} -- cgit v1.2.3