vikraman 15/07/19 19:51:49 Modified: ChangeLog Added: dunst-1.1.0.ebuild Log: Bump to version 1.1.0. Fixes bug 543340. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key B0A72FD2)
Revision Changes Path 1.7 x11-misc/dunst/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 8 May 2014 05:59:22 -0000 1.6 +++ ChangeLog 19 Jul 2015 19:51:49 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/dunst -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v 1.6 2014/05/08 05:59:22 wired Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/ChangeLog,v 1.7 2015/07/19 19:51:49 vikraman Exp $ + +*dunst-1.1.0 (19 Jul 2015) + + 19 Jul 2015; Vikraman Choudhury (vikraman) <[email protected]> + +dunst-1.1.0.ebuild: + Bump to version 1.1.0. Fixes bug 543340. *dunst-1.0.0-r1 (08 May 2014) 1.1 x11-misc/dunst/dunst-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/dunst-1.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dunst/dunst-1.1.0.ebuild?rev=1.1&content-type=text/plain Index: dunst-1.1.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/dunst/dunst-1.1.0.ebuild,v 1.1 2015/07/19 19:51:49 vikraman 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" epatch_user } src_install() { emake DESTDIR="${D}" PREFIX="/usr" install if use dunstify; then dobin dunstify fi dodoc CHANGELOG }
