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 5DA3B138262 for ; Tue, 17 May 2016 22:15:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DBA1E0879; Tue, 17 May 2016 22:15:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43029E0879 for ; Tue, 17 May 2016 22:15:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7DD6340B4D for ; Tue, 17 May 2016 22:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 845B6327 for ; Tue, 17 May 2016 22:15:02 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1463523292.3cbf4cb62f71f1460a4acf3ae481810cb5d1ad26.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xdot/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xdot/xdot-9999.ebuild X-VCS-Directories: media-gfx/xdot/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 3cbf4cb62f71f1460a4acf3ae481810cb5d1ad26 X-VCS-Branch: master Date: Tue, 17 May 2016 22:15:02 +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: 9cbed913-d786-47e1-b1ac-dcf87032b7bb X-Archives-Hash: c9f6f5a7f8e6a555afe1e20f5859948f commit: 3cbf4cb62f71f1460a4acf3ae481810cb5d1ad26 Author: Austin English gentoo org> AuthorDate: Tue May 17 22:14:41 2016 +0000 Commit: Austin English gentoo org> CommitDate: Tue May 17 22:14:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbf4cb6 media-gfx/xdot: add 9999 ebuild Based on an ebuild by Denilson Sá gmail.com> Gentoo-Bug: https://bugs.gentoo.org/450684 Package-Manager: portage-2.2.26 media-gfx/xdot/xdot-9999.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/media-gfx/xdot/xdot-9999.ebuild b/media-gfx/xdot/xdot-9999.ebuild new file mode 100644 index 0000000..e85ddb6 --- /dev/null +++ b/media-gfx/xdot/xdot-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Interactive viewer for Graphviz dot files" +HOMEPAGE="https://github.com/jrfonseca/xdot.py" +EGIT_REPO_URI="https://github.com/jrfonseca/xdot.py.git" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="" + +DEPEND=" + dev-python/pycairo[${PYTHON_USEDEP}] + >=dev-python/pygtk-2.10:2[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + media-gfx/graphviz[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}"