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-common | |
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-common')
-rw-r--r-- | lxqt-base/lxqt-common/ChangeLog | 8 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild | 6 | ||||
-rw-r--r-- | lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/lxqt-base/lxqt-common/ChangeLog b/lxqt-base/lxqt-common/ChangeLog index c9f7c7218e10..d5305e964096 100644 --- a/lxqt-base/lxqt-common/ChangeLog +++ b/lxqt-base/lxqt-common/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for lxqt-base/lxqt-common -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.4 2014/11/08 17:35:54 jauhien Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/ChangeLog,v 1.5 2015/01/30 16:32:19 kensington Exp $ + + 30 Jan 2015; Michael Palimaka <kensington@gentoo.org> + lxqt-common-0.7.0.ebuild, lxqt-common-0.8.0.ebuild: + Update SRC_URI by Michael Vetter <g.bluehut@gmail.com> wrt bug #537032. *lxqt-common-0.8.0 (08 Nov 2014) diff --git a/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild index 498d4bd7a303..7c1065dcfcaf 100644 --- a/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild +++ b/lxqt-base/lxqt-common/lxqt-common-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-common/lxqt-common-0.7.0.ebuild,v 1.4 2014/11/16 12:42:27 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-0.7.0.ebuild,v 1.5 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" fi diff --git a/lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild b/lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild index 104c6e13f615..e60505c2513f 100644 --- a/lxqt-base/lxqt-common/lxqt-common-0.8.0.ebuild +++ b/lxqt-base/lxqt-common/lxqt-common-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-common/lxqt-common-0.8.0.ebuild,v 1.2 2014/11/16 12:42:27 jauhien Exp $ +# $Header: /var/cvsroot/gentoo-x86/lxqt-base/lxqt-common/lxqt-common-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 |