summaryrefslogtreecommitdiff
path: root/dev-libs/libtreadstone
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-libs/libtreadstone
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-libs/libtreadstone')
-rw-r--r--dev-libs/libtreadstone/Manifest2
-rw-r--r--dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild11
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-libs/libtreadstone/Manifest b/dev-libs/libtreadstone/Manifest
index e73d9b8f2af3..aaedbe2eebe8 100644
--- a/dev-libs/libtreadstone/Manifest
+++ b/dev-libs/libtreadstone/Manifest
@@ -1,3 +1,3 @@
DIST libtreadstone-0.2.0.tar.gz 364127 BLAKE2B 803ae1b61be62b067219198de526bb5e23a2e25f91ca928a7e92a83222f3f921835310f2a101c29309889129d15c872e679e4a5779747db5cdf87473f781406b SHA512 dfa8a592b4dbe8106716160e3108ba62a24e15d9ec827a4086f95db7dc8216c4d571c065f0e6773776693a29cca3aee29991b95f9aafae20d175403374a96014
-EBUILD libtreadstone-0.2.0.ebuild 372 BLAKE2B a59d4b0e4ff5ae0c25f335b7430d9bef65632c1290d3aa41b86135572ac489f1c3a26c34acf9d60d0bccc0d347c462cc28042d3fd5fdd7888d3c3d961d2f4b70 SHA512 449f1d448cc087a05ed86d3f9a3ab97ed60b55e0c9a420f55cda1fc9539379aeebd6b89a228f5af65bb6c636e805606ffbb8d29ff824f886e5b53df84d136f77
+EBUILD libtreadstone-0.2.0.ebuild 487 BLAKE2B 166806d0e4470b2b7c0ccd444c85c53216532d824775e5883d8d1896b7ce89be473b4706bf2b126e9e47916f6f194968ed015a6d738a6908c9d5e768781a2b52 SHA512 ab34d9e622dd35ff0d2ad3b709ad89afd4d3d94355226b1f26f31975d7c8f50101258dcdd1a4e1d6dc52f71374df11166af7004a2edff0466450f1fd10f80f9a
MISC metadata.xml 247 BLAKE2B 5a20af3c9732ef7dba68131a08988652f5c93a6d186a82c4deb1bb9c06dc3ae73152a0d241cc346637f7b11caf4676da43301ba596c67b66669535e71db0b03e SHA512 29cf52c16b0cce69899d9c2da8acd9144b7d760442aa323b854dceadb42459e009545193b1df7911ac2241b59f4819b4a6bb1d206d6f57953f770031433bb6b7
diff --git a/dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild b/dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild
index 1ab31ea5b9ff..cb7f1d335b75 100644
--- a/dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild
+++ b/dev-libs/libtreadstone/libtreadstone-0.2.0.ebuild
@@ -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
@@ -16,3 +16,12 @@ IUSE=""
DEPEND=">=dev-libs/libpo6-0.7.0
>=dev-libs/libe-0.10.0"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf --disable-static
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}