Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbutton/, x11-plugins/wmbutton/files/
Date: Mon, 24 Jul 2017 09:10:33
Message-Id: 1500887357.155eca0c9efeba0edfa89b276b05662ba453ccc0.voyageur@gentoo
1 commit: 155eca0c9efeba0edfa89b276b05662ba453ccc0
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 24 08:27:17 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 24 09:09:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=155eca0c
7
8 x11-plugins/wmbutton: drop old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 x11-plugins/wmbutton/Manifest | 1 -
13 .../wmbutton/files/wmbutton-0.6.1-Makefile.patch | 27 ---------------
14 x11-plugins/wmbutton/wmbutton-0.6.1.ebuild | 40 ----------------------
15 3 files changed, 68 deletions(-)
16
17 diff --git a/x11-plugins/wmbutton/Manifest b/x11-plugins/wmbutton/Manifest
18 index de0f8c42aed..857804b50e3 100644
19 --- a/x11-plugins/wmbutton/Manifest
20 +++ b/x11-plugins/wmbutton/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST wmbutton-0.6.1.tar.gz 48404 SHA256 423c99bff4657b968cd14913097e8ac821a6b238b150fb4eacb36d661739a09f SHA512 b9e0721f042f1cd526c2ab41f7f4bf8e815ca2e7cd203ce8e6cf137dc5dfce3f06cddf42b729d3aaed0fbe0bfa0ca1bda8a2d51cb99702534de681f9bc5ac745 WHIRLPOOL 48fe231bbbcef0342ee4d91755cf12b209e701740560a1c283cbcced3a294b8fe29b8011431e9c39b70cdd31679960eb24ef4f4a2aed2c9734fd4c9a55ff132a
23 DIST wmbutton-0.7.0.tar.gz 48381 SHA256 dd6d7a4188b9acd22538d04de2ce0a5e3822e91488a1521df4ff9d09a922f950 SHA512 dc631caca0b1ed6daf8781a0893464b91d788b3d0f81dc22a33d13715cda7becbb145d2d3d34ab93a9a343ed178171c376f81e2eb25e9436d1da8ee2d6455ce2 WHIRLPOOL 0b16fab3064ce98d1c6fda5e4856ec9b3b63b7733bc39ee4ab2a96faa7829e77f5e2a45b60124e4f1c91bfa1004c2b6cf3a8e38d8142daff11e34013a2576570
24 DIST wmbutton-buttons.xpm 25003 SHA256 357de6947c75339ed8156bd09287f82ef46dad22d16b1c82f7bbce12fd287318 SHA512 eb73812b8a4060a6bb13a477275224a2e6d50f7b77944f2f674c4995e0053f3d3c667d483c86dda98b69f398fd332e4c836ddf9eb3410e1e29b69449b874537c WHIRLPOOL ddc743a8d689ae46a44515e39531acc63a39534cbbf96184e6fa7e243dd1cee253ca10da65aec03391e6b6a92ddad72826bb1be56c6a301a786e90beddc4ba5f
25
26 diff --git a/x11-plugins/wmbutton/files/wmbutton-0.6.1-Makefile.patch b/x11-plugins/wmbutton/files/wmbutton-0.6.1-Makefile.patch
27 deleted file mode 100644
28 index 7654c8cd40e..00000000000
29 --- a/x11-plugins/wmbutton/files/wmbutton-0.6.1-Makefile.patch
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -diff -ur wmbutton-0.6.1.orig/Makefile wmbutton-0.6.1/Makefile
33 ---- wmbutton-0.6.1.orig/Makefile 2005-01-16 17:12:54.000000000 +0200
34 -+++ wmbutton-0.6.1/Makefile 2008-01-13 08:15:02.000000000 +0200
35 -@@ -1,19 +1,17 @@
36 --INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11
37 --LIBINC =-L/usr/X11R6/lib -L/usr/include/lib
38 -+INCLUDES =-I/usr/include/X11
39 - LIBS = -lX11 -lXpm -lXext
40 -+CC = gcc
41 -
42 - TARGET = wmbutton
43 - OBJECTS = wmbutton.o wmb_libs.o
44 -
45 --CFLAGS += -c -Wall -O2
46 --
47 - all: ${TARGET} tags
48 -
49 - .c.o:
50 -- gcc ${CFLAGS} ${INCLUDES} $< -o $*.o
51 -+ ${CC} -c ${CFLAGS} ${INCLUDES} $< -o $*.o
52 -
53 - ${TARGET}: ${OBJECTS}
54 -- gcc -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS}
55 -+ ${CC} ${LDFLAGS} ${OBJECTS} ${LIBS} -o ${TARGET}
56 -
57 - clean::
58 - for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done
59
60 diff --git a/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild b/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild
61 deleted file mode 100644
62 index 59781a99acf..00000000000
63 --- a/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild
64 +++ /dev/null
65 @@ -1,40 +0,0 @@
66 -# Copyright 1999-2014 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -inherit eutils toolchain-funcs
70 -
71 -DESCRIPTION="a dockapp application that displays nine configurable buttons"
72 -HOMEPAGE="http://www.freshports.org/x11/wmbutton"
73 -SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz
74 - branding? ( mirror://gentoo/${PN}-buttons.xpm )"
75 -
76 -LICENSE="GPL-2"
77 -SLOT="0"
78 -KEYWORDS="amd64 ppc sparc x86"
79 -IUSE="branding"
80 -
81 -RDEPEND="x11-libs/libX11
82 - x11-libs/libXpm
83 - x11-libs/libXext"
84 -DEPEND="${RDEPEND}
85 - x11-proto/xextproto
86 - x11-proto/xproto
87 - dev-util/ctags"
88 -
89 -src_unpack() {
90 - unpack ${P}.tar.gz
91 - cd "${S}"
92 - epatch "${FILESDIR}"/${P}-Makefile.patch
93 - use branding && cp "${DISTDIR}"/${PN}-buttons.xpm buttons.xpm
94 -}
95 -
96 -src_compile() {
97 - emake CC="$(tc-getCC)" || die "emake failed."
98 -}
99 -
100 -src_install() {
101 - dobin ${PN}
102 - dodoc README
103 - use branding && dodoc "${FILESDIR}"/sample.wmbutton
104 - use branding || newdoc .wmbutton sample.wmbutton
105 -}