diff options
author | Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru> | 2018-06-14 15:55:41 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@omrb.pnpi.spb.ru> | 2018-06-14 15:55:41 +0300 |
commit | 55196e7bd282b17bc188000f1d14211aa2f83e8c (patch) | |
tree | c823f5a87eaf9c5a75ec53992937d683d18203b2 /dev-libs/libarcus | |
parent | dev-libs/libarcus: Clean up old (diff) | |
download | gentoo-55196e7bd282b17bc188000f1d14211aa2f83e8c.tar.gz gentoo-55196e7bd282b17bc188000f1d14211aa2f83e8c.tar.bz2 gentoo-55196e7bd282b17bc188000f1d14211aa2f83e8c.zip |
dev-libs/libarcus: Clean up old versions
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-libs/libarcus')
-rw-r--r-- | dev-libs/libarcus/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/dev-libs/libarcus/Manifest b/dev-libs/libarcus/Manifest index e4f0c591bc4f..6d4038b6b1c1 100644 --- a/dev-libs/libarcus/Manifest +++ b/dev-libs/libarcus/Manifest @@ -1,2 +1 @@ -DIST libarcus-1.0.0_pre20160307.tar.gz 40461 BLAKE2B 8f39ae9451c4cb7af1792717c9c205893fadaa0a0c41de408f34a0f83962905a8c200806c77e881a7cee50bb9818c8d72354790ce2c6a07d50198119a89b98e2 SHA512 ec654fbe2d34ad60afd0c1f3745e9f0ef5709e3698ea78d17089dad5e86cb686f38a0ea4cca07b6911058ebdf61c17b51a89c002cbf74cbbd4a68a133d8984e5 DIST libarcus-3.3.0.tar.gz 29695 BLAKE2B a63ca06133cf7db556fe82cc7ea060badd7838d697822d64e09c52aaa81a8509bfa6010037004593da3b1e66dde510767a992524f8e1719e614932b88b9393fe SHA512 a911fb5784ceb835ba2c175ce42cc10544bdd0834e987d8ac1be2517293f00e596f94910d8bf5f37f61e63246ba6e78d28a23bc061809e70b1bb6ad1a21107c9 diff --git a/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild b/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild deleted file mode 100644 index cbd6bec86cef..000000000000 --- a/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -PYTHON_COMPAT=( python3_4 python3_5 ) -inherit cmake-utils python-single-r1 - -MY_PN="libArcus" -COMMIT="1db8a8e57dbf0d68d9e9f85ef9022b8eae17c9ec" - -DESCRIPTION="This library facilitates communication between Cura and its backend" -HOMEPAGE="https://github.com/Ultimaker/libArcus" -SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="AGPL-3+" -SLOT="0/2" -IUSE="examples python static-libs" -KEYWORDS="~amd64 ~x86" - -RDEPEND="${PYTHON_DEPS} - dev-python/sip[${PYTHON_USEDEP}] - >=dev-libs/protobuf-3:= - >=dev-python/protobuf-python-3:*[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_PN}-${COMMIT}" -PATCHES=( "${FILESDIR}/${PN}-1.0.0-fix-install-paths.patch" ) -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -pkg_setup() { - use python && python-single-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DBUILD_PYTHON=$(usex python ON OFF) - -DBUILD_EXAMPLES=$(usex examples ON OFF) - -DBUILD_STATIC=$(usex static-libs ON OFF) - ) - use python && mycmakeargs+=( -DPYTHON_SITE_PACKAGES_DIR="$(python_get_sitedir)" ) - cmake-utils_src_configure -} |