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.
kde-apps/pairs: Version bump 15.04.3
Last release, upstream declared it as dead with 15.08.0. Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
2 changed files
with
17 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 +1,2 @@ | ||
DIST pairs-15.04.3.tar.xz 2819460 SHA256 3bd9c33a74475201feb3ced58bb3777610c42d1ea720cb36543c0b94a1eaf5df SHA512 314d5a3cfdaeaeb2017f59bf9f8ff57c5516e76713f855869937c43ec00882de624e1f9d038ff954237e13655a4563cf66c39ca572dbc922bc9be7e8c5271e83 WHIRLPOOL 0716d2a9e49528a9370706996eec19d80bb0eaa413b866f05edf7ef8f8b35db185bdf27fd452336db055b444dc9388b0237199d98fb41731e36090135d923b00 | ||
DIST pairs-4.14.3.tar.xz 2822372 SHA256 d5117bbd3234dd4b520388123e423a011b327f42a8fc1e8b89cb7426c4be9988 SHA512 592260011dc7b0a2d03364eff2dcced8b8bd46a7bac0d399212ddc01fbe9a9324b7f1179ddb3a75960f0c6de64d3cb424c82a8896f1b106d5e3c3ac54d07b5f2 WHIRLPOOL f705dbc4e4acafd0ab164746b278b9d0b7e968c8d912cd024530d45c2ba0030b2cb5835049f2d46682a1d1486536bbae0d3f8ecee724bbd22722c119a74dc6f2 |
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,16 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_HANDBOOK="never" | ||
inherit kde4-base | ||
|
||
DESCRIPTION="KDE memory and pairs game" | ||
HOMEPAGE="https://edu.kde.org/applications/miscellaneous/pairs" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="debug" | ||
|
||
DEPEND="" | ||
RDEPEND="${DEPEND}" |