public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-misc/sex/
@ 2016-10-11 22:59 Austin English
  0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2016-10-11 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     56acefb48dbafe5ac723b6cdc0a61af6b53575a9
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 21:50:18 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 22:55:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56acefb4

games-misc/sex: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-misc/sex/sex-1.0-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/games-misc/sex/sex-1.0-r1.ebuild b/games-misc/sex/sex-1.0-r1.ebuild
new file mode 100644
index 00000000..ce24d98
--- /dev/null
+++ b/games-misc/sex/sex-1.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+src_prepare() {
+	default
+	rm -f Makefile
+}
+
+src_compile() {
+	emake sex
+}
+
+src_install() {
+	dobin sex
+	doman sex.6
+	dodoc README
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/sex/
@ 2017-01-29 18:33 Fabian Groffen
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen @ 2017-01-29 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     ba300ff5e7e5e065a75acbabbcc4fdf34b41414d
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 18:31:59 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 18:33:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba300ff5

games-misc/sex: dropped ~x86-freebsd

Package-Manager: portage-2.3.3

 games-misc/sex/sex-1.0-r1.ebuild | 4 ++--
 games-misc/sex/sex-1.0-r2.ebuild | 4 ++--
 games-misc/sex/sex-1.0.ebuild    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/games-misc/sex/sex-1.0-r1.ebuild b/games-misc/sex/sex-1.0-r1.ebuild
index ce24d98..98c7eec 100644
--- a/games-misc/sex/sex-1.0-r1.ebuild
+++ b/games-misc/sex/sex-1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="http://spatula.net/software/sex/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_prepare() {

diff --git a/games-misc/sex/sex-1.0-r2.ebuild b/games-misc/sex/sex-1.0-r2.ebuild
index 46b1dcc..66f7bf2 100644
--- a/games-misc/sex/sex-1.0-r2.ebuild
+++ b/games-misc/sex/sex-1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ SRC_URI="http://spatula.net/software/sex/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="!sci-astronomy/sextractor"

diff --git a/games-misc/sex/sex-1.0.ebuild b/games-misc/sex/sex-1.0.ebuild
index dccd883..a2aa089 100644
--- a/games-misc/sex/sex-1.0.ebuild
+++ b/games-misc/sex/sex-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://spatula.net/software/sex/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/sex/
@ 2017-11-25 14:39 Patrick Lauer
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer @ 2017-11-25 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     f8e69151d20ad47fbb67488e3e1f5dc5169bb925
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 14:27:59 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 14:39:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e69151

games-misc/sex: Whitespace

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 games-misc/sex/sex-1.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-misc/sex/sex-1.0.ebuild b/games-misc/sex/sex-1.0.ebuild
index 40de7b2b5f8..a68d3f0545e 100644
--- a/games-misc/sex/sex-1.0.ebuild
+++ b/games-misc/sex/sex-1.0.ebuild
@@ -1,5 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
+
 EAPI=5
 inherit games
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/sex/
@ 2021-01-06 23:02 Fabian Groffen
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen @ 2021-01-06 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7df4947d48a081a3b7333e2ccbd79473dc99d7bb
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 23:02:01 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 23:02:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df4947d

games-misc/sex: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 games-misc/sex/sex-1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-misc/sex/sex-1.0-r2.ebuild b/games-misc/sex/sex-1.0-r2.ebuild
index 86e2eceba9d..3b42e478f5f 100644
--- a/games-misc/sex/sex-1.0-r2.ebuild
+++ b/games-misc/sex/sex-1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 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 ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND="!sci-astronomy/sextractor"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-misc/sex/
@ 2021-10-26 21:26 James Le Cuirot
  0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2021-10-26 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     86f4c9b906d34d68608aac3469df1d699198bacd
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Oct 26 15:54:48 2021 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 21:24:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f4c9b9

games-misc/sex: EAPI8, minor improvements

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/22713
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-misc/sex/sex-1.0-r2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-misc/sex/sex-1.0-r2.ebuild b/games-misc/sex/sex-1.0-r2.ebuild
index 3b42e478f5f..d76e5fcc992 100644
--- a/games-misc/sex/sex-1.0-r2.ebuild
+++ b/games-misc/sex/sex-1.0-r2.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit toolchain-funcs
 
 DESCRIPTION="Spouts silly mad-lib-style porn-like text"
 HOMEPAGE="http://spatula.net/software/sex/"
@@ -10,7 +12,6 @@ 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"
-IUSE=""
 
 RDEPEND="!sci-astronomy/sextractor"
 
@@ -20,6 +21,7 @@ src_prepare() {
 }
 
 src_compile() {
+	tc-export CC
 	emake sex
 }
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-26 21:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 18:33 [gentoo-commits] repo/gentoo:master commit in: games-misc/sex/ Fabian Groffen
  -- strict thread matches above, loose matches on Subject: below --
2021-10-26 21:26 James Le Cuirot
2021-01-06 23:02 Fabian Groffen
2017-11-25 14:39 Patrick Lauer
2016-10-11 22:59 Austin English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox