summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-misc/xcowsay/xcowsay-1.0.ebuild')
-rw-r--r--games-misc/xcowsay/xcowsay-1.0.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-misc/xcowsay/xcowsay-1.0.ebuild b/games-misc/xcowsay/xcowsay-1.0.ebuild
deleted file mode 100644
index 61f8700..0000000
--- a/games-misc/xcowsay/xcowsay-1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-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"
-
-inherit eutils
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="dbus"
-
-RDEPEND="dbus? ( sys-apps/dbus )
- games-misc/fortune-mod"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_configure() {
- myconf="${myconf} $(use_enable dbus)"
- econf ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "installation failed"
-}
-
-pgk_postinst() {
-ewarn
-ewarn "Please do not report bugs on Gentoo bugzilla"
-ewarn
-ewarn "Bugs report: hwoarang@gentoo.org"
-ewarn
-}