summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-12 18:28:03 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-12 18:28:19 +0100
commit4b160993f90db90a69e37baff8977a24177cc48c (patch)
treebb0e84333f2b17fc242263e06515cfa97425afd6 /kde-frameworks/prison
parentmedia-sound/puddletag: Version bump. (diff)
downloadgentoo-4b160993f90db90a69e37baff8977a24177cc48c.tar.gz
gentoo-4b160993f90db90a69e37baff8977a24177cc48c.tar.bz2
gentoo-4b160993f90db90a69e37baff8977a24177cc48c.zip
kde-frameworks: Version bump KDE Frameworks 5.29.0
Package-Manager: portage-2.3.3
Diffstat (limited to 'kde-frameworks/prison')
-rw-r--r--kde-frameworks/prison/Manifest1
-rw-r--r--kde-frameworks/prison/prison-5.29.0.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-frameworks/prison/Manifest b/kde-frameworks/prison/Manifest
index c2180fab1db4..fa265aaee423 100644
--- a/kde-frameworks/prison/Manifest
+++ b/kde-frameworks/prison/Manifest
@@ -1 +1,2 @@
DIST prison-1.1.1.tar.xz 12860 SHA256 57da8dfb320575825854217e58a773d972c80e43031e83fd0e85cd2e68269884 SHA512 4f5099ba992908b9157665943b87347408b554d88bb6ad96baa0ef4c8053f5a12462e2d2778f00cec85c7788349daac698910233770fd677a17092d87ee22670 WHIRLPOOL a8898b86b26052ef5556b2469eb983e736bff7e234cf3df503b2345634f686f154fead27620e50041878e627ce2c518c5ae0045f8e18665f5df88b270ffeaace
+DIST prison-5.29.0.tar.xz 13540 SHA256 f4e4d5badd8bbefb0e78f27640d80453e475a710a866339dd165c2dec37c8741 SHA512 4eaf11262e532ef0ee37bf64385fd4d6aa6cbe4106f19412f1d23665bbaedb961612b370ac02696b0f11dfeef3546cedd5b5c2dff4babeff20e70be35abdbdb9 WHIRLPOOL 326320bcc99e0df24613350373686160b3172c699843f8cf7385894ab4757b1b1b66afd541d3d95a9b99b36a68bde1833751288728d4d836e2ac15eb00bcc417
diff --git a/kde-frameworks/prison/prison-5.29.0.ebuild b/kde-frameworks/prison/prison-5.29.0.ebuild
new file mode 100644
index 000000000000..479337b51ad1
--- /dev/null
+++ b/kde-frameworks/prison/prison-5.29.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="QRCode and data matrix barcode library"
+HOMEPAGE="https://cgit.kde.org/prison.git"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_qt_dep qtgui)
+ media-gfx/qrencode
+ media-libs/libdmtx
+"
+RDEPEND="${DEPEND}"