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 2AFD01385CC 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 7406014387; 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 E1C9614387 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 C1244340940 for ; Fri, 28 Aug 2015 07:11:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 214D413B 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.2e05da77acd8d73658361fb9342898bed09497f0.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/amor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/amor/Manifest kde-apps/amor/amor-15.08.0.ebuild X-VCS-Directories: kde-apps/amor/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2e05da77acd8d73658361fb9342898bed09497f0 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: 52957b5f-15db-4571-8cac-3881105a0769 X-Archives-Hash: 236ecdcb83c2fd36e85d25441d50ff2c commit: 2e05da77acd8d73658361fb9342898bed09497f0 Author: Johannes Huber gentoo org> AuthorDate: Fri Aug 28 06:55:16 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=2e05da77 kde-apps/amor: Version bump 15.08.0 Package-Manager: portage-2.2.20.1 kde-apps/amor/Manifest | 1 + kde-apps/amor/amor-15.08.0.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/kde-apps/amor/Manifest b/kde-apps/amor/Manifest index 9ae2f33..069f90f 100644 --- a/kde-apps/amor/Manifest +++ b/kde-apps/amor/Manifest @@ -1 +1,2 @@ +DIST amor-15.08.0.tar.xz 175504 SHA256 78f8b03227d14c3997db5040ba3730d7618406f4bafacbe4515a7d838eafeccf SHA512 391b7774bee971948ffd48e9465b9caa9a43a64dfba10e8957b66110612aeee8cccd45615d66325595d3f1758697697a64eede5807235d876c21af72fa5ea2aa WHIRLPOOL b209de92344509e4c4e8a98c2024bff2476b193a10d7a4751ee351ef2aba16268652e395babb48d91e560fdd908b4979b9b472e0c71c7e8bafee9090e1247884 DIST amor-4.14.3.tar.xz 174148 SHA256 dd4ccc85bf0959a8d62c614804dea2438d7c4bec29965dd481305f768f8738d9 SHA512 f9dac4bfcfc64387a9bf6d9946534fe38242c43f7d81e80f8a2256b2047ad6595f1bdcd467adb138cfd6511bf69820419ac7016977a5f39b0af24a67a30f769d WHIRLPOOL 15f86e866b66f03c157c033935f2b81525525b1485582ca17e3e9fd78475ede7c7157bf16efb6b1fb686786eeed1c89fca6efc5d188ce383f778d25ba97fb36d diff --git a/kde-apps/amor/amor-15.08.0.ebuild b/kde-apps/amor/amor-15.08.0.ebuild new file mode 100644 index 0000000..5cbe732 --- /dev/null +++ b/kde-apps/amor/amor-15.08.0.ebuild @@ -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="optional" +inherit kde4-base + +DESCRIPTION="KDE: Amusing Misuse Of Resources - desktop-dwelling creature" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND="x11-libs/libX11 + x11-libs/libXext" +RDEPEND="${DEPEND}"