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 144BD1381F4 for ; Tue, 14 Aug 2012 10:59:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04029E05ED; Tue, 14 Aug 2012 10:58:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B1427E05ED for ; Tue, 14 Aug 2012 10:58:51 +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 1B7A21B400B for ; Tue, 14 Aug 2012 10:58:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D1877E543A for ; Tue, 14 Aug 2012 10:58:49 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1344941813.0855219e3a142f0d4d73f64f7ec90acc391b7eaf.ago@gentoo> Subject: [gentoo-commits] dev/ago:master commit in: net-analyzer/logkeys/ X-VCS-Repository: dev/ago X-VCS-Files: net-analyzer/logkeys/Manifest net-analyzer/logkeys/logkeys-9999.ebuild net-analyzer/logkeys/metadata.xml X-VCS-Directories: net-analyzer/logkeys/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 0855219e3a142f0d4d73f64f7ec90acc391b7eaf X-VCS-Branch: master Date: Tue, 14 Aug 2012 10:58:49 +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: 9385b959-01dc-4307-8122-464068268fc4 X-Archives-Hash: 882b518ad58554758bc7fb643a8a4800 commit: 0855219e3a142f0d4d73f64f7ec90acc391b7eaf Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Aug 14 10:56:53 2012 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Aug 14 10:56:53 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ago.git;a=commit;h=0855219e Initial import for logkeys-9999 --- net-analyzer/logkeys/Manifest | 2 ++ net-analyzer/logkeys/logkeys-9999.ebuild | 25 +++++++++++++++++++++++++ net-analyzer/logkeys/metadata.xml | 9 +++++++++ 3 files changed, 36 insertions(+), 0 deletions(-) diff --git a/net-analyzer/logkeys/Manifest b/net-analyzer/logkeys/Manifest new file mode 100644 index 0000000..396eb87 --- /dev/null +++ b/net-analyzer/logkeys/Manifest @@ -0,0 +1,2 @@ +EBUILD logkeys-9999.ebuild 482 SHA256 2bba46a19078b9aebae9b790b1e52874348455070634f6c704f9680817f6e2ca SHA512 1e6028854e31567c050c521b11d2eaea03d2ca3c142d4d2021ba7c3a29f580396f23cc741b4e29885ebc704a56f9007ab5a8f239b2c9a48956a618f5df59eba5 WHIRLPOOL 7c126681d284039d5ecf2e46f162b0f373e07193d1e786ba79a91384911c2d3b797da9d24e66d1bf7b009fadb5110f2ba72d54b9fbabde5c52bdd7a582fbb73e +MISC metadata.xml 233 SHA256 77226fe2bb71a40e1ad91e1a4ddd1bb5728012844c345b01ccffc1f5ab92270e SHA512 7ca9cf20cfadd69ebd24e89b921aac51290d169b790507577147c823089710f730758b5a0a990311e2db5cc93c2744d85328bf9a09fbd5c75ea5df3a796de487 WHIRLPOOL be83544d3c80e4db47780a2840ccfc7c82c9c0ae0ac85e15347e1e7a1591930f3140d8bbda3b9563e3543aa8c4de1f60def98fd7bafe6b4adf9bd9c259801fb8 diff --git a/net-analyzer/logkeys/logkeys-9999.ebuild b/net-analyzer/logkeys/logkeys-9999.ebuild new file mode 100644 index 0000000..867eaac --- /dev/null +++ b/net-analyzer/logkeys/logkeys-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit autotools git-2 + +DESCRIPTION="a GNU/Linux keylogger that works!" +HOMEPAGE="https://code.google.com/p/logkeys/" +EGIT_REPO_URI="https://code.google.com/p/${PN}/" + +KEYWORDS="" +IUSE="" +LICENSE="GPL-3" +SLOT="0" + +DEPEND="" +RDEPEND="" + +src_prepare () { + sed -i "s:-O3 ::" src/Makefile.in || die + sed -i "s:-O3 ::" src/Makefile.am || die + eautoreconf +} diff --git a/net-analyzer/logkeys/metadata.xml b/net-analyzer/logkeys/metadata.xml new file mode 100644 index 0000000..6c08151 --- /dev/null +++ b/net-analyzer/logkeys/metadata.xml @@ -0,0 +1,9 @@ + + + + + ago@gentoo.org + Agostino Sarubbo + + +