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 DE549138010 for ; Sun, 30 Sep 2012 00:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A351F21C028; Sun, 30 Sep 2012 00:15:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 73EF221C028 for ; Sun, 30 Sep 2012 00:15:48 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D48A933D74E for ; Sun, 30 Sep 2012 00:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B09BBE5453 for ; Sun, 30 Sep 2012 00:15:45 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1348962671.2390af4984282c8691442689a44504ecfc8b7e32.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-tweak-tool/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.5.5.ebuild gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.5.5_p20120929.ebuild gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild X-VCS-Directories: gnome-extra/gnome-tweak-tool/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 2390af4984282c8691442689a44504ecfc8b7e32 X-VCS-Branch: master Date: Sun, 30 Sep 2012 00:15:45 +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: 502e1ca0-71f9-49b3-abc1-96de29f9a9f1 X-Archives-Hash: eade535a313f771c97fac414acb89eed commit: 2390af4984282c8691442689a44504ecfc8b7e32 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Sat Sep 29 23:51:11 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Sat Sep 29 23:51:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2390af49 gnome-extra/gnome-tweak-tool: bump to current git snapshot Upstream hasn't made a 3.6 release yet, and we really need the newest version for e.g. keyboard layout switching shortcuts. --- ...ild => gnome-tweak-tool-3.5.5_p20120929.ebuild} | 6 +++++- .../gnome-tweak-tool/gnome-tweak-tool-9999.ebuild | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.5.5.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.5.5_p20120929.ebuild similarity index 93% rename from gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.5.5.ebuild rename to gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.5.5_p20120929.ebuild index c6790ea..e5c3c97 100644 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.5.5.ebuild +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-3.5.5_p20120929.ebuild @@ -12,10 +12,12 @@ if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi +SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.xz" + DESCRIPTION="Tool to customize GNOME 3 options" HOMEPAGE="http://live.gnome.org/GnomeTweakTool" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="" if [[ ${PV} = 9999 ]]; then @@ -42,6 +44,8 @@ DEPEND="${COMMON_DEPEND} >=sys-devel/gettext-0.17 virtual/pkgconfig" +S="${WORKDIR}/${PN}-3.5.5" + pkg_setup() { DOCS="AUTHORS NEWS README" G2CONF="${G2CONF} --disable-schemas-compile" diff --git a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild index c6790ea..8ae63c4 100644 --- a/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild +++ b/gnome-extra/gnome-tweak-tool/gnome-tweak-tool-9999.ebuild @@ -15,7 +15,7 @@ fi DESCRIPTION="Tool to customize GNOME 3 options" HOMEPAGE="http://live.gnome.org/GnomeTweakTool" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" IUSE="" if [[ ${PV} = 9999 ]]; then