diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-04-04 20:33:42 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-09 22:34:01 +0100 |
commit | b9b51c33ddf33baa06dc29884d2c5b567573bbae (patch) | |
tree | bc655e79251e6a525d824f255809e7291cc44922 /dev-lisp/cl-css | |
parent | dev-lisp/cl-emb: Updates header and keywords (diff) | |
download | lisp-b9b51c33ddf33baa06dc29884d2c5b567573bbae.tar.gz lisp-b9b51c33ddf33baa06dc29884d2c5b567573bbae.tar.bz2 lisp-b9b51c33ddf33baa06dc29884d2c5b567573bbae.zip |
dev-lisp/cl-css: Updates header, EAPI and git eclass
Diffstat (limited to 'dev-lisp/cl-css')
-rw-r--r-- | dev-lisp/cl-css/Manifest | 2 | ||||
-rw-r--r-- | dev-lisp/cl-css/cl-css-9999.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-lisp/cl-css/Manifest b/dev-lisp/cl-css/Manifest index a9f8efc3..132a340d 100644 --- a/dev-lisp/cl-css/Manifest +++ b/dev-lisp/cl-css/Manifest @@ -1 +1 @@ -EBUILD cl-css-9999.ebuild 351 SHA256 4f951778a0667e61a03afde5baa864ae38e8dabbc6cb2373b1f85a5e822e98d5 SHA512 93b9aa8457ef9279d01c4f22db04aafa67eb2c166024e6c812d9cd9f61868bbf348a01e388fd99e6e104bc241ef4eb9480b6aaffb2698fef6cb0bf2b6b58e75c WHIRLPOOL 08ac612a4a21b866424d945a30872ab96e1e8f54a8d5f66c51440da649e04106ae163ba4e3d40c402a0c00f5a8c0c96343c62b93b400dc0f2c373fc04a3e08f4 +EBUILD cl-css-9999.ebuild 345 SHA256 2aa27b61639a05a9d6084674fd668490bfc223de9f4381fb8433faa0fcff850b SHA512 4408e1bf35005fbd43deaf0ff760b8b0b71cdca6a1e495135fb13b77351d2d003eeffd3eb3e23b8df957cc2da9670e2220c32e8c9a778b7349d3f1858a5a95eb WHIRLPOOL 525f34bc8f7ebd6847823f10864ccca481e55c56244c4adb50193b8e7760619714cbb267585f74e99063ff6ae1cf7268552c0ac3de27c440b831f0b6f42f0afa diff --git a/dev-lisp/cl-css/cl-css-9999.ebuild b/dev-lisp/cl-css/cl-css-9999.ebuild index c4a8e1f7..05056f1b 100644 --- a/dev-lisp/cl-css/cl-css-9999.ebuild +++ b/dev-lisp/cl-css/cl-css-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -EAPI=5 +EAPI=6 -inherit common-lisp-3 git-2 +inherit common-lisp-3 git-r3 DESCRIPTION="Non-validating, inline CSS generator for Common Lisp" HOMEPAGE="https://github.com/Inaimathi/cl-css" |