From 1bc9c3b9d5a8c51b67f6ea2f57bdd76ff5073097 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Sep 2022 03:11:19 +0100 Subject: gentoo auto-resync : 28:09:2022 - 03:11:19 --- games-misc/sex/sex-1.0-r2.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 games-misc/sex/sex-1.0-r2.ebuild (limited to 'games-misc/sex/sex-1.0-r2.ebuild') diff --git a/games-misc/sex/sex-1.0-r2.ebuild b/games-misc/sex/sex-1.0-r2.ebuild deleted file mode 100644 index d76e5fcc9923..000000000000 --- a/games-misc/sex/sex-1.0-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -DESCRIPTION="Spouts silly mad-lib-style porn-like text" -HOMEPAGE="http://spatula.net/software/sex/" -SRC_URI="http://spatula.net/software/sex/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" - -RDEPEND="!sci-astronomy/sextractor" - -src_prepare() { - default - rm -f Makefile -} - -src_compile() { - tc-export CC - emake sex -} - -src_install() { - dobin sex - doman sex.6 - dodoc README -} -- cgit v1.2.3