maksbotan 14/08/03 18:56:35 Modified: ChangeLog Added: lc-liznoo-0.6.70.ebuild Log: Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Revision Changes Path 1.17 app-leechcraft/lc-liznoo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 28 Jul 2014 16:19:56 -0000 1.16 +++ ChangeLog 3 Aug 2014 18:56:35 -0000 1.17 @@ -1,6 +1,11 @@ # ChangeLog for app-leechcraft/lc-liznoo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog,v 1.16 2014/07/28 16:19:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/ChangeLog,v 1.17 2014/08/03 18:56:35 maksbotan Exp $ + +*lc-liznoo-0.6.70 (03 Aug 2014) + + 03 Aug 2014; Maxim Koltsov <[email protected]> +lc-liznoo-0.6.70.ebuild: + Bump LeechCraft to 0.6.70, thanks to 0xd34df00d. 28 Jul 2014; Samuli Suominen <[email protected]> lc-liznoo-0.6.60.ebuild, lc-liznoo-0.6.65.ebuild, lc-liznoo-9999.ebuild, metadata.xml: 1.1 app-leechcraft/lc-liznoo/lc-liznoo-0.6.70.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.70.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.70.ebuild?rev=1.1&content-type=text/plain Index: lc-liznoo-0.6.70.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-liznoo/lc-liznoo-0.6.70.ebuild,v 1.1 2014/08/03 18:56:35 maksbotan Exp $ EAPI="4" inherit leechcraft DESCRIPTION="UPower-based power manager for LeechCraft" SLOT="0" KEYWORDS=" ~amd64 ~x86" IUSE="debug systemd" DEPEND="~app-leechcraft/lc-core-${PV} x11-libs/qwt:6 dev-qt/qtdbus:4 virtual/leechcraft-trayarea" RDEPEND="${DEPEND} !systemd? ( || ( >=sys-power/upower-0.99 sys-power/upower-pm-utils ) ) systemd? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )" pkg_postinst() { if has_version '>=sys-power/upower-0.99'; then ewarn "The new sys-power/upower version you have installed doesn't have hibernate" ewarn "and suspend. If you need hibernate and suspend in ${PN}, and you use" ewarn "systemd, you should downgrade sys-power/upower to 0.9.23 series. All others" ewarn "should switch to sys-power/upower-pm-utils, also to 0.9.23 series." fi }
