summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-04-19 04:17:44 +0000
committerJeroen Roovers <jer@gentoo.org>2015-04-19 04:17:44 +0000
commit598af7261204438756b30437168f02c81f38229f (patch)
tree1dc5bc70cb6a6d8606be176bd227ec79a1b77726 /app-misc/oneko
parentVersion bump from NP-Hardass, see https://www.winehq.org/announce/1.7.41 for ... (diff)
downloadgentoo-2-598af7261204438756b30437168f02c81f38229f.tar.gz
gentoo-2-598af7261204438756b30437168f02c81f38229f.tar.bz2
gentoo-2-598af7261204438756b30437168f02c81f38229f.zip
Old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-misc/oneko')
-rw-r--r--app-misc/oneko/ChangeLog6
-rw-r--r--app-misc/oneko/files/oneko-1.2-include.patch4
-rw-r--r--app-misc/oneko/oneko-1.2-r1.ebuild64
-rw-r--r--app-misc/oneko/oneko-1.2.ebuild33
4 files changed, 7 insertions, 100 deletions
diff --git a/app-misc/oneko/ChangeLog b/app-misc/oneko/ChangeLog
index 1e37896b1360..801df7cb6b9b 100644
--- a/app-misc/oneko/ChangeLog
+++ b/app-misc/oneko/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/oneko
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/ChangeLog,v 1.24 2015/04/18 12:46:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/ChangeLog,v 1.25 2015/04/19 04:17:44 jer Exp $
+
+ 19 Apr 2015; Jeroen Roovers <jer@gentoo.org> -oneko-1.2.ebuild,
+ -oneko-1.2-r1.ebuild, files/oneko-1.2-include.patch:
+ Old.
18 Apr 2015; Pacho Ramos <pacho@gentoo.org> oneko-1.2-r2.ebuild:
ppc64 stable wrt bug #391475
diff --git a/app-misc/oneko/files/oneko-1.2-include.patch b/app-misc/oneko/files/oneko-1.2-include.patch
index 61d0a03f46b9..70b3c2405a5c 100644
--- a/app-misc/oneko/files/oneko-1.2-include.patch
+++ b/app-misc/oneko/files/oneko-1.2-include.patch
@@ -1,5 +1,5 @@
---- a/oneko.h 2010-09-17 04:05:11.000000000 +0200
-+++ b/oneko.h 2010-09-17 04:15:18.000000000 +0200
+--- a/oneko.h
++++ b/oneko.h
@@ -14,6 +14,7 @@
#include <stdio.h>
diff --git a/app-misc/oneko/oneko-1.2-r1.ebuild b/app-misc/oneko/oneko-1.2-r1.ebuild
deleted file mode 100644
index c45a4f815214..000000000000
--- a/app-misc/oneko/oneko-1.2-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2-r1.ebuild,v 1.5 2012/11/16 14:41:39 ulm Exp $
-
-inherit eutils
-
-DESCRIPTION="A cat, dog and others which chase the mouse or windows around the screen"
-HOMEPAGE="http://www.daidouji.com/oneko/"
-SRC_URI="http://www.daidouji.com/oneko/distfiles/${P}.sakura.5.tar.gz
- mirror://gentoo/${P}-cat.png
- mirror://gentoo/${P}-dog.png
- mirror://gentoo/${P}-sakura-nobsd.patch.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-misc/gccmakedep
- x11-misc/imake
- app-text/rman
- x11-proto/xextproto"
-
-S="${WORKDIR}/oneko-${PV}.sakura.5"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}/${P}-sakura-nobsd.patch"
-}
-
-src_compile() {
- xmkmf -a || die "running xmkmf failed!"
- emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "make failed!"
-}
-
-src_install() {
- into /usr
- dobin oneko
- mv oneko._man oneko.1x
- doman oneko.1x
- dodoc README README-NEW README-SUPP
- newicon "${DISTDIR}/${P}-cat.png" "cat.png"
- newicon "${DISTDIR}/${P}-dog.png" "dog.png"
- make_desktop_entry "oneko" "oneko (cat)" "cat" "Game;Amusement"
- make_desktop_entry "oneko -dog" "oneko (dog)" "dog" "Game;Amusement"
- make_desktop_entry "killall -TERM oneko" "oneko kill" "" "Game;Amusement"
-}
-
-pkg_postinst() {
- elog "To kill oneko, type the following in a terminal:"
- elog ""
- elog "killall oneko"
- elog ""
- elog "If your mouse cursor changes to the default black cross"
- elog "after running ${PN}, you should emerge x11-apps/xsetroot"
- elog "and run:"
- elog ""
- elog "xsetroot -cursor_name left_ptr"
- elog ""
-}
diff --git a/app-misc/oneko/oneko-1.2.ebuild b/app-misc/oneko/oneko-1.2.ebuild
deleted file mode 100644
index ce101cc5da8f..000000000000
--- a/app-misc/oneko/oneko-1.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2.ebuild,v 1.19 2012/11/16 14:41:39 ulm Exp $
-
-DESCRIPTION="A cat (or dog) which chases the mouse around the screen"
-HOMEPAGE="http://agtoys.sourceforge.net"
-SRC_URI="http://agtoys.sourceforge.net/oneko/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="x86 amd64 ppc ppc64"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext"
-DEPEND="${RDEPEND}
- x11-misc/gccmakedep
- x11-misc/imake
- app-text/rman
- x11-proto/xextproto"
-
-src_compile() {
- xmkmf -a || die
- emake || die
-}
-
-src_install() {
- into /usr
- dobin oneko
- mv oneko._man oneko.1x
- doman oneko.1x
- dodoc oneko.1x.html oneko.1.html README README-NEW
-}