Skip to content

Commit

Permalink
net-misc/curl-impersonate: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Udvare <[email protected]>
  • Loading branch information
Tatsh committed Dec 4, 2024
1 parent fb37e06 commit e1597f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion net-misc/curl-impersonate/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ AUX curl-impersonate-0001-build-fixes.patch 5274 BLAKE2B 22541249dbb8efc0797f114
DIST boringssl-cd95210465496ac2337b313cf49f607762abe286.tar.gz 45424925 BLAKE2B b20cfe533ee2aede704b9475e37bd11f55e04c89818e3ea2cd0f937ba2571a125469c65547909e5781d1aee859951667e7da3f51d5f95b9194cf2dd5c9958863 SHA512 ac6b4cb0e08b429bc9d3be90c076d2e654fb6ffd21450b78d9313bd60e8d5ede7198f6e0d3e71dc7e069788129662809dd16d287bb75d6007fe173023314f079
DIST curl-8.7.1.tar.gz 3324062 BLAKE2B 59d1a484f68d0d5de622e6a1c4200766e6e095eacca8716df70aa6fc97145f241aa9a1181932ea8c5502809e8593198f27e9cba26bf848623fcf0ee92bef7117 SHA512 38a1f7d7f5c83922cd4e0a858ac803d230d691c8f4df7e5086062c6991da740e626aa86675683282bc8555fc4cb962a08ba1a7ce817d78961d749d6d580fb9fa
DIST curl-impersonate-0.8.2.tar.gz 148340 BLAKE2B e6f90acac75558490dc1438694abf5cad21bcd5dc31609e88af83c98d7842b6fbd55a8e7e51fd78d1512b07ee42a9ebcceb86ea8b1da81f008e40cdf1272d766 SHA512 852f6ca48164bdb370a8d832f6dea9d6825c882e5b02761ddf871b77a0cb20144576b8ec863069f3da6d91eaf18d666fe6e9041f96a414696bf4a8d904dbf8af
EBUILD curl-impersonate-0.8.2.ebuild 3010 BLAKE2B 0e36d82405c28dd40a158faeda155db2d3089e00971f9bded7d6e79c63a1f06ab6804836a308ca648559b0a4417ab19e58cdb20fc27e284fd25e431519b99b18 SHA512 6ae30c1c84da5f962df252469d7786105498439820c1a5bee108d02a56aee5073a7db25c5d7b2617c4d9db800f49dcb56bcbfe60e4cd3250945bbb95670a175a
EBUILD curl-impersonate-0.8.2.ebuild 3052 BLAKE2B 6043b5e10d1b294e0a6b7b930c8146bbfe150752f193009992ff3fb14e09fc7ffa7d52bfa519c8bc8bdde0f101cc593ad54eac6b2abafa8fb71480eb0fea4ac3 SHA512 0973a14eee4c253437f5dddd841e2038a986db931af37342a153628bfd1c15a8a59ea5c31ea5d58e4a95d32824af5b8780b12f7e12c23c3fa7cff7960f07eb30
MISC metadata.xml 416 BLAKE2B 1d7b6295f889c5438130c25cabfc6ff021c59bc75cf02f5b9829c05b330c3662754be11016d475bf9fd013d696af8ef2fa1168baededea37da4aa746ec3332a6 SHA512 8362e4f37612d47285ffc83c04e4299efaad5f9ba9a9ee1d50ebc9867c2b63d4df3df85aee31db9f94a9e9305add1abb42d133bdd69d5c753439936d6f3c5d33
12 changes: 6 additions & 6 deletions net-misc/curl-impersonate/curl-impersonate-0.8.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ src_prepare() {
eapply ../chrome/patches/boringssl.patch
touch .patched || die
cmake_src_prepare
popd
popd || die
mv "${WORKDIR}/curl-${CURL_VERSION}" "${S}/${CURL_VERSION}" || die
pushd "${CURL_VERSION}" || die
eapply ../chrome/patches/curl-impersonate.patch
eautoreconf
touch .patched-chrome || die
popd
popd || die
eapply "${FILESDIR}/${PN}-0001-build-fixes.patch"
eautoreconf
default
Expand All @@ -55,13 +55,13 @@ src_configure() {
filter-lto
local mycmakeargs=( -DBUILD_SHARED_LIBS=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON )
cmake_src_configure
popd
popd || die
}

src_compile() {
pushd "boringssl-${BORINGSSL_SHA}" || die
cmake_src_compile
popd
popd || die
mkdir "boringssl-${BORINGSSL_SHA}/lib" || die
cp "boringssl-${BORINGSSL_SHA}_build"/*.a "boringssl-${BORINGSSL_SHA}/lib" || die
pushd "${CURL_VERSION}" || die
Expand All @@ -82,14 +82,14 @@ src_compile() {
LIBS="-pthread -lbrotlidec -lc++" \
USE_CURL_SSLKEYLOGFILE=true
emake
popd
popd || die
}

src_install() {
pushd "${CURL_VERSION}" || die
emake DESTDIR="${D}" install
rm -fR "${D}/usr/share/man" "${D}/usr/share/aclocal" "${D}/usr/include" || die
popd
popd || die
if use clients; then
local bn i
for i in chrome/curl_*; do
Expand Down

0 comments on commit e1597f8

Please sign in to comment.