From fb19defe5746151c24aa13a91af10916691e73fb Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 1 Oct 2013 15:44:07 +0200 Subject: Dunst in portage --- x11-misc/dunst/dunst-1.0.0.ebuild | 59 --------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 x11-misc/dunst/dunst-1.0.0.ebuild (limited to 'x11-misc/dunst/dunst-1.0.0.ebuild') diff --git a/x11-misc/dunst/dunst-1.0.0.ebuild b/x11-misc/dunst/dunst-1.0.0.ebuild deleted file mode 100644 index a4dfca3..0000000 --- a/x11-misc/dunst/dunst-1.0.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/dunst-1.0.0.ebuild,v 1.3 2013/06/16 16:11:18 wired Exp $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="customizable and lightweight notification-daemon" -HOMEPAGE="http://www.knopwob.org/dunst/" -SRC_URI="http://www.knopwob.org/public/dunst-release/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dunstify" - -CDEPEND=" - dev-libs/glib:2 - dev-libs/libxdg-basedir - sys-apps/dbus - x11-libs/libXScrnSaver - x11-libs/libXft - x11-libs/libXinerama - x11-libs/cairo[X,glib] - x11-libs/pango[X] - dunstify? ( x11-libs/libnotify ) -" - -DEPEND="${CDEPEND} - dev-lang/perl - virtual/pkgconfig" - -RDEPEND="${CDEPEND}" - -src_prepare() { - # Remove nasty CFLAGS which override user choice - sed -ie "/^CFLAGS/ { - s:-g:: - s:-O.:: - }" config.mk || die "sed failed" - - if ! use dunstify; then - # don't build dunstify: it pulls in deps but is not being installed - sed -ie "/^all:/ s:dunstify::" Makefile || die "sed failed" - fi - - epatch_user -} - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - - if use dunstify; then - dobin dunstify - fi - - dodoc CHANGELOG -} -- cgit v1.2.3-70-g09d2