mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-28 17:50:58 +02:00
upx-ucl: revert Manifest file (Closes: https://github.com/pentoo/pentoo-overlay/issues/565)
This commit is contained in:
parent
36d6725606
commit
c9cee8ed1e
3 changed files with 12 additions and 2 deletions
2
app-arch/upx-ucl/Manifest
Normal file
2
app-arch/upx-ucl/Manifest
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DIST upx-lzma-sdk-3.96.tar.gz 109692 BLAKE2B e784dc511f0fca3a14f4a553175d6664f9e67da32cf6d7bf2945938ad7ea21953924c64a989b02cff742c0f540c750f257a8db7ba0a1039560468721b6b92f78 SHA512 9690a1dfabf8bcb161b26761556a390aa354b633914254b29e36246fe11f9c3e905dafa916d0d52300bd418e2bddedd4122027e447fc87183bce4479e771c7df
|
||||
DIST upx-ucl-3.96.tar.gz 1676172 BLAKE2B 829d99fb8a5e56fdf6b853a586a9f00afc62efc0df36e2a55ba54c13fafa8386c4c3f59809a558d82033f6b87697411b09182b8e4d14ff1b8523912e3e74c114 SHA512 1baa5208a895f8ed9b729a110646b6dd7779269d7792255b37d3923b26f30fb7cf12e22615eb4d5c520b3ec41153599338814b21c6f14c7a750a835f23831560
|
||||
8
app-arch/upx-ucl/metadata.xml
Normal file
8
app-arch/upx-ucl/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -30,7 +30,7 @@ S="${WORKDIR}/${MY_P}"
|
|||
src_prepare() {
|
||||
#do not overwrite LZMA variables
|
||||
echo > src/stub/src/c/Makevars.lzma
|
||||
eapply_user
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue