From 3b28db70b381b298fa1c6b44923ce29b525c01c5 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 16 Oct 2016 15:12:12 +0200 Subject: games-misc/fortune-mod-theo-de-raadt: Version bump. Package-Manager: portage-2.3.2 --- games-misc/fortune-mod-theo-de-raadt/ChangeLog | 9 +++++- games-misc/fortune-mod-theo-de-raadt/Manifest | 2 +- .../fortune-mod-theo-de-raadt-20140406.ebuild | 32 ---------------------- .../fortune-mod-theo-de-raadt-20160912.ebuild | 32 ++++++++++++++++++++++ 4 files changed, 41 insertions(+), 34 deletions(-) delete mode 100644 games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140406.ebuild create mode 100644 games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20160912.ebuild diff --git a/games-misc/fortune-mod-theo-de-raadt/ChangeLog b/games-misc/fortune-mod-theo-de-raadt/ChangeLog index 9467dba..0643123 100644 --- a/games-misc/fortune-mod-theo-de-raadt/ChangeLog +++ b/games-misc/fortune-mod-theo-de-raadt/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for games-misc/fortune-mod-theo-de-raadt -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # $Id$ +*fortune-mod-theo-de-raadt-20160912 (16 Oct 2016) + + 16 Oct 2016; Ulrich Müller + -fortune-mod-theo-de-raadt-20140406.ebuild, + +fortune-mod-theo-de-raadt-20160912.ebuild: + Version bump. + *fortune-mod-theo-de-raadt-20140406 (11 Apr 2014) 11 Apr 2014; Ulrich Müller diff --git a/games-misc/fortune-mod-theo-de-raadt/Manifest b/games-misc/fortune-mod-theo-de-raadt/Manifest index 77a9e09..e0bfe9e 100644 --- a/games-misc/fortune-mod-theo-de-raadt/Manifest +++ b/games-misc/fortune-mod-theo-de-raadt/Manifest @@ -1 +1 @@ -DIST mg-20140406.tar.gz 142531 SHA256 c9361024af357c7ae083b6d3b3da1b23cc7bcfb62944ac966c168c86757cc480 SHA512 12835c7ff26d43b591da8c5dcc9767646e6ee90863e9be7c65398455b760adf4b2bd628e9542be6f57cffa44704e6c6334291f91f3c9678bd048d79856fe7224 WHIRLPOOL 72b57352d8a027d9e68d4fe20d75f1e59017f0f885f5141bfc818cbde7065fcf850cf2fdc41ba6a4cf41015b457761f6279287d7b4c58d180354307d64e5b291 +DIST mg-20160912.tar.gz 145176 SHA256 0b050456b78d767d13839486e01705de6acf407f27052c204505e166eb698176 SHA512 6a4c8fd28c71eec27191f664fe8dcc13a2d9b05bb43677579ddb84fec016cbb91bacea1998c3c15bfc87a455a8fc31abc3c633ce7d334e433ce0768ab8e9b737 WHIRLPOOL f20a62e81b33c606f34ef6e9d30dd7a6b9223728734b4c518370b6af330f454954748903fe3962f5c2b7cda5f6e5deb567be91588895c61a2b362a43c6b5b8d9 diff --git a/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140406.ebuild b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140406.ebuild deleted file mode 100644 index 127584a..0000000 --- a/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140406.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Quotes from OpenBSD founder Theo de Raadt" -HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mg/theo.c" -# split off from app-editors/mg -SRC_URI="http://homepage.boetes.org/software/mg/mg-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="games-misc/fortune-mod" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/mg-${PV}" - -src_configure() { :; } - -src_compile() { - sed -e '1,/talk.*{/d;/^}/,$d;s/^[ \t]*"\(.*\)",\?[ \t]*$/\1\n%/' \ - theo.c | fold -s -w 70 >theo-de-raadt || die - strfile theo-de-raadt || die -} - -src_install() { - insinto /usr/share/fortune - doins theo-de-raadt{,.dat} -} diff --git a/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20160912.ebuild b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20160912.ebuild new file mode 100644 index 0000000..f011876 --- /dev/null +++ b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20160912.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Quotes from OpenBSD founder Theo de Raadt" +HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/mg/theo.c" +# split off from app-editors/mg +SRC_URI="http://homepage.boetes.org/software/mg/mg-${PV}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="games-misc/fortune-mod" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/mg-${PV}" + +src_configure() { :; } + +src_compile() { + sed -e '1,/talk.*{/d;/^}/,$d;s/^[ \t]*"\(.*\)",\?[ \t]*$/\1\n%/' \ + theo.c | fold -s -w 70 >theo-de-raadt || die + strfile theo-de-raadt || die +} + +src_install() { + insinto /usr/share/fortune + doins theo-de-raadt{,.dat} +} -- cgit v1.2.3-65-gdbad