diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2016-12-03 23:35:18 +0100 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-09 22:33:54 +0100 |
commit | 35e3976fca1b87d16bac290c769f4bb36f680d58 (patch) | |
tree | 51095d96109e25d5b4a8599da7238fb99c549ea5 /dev-lisp/cl-typegraph | |
parent | dev-lisp/cl-mathstats: Updates header (diff) | |
download | lisp-35e3976fca1b87d16bac290c769f4bb36f680d58.tar.gz lisp-35e3976fca1b87d16bac290c769f4bb36f680d58.tar.bz2 lisp-35e3976fca1b87d16bac290c769f4bb36f680d58.zip |
dev-lisp/cl-typegraph: Updates header and EAPI
Diffstat (limited to 'dev-lisp/cl-typegraph')
-rw-r--r-- | dev-lisp/cl-typegraph/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild | 9 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-lisp/cl-typegraph/Manifest b/dev-lisp/cl-typegraph/Manifest index e9a1726f..af7d0a65 100644 --- a/dev-lisp/cl-typegraph/Manifest +++ b/dev-lisp/cl-typegraph/Manifest @@ -1 +1 @@ -EBUILD cl-typegraph-9999.ebuild 451 SHA256 eaa72e9269ce6d13428c9cd81f86fadd2b9230ce309bd7ffe59469c0c078bd50 SHA512 e04363115a4d9386e3f81ee92f350e50dd2427ba6d3a922c2c1bbf0673f7c232886ad13e7beb36cd06b10a2d150d70ece920f43784d9b62c08cd1b929e38817d WHIRLPOOL c01d8253e4eea3d22e0b10a6ff51714226124bfc10fbd6b734bc2425065971af43d55c4b9b070144df11c63c727b255ead9cfae46f0071de9cdd6bf0326aa85c +EBUILD cl-typegraph-9999.ebuild 411 SHA256 870610dea165964153da628d721fa0c7f4cdfd45650cb84d23c184368f0a6605 SHA512 bcaf4a9e5202a9e6491307aa186e590a69d55b7309ffd068e41adfcf344f170900b82849f7e0055554139c4643d6eab8126d7a0bdd77f2d4fb5b3e3e7f78c6f1 WHIRLPOOL 996db968aa72e7543dd6c396ecad75cdcf00692702d5cf7280953a4bdf88d2d01eb58b416c83a650a989dd49baedce39ca3f34247031490d3580b3a7b2b20204 diff --git a/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild b/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild index 0ab5d1e9..3ba21b76 100644 --- a/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild +++ b/dev-lisp/cl-typegraph/cl-typegraph-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Id$ -EAPI=5 +EAPI=6 -inherit common-lisp-3 git-2 +inherit common-lisp-3 git-r3 DESCRIPTION="Stand-alone Common Lisp graph typesetting system" HOMEPAGE="https://github.com/mbattyani/cl-typegraph" @@ -12,7 +12,6 @@ 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 |