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 D874E1382C5 for ; Thu, 21 May 2020 22:28:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29ED9E0946; Thu, 21 May 2020 22:28:31 +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 11465E0946 for ; Thu, 21 May 2020 22:28:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E54A534F29B for ; Thu, 21 May 2020 22:28:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CFBB257 for ; Thu, 21 May 2020 22:28:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1590099906.c356be24f100dece68a1fc0a963fb45d12ef4cac.conikost@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.4.ebuild X-VCS-Directories: games-misc/xcowsay/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c356be24f100dece68a1fc0a963fb45d12ef4cac X-VCS-Branch: master Date: Thu, 21 May 2020 22:28:27 +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: 1024266f-5540-47ae-914f-9deed5444c15 X-Archives-Hash: bf1150fed37ed75a640ba8195824ab1e commit: c356be24f100dece68a1fc0a963fb45d12ef4cac Author: Conrad Kostecki gentoo org> AuthorDate: Thu May 21 22:25:06 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu May 21 22:25:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c356be24 games-misc/xcowsay: drop old version Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Conrad Kostecki gentoo.org> games-misc/xcowsay/Manifest | 1 - games-misc/xcowsay/xcowsay-1.4.ebuild | 55 ----------------------------------- 2 files changed, 56 deletions(-) diff --git a/games-misc/xcowsay/Manifest b/games-misc/xcowsay/Manifest index 2b7155b4d9f..97327886f75 100644 --- a/games-misc/xcowsay/Manifest +++ b/games-misc/xcowsay/Manifest @@ -1,2 +1 @@ -DIST xcowsay-1.4.tar.gz 100014 BLAKE2B 59a82449bdefcfdb9f1fcf159e21374e36fb1e5af7db5bc61eb10166e5746bb0ce13f4321c904354f8e5b3bc8ae4625b0b12b339dd8013016e644c908f4b6ef0 SHA512 53370ba287ed2bf7d41cbf1bb8631e8da6933575956b38ee02f5aedae5bb49aede7e5e641fa7f93241f078a1a044920b387288ffbe2a10dd04fbe02932c67ca9 DIST xcowsay-1.5.tar.gz 100878 BLAKE2B 0763648cb808c44cf519c1e77506e8c35f8a71584f81eee406736e52322b7317937f558b4a6931ec293ea334ca45c8085a51dfc49803754bb734d96d7df04dbe SHA512 13b297a675ec02af6f5617db19abe05979be7137ff37437a64cb079749a69551d453f1a584cf3ca2be62ed0dc6363ebac4986b1f93807bba66b21d0e2ba8cf2c diff --git a/games-misc/xcowsay/xcowsay-1.4.ebuild b/games-misc/xcowsay/xcowsay-1.4.ebuild deleted file mode 100644 index 373471250a7..00000000000 --- a/games-misc/xcowsay/xcowsay-1.4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -DESCRIPTION="Displays a cute cow and message on your desktop" -HOMEPAGE=" - https://github.com/nickg/xcowsay - https://www.doof.me.uk/xcowsay/ -" -SRC_URI="https://github.com/nickg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="dbus fortune nls" - -RDEPEND=" - dev-libs/glib:2 - virtual/awk - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/pango - dbus? ( dev-libs/dbus-glib ) - fortune? ( games-misc/fortune-mod ) -" - -DEPEND="${RDEPEND}" - -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - default - - if ! use fortune; then - sed -e 's/xcowfortune//g' -i src/Makefile.am || die - fi - - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-rpath - $(use_enable dbus) - $(use_enable nls) - ) - - econf ${myeconfargs[@]} -}