summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-09-27 22:51:27 +0100
committerSam James <sam@gentoo.org>2022-09-27 22:51:27 +0100
commitce74c55992aec2610226e83a99eb8b56ce3ca32c (patch)
treeb8b3d675430ff07caddd6e7eaf05ec2c65953445 /games-misc/sex/sex-1.0-r2.ebuild
parentsys-kernel/dracut: homepage moved (diff)
downloadgentoo-ce74c55992aec2610226e83a99eb8b56ce3ca32c.tar.gz
gentoo-ce74c55992aec2610226e83a99eb8b56ce3ca32c.tar.bz2
gentoo-ce74c55992aec2610226e83a99eb8b56ce3ca32c.zip
games-misc/sex: fix implicit function decls
Closes: https://bugs.gentoo.org/871414 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-misc/sex/sex-1.0-r2.ebuild')
-rw-r--r--games-misc/sex/sex-1.0-r2.ebuild32
1 files changed, 0 insertions, 32 deletions
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
-}