diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-06 21:54:10 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-06 21:54:10 +0000 |
commit | 12b1d702c3d1ae862c7f9a5db75473f6356b7986 (patch) | |
tree | 47bfca2c65c8a216fab293118c69231ddec750cc /games-misc | |
parent | EAPI 5 (diff) | |
download | gentoo-2-12b1d702c3d1ae862c7f9a5db75473f6356b7986.tar.gz gentoo-2-12b1d702c3d1ae862c7f9a5db75473f6356b7986.tar.bz2 gentoo-2-12b1d702c3d1ae862c7f9a5db75473f6356b7986.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/sex/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/sex/sex-1.0.ebuild | 15 |
2 files changed, 12 insertions, 10 deletions
diff --git a/games-misc/sex/ChangeLog b/games-misc/sex/ChangeLog index 1728c2c2cf34..44cc3eb80109 100644 --- a/games-misc/sex/ChangeLog +++ b/games-misc/sex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/sex -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/sex/ChangeLog,v 1.19 2010/01/03 12:09:26 fauli Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/sex/ChangeLog,v 1.20 2015/02/06 21:54:10 tupone Exp $ + + 06 Feb 2015; Tupone Alfredo <tupone@gentoo.org> sex-1.0.ebuild: + EAPI 5 03 Jan 2010; Christian Faulhammer <fauli@gentoo.org> sex-1.0.ebuild: Transfer Prefix keywords diff --git a/games-misc/sex/sex-1.0.ebuild b/games-misc/sex/sex-1.0.ebuild index 4ec8a93c298c..c248114f4bb1 100644 --- a/games-misc/sex/sex-1.0.ebuild +++ b/games-misc/sex/sex-1.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/sex/sex-1.0.ebuild,v 1.19 2010/01/03 12:09:26 fauli Exp $ - +# $Header: /var/cvsroot/gentoo-x86/games-misc/sex/sex-1.0.ebuild,v 1.20 2015/02/06 21:54:10 tupone Exp $ +EAPI=5 inherit games DESCRIPTION="Spouts silly mad-lib-style porn-like text" @@ -13,17 +13,16 @@ SLOT="0" KEYWORDS="alpha amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" -src_unpack() { - unpack ${A} - rm -f "${S}"/Makefile +src_prepare() { + rm -f Makefile } src_compile() { - emake sex || die "emake failed" + emake sex } src_install() { - dogamesbin sex || die "dogamesbin failed" + dogamesbin sex doman sex.6 dodoc README prepgamesdirs |