summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-10-02 23:21:02 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-03 08:21:10 +0200
commitac3920c8c27b5a4f183c5115915dea8fee6aed16 (patch)
tree92845199df9a394003a90a48212d778a5ad60e1c /games-misc
parentdev-lang/mono-basic: drop old version (diff)
downloadgentoo-ac3920c8c27b5a4f183c5115915dea8fee6aed16.tar.gz
gentoo-ac3920c8c27b5a4f183c5115915dea8fee6aed16.tar.bz2
gentoo-ac3920c8c27b5a4f183c5115915dea8fee6aed16.zip
games-misc/xcowsay: drop old version
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/xcowsay/Manifest1
-rw-r--r--games-misc/xcowsay/xcowsay-1.3.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/games-misc/xcowsay/Manifest b/games-misc/xcowsay/Manifest
index 69ed9ca6032c..a4cd3b231962 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 23b83fa32d22..000000000000
--- 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
-}