forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15.08.3 is the last kdelibs4-based version. Package-Manager: portage-2.3.0
- Loading branch information
Michael Palimaka
committed
Jun 26, 2016
1 parent
7d0d5ca
commit c44a5e5
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
DIST kamera-15.08.3.tar.xz 35460 SHA256 1fa27239a84ce6a224afd4f327813625a3f05717b852503fc55914a557e79eca SHA512 c68486a46555f29ddae89529c30f387676c13f48aa9b2064582d4e6319eaec1c7b48e13218777711faddf20e7d45e89ec582d044ef9e4117b8e449a0e5a22488 WHIRLPOOL d51d5f8877c446610e84d7f5b6ae477f6cc800ccdb2b256d463e8ddf7abd64a1ed3b4fa1861090fd38772086842057ce25451600a654543ef42056e4b2914857 | ||
DIST kamera-15.12.3.tar.xz 37488 SHA256 c69861a887107c885bc2979deec1054454d96bd036057ef0944ed50764dbffab SHA512 07a9fb02b3f13fa473ba6bb592b7ee58d66025810c31f29f024205fd4f8dfda8e9f9384efbce944e0e40d4d557211479aae6a5563ebace3d1143d038ee705353 WHIRLPOOL b8cc41ac6c786ffdd9678ccdd6053e1dd4950b0c97797473ed8b2c60c31d276e80ccf2843eaf87fbf14ea87a7162ca385f31e79727cc2c2fcb96705d9b93d377 | ||
DIST kamera-16.04.1.tar.xz 37492 SHA256 7ab8cb32762d0434a32748f34f1630848ad40eca299db6d9c76b5fa3ecbfcee8 SHA512 de32eca6ad079272e4ef338a56553c01437ba23e98b2e546f42ba2b980a6de709f0ec20bb175193c2b9e130e568fcefb119d2847327916aa6a20c9b0ed8d25b2 WHIRLPOOL 2d102be8764746177bb778062fbc3e05815ed612608a9c08fd20ad32f624c58bb751a3e2baee6136d4866c1a24146c7308e185aa224e044a565982857dcb4f3a | ||
DIST kamera-4.14.3.tar.xz 35324 SHA256 6f0beae8b6e55aa6313d34d7478a6a7b80a0a4c1e2c874b5ebddd00d430bc126 SHA512 fbdbc8236bb870ca02bc34a4b2b787380e5ec50658b2e6d157725e1cf5e202366fc4d0e6146098b59af9cb82a82a04f62e2d7c8262972a1da468f89e5bd48129 WHIRLPOOL 48d83b8120d31f76f21ecfdb4c9f94b941ec9a0f0371ead4dba714e64c12e3f971a4fa04805f7a7f98ad8f5ba0b32ee791547e063ecd321cd97bce674a73296e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="optional" | ||
inherit kde4-base | ||
|
||
DESCRIPTION="KDE digital camera manager" | ||
KEYWORDS="amd64 x86" | ||
IUSE="debug" | ||
|
||
DEPEND=" | ||
media-libs/libgphoto2:= | ||
" | ||
RDEPEND="${DEPEND}" |