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 1RSGez-00033W-BE for garchives@archives.gentoo.org; Sun, 20 Nov 2011 23:18:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DCEA21C026; Sun, 20 Nov 2011 23:18:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2188F21C026 for ; Sun, 20 Nov 2011 23:18:46 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 977761B400C for ; Sun, 20 Nov 2011 23:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 15C7F80042 for ; Sun, 20 Nov 2011 23:18:45 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1463d3e0b865b8e60e1f4c6f1dfd2d58d2678f5f.eva@gentoo> Subject: [gentoo-commits] dev/eva:master commit in: app-editors/gedit-collaboration/ X-VCS-Repository: dev/eva X-VCS-Files: app-editors/gedit-collaboration/Manifest app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild X-VCS-Directories: app-editors/gedit-collaboration/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1463d3e0b865b8e60e1f4c6f1dfd2d58d2678f5f Date: Sun, 20 Nov 2011 23:18: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: d68f7763-9a12-4a2a-926b-ca578dca2a38 X-Archives-Hash: 3f3b681a387868e94d8babd994b86a46 commit: 1463d3e0b865b8e60e1f4c6f1dfd2d58d2678f5f Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Nov 20 23:18:37 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Nov 20 23:18:37 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/eva.git;a=3Dco= mmit;h=3D1463d3e0 app-editors/gedit-collaboration: initial commit --- app-editors/gedit-collaboration/Manifest | 1 + .../gedit-collaboration-3.0.0.ebuild | 31 ++++++++++++++= ++++++ 2 files changed, 32 insertions(+), 0 deletions(-) diff --git a/app-editors/gedit-collaboration/Manifest b/app-editors/gedit= -collaboration/Manifest new file mode 100644 index 0000000..784578f --- /dev/null +++ b/app-editors/gedit-collaboration/Manifest @@ -0,0 +1 @@ +DIST gedit-collaboration-3.0.0.tar.xz 298644 RMD160 4242bb19a088d2d303b3= 56ea1f3295c8b8136f16 SHA1 f36a520bd9c34bac6e1fbb905aedcb0c05dca3a0 SHA256= 099fa96594686d31ca1d0959fc5c38da8840d515d50058563bfec4a407314d16 diff --git a/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.eb= uild b/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild new file mode 100644 index 0000000..bbe4e86 --- /dev/null +++ b/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 + +DESCRIPTION=3D"GNOME Text Editor Collaboration Plugin" +HOMEPAGE=3D"http://live.gnome.org/Gedit" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64" +IUSE=3D"" + +RDEPEND=3D">=3Dapp-editors/gedit-3 + >=3Ddev-libs/glib-2.26:2 + dev-libs/libxml2:2 + >=3Dnet-libs/libinfinity-0.5[gtk] + x11-libs/gtk+:3 +" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig + >=3Ddev-util/intltool-0.41 + >=3Dsys-devel/gettext-0.17 +" + +DOCS=3D"AUTHORS ChangeLog NEWS README"