From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FF58138335 for ; Thu, 3 Oct 2019 06:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94DF8E0874; Thu, 3 Oct 2019 06:21:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78CE3E0874 for ; Thu, 3 Oct 2019 06:21:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40B6834B7DC for ; Thu, 3 Oct 2019 06:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A978828 for ; Thu, 3 Oct 2019 06:21:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570083670.ac3920c8c27b5a4f183c5115915dea8fee6aed16.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/xcowsay/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/xcowsay/Manifest games-misc/xcowsay/xcowsay-1.3.ebuild X-VCS-Directories: games-misc/xcowsay/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac3920c8c27b5a4f183c5115915dea8fee6aed16 X-VCS-Branch: master Date: Thu, 3 Oct 2019 06:21:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0362ca85-e6a5-42dc-816d-fbe6474bc81d X-Archives-Hash: 0aa733aeb2b1642ecb374d9bd7f86715 commit: ac3920c8c27b5a4f183c5115915dea8fee6aed16 Author: Conrad Kostecki kostecki com> AuthorDate: Wed Oct 2 21:21:02 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 3 06:21:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3920c8 games-misc/xcowsay: drop old version Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki kostecki.com> Signed-off-by: Michał Górny gentoo.org> games-misc/xcowsay/Manifest | 1 - games-misc/xcowsay/xcowsay-1.3.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/games-misc/xcowsay/Manifest b/games-misc/xcowsay/Manifest index 69ed9ca6032..a4cd3b23196 100644 --- a/games-misc/xcowsay/Manifest +++ b/games-misc/xcowsay/Manifest @@ -1,2 +1 @@ -DIST xcowsay-1.3.tar.gz 269836 BLAKE2B 40eea935eb8784c182c03cf68c89f790c826f5162bbed526facee4d7488fb833e55bbecb9824d0b5e98abf3f5bc77068e150a1817f9745fb8ace11b7d7fdbb00 SHA512 b6f6493a988d8e8036ba9f2a0434627ffbd28eacd3330b256d8e6754b7be02eeb41390b28a8160091eca87d142e284adf2e2a37f22d715bca3b58ef1db8cdcf1 DIST xcowsay-1.4.tar.gz 100014 BLAKE2B 59a82449bdefcfdb9f1fcf159e21374e36fb1e5af7db5bc61eb10166e5746bb0ce13f4321c904354f8e5b3bc8ae4625b0b12b339dd8013016e644c908f4b6ef0 SHA512 53370ba287ed2bf7d41cbf1bb8631e8da6933575956b38ee02f5aedae5bb49aede7e5e641fa7f93241f078a1a044920b387288ffbe2a10dd04fbe02932c67ca9 diff --git a/games-misc/xcowsay/xcowsay-1.3.ebuild b/games-misc/xcowsay/xcowsay-1.3.ebuild deleted file mode 100644 index 23b83fa32d2..00000000000 --- a/games-misc/xcowsay/xcowsay-1.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="configurable talking graphical cow (inspired by cowsay)" -HOMEPAGE="http://www.doof.me.uk/xcowsay/" -SRC_URI="http://www.nickg.me.uk/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="dbus fortune" - -RDEPEND="dbus? ( sys-apps/dbus ) - dev-libs/dbus-glib - fortune? ( games-misc/fortune-mod ) - media-libs/freetype:2 - media-libs/libpng - x11-libs/pango - x11-libs/gtk+:2 - x11-libs/gdk-pixbuf:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf $(use_enable dbus) -} - -src_install() { - default - if ! use fortune; then - rm -f "${ED}"/usr/bin/xcowfortune || die "Removal of xcowfortune failed" - fi -}