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 2650E138200 for ; Fri, 19 Jul 2013 08:18:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15964E0C46; Fri, 19 Jul 2013 08:17:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A923CE0C46 for ; Fri, 19 Jul 2013 08:17:35 +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 8DEBB33DAA9 for ; Fri, 19 Jul 2013 08:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 29B85E4B05 for ; Fri, 19 Jul 2013 08:17:33 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1374221855.4191eb9490ca01c3d055e70262da8e72bf8a67e2.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-typegraph/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild X-VCS-Directories: dev-lisp/cl-typegraph/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 4191eb9490ca01c3d055e70262da8e72bf8a67e2 X-VCS-Branch: master Date: Fri, 19 Jul 2013 08:17:33 +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: 57216ca4-607c-41fe-bcb2-7b9c928ef3ef X-Archives-Hash: 1f94cf10d8d6ebca10ad59112e0b5289 commit: 4191eb9490ca01c3d055e70262da8e72bf8a67e2 Author: Chema Alonso gentoo org> AuthorDate: Fri Jul 19 08:17:35 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Jul 19 08:17:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=4191eb94 dev-lisp/cl-typegraph: new live ebuild wrt bug #476888 --- dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild b/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild new file mode 100644 index 0000000..0ab5d1e --- /dev/null +++ b/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit common-lisp-3 git-2 + +DESCRIPTION="Stand-alone Common Lisp graph typesetting system" +HOMEPAGE="https://github.com/mbattyani/cl-typegraph" +EGIT_REPO_URI="git://github.com/mbattyani/${PN}.git" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lisp/cl-typesetting + media-gfx/graphviz"