diff options
Diffstat (limited to 'games-misc/wtf')
-rw-r--r-- | games-misc/wtf/ChangeLog | 10 | ||||
-rw-r--r-- | games-misc/wtf/files/wtf-20080715-additions.patch | 37 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20080715-r1.ebuild (renamed from games-misc/wtf/wtf-20080715.ebuild) | 10 |
3 files changed, 55 insertions, 2 deletions
diff --git a/games-misc/wtf/ChangeLog b/games-misc/wtf/ChangeLog index 1ca089d6e5b2..00d9604d2cb6 100644 --- a/games-misc/wtf/ChangeLog +++ b/games-misc/wtf/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for games-misc/wtf # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.21 2008/07/15 03:27:42 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.22 2008/08/19 16:47:23 darkside Exp $ + +*wtf-20080715-r1 (19 Aug 2008) + + 19 Aug 2008; Jeremy Olexa <darkside@gentoo.org> + +files/wtf-20080715-additions.patch, -wtf-20080715.ebuild, + +wtf-20080715-r1.ebuild: + revision bump games-misc/wtf to include user submitted entries and old + updates. Sent upstream for inclusion into the source *wtf-20080715 (15 Jul 2008) diff --git a/games-misc/wtf/files/wtf-20080715-additions.patch b/games-misc/wtf/files/wtf-20080715-additions.patch new file mode 100644 index 000000000000..b8ba0121be47 --- /dev/null +++ b/games-misc/wtf/files/wtf-20080715-additions.patch @@ -0,0 +1,37 @@ +http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=39282 + +--- acronyms.orig 2008-08-19 10:47:30.000000000 -0500 ++++ acronyms 2008-08-19 10:48:24.000000000 -0500 +@@ -28,6 +28,7 @@ + BCNU be seeing you + BCNUL8R be seeing you later + BFD big fucking deal ++BFH big fucking hammer + BIAB back in a bit + BIAF back in a few + BIALW back in a little while +@@ -67,6 +68,7 @@ + EWAG experienced wild-ass guess + FAQ frequently asked question + FCFS first come first served ++FFS for fuck's sake + FIGJAM fuck I'm good, just ask me + FIIK fuck[ed] if I know + FIIR fuck[ed] if I remember +@@ -173,6 +175,7 @@ + OIC oh, I see + OMG oh, my god + OMW on my way ++OOB out of bounds + OT off topic + OTL out to lunch + OTOH on the other hand +@@ -187,7 +190,7 @@ + PKSP pound keys and spew profanity + PNG persona non grata + PNP plug and pray +-POC point of contact ++POC point of contact / proof of concept + POLA principle of least astonishment + POLS principle of least surprise + POS piece of shit diff --git a/games-misc/wtf/wtf-20080715.ebuild b/games-misc/wtf/wtf-20080715-r1.ebuild index e97fec0b4b7b..944bc0daef46 100644 --- a/games-misc/wtf/wtf-20080715.ebuild +++ b/games-misc/wtf/wtf-20080715-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20080715.ebuild,v 1.1 2008/07/15 03:27:42 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20080715-r1.ebuild,v 1.1 2008/08/19 16:47:23 darkside Exp $ + +inherit eutils DESCRIPTION="translates acronyms for you" HOMEPAGE="http://netbsd.org/" @@ -14,6 +16,12 @@ IUSE="" DEPEND="!games-misc/bsd-games" RDEPEND="${DEPEND}" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${P}-additions.patch" +} + src_install() { dobin wtf || die "dogamesbin failed" doman wtf.6 |