Skip to content

Commit

Permalink
kde-frameworks/kunitconversion: 5.73.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Aug 8, 2020
1 parent 74f693b commit 37a577a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kunitconversion/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kunitconversion-5.70.0.tar.xz 841228 BLAKE2B 8250af7d1c0e7c5f851b11b7958147b0face4fcdc7d13fb9556d79f993d39eecf3b63b54702f2fc3886c3fbf61b1dc3ec4074db25de88d87f2202e45817f2274 SHA512 73aa40ead1d31da3f6f24444cb8f67f8a1326c02afcd0456aa368b138f93a6ae2cd886e84f45f6a5c404ca793168ee4e9d715442e7951101e4c782ac03924ebd
DIST kunitconversion-5.72.0.tar.xz 857172 BLAKE2B e2d80620c29b89cdef70272fa0073170df36233d97f982933fa3bb0d4717c5a9ae1e171b472301ef993d35907aa64d7cbf61ad43f6a03db37f8ba8ccf6777d5d SHA512 c4516d1560e65418545af14a2380e72e82ffd08977a94f7453edec74b6ab55d2c43646d7f9ac614feb3a1368cfa780e5d7e9641dc7333cc4db558c96bab6ac88
DIST kunitconversion-5.73.0.tar.xz 857412 BLAKE2B aec1c5dd4909182b2a0e1abad1b8f4f480284bd6cd3ac8a222ff0fca9fa32779cc911ad0fde65848b6d4b52a2414593976031bf7de2ab7c7bd9cabbaf4a5992e SHA512 13be497ec1a9434073d7121d52326f88fb5cdc68f3c6279d4dbb1632870a07817329ebc18583dcfc9b73858b9e9de63e16e01a3c231635070f332ab8835bebbc
28 changes: 28 additions & 0 deletions kde-frameworks/kunitconversion/kunitconversion-5.73.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PVCUT=$(ver_cut 1-2)
QTMIN=5.14.2
inherit ecm kde.org

DESCRIPTION="Framework for converting units"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE=""

DEPEND="
>=dev-qt/qtnetwork-${QTMIN}:5
=kde-frameworks/ki18n-${PVCUT}*:5
"
RDEPEND="${DEPEND}"

src_test() {
# bug 623938 - needs internet connection
local myctestargs=(
-E "(convertertest)"
)

LC_NUMERIC="C" ecm_src_test # bug 694804
}

0 comments on commit 37a577a

Please sign in to comment.