mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-libs/libite: add 2.6.1
Signed-off-by: Oz Tiram <oz.tiram@gmail.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
committed by
Viorel Munteanu
parent
aabbc5c6e7
commit
dced4a75d8
@@ -1 +1,2 @@
|
||||
DIST libite-2.5.3.tar.xz 315960 BLAKE2B 1edced83f353526b85bd121ae68b234880de35ffb96c12699ddc10bda22db1b8189fdfd43d0e0578ce913be4d4cdf5bf02b5175bbfcbb8299dfe6a1c391dfe18 SHA512 fe0c2168c2dfd87a8e68a50260467dae090fde82c9266f14c57630206216d880323a4dc1ec15cb0ca401dfe3d1ba71daa97caa0d9be9971af8b7ca5e7607e889
|
||||
DIST libite-2.6.1.tar.xz 318552 BLAKE2B 36716ef4224513ed175c272724f927b03de63587ea611a14ab80ecbe012db4982ed8f96089c0336960de6f1ff57e5a6d1a64db895a613a2b59021bcf0e896b08 SHA512 37320cc7093aad756b574e9415a3a2aed9d76a147720f2b6493a173943b4f2875723c6f4f1d79868e3bd5e312fd545349c7dbcd66a675cee4ee1fa9889bfc2ee
|
||||
|
||||
19
dev-libs/libite/libite-2.6.1.ebuild
Normal file
19
dev-libs/libite/libite-2.6.1.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A collection of useful BSD APIs"
|
||||
HOMEPAGE="https://github.com/troglobit/libite"
|
||||
SRC_URI="https://github.com/troglobit/libite/releases/download/v${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
rm "${ED}"/usr/share/doc/${PF}/LICENSE || die
|
||||
}
|
||||
Reference in New Issue
Block a user