From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 691C51399CF for ; Fri, 28 Aug 2015 07:12:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 793A41438A; Fri, 28 Aug 2015 07:11:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01F341438A for ; Fri, 28 Aug 2015 07:11:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29C5E340BE2 for ; Fri, 28 Aug 2015 07:11:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3531017A for ; Fri, 28 Aug 2015 07:11:54 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1440745890.8b4f668153cf1d3ac13e6ba5e1bd611f604af507.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktux/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ktux/Manifest kde-apps/ktux/ktux-15.08.0.ebuild X-VCS-Directories: kde-apps/ktux/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 8b4f668153cf1d3ac13e6ba5e1bd611f604af507 X-VCS-Branch: master Date: Fri, 28 Aug 2015 07:11:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c178b849-322e-43fd-89dd-f763b06289b3 X-Archives-Hash: 3f73d2181fc7ced9f30de27899a0fd77 commit: 8b4f668153cf1d3ac13e6ba5e1bd611f604af507 Author: Johannes Huber gentoo org> AuthorDate: Fri Aug 28 06:58:15 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri Aug 28 07:11:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4f6681 kde-apps/ktux: Version bump 15.08.0 Package-Manager: portage-2.2.20.1 kde-apps/ktux/Manifest | 1 + kde-apps/ktux/ktux-15.08.0.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/kde-apps/ktux/Manifest b/kde-apps/ktux/Manifest index d2003a0..bfdc80d 100644 --- a/kde-apps/ktux/Manifest +++ b/kde-apps/ktux/Manifest @@ -1 +1,2 @@ +DIST ktux-15.08.0.tar.xz 108844 SHA256 6590916f7f24574ea82917ca264197845bfa0c6f82f96ab97d95260727e25ad3 SHA512 c862513f196e4cf4b31dbf86916a6a29331c183724a2031b03db913307dbde01dcd6cd438af924852d59bf88a202e0165bdc8803dfc6f3a9a12876cadbe899e7 WHIRLPOOL 06d62a2bf9509a3f0ae9e17850e0a96fad49cfd761e698c3735b200de8b5a2c044a0f69a677e9034526b39c76304e63bfd109e00d1064a1ffbd6613721f1ed9e DIST ktux-4.14.3.tar.xz 108632 SHA256 394db3a455796bc6fc16e91b1822fd45e4081e49c73c4d0103a468cc182505d9 SHA512 2929c1f4db1e7b8f6527c0b90bcc29d76aac9e3b4bd44daa5b535c9611a7f4ac14a8d903d4cc901e9444e5cad0ab3595a02bf06844f56cc074991bb1748a46a1 WHIRLPOOL d2a0381df5a865c206e2560868acb87679893345186b54a490b58a0a96cdf59fd9837dcca9421de2592ecfad744443e2e781987948625f8a983e20bf2feb7e02 diff --git a/kde-apps/ktux/ktux-15.08.0.ebuild b/kde-apps/ktux/ktux-15.08.0.ebuild new file mode 100644 index 0000000..f39a93d --- /dev/null +++ b/kde-apps/ktux/ktux-15.08.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" +HOMEPAGE+=" https://userbase.kde.org/KTux" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +# libkworkspace - only as a stub to provide KDE4Workspace config +DEPEND=" + $(add_kdebase_dep kscreensaver '' 4.11) + $(add_kdebase_dep libkworkspace '' 4.11) +" +RDEPEND="${DEPEND}"