diff options
author | Okamura Kazuya <gentoo-guru@danceylove.net> | 2024-05-05 10:10:00 +0900 |
---|---|---|
committer | Okamura Kazuya <gentoo-guru@danceylove.net> | 2024-05-05 10:10:00 +0900 |
commit | 870074b793bd954aecc84c9fbbbc730862b30d45 (patch) | |
tree | b68e7068175e3350eb6cb0f5f881d765a54911df /dev-libs | |
parent | dev-cpp/libcutl: treeclean (diff) | |
download | guru-870074b793bd954aecc84c9fbbbc730862b30d45.tar.gz guru-870074b793bd954aecc84c9fbbbc730862b30d45.tar.bz2 guru-870074b793bd954aecc84c9fbbbc730862b30d45.zip |
dev-libs/ip2loc: treeclean
Signed-off-by: Okamura Kazuya <gentoo-guru@danceylove.net>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ip2loc/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/ip2loc/ip2loc-8.1.4.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-libs/ip2loc/Manifest b/dev-libs/ip2loc/Manifest index 90a90fe10..539902b51 100644 --- a/dev-libs/ip2loc/Manifest +++ b/dev-libs/ip2loc/Manifest @@ -1,2 +1 @@ -DIST ip2loc-8.1.4.gh.tar.gz 3698367 BLAKE2B 6f02870a99b7e7ef7b48e86c055391e674af8f7dde5b28ed3d7c4b5cc3a89df644f1e55a1f59b86ce215f02a8b98552f66755413f6b4a5ad737990bec5d7e61d SHA512 c801e03b78771e2da402cb7c9e96c1bed984f5fea4e4b440a5a25602540a7a82cc2a166046d0a4b361c981615b779a1268b90d3db5fae3a70c3237377424f291 DIST ip2loc-8.6.1.gh.tar.gz 3564380 BLAKE2B 2b52af8b8539223f3c0ed3374df993cee2c9bfcdbf7954c4236191fa295a0d8826a18804bfcd1e03fc40fb30376bf2e438519b270285dee3f2221ff0eaefc851 SHA512 1c3c8198c7eadbcc8b3f274f46cd9fb56115c5ec3713bd6cf96743f9de4bd3029f2f90ed07c86c47626bbd6de2adb6d0ddf9a656f3fc5ddfc07ea9f1d43b2d06 diff --git a/dev-libs/ip2loc/ip2loc-8.1.4.ebuild b/dev-libs/ip2loc/ip2loc-8.1.4.ebuild deleted file mode 100644 index 422410117..000000000 --- a/dev-libs/ip2loc/ip2loc-8.1.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="IP2Location C Library" -HOMEPAGE="https://github.com/chrislim2888/IP2Location-C-Library/" -SRC_URI="https://github.com/chrislim2888/IP2Location-C-Library/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -S="${WORKDIR}/IP2Location-C-Library-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -BDEPEND="dev-lang/perl" - -src_configure() { - eautoreconf - default -} - -src_compile() { - default - pushd data > /dev/null || die - perl ip-country.pl || die "Failed to generate database!" - popd || die -} - -src_install() { - default - find "${ED}" -type f -name '*.la' -delete || die -} |