summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-12-08 20:53:50 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2018-12-11 15:27:59 +0100
commit39cf6a37e06b311a89fe6c5b4ba870a7dd47682c (patch)
tree35d5ad5657120050b246ce2b498e4cde636917c9 /x11-plugins/wmSun
parentx11-plugins/wminet: drop old (diff)
downloadgentoo-39cf6a37e06b311a89fe6c5b4ba870a7dd47682c.tar.gz
gentoo-39cf6a37e06b311a89fe6c5b4ba870a7dd47682c.tar.bz2
gentoo-39cf6a37e06b311a89fe6c5b4ba870a7dd47682c.zip
x11-plugins/wmSun: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins/wmSun')
-rw-r--r--x11-plugins/wmSun/wmSun-1.05.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-plugins/wmSun/wmSun-1.05.ebuild b/x11-plugins/wmSun/wmSun-1.05.ebuild
deleted file mode 100644
index a7701df3ebb3..000000000000
--- a/x11-plugins/wmSun/wmSun-1.05.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib toolchain-funcs
-
-MY_P=${P/S/s}
-DESCRIPTION="dockapp which displays the rise/set time of the sun"
-HOMEPAGE="https://www.dockapps.net/wmsun"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
- dodoc README {BUGS,TODO}
-}