public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in lxqt-base/liblxqt: liblxqt-0.9.0.ebuild ChangeLog
@ 2015-02-10 17:07 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2015-02-10 17:07 UTC (permalink / raw
  To: gentoo-commits

yngwin      15/02/10 17:07:38

  Modified:             ChangeLog
  Added:                liblxqt-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.9                  lxqt-base/liblxqt/ChangeLog

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

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



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

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

Index: liblxqt-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/liblxqt/liblxqt-0.9.0.ebuild,v 1.1 2015/02/10 17:07:38 yngwin Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="Common base library for the LXQt desktop environment"
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="GPL-2 LGPL-2.1+"
SLOT="0"

DEPEND=">=dev-libs/libqtxdg-1.0.0
	dev-qt/linguist-tools:5
	dev-qt/qtcore:5
	dev-qt/qtdbus:5
	dev-qt/qtgui:5
	dev-qt/qtwidgets:5
	dev-qt/qtx11extras:5
	dev-qt/qtxml:5
	kde-frameworks/kwindowsystem:5
"
RDEPEND="${DEPEND}"

pkg_pretend() {
	if [[ ${MERGE_TYPE} != binary ]]; then
		[[ $(gcc-version) < 4.8 ]] && \
			die 'The active compiler needs to be gcc 4.8 (or newer)'
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-10 17:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 17:07 [gentoo-commits] gentoo-x86 commit in lxqt-base/liblxqt: liblxqt-0.9.0.ebuild ChangeLog Ben de Groot (yngwin)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox