xmw 14/07/30 21:49:08 Modified: ChangeLog Added: trayer-srg-1.1.6.ebuild Log: Version bump (euscan). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.12 x11-misc/trayer-srg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 11 Dec 2012 23:29:00 -0000 1.11 +++ ChangeLog 30 Jul 2014 21:49:08 -0000 1.12 @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/trayer-srg -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/ChangeLog,v 1.11 2012/12/11 23:29:00 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/ChangeLog,v 1.12 2014/07/30 21:49:08 xmw Exp $ + +*trayer-srg-1.1.6 (30 Jul 2014) + + 30 Jul 2014; Michael Weber <[email protected]> +trayer-srg-1.1.6.ebuild: + Version bump (euscan). 11 Dec 2012; Michael Weber <[email protected]> -trayer-srg-1.1.4.ebuild: Drop old @@ -41,4 +46,3 @@ 29 Jan 2012; Michael Weber <[email protected]> +trayer-srg-1.1.4.ebuild, +metadata.xml: Initial import (from xmw overlay) - 1.1 x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild?rev=1.1&content-type=text/plain Index: trayer-srg-1.1.6.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/trayer-srg/trayer-srg-1.1.6.ebuild,v 1.1 2014/07/30 21:49:08 xmw Exp $ EAPI=4 inherit toolchain-funcs vcs-snapshot DESCRIPTION="trayer fork with multi monitor support, cleaned up codebase and other fancy stuff" HOMEPAGE="https://github.com/sargon/trayer-srg" SRC_URI="https://github.com/sargon/${PN}/tarball/${P/-srg/} -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/gdk-pixbuf:2 x11-libs/gtk+:2 x11-libs/libX11 x11-libs/libXmu" DEPEND="${RDEPEND} virtual/pkgconfig" src_compile() { emake DEVEL=1 TARGET=${PN} CC="$(tc-getCC)" } src_install() { dobin ${PN} dodoc CHANGELOG CREDITS README TODO }
