diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-07-24 10:27:17 +0200 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-07-24 11:09:17 +0200 |
commit | 155eca0c9efeba0edfa89b276b05662ba453ccc0 (patch) | |
tree | 758b81a16a76d60228825cbcbbfc1aec35f0b98c /x11-plugins/wmbutton | |
parent | app-crypt/pgpdump: Bump to version 0.32 (diff) | |
download | gentoo-155eca0c9efeba0edfa89b276b05662ba453ccc0.tar.gz gentoo-155eca0c9efeba0edfa89b276b05662ba453ccc0.tar.bz2 gentoo-155eca0c9efeba0edfa89b276b05662ba453ccc0.zip |
x11-plugins/wmbutton: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'x11-plugins/wmbutton')
-rw-r--r-- | x11-plugins/wmbutton/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmbutton/files/wmbutton-0.6.1-Makefile.patch | 27 | ||||
-rw-r--r-- | x11-plugins/wmbutton/wmbutton-0.6.1.ebuild | 40 |
3 files changed, 0 insertions, 68 deletions
diff --git a/x11-plugins/wmbutton/Manifest b/x11-plugins/wmbutton/Manifest index de0f8c42aed8..857804b50e3f 100644 --- a/x11-plugins/wmbutton/Manifest +++ b/x11-plugins/wmbutton/Manifest @@ -1,3 +1,2 @@ -DIST wmbutton-0.6.1.tar.gz 48404 SHA256 423c99bff4657b968cd14913097e8ac821a6b238b150fb4eacb36d661739a09f SHA512 b9e0721f042f1cd526c2ab41f7f4bf8e815ca2e7cd203ce8e6cf137dc5dfce3f06cddf42b729d3aaed0fbe0bfa0ca1bda8a2d51cb99702534de681f9bc5ac745 WHIRLPOOL 48fe231bbbcef0342ee4d91755cf12b209e701740560a1c283cbcced3a294b8fe29b8011431e9c39b70cdd31679960eb24ef4f4a2aed2c9734fd4c9a55ff132a DIST wmbutton-0.7.0.tar.gz 48381 SHA256 dd6d7a4188b9acd22538d04de2ce0a5e3822e91488a1521df4ff9d09a922f950 SHA512 dc631caca0b1ed6daf8781a0893464b91d788b3d0f81dc22a33d13715cda7becbb145d2d3d34ab93a9a343ed178171c376f81e2eb25e9436d1da8ee2d6455ce2 WHIRLPOOL 0b16fab3064ce98d1c6fda5e4856ec9b3b63b7733bc39ee4ab2a96faa7829e77f5e2a45b60124e4f1c91bfa1004c2b6cf3a8e38d8142daff11e34013a2576570 DIST wmbutton-buttons.xpm 25003 SHA256 357de6947c75339ed8156bd09287f82ef46dad22d16b1c82f7bbce12fd287318 SHA512 eb73812b8a4060a6bb13a477275224a2e6d50f7b77944f2f674c4995e0053f3d3c667d483c86dda98b69f398fd332e4c836ddf9eb3410e1e29b69449b874537c WHIRLPOOL ddc743a8d689ae46a44515e39531acc63a39534cbbf96184e6fa7e243dd1cee253ca10da65aec03391e6b6a92ddad72826bb1be56c6a301a786e90beddc4ba5f diff --git a/x11-plugins/wmbutton/files/wmbutton-0.6.1-Makefile.patch b/x11-plugins/wmbutton/files/wmbutton-0.6.1-Makefile.patch deleted file mode 100644 index 7654c8cd40e7..000000000000 --- a/x11-plugins/wmbutton/files/wmbutton-0.6.1-Makefile.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -ur wmbutton-0.6.1.orig/Makefile wmbutton-0.6.1/Makefile ---- wmbutton-0.6.1.orig/Makefile 2005-01-16 17:12:54.000000000 +0200 -+++ wmbutton-0.6.1/Makefile 2008-01-13 08:15:02.000000000 +0200 -@@ -1,19 +1,17 @@ --INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 --LIBINC =-L/usr/X11R6/lib -L/usr/include/lib -+INCLUDES =-I/usr/include/X11 - LIBS = -lX11 -lXpm -lXext -+CC = gcc - - TARGET = wmbutton - OBJECTS = wmbutton.o wmb_libs.o - --CFLAGS += -c -Wall -O2 -- - all: ${TARGET} tags - - .c.o: -- gcc ${CFLAGS} ${INCLUDES} $< -o $*.o -+ ${CC} -c ${CFLAGS} ${INCLUDES} $< -o $*.o - - ${TARGET}: ${OBJECTS} -- gcc -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} -+ ${CC} ${LDFLAGS} ${OBJECTS} ${LIBS} -o ${TARGET} - - clean:: - for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done diff --git a/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild b/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild deleted file mode 100644 index 59781a99acff..000000000000 --- a/x11-plugins/wmbutton/wmbutton-0.6.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils toolchain-funcs - -DESCRIPTION="a dockapp application that displays nine configurable buttons" -HOMEPAGE="http://www.freshports.org/x11/wmbutton" -SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz - branding? ( mirror://gentoo/${PN}-buttons.xpm )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="branding" - -RDEPEND="x11-libs/libX11 - x11-libs/libXpm - x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xextproto - x11-proto/xproto - dev-util/ctags" - -src_unpack() { - unpack ${P}.tar.gz - cd "${S}" - epatch "${FILESDIR}"/${P}-Makefile.patch - use branding && cp "${DISTDIR}"/${PN}-buttons.xpm buttons.xpm -} - -src_compile() { - emake CC="$(tc-getCC)" || die "emake failed." -} - -src_install() { - dobin ${PN} - dodoc README - use branding && dodoc "${FILESDIR}"/sample.wmbutton - use branding || newdoc .wmbutton sample.wmbutton -} |