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 16447138B30 for ; Wed, 20 Feb 2013 06:11:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AA4C21C005; Wed, 20 Feb 2013 06:11:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E7C521C005 for ; Wed, 20 Feb 2013 06:11:16 +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 8CB5633DF78 for ; Wed, 20 Feb 2013 06:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3904EE407D for ; Wed, 20 Feb 2013 06:11:13 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1361340653.2d2fa62f9712290eec730ffe285072bf88855ffc.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: sys-apps/pause/ X-VCS-Repository: dev/xmw X-VCS-Files: sys-apps/pause/ChangeLog sys-apps/pause/Manifest sys-apps/pause/pause-0.9.0.ebuild sys-apps/pause/pause-9999.ebuild X-VCS-Directories: sys-apps/pause/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 2d2fa62f9712290eec730ffe285072bf88855ffc X-VCS-Branch: master Date: Wed, 20 Feb 2013 06:11:13 +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: e0dc0bc1-08a7-40f0-9aee-390c5558d453 X-Archives-Hash: 97698ef703716d05c28410f02bb25945 commit: 2d2fa62f9712290eec730ffe285072bf88855ffc Author: Michael Weber gentoo org> AuthorDate: Wed Feb 20 06:10:53 2013 +0000 Commit: Michael Weber gentoo org> CommitDate: Wed Feb 20 06:10:53 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=2d2fa62f Add tagged version, fix KEYWORDS Package-Manager: portage-2.2.0_alpha163 Manifest-Sign-Key: 62EEF090 --- sys-apps/pause/ChangeLog | 6 ++++++ sys-apps/pause/Manifest | 11 +++++++++++ .../{pause-9999.ebuild => pause-0.9.0.ebuild} | 4 ++-- sys-apps/pause/pause-9999.ebuild | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/sys-apps/pause/ChangeLog b/sys-apps/pause/ChangeLog index 8c39b55..e7cce8f 100644 --- a/sys-apps/pause/ChangeLog +++ b/sys-apps/pause/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*pause-0.9.0 (20 Feb 2013) + + 20 Feb 2013; Michael Weber +pause-0.9.0.ebuild, + pause-9999.ebuild: + Add tagged version, fix KEYWORDS + *pause-9999 (20 Feb 2013) 20 Feb 2013; Michael Weber +pause-9999.ebuild, diff --git a/sys-apps/pause/Manifest b/sys-apps/pause/Manifest new file mode 100644 index 0000000..60cd654 --- /dev/null +++ b/sys-apps/pause/Manifest @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +DIST pause-0.9.0.tar.gz 10246 SHA256 f16eb8bbb95da2d75689bd92d6b08c4adca733bbc8e185bb5faa0b303e7db087 SHA512 58c62ee80be994d31b7dde86d1a3141b2ed50fdd50c0d7cca19f2ba009e45f8be82c161f11d8347ed34936956c1b2f736fb9182bb4e7b421730b336302f82432 WHIRLPOOL ec4060f18216d74f970e53e9fa21fdce82f37384947ebe7383e7e09ff59f4a7e3f50b2827eca9f57476e4316a0fa468ab1de87d5c0ed09e4cb88aed1555481b5 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iF4EAREIAAYFAlEkaO0ACgkQknrdDGLu8JB+zQD/bu/qE45duGlO9XIASkxfVU2l +PgK6bnaYgoibKSyJr6QA/A5iwEdKHOB0qqVKhO4eqYXq4sZ8fwXPJbFgfIQryEx1 +=4OU4 +-----END PGP SIGNATURE----- diff --git a/sys-apps/pause/pause-9999.ebuild b/sys-apps/pause/pause-0.9.0.ebuild similarity index 83% copy from sys-apps/pause/pause-9999.ebuild copy to sys-apps/pause/pause-0.9.0.ebuild index 938a333..2f2c1af 100644 --- a/sys-apps/pause/pause-9999.ebuild +++ b/sys-apps/pause/pause-0.9.0.ebuild @@ -4,11 +4,11 @@ EAPI=5 -inherit flag-o-matic git-2 toolchain-funcs +inherit flag-o-matic toolchain-funcs vcs-snapshot DESCRIPTION="pause forever" HOMEPAGE="https://github.com/chneukirchen/ignite" -EGIT_REPO_URI="https://github.com/chneukirchen/ignite.git" +SRC_URI="https://github.com/chneukirchen/ignite/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" SLOT="0" diff --git a/sys-apps/pause/pause-9999.ebuild b/sys-apps/pause/pause-9999.ebuild index 938a333..510e5f2 100644 --- a/sys-apps/pause/pause-9999.ebuild +++ b/sys-apps/pause/pause-9999.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/chneukirchen/ignite.git" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="" IUSE="" DEPEND=""