yngwin      15/02/20 11:44:27

  Modified:             ChangeLog
  Added:                lxqt-common-0.9.1.ebuild
  Log:
  version bump (bug #540264)
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.7                  lxqt-base/lxqt-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   10 Feb 2015 17:08:51 -0000      1.6
+++ ChangeLog   20 Feb 2015 11:44:27 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for lxqt-base/lxqt-common
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.6 
2015/02/10 17:08:51 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.7 
2015/02/20 11:44:27 yngwin Exp $
+
+*lxqt-common-0.9.1 (20 Feb 2015)
+
+  20 Feb 2015; Ben de Groot <[email protected]> +lxqt-common-0.9.1.ebuild:
+  version bump (bug #540264)
 
 *lxqt-common-0.9.0 (10 Feb 2015)
 



1.1                  lxqt-base/lxqt-common/lxqt-common-0.9.1.ebuild

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

Index: lxqt-common-0.9.1.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-common/lxqt-common-0.9.1.ebuild,v 1.1 
2015/02/20 11:44:27 yngwin Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="LXQt common resources"
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=">=lxqt-base/liblxqt-0.9.0"
RDEPEND="${DEPEND}"
PDEPEND=">=lxqt-base/lxqt-session-0.9.0"

src_install() {
        cmake-utils_src_install
        dodir "/etc/X11/Sessions"
        dosym  "/usr/bin/startlxqt" "/etc/X11/Sessions/lxqt"
}




Reply via email to