From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QE3px-0005Or-44 for garchives@archives.gentoo.org; Sun, 24 Apr 2011 18:15:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5851A1C074; Sun, 24 Apr 2011 18:14:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 28FEB1C06E for ; Sun, 24 Apr 2011 18:14:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D53D51B4043 for ; Sun, 24 Apr 2011 18:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3CD50803EA for ; Sun, 24 Apr 2011 18:14:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] dev/mgorny:master commit in: net-im/ekg2/ X-VCS-Repository: dev/mgorny X-VCS-Files: net-im/ekg2/Manifest net-im/ekg2/ekg2-9999.ebuild X-VCS-Directories: net-im/ekg2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac2c3bb2f9a4476cdf2e31c525dac88a28251d59 Date: Sun, 24 Apr 2011 18:14: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 808e010b813d0b8514bfc4dc03f46908 commit: ac2c3bb2f9a4476cdf2e31c525dac88a28251d59 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sun Apr 24 18:14:02 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Sun Apr 24 18:14:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3Dac2c3bb2 net-im/ekg2: Migrate to git-2 eclass. (Portage version: 2.2.0_alpha30_p2/git/Linux x86_64, signed Manifest comm= it with key 05DE07BB) --- net-im/ekg2/Manifest | 8 ++++---- net-im/ekg2/ekg2-9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-im/ekg2/Manifest b/net-im/ekg2/Manifest index 2956eaa..e08d44d 100644 --- a/net-im/ekg2/Manifest +++ b/net-im/ekg2/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =20 -EBUILD ekg2-9999.ebuild 2469 RMD160 68d5719421c49af90fc6b7112fc986c71077= 70c5 SHA1 459911f0266106d62aa8aca70a727adebcda117f SHA256 18aec10714da70b= 2f83d351bf298646d23c286d4b328ac62aebb557b2d2d7dec +EBUILD ekg2-9999.ebuild 2471 RMD160 b283b07d2d474aef7908e3a99540d5c05869= bb50 SHA1 0ad9a93239e83f88de31c6d4e3c59a32ffdf9e54 SHA256 b27485bdec17422= fad6f8855bd1889e74c97559f0426f24d37d377ef787e5f69 MISC metadata.xml 835 RMD160 532d1295c8221034620e4207ba4196f5a96e9aa9 SH= A1 b58bb25630c0a6234e960d24f3bfa52f9a4c3b95 SHA256 2dc952bef9ab47c777f6cf= 43b997e5ec7c4416096ff39e9fcfb23775590a0ad2 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) =20 -iEYEARECAAYFAk2pQpcACgkQnGSe5QXeB7sRIgCfcQbsXpf3VQ0KLSivY84wVN6u -+LgAoKoyfVKuwBg8iCa523chJifu+4/+ -=3D7P6K +iEYEARECAAYFAk20aGoACgkQnGSe5QXeB7vIVwCdG5uIdV6XMCfH3FdCZs9bgaK7 +z64AnRD9/LhtOzh0udPX0QTfAEZNfE+K +=3Dh1mq -----END PGP SIGNATURE----- diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild index afbb08e..f7c930f 100644 --- a/net-im/ekg2/ekg2-9999.ebuild +++ b/net-im/ekg2/ekg2-9999.ebuild @@ -4,7 +4,7 @@ =20 EAPI=3D3 EGIT_REPO_URI=3D"git://github.com/leafnode/ekg2.git" -inherit autotools autotools-utils git +inherit autotools autotools-utils git-2 =20 DESCRIPTION=3D"Text-based, multi-protocol instant messenger" HOMEPAGE=3D"http://www.ekg2.org"