diff options
author | Dennis Lamm <expeditioneer@gentoo.org> | 2020-11-29 21:35:51 +0100 |
---|---|---|
committer | Dennis Lamm <expeditioneer@gentoo.org> | 2020-11-30 19:37:44 +0100 |
commit | fff03732e39bdd6b5f471108de3078ad0e781990 (patch) | |
tree | e38b552f6432e158f2d6dd14b325073198ab6c98 /dev-libs/libcharon | |
parent | media-gfx/cura: bump to 4.8.0 (diff) | |
download | gentoo-fff03732e39bdd6b5f471108de3078ad0e781990.tar.gz gentoo-fff03732e39bdd6b5f471108de3078ad0e781990.tar.bz2 gentoo-fff03732e39bdd6b5f471108de3078ad0e781990.zip |
media-gfx/cura: drop old with dependencies
Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org>
Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'dev-libs/libcharon')
-rw-r--r-- | dev-libs/libcharon/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libcharon/libcharon-4.6.1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-libs/libcharon/Manifest b/dev-libs/libcharon/Manifest index 4a5081011238..d3b41bfd4d52 100644 --- a/dev-libs/libcharon/Manifest +++ b/dev-libs/libcharon/Manifest @@ -1,3 +1,2 @@ -DIST libcharon-4.6.1.tar.gz 145486 BLAKE2B 43a3bcddf128da9305711757b707394b5b0c23da27e27c3615d521e0af79683b2a525fefa7ae877581b56dae4c1dd7036c3189c17f8f86c92492b46e129a22b3 SHA512 43f7606529a933067bcb82a16e95d76f713a7847535887968c2933131d3197ec6127376e10c7d5f1debd218fc902962329fe22d4f9229b434a804daff94122cc DIST libcharon-4.7.0.tar.gz 151221 BLAKE2B af9fe83e07303e1ff296b878c9745a329531a9957ad16a9b39b36e53f3f2275f850806b6d1a51638013c7148f3ee68b92489a67629a6026056a8c4ed3f2338b1 SHA512 690ce086bf8bba3eee2ce087d02ce00c23a7ac4079b0a2961c05cf75d461b0d5dee0c1f86ed769b50f1cd9ef83d8570a54f4fac628e0c19a5a593138292bc64c DIST libcharon-4.8.0.tar.gz 151223 BLAKE2B fe4d2901908367569b45c466d31ac6e290979a8bd39c84f9c3ceb3ed91e9d9f1a789703fa5006706e21d77bd46b3185571df3f6157c7722e3e35244d27e0231c SHA512 33d3e9aa4e356fbf1d41555cfe2a5470d8f02b1d4f59d83e1ba89236b5e4489a93bdf24fad6f9bd2b0f843c053c485a082f5ee57437862ac40522aa61280b19c diff --git a/dev-libs/libcharon/libcharon-4.6.1.ebuild b/dev-libs/libcharon/libcharon-4.6.1.ebuild deleted file mode 100644 index 9ff0c625233c..000000000000 --- a/dev-libs/libcharon/libcharon-4.6.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit cmake python-single-r1 - -MY_PN="libCharon" - -DESCRIPTION="This library facilitates communication between Cura and its backend" -HOMEPAGE="https://github.com/Ultimaker/libCharon" -SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0/3" -KEYWORDS="~amd64 ~x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="${PYTHON_DEPS}" - -S="${WORKDIR}/${MY_PN}-${PV}" - -src_prepare() { - # Use current python version, not the latest installed - sed -i "s/find_package(Python3 3.4 REQUIRED/find_package(Python3 ${EPYTHON##python} EXACT REQUIRED/g" \ - CMakeLists.txt || die - - cmake_src_prepare -} - -src_install() { - cmake_src_install - python_optimize "${D}/usr/$(get_libdir)" -} |