summaryrefslogtreecommitdiff
path: root/x11-plugins/wmSun
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-01 03:04:39 +0000
commit407525b571b48cfd65e1ad7a02d250a927c967c9 (patch)
tree844bea44d85dc7218f54970af1c42cc9d55c3f1a /x11-plugins/wmSun
parent89c6c06b8c42107dd231687a1012354e7d3039fc (diff)
gentoo resync : 01.12.2017
Diffstat (limited to 'x11-plugins/wmSun')
-rw-r--r--x11-plugins/wmSun/Manifest3
-rw-r--r--x11-plugins/wmSun/files/wmSun-1.03-makefile.patch45
-rw-r--r--x11-plugins/wmSun/wmSun-1.03-r1.ebuild38
3 files changed, 0 insertions, 86 deletions
diff --git a/x11-plugins/wmSun/Manifest b/x11-plugins/wmSun/Manifest
index b7b9b1663804..bf392fcfb1c0 100644
--- a/x11-plugins/wmSun/Manifest
+++ b/x11-plugins/wmSun/Manifest
@@ -1,6 +1,3 @@
-AUX wmSun-1.03-makefile.patch 1127 BLAKE2B 3fd017e4a0e7635b742f3ac3a3355e8fca3afe528c094e119e07403415687b31b879a1d6200bc3e99c7240c47264adceb42dc7c559babffc6d2d642b16312dae SHA512 2d27a68c67a4d8bc121db0870cc5373b8499be9cc0a20e50e8065658570b470c4c0362f8a1f254e76eeb7b2ae98275946f1b46d9470f4fd3389c4f914363ca8e
-DIST wmSun-1.03.tar.gz 49744 SHA256 a46e11680d4625589d4d91030e17916c02405451e60d366340668a01597c4ea2 SHA512 d12eb1ed1e409bb9470d9e504f2b1a8319cba7724ac0ce09d0f9a4faa7967b4a546d614a6b20ccfe67929799cd93e7c9ddda5011b40923e4dda817c33482ed53 WHIRLPOOL 1e81176b48f79ec44548478a4a5474103a774dae3cf471abdb4cc82c9186079837e7123a7992dd08ffe62783270702993ac46db9cb2c5a556b72c009a744010a
DIST wmsun-1.05.tar.gz 20680 SHA256 c70429aa8c201f3135bcea1c6ab441d3441bda399d8766824b9e506e9c85db69 SHA512 baa610db04ba67ca09112765e28c0fa945a98a61b642925dbaaa56a5b3e7da7424d8dd15097dcec932e3b603219d1f8806c0e50c025370226a157791f16911da WHIRLPOOL 2002a90c39369fec6a5567e32c4445d50f9fc5b5b07b70a2de6bb7f720ea68480249587346a519316dc96925b794273d9662f72815d7ab04cc8e748e5bc3244c
-EBUILD wmSun-1.03-r1.ebuild 892 BLAKE2B f92327e0e9a0c89017d80b3ae911f5eb6f06892fb68b4c44f77cbba12b43b26552021f65b66dac114472a03610d9254b69ac1f9becae21033968bc8ea267bd87 SHA512 692ef9402d67f60a456fc5b76870399374d3e762085cded0f60d76bccf96617c8566687d38035bf7c344049b74dbd49e33339ec39dbdc5e581a440bee52cbf51
EBUILD wmSun-1.05.ebuild 719 BLAKE2B dbe35ac44ede77cf9ce57ace2180f7710c4f0399404a7c48ce4649e0386a796a857fa6594910222012a35587558525c4826740d86894f40c34737da0047f69c4 SHA512 bc8b51eb4912b9c81b678df8f8c7a9e3d2ea68ad279547d7b416dd40d8ece1bf517ffdff522f174216a61be83664858acd3e7538b799fc0e91b7bf76692e2f68
MISC metadata.xml 498 BLAKE2B 5b9cf3d5fc309ce34ff85551823b360a8bab9af01b39896d8c305837dfcbe64b4ada8f2bd61245870bffeec9d64bd7f70db1c16b6676af3996df64ab59898de5 SHA512 e94d3712d961ae49fdb73b15a70270915cfcdaacf95acb7176c35d64ba6b186d6144d55f4c6e1eed36d33656ed82ced988ece1a38f08a5b08658db063d1ce3df
diff --git a/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch b/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch
deleted file mode 100644
index c12f6771e4db..000000000000
--- a/x11-plugins/wmSun/files/wmSun-1.03-makefile.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- Makefile.orig 1999-01-06 03:28:39.000000000 +0100
-+++ Makefile 2008-01-28 14:58:36.000000000 +0100
-@@ -1,8 +1,9 @@
--CC = gcc
--CFLAGS = -O2 -Wall
--INCDIR = -I/usr/X11R6/include/X11
--DESTDIR= /usr/X11R6
--LIBDIR = -L/usr/X11R6/lib
-+CC ?= gcc
-+CFLAGS += -Wall
-+INCDIR = -I/usr/include/X11
-+PREFIX = /usr
-+LIBDIR ?= /usr/lib
-+MANDIR = $(PREFIX)/share/man
-
-
-
-@@ -22,14 +23,14 @@
-
-
- .c.o:
-- $(CC) $(COPTS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
-+ $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
-
-
- all: wmSun.o wmSun
-
- wmSun.o: wmSun_master.xpm wmSun_mask.xbm
- wmSun: $(OBJS)
-- $(CC) $(COPTS) $(SYSTEM) -lm -o wmSun $^ $(INCDIR) $(LIBDIR) $(LIBS)
-+ $(CC) $(CFLAGS) -o wmSun $^ $(INCDIR) -L$(LIBDIR) $(LDFLAGS) $(LIBS) -lm
-
- clean:
- for i in $(OBJS) ; do \
-@@ -38,6 +39,8 @@
- rm -f wmSun
-
- install:: wmSun
-- install -s -m 0755 wmSun $(DESTDIR)/bin
-- install -m 0644 wmSun.1 $(DESTDIR)/man/man1
-+ install -d $(DESTDIR)$(PREFIX)/bin
-+ install -m 0755 wmSun $(DESTDIR)$(PREFIX)/bin
-+ install -d $(DESTDIR)$(MANDIR)/man1
-+ install -m 0644 wmSun.1 $(DESTDIR)$(MANDIR)/man1
-
diff --git a/x11-plugins/wmSun/wmSun-1.03-r1.ebuild b/x11-plugins/wmSun/wmSun-1.03-r1.ebuild
deleted file mode 100644
index f3fdc46d24bd..000000000000
--- a/x11-plugins/wmSun/wmSun-1.03-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="dockapp which displays the rise/set time of the sun"
-HOMEPAGE="http://dockapps.windowmaker.org/file.php/id/16"
-SRC_URI="http://dockapps.windowmaker.org/download.php/id/23/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~mips ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto"
-
-S="${WORKDIR}/${P}/${PN}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-makefile.patch
-}
-
-src_compile() {
- emake clean || die "make clean failed"
- emake CC="$(tc-getCC)" LIBDIR="/usr/$(get_libdir)" || die "parallel make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc README ../{BUGS,TODO}
-}