diff options
author | Michael Palimaka <kensington@gentoo.org> | 2015-01-30 16:32:20 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2015-01-30 16:32:20 +0000 |
commit | ecb88e26fffaacfa86b5af16da47b7bc6a8fa7e5 (patch) | |
tree | 1bf2cfcc990891ba1f391cfaa77208d2d1b4d7e1 /lxqt-base/lxqt-panel | |
parent | compile fixed, wrt bug 537658; minor fixes (diff) | |
download | gentoo-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-panel')
-rw-r--r-- | lxqt-base/lxqt-panel/ChangeLog | 8 | ||||
-rw-r--r-- | lxqt-base/lxqt-panel/lxqt-panel-0.7.0-r1.ebuild | 6 | ||||
-rw-r--r-- | lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/lxqt-base/lxqt-panel/ChangeLog b/lxqt-base/lxqt-panel/ChangeLog index 0ee45b06af39..70ac4b8af6d4 100644 --- a/lxqt-base/lxqt-panel/ChangeLog +++ b/lxqt-base/lxqt-panel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxqt-base/lxqt-panel -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v 1.9 2014/11/08 17:38:32 jauhien Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/ChangeLog,v 1.10 2015/01/30 16:32:19 kensington Exp $ + + 30 Jan 2015; Michael Palimaka <kensington@gentoo.org> + lxqt-panel-0.7.0-r1.ebuild, lxqt-panel-0.8.0.ebuild: + Update SRC_URI by Michael Vetter <g.bluehut@gmail.com> wrt bug #537032. *lxqt-panel-0.8.0 (08 Nov 2014) diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.7.0-r1.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.7.0-r1.ebuild index 623e468af3b7..b3b577e6bbcb 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.7.0-r1.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.7.0-r1.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-panel/lxqt-panel-0.7.0-r1.ebuild,v 1.7 2014/11/16 12:42:27 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.7.0-r1.ebuild,v 1.8 2015/01/30 16:32:19 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/lxqt/${PV}/${P}.tar.xz" + SRC_URI="http://downloads.lxqt.org/lxqt/lxqt/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~x86" S=${WORKDIR} fi diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild index f91fc04fae09..b1c0ecbeb4f5 100644 --- a/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild +++ b/lxqt-base/lxqt-panel/lxqt-panel-0.8.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-panel/lxqt-panel-0.8.0.ebuild,v 1.2 2014/11/16 12:42:27 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild,v 1.3 2015/01/30 16:32:19 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/lxqt/${PV}/${P}.tar.xz" + SRC_URI="http://downloads.lxqt.org/lxqt/lxqt/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~x86" fi |