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 907C7138A1F for ; Tue, 16 Sep 2014 00:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80904E0866; Tue, 16 Sep 2014 00:30:47 +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 EFD68E0866 for ; Tue, 16 Sep 2014 00:30:46 +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 D6290340305 for ; Tue, 16 Sep 2014 00:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C6655A3B for ; Tue, 16 Sep 2014 00:30:44 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1410561273.7fd47a71de18e6157f58c587c6fee3ebce6a5f19.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: net-im/lwqq/ X-VCS-Repository: proj/betagarden X-VCS-Files: net-im/lwqq/lwqq-9999.ebuild net-im/lwqq/metadata.xml X-VCS-Directories: net-im/lwqq/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 7fd47a71de18e6157f58c587c6fee3ebce6a5f19 X-VCS-Branch: master Date: Tue, 16 Sep 2014 00:30:44 +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: bbfa1c9f-33b1-4a77-ad20-85a191999568 X-Archives-Hash: 52546ffc5ff0bbb0996d5244950241c6 commit: 7fd47a71de18e6157f58c587c6fee3ebce6a5f19 Author: Sebastian Pipping pipping org> AuthorDate: Fri Sep 12 21:40:26 2014 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Fri Sep 12 22:34:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=7fd47a71 net-im/lwqq: 9999 --- net-im/lwqq/lwqq-9999.ebuild | 27 +++++++++++++++++++++++++++ net-im/lwqq/metadata.xml | 8 ++++++++ 2 files changed, 35 insertions(+) diff --git a/net-im/lwqq/lwqq-9999.ebuild b/net-im/lwqq/lwqq-9999.ebuild new file mode 100644 index 0000000..d0d631d --- /dev/null +++ b/net-im/lwqq/lwqq-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +inherit autotools git-r3 + +DESCRIPTION="Linux WebQQ Client" +HOMEPAGE="https://github.com/mathslinux/lwqq" +EGIT_REPO_URI="https://github.com/mathslinux/lwqq.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="sys-libs/zlib + dev-libs/libev + x11-libs/gtk+:3 + dev-libs/glib:2 + dev-db/sqlite:3" +DEPEND="${DEPEND}" + +src_prepare() { + eautoreconf +} diff --git a/net-im/lwqq/metadata.xml b/net-im/lwqq/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/net-im/lwqq/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + +