diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-07-07 11:04:59 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2018-03-09 22:34:10 +0100 |
commit | 39072f88dead6130852aa7196ccc5e8466443630 (patch) | |
tree | 1205865e1a7b61a245416e604bac5ee9851b9bdb /dev-lisp/contextl | |
parent | dev-lisp/mcclim: Updates to common-lisp-3 eclass (diff) | |
download | lisp-39072f88dead6130852aa7196ccc5e8466443630.tar.gz lisp-39072f88dead6130852aa7196ccc5e8466443630.tar.bz2 lisp-39072f88dead6130852aa7196ccc5e8466443630.zip |
dev-lisp/contextl: Drops old version. Updates header
Diffstat (limited to 'dev-lisp/contextl')
-rw-r--r-- | dev-lisp/contextl/Manifest | 4 | ||||
-rw-r--r-- | dev-lisp/contextl/contextl-0.61.ebuild | 29 | ||||
-rw-r--r-- | dev-lisp/contextl/contextl-1.0.0.ebuild | 3 |
3 files changed, 2 insertions, 34 deletions
diff --git a/dev-lisp/contextl/Manifest b/dev-lisp/contextl/Manifest index c02b34e9..a73b281c 100644 --- a/dev-lisp/contextl/Manifest +++ b/dev-lisp/contextl/Manifest @@ -1,4 +1,2 @@ -DIST contextl_0.61.tar.gz 24478 SHA256 b97b8e7d3651c5f9c0ce84a67bb035f125eeeda2e96f50fec1bf58183c5fdb7c DIST v1.0.0.tar.gz 221885 SHA256 bda214f3e75b7e401270147db829b358630bbb3233c0cd263809527e0f665757 SHA512 0900db200fc81d40486829235b5153e17b4db939aecdfd9180e2cbfd63e4f0b76c4cfd13ade4b682e334e777f778f4c3f696b481c65a6bb82af68433998344c1 WHIRLPOOL 1aa74780378f1cccb827fd84cc28a385601b67ff94456c05aa7383d0cae471fa4cc5010faebdc8d1dec1c3add0884b0649f9679ab30829d3b7252ef1afc28524 -EBUILD contextl-0.61.ebuild 605 SHA256 d717d88b6c79d4834cf5e36cd0fc43235d084cdf34c4a84c2df62426bcdb2ef2 SHA512 96327957be94e16d0757c9cc2643676e7ef9687c1d84ae28d9876bc97c6ca1bc17fb94350a04e73e040757d1299077635c291642e79837dcad29555de0df425d WHIRLPOOL 566ec3f3bb5896f7a362bbeba0e9acc030e2fa0e49939f089032e4755cdbccf691356e83d8d01c6b7357e7c23746505a51e9994009631578d26bee058b232f21 -EBUILD contextl-1.0.0.ebuild 475 SHA256 bbf3baea33f47d2eaf7cdb9731e46c82af659c639c3cea53751b0137cc7985a7 SHA512 5bca7bea5720eefc1bd031c359b54d88d59b959347eda0589bcd0b89780627eed5537d9939567c5d94cad62882e9bc2e0afd48ce79ade86f238b5bf79da55c2d WHIRLPOOL 4b0b03e183b83d989912b254c38f02848c12ba63000a0fde860000e89c68b9e3be880a4d607a75205061b6c3ae474adc43db00b43ef97882ff807c2d3526b42a +EBUILD contextl-1.0.0.ebuild 468 SHA256 c587fab3cb5f2f1b1eb2837d9a81e5eab14c140a28ad139185087306a0b30ea9 SHA512 5435b90e86ceaa539c2a3a18b120628e69ec39682744231ec01b3cf89aec28c41722fb9bc03bc15d75706dcc81ebed81964f586f469a18c27208cdf04e162328 WHIRLPOOL b1eec3d4d15e2e77de052a14adb410b35a9c8835f2ef6160451b4cf698c495a88e61ea66f23d3599a9cc99c6c0f0ea0d98b7666219070919d9ff0c8c6c139936 diff --git a/dev-lisp/contextl/contextl-0.61.ebuild b/dev-lisp/contextl/contextl-0.61.ebuild deleted file mode 100644 index 1bcf3cfe..00000000 --- a/dev-lisp/contextl/contextl-0.61.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit common-lisp-2 - -MY_P=${PN}_${PV} - -DESCRIPTION="CLOS extension for context-oriented Programming" -HOMEPAGE="http://common-lisp.net/project/closer/" -SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - dev-lisp/lw-compat - >=dev-lisp/closer-mop-0.60" - -S="${WORKDIR}"/${MY_P} - -src_install() { - common-lisp-install *.{lisp,asd} test/*.lisp - common-lisp-symlink-asdf -} diff --git a/dev-lisp/contextl/contextl-1.0.0.ebuild b/dev-lisp/contextl/contextl-1.0.0.ebuild index 5834ee2b..29317419 100644 --- a/dev-lisp/contextl/contextl-1.0.0.ebuild +++ b/dev-lisp/contextl/contextl-1.0.0.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=6 |