diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-02 19:27:43 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-02 19:27:43 +0000 |
commit | 16c1d9502f8d7a4700e6e6dc17eed2a6a0ec9af8 (patch) | |
tree | 64092e947fa7c3de92f6fef1472ce10e30aa499b /games-misc | |
parent | Non-maintainer commit: Version bump for security bug 270221. Also closes bump... (diff) | |
download | gentoo-2-16c1d9502f8d7a4700e6e6dc17eed2a6a0ec9af8.tar.gz gentoo-2-16c1d9502f8d7a4700e6e6dc17eed2a6a0ec9af8.tar.bz2 gentoo-2-16c1d9502f8d7a4700e6e6dc17eed2a6a0ec9af8.zip |
remove old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/wtf/ChangeLog | 8 | ||||
-rw-r--r-- | games-misc/wtf/files/wtf-20050505-updates.patch | 34 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20071004.ebuild | 31 |
3 files changed, 6 insertions, 67 deletions
diff --git a/games-misc/wtf/ChangeLog b/games-misc/wtf/ChangeLog index 5f5b87fd9520..6a6f39004aa2 100644 --- a/games-misc/wtf/ChangeLog +++ b/games-misc/wtf/ChangeLog @@ -1,6 +1,10 @@ # 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.29 2008/12/02 20:19:32 ranger Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.30 2009/08/02 19:27:41 darkside Exp $ + + 02 Aug 2009; Jeremy Olexa <darkside@gentoo.org> + -files/wtf-20050505-updates.patch, -wtf-20071004.ebuild: + remove old 02 Dec 2008; Brent Baude <ranger@gentoo.org> wtf-20080912.ebuild: stable ppc64, bug 241870 diff --git a/games-misc/wtf/files/wtf-20050505-updates.patch b/games-misc/wtf/files/wtf-20050505-updates.patch deleted file mode 100644 index 2d39ee27931b..000000000000 --- a/games-misc/wtf/files/wtf-20050505-updates.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- wtf/acronyms -+++ wtf/acronyms -@@ -64,2 +64,3 @@ - FCFS first come first served -+FFS for fuck's sake - FIGJAM fuck I'm good, just ask me -@@ -153,2 +154,3 @@ - OMG oh, my god -+OOB out of bounds - OT off topic -@@ -165,3 +167,3 @@ - PNP plug and pray --POC point of contact -+POC point of contact / proof of concept - POLA principle of least astonishment -@@ -190,2 +192,3 @@ - SFA sweet fuck all -+SFW safe for work - SHID slaps head in disgust -@@ -233,2 +236,3 @@ - U/L upload -+UNF universal noise of fucking - UTSL use the source, Luke -@@ -245,3 +249,3 @@ - WRT with respect to --WTF {what,where,who,why} the fuck -+WTF {what,when,where,who,why} the fuck - WTH {what,where,who,why} the hell ---- wtf/acronyms.comp -+++ wtf/acronyms.comp -@@ -127,2 +127,3 @@ - ICB internet citizen's band -+ICE Internal Compiler Error - ICMP internet control message protocol diff --git a/games-misc/wtf/wtf-20071004.ebuild b/games-misc/wtf/wtf-20071004.ebuild deleted file mode 100644 index eb0ae87e5e69..000000000000 --- a/games-misc/wtf/wtf-20071004.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20071004.ebuild,v 1.8 2007/12/11 16:52:21 nixnut Exp $ - -inherit eutils - -DESCRIPTION="translates acronyms for you" -HOMEPAGE="http://www.mu.org/~mux/wtf/" -SRC_URI="http://www.mu.org/~mux/wtf/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="!games-misc/bsd-games" -RDEPEND="${DEPEND} - sys-apps/grep" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-20050505-updates.patch -} - -src_install() { - dobin wtf || die "dogamesbin failed" - doman wtf.6 - insinto /usr/share/misc - doins acronyms* || die "doins failed" -} |