From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4EAF21381F3 for ; Thu, 18 Jul 2013 23:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70BB6E0BC9; Thu, 18 Jul 2013 23:22:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB1C1E0BC9 for ; Thu, 18 Jul 2013 23:22:48 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFEB233E724 for ; Thu, 18 Jul 2013 23:22:47 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id B7AC42171C; Thu, 18 Jul 2013 23:22:45 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/dzen: dzen-0.9.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dzen-0.9.5.ebuild ChangeLog X-VCS-Directories: x11-misc/dzen X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130718232245.B7AC42171C@flycatcher.gentoo.org> Date: Thu, 18 Jul 2013 23:22:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b53fa962-d6cb-41a1-be79-176c315eb4cb X-Archives-Hash: 63feaf631b80ba2b4771793b88352043 jer 13/07/18 23:22:45 Modified: ChangeLog Added: dzen-0.9.5.ebuild Log: Version bump (bug #467508 by Ted Tanberry). (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision Changes Path 1.11 x11-misc/dzen/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dzen/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dzen/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dzen/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/dzen/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 6 Jun 2010 09:49:15 -0000 1.10 +++ ChangeLog 18 Jul 2013 23:22:45 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/dzen -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/dzen/ChangeLog,v 1.10 2010/06/06 09:49:15 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/dzen/ChangeLog,v 1.11 2013/07/18 23:22:45 jer Exp $ + +*dzen-0.9.5 (18 Jul 2013) + + 18 Jul 2013; Jeroen Roovers +dzen-0.9.5.ebuild, + +files/dzen-0.9.5-off-by-one.patch: + Version bump (bug #467508 by Ted Tanberry). 06 Jun 2010; Samuli Suominen dzen-0.8.5.ebuild: Install noisyalert.sh and kittscanner.sh wrt #274730 by Simeon Maryasin. 1.1 x11-misc/dzen/dzen-0.9.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dzen/dzen-0.9.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/dzen/dzen-0.9.5.ebuild?rev=1.1&content-type=text/plain Index: dzen-0.9.5.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/dzen/dzen-0.9.5.ebuild,v 1.1 2013/07/18 23:22:45 jer Exp $ EAPI=5 inherit eutils toolchain-funcs vcs-snapshot COMMITID="f7907da3a42a6d59e27ede88f5f01e4e41c4c9e0" DESCRIPTION="a general purpose messaging, notification and menuing program for X11" HOMEPAGE="https://github.com/robm/dzen" SRC_URI="https://github.com/robm/${PN}/tarball/${COMMITID} -> ${P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~x86" IUSE="minimal xft xinerama xpm" SLOT="2" RDEPEND=" x11-libs/libX11 xft? ( x11-libs/libXft ) xinerama? ( x11-libs/libXinerama ) xpm? ( x11-libs/libXpm ) " DEPEND=" ${RDEPEND} virtual/pkgconfig x11-proto/xproto xinerama? ( x11-proto/xineramaproto ) " src_prepare() { epatch "${FILESDIR}"/${P}-off-by-one.patch sed -i \ -e "s:-L/usr/lib::g" \ -e '/^CC.*/d' \ -e 's:-Os::g' \ -e 's:/usr/local:/usr:g' \ -e 's:CFLAGS =:CFLAGS +=:g' \ -e 's:^LDFLAGS =:LDFLAGS +=:' \ config.mk gadgets/config.mk || die sed -i \ -e '/strip/d' \ -e 's:^ @: :g' \ Makefile gadgets/Makefile \ || die } src_configure() { if use xinerama ; then sed -e "/^LIBS/s/$/\ -lXinerama/" \ -e "/^CFLAGS/s/$/\ -DDZEN_XINERAMA/" \ -i config.mk || die fi if use xpm ; then sed -e "/^LIBS/s/$/\ -lXpm/" \ -e "/^CFLAGS/s/$/\ -DDZEN_XPM/" \ -i config.mk || die fi if use xft ; then sed -e "/^LIBS/s/$/\ \`pkg-config --libs xft\`/" \ -e "/^CFLAGS/s/$/\ -DDZEN_XFT \`pkg-config --cflags xft\`/" \ -i config.mk || die fi tc-export CC } src_compile() { default use minimal || emake -C gadgets } src_install() { default dodoc README || die if ! use minimal ; then emake -C gadgets DESTDIR="${D}" install dobin gadgets/*.sh dodoc gadgets/README* fi }