summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-12-07 15:08:35 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2018-12-11 15:27:55 +0100
commit4dfe7de61cea57922e79346461997acd3ff2e8b5 (patch)
tree760b7b5d37031d9177702187478b515f98c4a53c /x11-plugins
parentx11-plugins/wmdiskmon: drop old (diff)
downloadgentoo-4dfe7de61cea57922e79346461997acd3ff2e8b5.tar.gz
gentoo-4dfe7de61cea57922e79346461997acd3ff2e8b5.tar.bz2
gentoo-4dfe7de61cea57922e79346461997acd3ff2e8b5.zip
x11-plugins/wmdrawer: 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')
-rw-r--r--x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
deleted file mode 100644
index bc88d1485eae..000000000000
--- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="dockapp which provides a drawer (retractable button bar) to launch applications"
-HOMEPAGE="http://people.easter-eggs.org/~valos/wmdrawer/"
-SRC_URI="http://people.easter-eggs.org/~valos/wmdrawer/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/gdk-pixbuf:2[X]
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gtk+-2.patch
-
- # Honour Gentoo CFLAGS
- sed -i -e "s|-O3|${CFLAGS}|" Makefile || die
- # Fix LDFLAGS ordering per bug #248640
- sed -i -e 's/$(CC) $(LDFLAGS) -o $@ $(OBJS)/$(CC) -o $@ $(OBJS) $(LDFLAGS)/' Makefile || die
- # Do not auto-strip binaries
- sed -i -e 's/ strip $@//' Makefile || die
- # Honour Gentoo LDFLAGS
- sed -i -e 's/$(CC) -o/$(CC) $(REAL_LDFLAGS) -o/' Makefile || die
-}
-
-src_compile() {
- emake REAL_LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
- dobin wmdrawer
- dodoc README TODO AUTHORS ChangeLog wmdrawerrc.example
- doman doc/wmdrawer.1x.gz
-}