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 134B8138359 for ; Fri, 13 Nov 2020 18:12:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C09AE07F9; Fri, 13 Nov 2020 18:12:15 +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 234B8E07F9 for ; Fri, 13 Nov 2020 18:12:15 +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 991523410A5 for ; Fri, 13 Nov 2020 18:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C49F44C for ; Fri, 13 Nov 2020 18:12:12 +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: <1605291121.4a05f7634ac9f0ca54a56618e53dea41d8656060.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.5.ebuild X-VCS-Directories: games-misc/xcowsay/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 4a05f7634ac9f0ca54a56618e53dea41d8656060 X-VCS-Branch: master Date: Fri, 13 Nov 2020 18:12:12 +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: a81723df-4d3c-4644-b541-dc6fe2fffa60 X-Archives-Hash: 19938699f39ad1a9f2491716c885670f commit: 4a05f7634ac9f0ca54a56618e53dea41d8656060 Author: Conrad Kostecki gentoo org> AuthorDate: Fri Nov 13 18:02:23 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Nov 13 18:12:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a05f763 games-misc/xcowsay: drop old version Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki gentoo.org> games-misc/xcowsay/Manifest | 1 - games-misc/xcowsay/xcowsay-1.5.ebuild | 55 ----------------------------------- 2 files changed, 56 deletions(-) diff --git a/games-misc/xcowsay/Manifest b/games-misc/xcowsay/Manifest index 81a77437eed..a9444f62857 100644 --- a/games-misc/xcowsay/Manifest +++ b/games-misc/xcowsay/Manifest @@ -1,2 +1 @@ DIST xcowsay-1.5.1.tar.gz 101281 BLAKE2B 568f6ad7225cd859c37d79bf3ddf66c184f47d8feb6dedbafbd29ca4e05d97d883c6d6e4f4d60cebe107f1527e1ff01e17ec61430a3e55e2f504c2c00e402488 SHA512 55c165b5b2c01b11463af0eeb13fd646ea50138e2938ddfc25d44f1a704b7473d047bc7c95165f449a600de51ee005904f007843e33a8ef02c725b827eaec616 -DIST xcowsay-1.5.tar.gz 100878 BLAKE2B 0763648cb808c44cf519c1e77506e8c35f8a71584f81eee406736e52322b7317937f558b4a6931ec293ea334ca45c8085a51dfc49803754bb734d96d7df04dbe SHA512 13b297a675ec02af6f5617db19abe05979be7137ff37437a64cb079749a69551d453f1a584cf3ca2be62ed0dc6363ebac4986b1f93807bba66b21d0e2ba8cf2c diff --git a/games-misc/xcowsay/xcowsay-1.5.ebuild b/games-misc/xcowsay/xcowsay-1.5.ebuild deleted file mode 100644 index 139fea2aac0..00000000000 --- a/games-misc/xcowsay/xcowsay-1.5.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 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" -RESTRICT="test" - -RDEPEND=" - dev-libs/glib:2 - x11-libs/cairo - x11-libs/gtk+:3 - 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[@]} -}