From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- net-misc/AQtion/AQtion-2.2.7-r1.ebuild | 53 ++++++++++++++++++++++++++++++++++ net-misc/AQtion/AQtion-2.2.7.ebuild | 53 ---------------------------------- net-misc/AQtion/AQtion-2.3.1-r1.ebuild | 53 ++++++++++++++++++++++++++++++++++ net-misc/AQtion/AQtion-2.3.1.ebuild | 53 ---------------------------------- net-misc/AQtion/AQtion-2.3.4-r1.ebuild | 53 ++++++++++++++++++++++++++++++++++ net-misc/AQtion/AQtion-2.3.4.ebuild | 53 ---------------------------------- net-misc/AQtion/Manifest | 6 ++-- 7 files changed, 162 insertions(+), 162 deletions(-) create mode 100644 net-misc/AQtion/AQtion-2.2.7-r1.ebuild delete mode 100644 net-misc/AQtion/AQtion-2.2.7.ebuild create mode 100644 net-misc/AQtion/AQtion-2.3.1-r1.ebuild delete mode 100644 net-misc/AQtion/AQtion-2.3.1.ebuild create mode 100644 net-misc/AQtion/AQtion-2.3.4-r1.ebuild delete mode 100644 net-misc/AQtion/AQtion-2.3.4.ebuild (limited to 'net-misc/AQtion') diff --git a/net-misc/AQtion/AQtion-2.2.7-r1.ebuild b/net-misc/AQtion/AQtion-2.2.7-r1.ebuild new file mode 100644 index 000000000000..859d3b001daa --- /dev/null +++ b/net-misc/AQtion/AQtion-2.2.7-r1.ebuild @@ -0,0 +1,53 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit linux-mod + +DESCRIPTION="Aquantia AQC multigigabit NIC linux driver (atlantic) - development preview" +HOMEPAGE="https://github.com/Aquantia/AQtion" + +COMMIT_ID="e024a859ea828ced78db310328db90dbedea837a" +SRC_URI="https://github.com/Aquantia/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="lro" + +DEPEND="virtual/linux-sources" + +S="${WORKDIR}/${PN}-${COMMIT_ID}" + +MODULE_NAMES="atlantic(drivers/net/ethernet/aquantia/atlantic:${S})" +BUILD_TARGETS="all" +CONFIG_CHECK="~!AQTION ~PTP_1588_CLOCK ~CRC_ITU_T" + +DOCS=( + README.md + README.txt +) + +pkg_setup() { + use lro && CONFIG_CHECK+=" ~!CONFIG_BRIDGE" + linux-mod_pkg_setup +} + +src_prepare() { + default + + if ! use lro; then + sed -r -i -e 's/(#define AQ_CFG_IS_LRO_DEF[[:space:]]+)[[:digit:]]+([[:alpha:]]*)/\10\2/' \ + aq_cfg.h || die + fi +} + +src_compile() { + KDIR="${KERNEL_DIR}" linux-mod_src_compile +} + +src_install() { + KDIR="${KERNEL_DIR}" linux-mod_src_install + dodoc "${DOCS[@]}" +} diff --git a/net-misc/AQtion/AQtion-2.2.7.ebuild b/net-misc/AQtion/AQtion-2.2.7.ebuild deleted file mode 100644 index 052ff5de6cb2..000000000000 --- a/net-misc/AQtion/AQtion-2.2.7.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod - -DESCRIPTION="Aquantia AQC multigigabit NIC linux driver (atlantic) - development preview" -HOMEPAGE="https://github.com/Aquantia/AQtion" - -COMMIT_ID="e024a859ea828ced78db310328db90dbedea837a" -SRC_URI="https://github.com/Aquantia/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="lro" - -DEPEND="virtual/linux-sources" - -S="${WORKDIR}/${PN}-${COMMIT_ID}" - -MODULE_NAMES="atlantic(drivers/net/ethernet/aquantia/atlantic:${S})" -BUILD_TARGETS="all" -CONFIG_CHECK="~!AQTION ~PTP_1588_CLOCK ~CRC_ITU_T" - -DOCS=( - README.md - README.txt -) - -pkg_setup() { - use lro && CONFIG_CHECK+=" ~!CONFIG_BRIDGE" - linux-mod_pkg_setup -} - -src_prepare() { - default - - if ! use lro; then - sed -r -i -e 's/(#define AQ_CFG_IS_LRO_DEF[[:space:]]+)[[:digit:]]+([[:alpha:]]*)/\10\2/' \ - aq_cfg.h || die - fi -} - -src_compile() { - KDIR="${KERNEL_DIR}" linux-mod_src_compile -} - -src_install() { - KDIR="${KERNEL_DIR}" linux-mod_src_install - dodoc "${DOCS[@]}" -} diff --git a/net-misc/AQtion/AQtion-2.3.1-r1.ebuild b/net-misc/AQtion/AQtion-2.3.1-r1.ebuild new file mode 100644 index 000000000000..d913e44322c9 --- /dev/null +++ b/net-misc/AQtion/AQtion-2.3.1-r1.ebuild @@ -0,0 +1,53 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit linux-mod + +DESCRIPTION="Aquantia AQC multigigabit NIC linux driver (atlantic) - development preview" +HOMEPAGE="https://github.com/Aquantia/AQtion" + +COMMIT_ID="3c2a2a3abe3df6cb0c985a49cea9a359a83e3f75" +SRC_URI="https://github.com/Aquantia/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="lro" + +DEPEND="virtual/linux-sources" + +S="${WORKDIR}/${PN}-${COMMIT_ID}" + +MODULE_NAMES="atlantic(drivers/net/ethernet/aquantia/atlantic:${S})" +BUILD_TARGETS="all" +CONFIG_CHECK="~!AQTION ~PTP_1588_CLOCK ~CRC_ITU_T" + +DOCS=( + README.md + README.txt +) + +pkg_setup() { + use lro && CONFIG_CHECK+=" ~!CONFIG_BRIDGE" + linux-mod_pkg_setup +} + +src_prepare() { + default + + if ! use lro; then + sed -r -i -e 's/(#define AQ_CFG_IS_LRO_DEF[[:space:]]+)[[:digit:]]+([[:alpha:]]*)/\10\2/' \ + aq_cfg.h || die + fi +} + +src_compile() { + KDIR="${KERNEL_DIR}" linux-mod_src_compile +} + +src_install() { + KDIR="${KERNEL_DIR}" linux-mod_src_install + dodoc "${DOCS[@]}" +} diff --git a/net-misc/AQtion/AQtion-2.3.1.ebuild b/net-misc/AQtion/AQtion-2.3.1.ebuild deleted file mode 100644 index 6ea5a134c5c6..000000000000 --- a/net-misc/AQtion/AQtion-2.3.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod - -DESCRIPTION="Aquantia AQC multigigabit NIC linux driver (atlantic) - development preview" -HOMEPAGE="https://github.com/Aquantia/AQtion" - -COMMIT_ID="3c2a2a3abe3df6cb0c985a49cea9a359a83e3f75" -SRC_URI="https://github.com/Aquantia/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="lro" - -DEPEND="virtual/linux-sources" - -S="${WORKDIR}/${PN}-${COMMIT_ID}" - -MODULE_NAMES="atlantic(drivers/net/ethernet/aquantia/atlantic:${S})" -BUILD_TARGETS="all" -CONFIG_CHECK="~!AQTION ~PTP_1588_CLOCK ~CRC_ITU_T" - -DOCS=( - README.md - README.txt -) - -pkg_setup() { - use lro && CONFIG_CHECK+=" ~!CONFIG_BRIDGE" - linux-mod_pkg_setup -} - -src_prepare() { - default - - if ! use lro; then - sed -r -i -e 's/(#define AQ_CFG_IS_LRO_DEF[[:space:]]+)[[:digit:]]+([[:alpha:]]*)/\10\2/' \ - aq_cfg.h || die - fi -} - -src_compile() { - KDIR="${KERNEL_DIR}" linux-mod_src_compile -} - -src_install() { - KDIR="${KERNEL_DIR}" linux-mod_src_install - dodoc "${DOCS[@]}" -} diff --git a/net-misc/AQtion/AQtion-2.3.4-r1.ebuild b/net-misc/AQtion/AQtion-2.3.4-r1.ebuild new file mode 100644 index 000000000000..c9ff68cda4f9 --- /dev/null +++ b/net-misc/AQtion/AQtion-2.3.4-r1.ebuild @@ -0,0 +1,53 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit linux-mod + +DESCRIPTION="Aquantia AQC multigigabit NIC linux driver (atlantic) - development preview" +HOMEPAGE="https://github.com/Aquantia/AQtion" + +COMMIT_ID="3b96f1b5f29d844151bc2dc38443de7a9a2f0cf3" +SRC_URI="https://github.com/Aquantia/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="lro" + +DEPEND="virtual/linux-sources" + +S="${WORKDIR}/${PN}-${COMMIT_ID}" + +MODULE_NAMES="atlantic(drivers/net/ethernet/aquantia/atlantic:${S})" +BUILD_TARGETS="all" +CONFIG_CHECK="~!AQTION ~PTP_1588_CLOCK ~CRC_ITU_T" + +DOCS=( + README.md + README.txt +) + +pkg_setup() { + use lro && CONFIG_CHECK+=" ~!CONFIG_BRIDGE" + linux-mod_pkg_setup +} + +src_prepare() { + default + + if ! use lro; then + sed -r -i -e 's/(#define AQ_CFG_IS_LRO_DEF[[:space:]]+)[[:digit:]]+([[:alpha:]]*)/\10\2/' \ + aq_cfg.h || die + fi +} + +src_compile() { + KDIR="${KERNEL_DIR}" linux-mod_src_compile +} + +src_install() { + KDIR="${KERNEL_DIR}" linux-mod_src_install + dodoc "${DOCS[@]}" +} diff --git a/net-misc/AQtion/AQtion-2.3.4.ebuild b/net-misc/AQtion/AQtion-2.3.4.ebuild deleted file mode 100644 index c9ff68cda4f9..000000000000 --- a/net-misc/AQtion/AQtion-2.3.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod - -DESCRIPTION="Aquantia AQC multigigabit NIC linux driver (atlantic) - development preview" -HOMEPAGE="https://github.com/Aquantia/AQtion" - -COMMIT_ID="3b96f1b5f29d844151bc2dc38443de7a9a2f0cf3" -SRC_URI="https://github.com/Aquantia/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="lro" - -DEPEND="virtual/linux-sources" - -S="${WORKDIR}/${PN}-${COMMIT_ID}" - -MODULE_NAMES="atlantic(drivers/net/ethernet/aquantia/atlantic:${S})" -BUILD_TARGETS="all" -CONFIG_CHECK="~!AQTION ~PTP_1588_CLOCK ~CRC_ITU_T" - -DOCS=( - README.md - README.txt -) - -pkg_setup() { - use lro && CONFIG_CHECK+=" ~!CONFIG_BRIDGE" - linux-mod_pkg_setup -} - -src_prepare() { - default - - if ! use lro; then - sed -r -i -e 's/(#define AQ_CFG_IS_LRO_DEF[[:space:]]+)[[:digit:]]+([[:alpha:]]*)/\10\2/' \ - aq_cfg.h || die - fi -} - -src_compile() { - KDIR="${KERNEL_DIR}" linux-mod_src_compile -} - -src_install() { - KDIR="${KERNEL_DIR}" linux-mod_src_install - dodoc "${DOCS[@]}" -} diff --git a/net-misc/AQtion/Manifest b/net-misc/AQtion/Manifest index 12c1fdd91980..475fa4d724fb 100644 --- a/net-misc/AQtion/Manifest +++ b/net-misc/AQtion/Manifest @@ -1,7 +1,7 @@ DIST AQtion-2.2.7.tar.gz 122679 BLAKE2B 9d4e2d4d4b26a191551e2cfd30c2a8ce4e4bde01b7ab1e9beb9564abdfd1093b63f94713570fe2c949943037b649c55a9f448b0333fcdcc7227849330d466f92 SHA512 d3ba78acbe5d85d1017d5460fa7d916ffa59eeb137aa1817da215f08b994a10336a9f865c9b84a16b8cef7238d4fd87785bc17d6e3eac577210bf321538cbda3 DIST AQtion-2.3.1.tar.gz 122884 BLAKE2B 46037acfdb3914eb2aac26795d923f22e34bf51ed31c993169803ea572108fe0bf98ef61bbadfa86b7027161aa5105c8b2cb4f19e1b12388ce9296f87f2f7c6d SHA512 929a4f208c041340d684e7732256511d68dac71d5204c34c8f0d6aa5832b0de0667bda7e1fa44a5486c7c34692f73c5de397655b0ba0efb12de8d4d76316e835 DIST AQtion-2.3.4.tar.gz 123200 BLAKE2B 8427d7051625ad44a4478ad89c7bb7c079063f81a93c1704df25b6a033887eb93820b65d9ec46f5b3bd8a85544b94182f6e5d33e1dc60142c2292bad6fa054ce SHA512 b985214fc2ec31d0a71453a784b1467ac935265d8a6fd1f2f35a1602d288f4394deb178f29b4edbe4d962fadae942cb0c484a35ec3d02d3e6564e3cf5493314f -EBUILD AQtion-2.2.7.ebuild 1095 BLAKE2B 5fe62a9a9e1508adf34a4bb92e058c683daaec15e8663794157eb6ec5edb9358ed6ed909ce169d1538c45e149eaf36a7058ef20af259ac37fa0dc58efa95fe3c SHA512 44dcdc56acca18786bba37c66b718a225799249e1215e8c8803c2036bca3dfa23b9d79cd378bb82ae0879d9bdba915f9bcd126a8562a66ec067a32ed0d72b5b5 -EBUILD AQtion-2.3.1.ebuild 1095 BLAKE2B 31394903271e75f6b7fc834028f5d1a291022ec75ba545a86de60aeacbc7b2a87083103a34d1058b0a63dc1ac7e9d2c54c66ba55e8b032cad927ce115cf9cd66 SHA512 90ca880130f664e09a32aed1f90a2064c96b224cfbf33ca063985bdf36d62355c965b928f8f0250f05972ced30c906c69e02092a75e77eea4146f72bb0b04064 -EBUILD AQtion-2.3.4.ebuild 1100 BLAKE2B e9d9d9951ff37f16f6794ed4e1e231a7041440bb15e8ca574a6a3e9a00541544d38320841e9f214b7cd99d339092b4d55610aa910642358a03cf205f5ff059c3 SHA512 de1428a85b8945dfa500f781c8fe2528ed6fe59e467c85c6fb646ff259a550f1c590125d3847157222c185e9ed5b3f28bc25585d39047aa9ab54154b5649491c +EBUILD AQtion-2.2.7-r1.ebuild 1100 BLAKE2B 8a1d31b51e1588f7f59ef560573bef8e1f1e0814effddb70f2f46d1fc0a3598017ddcfd5e3a83c2a73f417c9e06b2347ba37d26e62e63bb40074aa62380eeffb SHA512 1adfb0a01f2d60ecd0d4a8711efdcd0693a2201b99eb5f88aac39ef9297ce75254aebed1a8094d0cb06042cb50bae4f3a482c24fb6680b9f7471e82df5a78295 +EBUILD AQtion-2.3.1-r1.ebuild 1100 BLAKE2B 72505cd4cf7b805f52cd984648ef91b4acef83f722a7cc95c43534c3e5b0f780a3cb4553c246ef436087a4013b77bbb9d81c9283a9d4b54e4e36600f90a64be7 SHA512 00b915a4c1fc878cf03424bfc368abba2fed2c4c38642b1752d17f8f5d67b9eebd9117505c131ebad5deedc75325cbf3964b48380e12b74e81b807e059470bee +EBUILD AQtion-2.3.4-r1.ebuild 1100 BLAKE2B e9d9d9951ff37f16f6794ed4e1e231a7041440bb15e8ca574a6a3e9a00541544d38320841e9f214b7cd99d339092b4d55610aa910642358a03cf205f5ff059c3 SHA512 de1428a85b8945dfa500f781c8fe2528ed6fe59e467c85c6fb646ff259a550f1c590125d3847157222c185e9ed5b3f28bc25585d39047aa9ab54154b5649491c MISC metadata.xml 697 BLAKE2B 2462c0dedde087805f1879750ad183a9c5d29dbd8561270f9e999bda47946517ce45ab70d29851aec06b5f2e79aa93fa5f7d9f09bcb3f089bf4cada541c4b87a SHA512 f2cbb250acd2690842dbdb5645f04e071f08a65e9dd80153fef3fe1c5d35ea1b5c40e8c58309b9323ca53941e902069c11b710037289923ff2b9a77570cb8313 -- cgit v1.2.3