public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ulm:master commit in: games-misc/fortune-mod-theo-de-raadt/
@ 2014-01-29 21:43 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2014-01-29 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     95c16d534fb62c92b235efb626c29b7c9ad6f20e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 21:06:45 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 21:06:45 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=95c16d53

Initial import, split off from app-editors/mg.

Package-Manager: portage-2.2.8-r1

---
 games-misc/fortune-mod-theo-de-raadt/ChangeLog     | 10 +++++++
 games-misc/fortune-mod-theo-de-raadt/Manifest      |  1 +
 .../fortune-mod-theo-de-raadt-20131118.ebuild      | 32 ++++++++++++++++++++++
 games-misc/fortune-mod-theo-de-raadt/metadata.xml  |  7 +++++
 4 files changed, 50 insertions(+)

diff --git a/games-misc/fortune-mod-theo-de-raadt/ChangeLog b/games-misc/fortune-mod-theo-de-raadt/ChangeLog
new file mode 100644
index 0000000..5273ef5
--- /dev/null
+++ b/games-misc/fortune-mod-theo-de-raadt/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-misc/fortune-mod-theo-de-raadt
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*fortune-mod-theo-de-raadt-20131118 (29 Jan 2014)
+
+  29 Jan 2014; Ulrich Müller <ulm@gentoo.org>
+  +fortune-mod-theo-de-raadt-20131118.ebuild, +metadata.xml:
+  Initial import, split off from app-editors/mg.
+

diff --git a/games-misc/fortune-mod-theo-de-raadt/Manifest b/games-misc/fortune-mod-theo-de-raadt/Manifest
new file mode 100644
index 0000000..6968567
--- /dev/null
+++ b/games-misc/fortune-mod-theo-de-raadt/Manifest
@@ -0,0 +1 @@
+DIST mg-20131118.tar.gz 144002 SHA256 b99fe10cb8473e035ff43bf3fbf94a24035e4ebb89484d48e5b33075d22d79f3 SHA512 36451ee813ac1d01df7648f4c7aff6bef5d62c2d9c57033ccecaccf1904fa1f4071cefbe9b5c55bbebcb104ee8497cc6163d3bb4f552ce223bd441bf6613d149 WHIRLPOOL f91468b062db3372969f6d5da048d8636251509650b289cd5bb2225173f08d315c5170e4634660fcc5276f5a9eafdee835a2b5f30341523ea11902d66c0ff266

diff --git a/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20131118.ebuild b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20131118.ebuild
new file mode 100644
index 0000000..74f435d
--- /dev/null
+++ b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20131118.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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/metadata.xml b/games-misc/fortune-mod-theo-de-raadt/metadata.xml
new file mode 100644
index 0000000..e153d85
--- /dev/null
+++ b/games-misc/fortune-mod-theo-de-raadt/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+  <email>ulm@gentoo.org</email>
+</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] dev/ulm:master commit in: games-misc/fortune-mod-theo-de-raadt/
@ 2014-03-02 15:46 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2014-03-02 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     3c412abfb2bd2a88d49fbcb5ec3a21d67c458a89
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  2 15:50:50 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  2 15:50:50 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=3c412abf

Version bump.

Package-Manager: portage-2.2.8-r1

---
 games-misc/fortune-mod-theo-de-raadt/ChangeLog                     | 7 +++++++
 games-misc/fortune-mod-theo-de-raadt/Manifest                      | 2 +-
 ...t-20131118.ebuild => fortune-mod-theo-de-raadt-20140220.ebuild} | 0
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/games-misc/fortune-mod-theo-de-raadt/ChangeLog b/games-misc/fortune-mod-theo-de-raadt/ChangeLog
index 5273ef5..eed2d00 100644
--- a/games-misc/fortune-mod-theo-de-raadt/ChangeLog
+++ b/games-misc/fortune-mod-theo-de-raadt/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*fortune-mod-theo-de-raadt-20140220 (02 Mar 2014)
+
+  02 Mar 2014; Ulrich Müller <ulm@gentoo.org>
+  -fortune-mod-theo-de-raadt-20131118.ebuild,
+  +fortune-mod-theo-de-raadt-20140220.ebuild:
+  Version bump.
+
 *fortune-mod-theo-de-raadt-20131118 (29 Jan 2014)
 
   29 Jan 2014; Ulrich Müller <ulm@gentoo.org>

diff --git a/games-misc/fortune-mod-theo-de-raadt/Manifest b/games-misc/fortune-mod-theo-de-raadt/Manifest
index 6968567..7cd1233 100644
--- a/games-misc/fortune-mod-theo-de-raadt/Manifest
+++ b/games-misc/fortune-mod-theo-de-raadt/Manifest
@@ -1 +1 @@
-DIST mg-20131118.tar.gz 144002 SHA256 b99fe10cb8473e035ff43bf3fbf94a24035e4ebb89484d48e5b33075d22d79f3 SHA512 36451ee813ac1d01df7648f4c7aff6bef5d62c2d9c57033ccecaccf1904fa1f4071cefbe9b5c55bbebcb104ee8497cc6163d3bb4f552ce223bd441bf6613d149 WHIRLPOOL f91468b062db3372969f6d5da048d8636251509650b289cd5bb2225173f08d315c5170e4634660fcc5276f5a9eafdee835a2b5f30341523ea11902d66c0ff266
+DIST mg-20140220.tar.gz 142401 SHA256 8d8f3c250c40af318a888e6825bb234e7e605bf0576ca4a6885bb25d41241117 SHA512 a9bc66aec20784ab0e00be4078a6d099fd1e47b32a601e4b7b33f3e79beaa609090acd56f912036db9a3033d86b8e2aed4d0023939f1a378a0e302b6ed47a7f5 WHIRLPOOL fd2a629d8e7e97064d5f65e2dd4ead32cd39b9cef36bf36c0f936ed43648c42aea8c6a4442d70d9606ccfdc5e5ffce3ebd3bcba1d081b88b44970e2d7ffe691b

diff --git a/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20131118.ebuild b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140220.ebuild
similarity index 100%
rename from games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20131118.ebuild
rename to games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140220.ebuild


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

* [gentoo-commits] dev/ulm:master commit in: games-misc/fortune-mod-theo-de-raadt/
@ 2014-03-09 22:07 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2014-03-09 22:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2fba35c56f6ef6b2803e8072fe0d301dbb0cf61b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  9 22:11:56 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  9 22:11:56 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=2fba35c5

Version bump.

Package-Manager: portage-2.2.8-r1

---
 games-misc/fortune-mod-theo-de-raadt/ChangeLog                     | 7 +++++++
 games-misc/fortune-mod-theo-de-raadt/Manifest                      | 2 +-
 ...t-20140220.ebuild => fortune-mod-theo-de-raadt-20140306.ebuild} | 0
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/games-misc/fortune-mod-theo-de-raadt/ChangeLog b/games-misc/fortune-mod-theo-de-raadt/ChangeLog
index eed2d00..7d0b427 100644
--- a/games-misc/fortune-mod-theo-de-raadt/ChangeLog
+++ b/games-misc/fortune-mod-theo-de-raadt/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*fortune-mod-theo-de-raadt-20140306 (09 Mar 2014)
+
+  09 Mar 2014; Ulrich Müller <ulm@gentoo.org>
+  -fortune-mod-theo-de-raadt-20140220.ebuild,
+  +fortune-mod-theo-de-raadt-20140306.ebuild:
+  Version bump.
+
 *fortune-mod-theo-de-raadt-20140220 (02 Mar 2014)
 
   02 Mar 2014; Ulrich Müller <ulm@gentoo.org>

diff --git a/games-misc/fortune-mod-theo-de-raadt/Manifest b/games-misc/fortune-mod-theo-de-raadt/Manifest
index 7cd1233..70e8270 100644
--- a/games-misc/fortune-mod-theo-de-raadt/Manifest
+++ b/games-misc/fortune-mod-theo-de-raadt/Manifest
@@ -1 +1 @@
-DIST mg-20140220.tar.gz 142401 SHA256 8d8f3c250c40af318a888e6825bb234e7e605bf0576ca4a6885bb25d41241117 SHA512 a9bc66aec20784ab0e00be4078a6d099fd1e47b32a601e4b7b33f3e79beaa609090acd56f912036db9a3033d86b8e2aed4d0023939f1a378a0e302b6ed47a7f5 WHIRLPOOL fd2a629d8e7e97064d5f65e2dd4ead32cd39b9cef36bf36c0f936ed43648c42aea8c6a4442d70d9606ccfdc5e5ffce3ebd3bcba1d081b88b44970e2d7ffe691b
+DIST mg-20140306.tar.gz 142518 SHA256 26516bc5f3abd2b887bde0213fcdae02195c68ff776799addca1d072c37586fe SHA512 4bf62396857b2d43a99731a716cf72a2c15010ef99999cb7577f57bf1226160cc97c30ae1e787bd490521d33c08fe7a4fa9db8d999048db21d61f9a741574a17 WHIRLPOOL a7e9935e90c8854e59a9bd1e8a12909d5e3778aa14d6c0281a076ecda848a7d5cf309e94bd1137e0050c3086885b3de12a970e7d01e14d663d6551fab2761498

diff --git a/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140220.ebuild b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140306.ebuild
similarity index 100%
rename from games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140220.ebuild
rename to games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140306.ebuild


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

* [gentoo-commits] dev/ulm:master commit in: games-misc/fortune-mod-theo-de-raadt/
@ 2014-04-11  7:43 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2014-04-11  7:43 UTC (permalink / raw
  To: gentoo-commits

commit:     6d53d2be7d95d889ddb562b85e31dcf2fafe89cc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 11 07:49:34 2014 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 11 07:49:34 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ulm.git;a=commit;h=6d53d2be

Version bump.

Package-Manager: portage-2.2.10

---
 games-misc/fortune-mod-theo-de-raadt/ChangeLog                     | 7 +++++++
 games-misc/fortune-mod-theo-de-raadt/Manifest                      | 2 +-
 ...t-20140306.ebuild => fortune-mod-theo-de-raadt-20140406.ebuild} | 0
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/games-misc/fortune-mod-theo-de-raadt/ChangeLog b/games-misc/fortune-mod-theo-de-raadt/ChangeLog
index 7d0b427..f26bf56 100644
--- a/games-misc/fortune-mod-theo-de-raadt/ChangeLog
+++ b/games-misc/fortune-mod-theo-de-raadt/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*fortune-mod-theo-de-raadt-20140406 (11 Apr 2014)
+
+  11 Apr 2014; Ulrich Müller <ulm@gentoo.org>
+  -fortune-mod-theo-de-raadt-20140306.ebuild,
+  +fortune-mod-theo-de-raadt-20140406.ebuild:
+  Version bump.
+
 *fortune-mod-theo-de-raadt-20140306 (09 Mar 2014)
 
   09 Mar 2014; Ulrich Müller <ulm@gentoo.org>

diff --git a/games-misc/fortune-mod-theo-de-raadt/Manifest b/games-misc/fortune-mod-theo-de-raadt/Manifest
index 70e8270..77a9e09 100644
--- a/games-misc/fortune-mod-theo-de-raadt/Manifest
+++ b/games-misc/fortune-mod-theo-de-raadt/Manifest
@@ -1 +1 @@
-DIST mg-20140306.tar.gz 142518 SHA256 26516bc5f3abd2b887bde0213fcdae02195c68ff776799addca1d072c37586fe SHA512 4bf62396857b2d43a99731a716cf72a2c15010ef99999cb7577f57bf1226160cc97c30ae1e787bd490521d33c08fe7a4fa9db8d999048db21d61f9a741574a17 WHIRLPOOL a7e9935e90c8854e59a9bd1e8a12909d5e3778aa14d6c0281a076ecda848a7d5cf309e94bd1137e0050c3086885b3de12a970e7d01e14d663d6551fab2761498
+DIST mg-20140406.tar.gz 142531 SHA256 c9361024af357c7ae083b6d3b3da1b23cc7bcfb62944ac966c168c86757cc480 SHA512 12835c7ff26d43b591da8c5dcc9767646e6ee90863e9be7c65398455b760adf4b2bd628e9542be6f57cffa44704e6c6334291f91f3c9678bd048d79856fe7224 WHIRLPOOL 72b57352d8a027d9e68d4fe20d75f1e59017f0f885f5141bfc818cbde7065fcf850cf2fdc41ba6a4cf41015b457761f6279287d7b4c58d180354307d64e5b291

diff --git a/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140306.ebuild b/games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140406.ebuild
similarity index 100%
rename from games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140306.ebuild
rename to games-misc/fortune-mod-theo-de-raadt/fortune-mod-theo-de-raadt-20140406.ebuild


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

end of thread, other threads:[~2014-04-11  7:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09 22:07 [gentoo-commits] dev/ulm:master commit in: games-misc/fortune-mod-theo-de-raadt/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2014-04-11  7:43 Ulrich Müller
2014-03-02 15:46 Ulrich Müller
2014-01-29 21:43 Ulrich Müller

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