From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 338A11388E5 for ; Wed, 29 Oct 2014 22:30:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B51C2E0837; Wed, 29 Oct 2014 22:30:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B725E0837 for ; Wed, 29 Oct 2014 22:30:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1CE43402EC for ; Wed, 29 Oct 2014 22:30:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79C7D9077 for ; Wed, 29 Oct 2014 22:30:46 +0000 (UTC) From: "Jauhien Piatlicki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jauhien Piatlicki" Message-ID: <1414621826.f3f3b36b61830e6d9be9723fe23ed7f90a01001e.jauhien@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-misc/obconf-qt/ X-VCS-Repository: proj/qt X-VCS-Files: x11-misc/obconf-qt/Manifest x11-misc/obconf-qt/obconf-qt-0.1.0_p20141029.ebuild x11-misc/obconf-qt/obconf-qt-9999.ebuild X-VCS-Directories: x11-misc/obconf-qt/ X-VCS-Committer: jauhien X-VCS-Committer-Name: Jauhien Piatlicki X-VCS-Revision: f3f3b36b61830e6d9be9723fe23ed7f90a01001e X-VCS-Branch: master Date: Wed, 29 Oct 2014 22:30:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 54edf8d7-88c9-46f1-8a14-51143a194af7 X-Archives-Hash: bd5d5ad11dc50cee4dfa27aca17c4f85 commit: f3f3b36b61830e6d9be9723fe23ed7f90a01001e Author: Jauhien Piatlicki gentoo org> AuthorDate: Wed Oct 29 22:30:26 2014 +0000 Commit: Jauhien Piatlicki gentoo org> CommitDate: Wed Oct 29 22:30:26 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f3f3b36b [x11-misc/obconf-qt] version bump to the latest snapshot that has Qt5 support --- x11-misc/obconf-qt/Manifest | 1 + .../{obconf-qt-9999.ebuild => obconf-qt-0.1.0_p20141029.ebuild} | 3 +-- x11-misc/obconf-qt/obconf-qt-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/x11-misc/obconf-qt/Manifest b/x11-misc/obconf-qt/Manifest new file mode 100644 index 0000000..a85eaeb --- /dev/null +++ b/x11-misc/obconf-qt/Manifest @@ -0,0 +1 @@ +DIST obconf-qt-0.1.0_p20141029.tar.gz 64331 SHA256 a27ed6410e0e9faa1bac8c37f85b35225f9c431c69754c35685afce7cdb5fa64 SHA512 f72950a5ebf25f34a681ff5fff299e4fee502ead7e86c5d511dec6bc96e695257f3bda6a964a736711384401e85f43d1eb5045bcf6800eaf94a36490e3ff1758 WHIRLPOOL 7bceecbc8db625c88c7331eb959c9487300ce1782467d1cfeffae7f7495fca871aa0495c14194760ec9871a1bb2fbe17fd922666770c392ab9ada83a36aa1645 diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild b/x11-misc/obconf-qt/obconf-qt-0.1.0_p20141029.ebuild similarity index 91% copy from x11-misc/obconf-qt/obconf-qt-9999.ebuild copy to x11-misc/obconf-qt/obconf-qt-0.1.0_p20141029.ebuild index 6d7f6f8..9bebbfe 100644 --- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-0.1.0_p20141029.ebuild @@ -12,9 +12,8 @@ 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/${PN}/${PV}/${P}.tar.xz" + SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz" KEYWORDS="~amd64 ~x86" - S=${WORKDIR} fi LICENSE="GPL-2 LGPL-2.1+" diff --git a/x11-misc/obconf-qt/obconf-qt-9999.ebuild b/x11-misc/obconf-qt/obconf-qt-9999.ebuild index 6d7f6f8..9bebbfe 100644 --- a/x11-misc/obconf-qt/obconf-qt-9999.ebuild +++ b/x11-misc/obconf-qt/obconf-qt-9999.ebuild @@ -12,9 +12,8 @@ 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/${PN}/${PV}/${P}.tar.xz" + SRC_URI="http://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz" KEYWORDS="~amd64 ~x86" - S=${WORKDIR} fi LICENSE="GPL-2 LGPL-2.1+"