yngwin      15/02/10 17:13:19

  Modified:             ChangeLog
  Added:                lxqt-qtplugin-0.9.0.ebuild
  Log:
  LXQt 0.9.0 version bump
  
  (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.6                  lxqt-base/lxqt-qtplugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   30 Jan 2015 16:32:20 -0000      1.5
+++ ChangeLog   10 Feb 2015 17:13:19 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for lxqt-base/lxqt-qtplugin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v 1.5 
2015/01/30 16:32:20 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/ChangeLog,v 1.6 
2015/02/10 17:13:19 yngwin Exp $
+
+*lxqt-qtplugin-0.9.0 (10 Feb 2015)
+
+  10 Feb 2015; Ben de Groot <yng...@gentoo.org> +lxqt-qtplugin-0.9.0.ebuild:
+  LXQt 0.9.0 version bump
 
   30 Jan 2015; Michael Palimaka <kensing...@gentoo.org>
   lxqt-qtplugin-0.7.0.ebuild, lxqt-qtplugin-0.8.0.ebuild:



1.1                  lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild?rev=1.1&content-type=text/plain

Index: lxqt-qtplugin-0.9.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.9.0.ebuild,v 
1.1 2015/02/10 17:13:19 yngwin Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="LXQt system integration plugin for Qt"
HOMEPAGE="http://lxqt.org/";

if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
        SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz";
        KEYWORDS="~amd64 ~x86"
fi

LICENSE="LGPL-2.1+"
SLOT="0"

DEPEND="
        dev-qt/linguist-tools:5
        dev-qt/qtcore:5
        dev-qt/qtgui:5
        dev-qt/qtwidgets:5
        ~lxqt-base/liblxqt-${PV}
        x11-libs/libX11"
RDEPEND="${DEPEND}"




Reply via email to