summaryrefslogtreecommitdiff
path: root/x11-plugins/wmfishtime
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmfishtime')
-rw-r--r--x11-plugins/wmfishtime/Manifest2
-rw-r--r--x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild33
-rw-r--r--x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild37
3 files changed, 0 insertions, 72 deletions
diff --git a/x11-plugins/wmfishtime/Manifest b/x11-plugins/wmfishtime/Manifest
index 9e13a3c304ee..0fec095d37f3 100644
--- a/x11-plugins/wmfishtime/Manifest
+++ b/x11-plugins/wmfishtime/Manifest
@@ -1,7 +1,5 @@
AUX wmfishtime-1.24-gtk.patch 1894 BLAKE2B 412589c02e0bd8e2cdfb3b06477637e50f481e6f3cb70ce289757293a87fc00259fa304af5f2293fc80be3f8767a3d27c2e6e0f0f6b5ca669f46fed0121fcd13 SHA512 db68887afee4e4bbce51e2beb82ef5586cb1c7e0acb2b7b84e914c5696cd87110680741ce449634e6034b46c4610f5af3e8018ef1d2614c5821816b03886489b
AUX wmfishtime-1.24-no_display.patch 516 BLAKE2B d81cd82250f74a3fda686cc49eb01ac2310470857a56ed950cac94f1b9a747fcbc98ee1b3083afe18f79e80f8db6c5983e480e3f7bfadad1dc55e5b682d38a9e SHA512 413c033262c6cbec6bd2ed8b709ec5d6988bea7ae2f5b26c7fca330e56b297041656e08cfc2d418c0e8d3c561e9ed10b4e672cf40a4779b254b76c7a5ff7151b
DIST wmfishtime-1.24.tar.gz 21895 BLAKE2B d24d5400635223ffe4dbf7e63e5576083c6b5ab99563a24b9c36fe3e50821615998258f59bf6ec5cc630312c356b40210b0ab9091cb4350eb8fe6a1ca59d9b2c SHA512 7df3c6648b46c6f67cf094f634dc7699c1dd1ee4f4a18dbf63d74ebda74f322524b83d99f10a1c8c8c8a5040d78b071754a40ff162fdb13a5a00d01f1eb5c4e6
-EBUILD wmfishtime-1.24-r1.ebuild 700 BLAKE2B f00af39e642dfd4c4f462041169e75d5498de32354bf65eb34c600b285de56eefcfa006284bc7cfd8c99257c3c86b986b01076ab49e3f958e90a776e4e65262e SHA512 3493f4abf5e008adbb96078ccf37c59c1edbd7be4f5edad49597d62b3be7d6b122e5f62d1dbdb327c0c2cf1945c666fafa6f757721d5078280abc2f0ff573773
-EBUILD wmfishtime-1.24-r2.ebuild 809 BLAKE2B 4eff129c47ae21b32659679461bbdf176a2f49e0b02b85f741cfd83170f8b01b7391681e5a459e5c795a88e85fb72cce700471ca5b71c3e045ed61a7a785d9d5 SHA512 abfffaa008b8544315d6e3d440c245fa9e1b6f281aca64c6fde67006e57906b92103c71a4685097f09392f00d871d00b7477c4db6901752df8adb000b9f37e65
EBUILD wmfishtime-1.24-r3.ebuild 821 BLAKE2B 0e4a95ddcfa71e371dbc854179441d448a60771390830a9daf9ce97aba2c9bebcfcdce6e7a776d2cc85bb7a0fba9fc439534ddb19c47805af162d27c13401119 SHA512 f2b4066f18f18617646145b139840f5beda615a0051e2f05a429db671ba1d24efb8e34d6d9dc73e2225d14e959d6f36bcbfc22ce337db39dfa1fd98b8d2f8e1a
MISC metadata.xml 480 BLAKE2B c72218dce63a37d81c62b21d779a16de91591b4849d8ea7f8292cf4d73f88e3c6e98a64854133cfe6892ef3db464e4461f26b665f63f24e1efa3dd77128abd65 SHA512 3aebfb320d3d4cf32587efdeb26ba4bbf531c94fcf7c6c5a5c68a78939d8cabf40582d88661e490cba8e48f72f0885b426c69b8f55fba91f0ffa788dbc507220
diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild
deleted file mode 100644
index 7a771de4ce7b..000000000000
--- a/x11-plugins/wmfishtime/wmfishtime-1.24-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gtk.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
-}
diff --git a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild b/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
deleted file mode 100644
index e9fe15409151..000000000000
--- a/x11-plugins/wmfishtime/wmfishtime-1.24-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A fun clock applet for your desktop featuring swimming fish"
-HOMEPAGE="http://www.ne.jp/asahi/linux/timecop"
-SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-gtk.patch \
- "${FILESDIR}"/${P}-no_display.patch
-
- sed -i -e "s/\$(CC)/& \$(LDFLAGS)/" Makefile || die #331891
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- dodoc ALL_I_GET_IS_A_GRAY_BOX AUTHORS ChangeLog CODING README
-}