summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-01-30 16:32:20 +0000
committerMichael Palimaka <kensington@gentoo.org>2015-01-30 16:32:20 +0000
commitecb88e26fffaacfa86b5af16da47b7bc6a8fa7e5 (patch)
tree1bf2cfcc990891ba1f391cfaa77208d2d1b4d7e1 /lxqt-base/lxqt-config-randr
parentcompile fixed, wrt bug 537658; minor fixes (diff)
downloadgentoo-2-ecb88e26fffaacfa86b5af16da47b7bc6a8fa7e5.tar.gz
gentoo-2-ecb88e26fffaacfa86b5af16da47b7bc6a8fa7e5.tar.bz2
gentoo-2-ecb88e26fffaacfa86b5af16da47b7bc6a8fa7e5.zip
Update SRC_URI by Michael Vetter <g.bluehut@gmail.com> wrt bug #537032.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'lxqt-base/lxqt-config-randr')
-rw-r--r--lxqt-base/lxqt-config-randr/ChangeLog8
-rw-r--r--lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/lxqt-base/lxqt-config-randr/ChangeLog b/lxqt-base/lxqt-config-randr/ChangeLog
index 435a28d22bbd..4f22df4c042e 100644
--- a/lxqt-base/lxqt-config-randr/ChangeLog
+++ b/lxqt-base/lxqt-config-randr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for lxqt-base/lxqt-config-randr
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/ChangeLog,v 1.2 2014/05/29 08:15:27 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/ChangeLog,v 1.3 2015/01/30 16:32:20 kensington Exp $
+
+ 30 Jan 2015; Michael Palimaka <kensington@gentoo.org>
+ lxqt-config-randr-0.7.0.ebuild:
+ Update SRC_URI by Michael Vetter <g.bluehut@gmail.com> wrt bug #537032.
29 May 2014; Manuel Rüger <mrueg@gentoo.org> lxqt-config-randr-0.7.0.ebuild:
Add ~arm keyword.
diff --git a/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild b/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild
index 6e92c56001db..80637f802617 100644
--- a/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild
+++ b/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild,v 1.3 2014/11/16 12:42:27 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-config-randr/lxqt-config-randr-0.7.0.ebuild,v 1.4 2015/01/30 16:32:20 kensington Exp $
EAPI=5
inherit cmake-utils
@@ -12,7 +12,7 @@ if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
else
- SRC_URI="http://lxqt.org/downloads/${PV}/${P}.tar.xz"
+ SRC_URI="http://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~arm ~x86"
S=${WORKDIR}
fi