diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-01-30 03:04:58 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-01-30 03:04:58 +0000 |
commit | 7875fb8f95a108497b1077ae7faa0d520d81447a (patch) | |
tree | 167636b112c71dd6ce6412f05d74e8634183edbd /sci-mathematics/agda-stdlib | |
parent | Remove old version with unsatisfied dependencies (diff) | |
download | gentoo-2-7875fb8f95a108497b1077ae7faa0d520d81447a.tar.gz gentoo-2-7875fb8f95a108497b1077ae7faa0d520d81447a.tar.bz2 gentoo-2-7875fb8f95a108497b1077ae7faa0d520d81447a.zip |
Remove old version with unsatisfied dependencies
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics/agda-stdlib')
-rw-r--r-- | sci-mathematics/agda-stdlib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/agda-stdlib/agda-stdlib-0.6.ebuild | 43 |
2 files changed, 5 insertions, 45 deletions
diff --git a/sci-mathematics/agda-stdlib/ChangeLog b/sci-mathematics/agda-stdlib/ChangeLog index a07d6b8b3df4..60e2aa812b0a 100644 --- a/sci-mathematics/agda-stdlib/ChangeLog +++ b/sci-mathematics/agda-stdlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/agda-stdlib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda-stdlib/ChangeLog,v 1.7 2014/12/14 10:46:53 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda-stdlib/ChangeLog,v 1.8 2015/01/30 03:04:58 patrick Exp $ + + 30 Jan 2015; Patrick Lauer <patrick@gentoo.org> -agda-stdlib-0.6.ebuild: + Remove old version with unsatisfied dependencies *agda-stdlib-0.9 (14 Dec 2014) diff --git a/sci-mathematics/agda-stdlib/agda-stdlib-0.6.ebuild b/sci-mathematics/agda-stdlib/agda-stdlib-0.6.ebuild deleted file mode 100644 index 8058499d8f78..000000000000 --- a/sci-mathematics/agda-stdlib/agda-stdlib-0.6.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda-stdlib/agda-stdlib-0.6.ebuild,v 1.2 2013/01/10 12:31:25 gienah Exp $ - -EAPI=4 - -DESCRIPTION="Agda standard library" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="http://www.cse.chalmers.se/~nad/software/lib-${PV}.tar.gz -> ${P}.tar.gz" - -inherit elisp-common - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="profile" - -DEPEND="=sci-mathematics/agda-executable-2.3.0*" -RDEPEND="=sci-mathematics/agda-2.3.0*[profile?]" - -SITEFILE="50${PN}-gentoo.el" - -S="${WORKDIR}/lib-${PV}" - -src_compile() { - local prof - use profile && prof="--ghc-flag=-prof" - agda +RTS -K1G -RTS ${prof} \ - -i "${S}" -i "${S}"/src "${S}"/Everything.agda || die - agda --html -i "${S}" -i "${S}"/src "${S}"/README.agda || die -} - -src_test() { - agda -i "${S}" -i "${S}"/src README.agda || die -} - -src_install() { - insinto usr/share/agda-stdlib - export INSOPTIONS=--preserve-timestamps - doins -r src/* - dodoc -r html/* - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die -} |