diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-01-29 03:38:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-01-29 03:38:57 +0000 |
commit | 65b434743a9c9897e49d76c31926d6681686817f (patch) | |
tree | d6a2327cb0f5ef8efa156de145943dffe9f659bf /sci-mathematics | |
parent | Default-enable openssl useflag so that portage doesn't needlessly fall over q... (diff) | |
download | gentoo-2-65b434743a9c9897e49d76c31926d6681686817f.tar.gz gentoo-2-65b434743a9c9897e49d76c31926d6681686817f.tar.bz2 gentoo-2-65b434743a9c9897e49d76c31926d6681686817f.zip |
Drop old with now unsatisfied dep on dev-haskell/hashtables
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/agda/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/agda/agda-2.3.0.1-r1.ebuild | 89 | ||||
-rw-r--r-- | sci-mathematics/agda/agda-2.3.0.1.ebuild | 78 | ||||
-rw-r--r-- | sci-mathematics/agda/agda-2.3.2-r2.ebuild | 98 | ||||
-rw-r--r-- | sci-mathematics/agda/agda-2.3.2.ebuild | 94 |
5 files changed, 6 insertions, 361 deletions
diff --git a/sci-mathematics/agda/ChangeLog b/sci-mathematics/agda/ChangeLog index f4ea166a9a50..72f1f1ef1334 100644 --- a/sci-mathematics/agda/ChangeLog +++ b/sci-mathematics/agda/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/agda -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/ChangeLog,v 1.28 2014/12/14 10:24:58 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/ChangeLog,v 1.29 2015/01/29 03:38:57 patrick Exp $ + + 29 Jan 2015; Patrick Lauer <patrick@gentoo.org> -agda-2.3.0.1-r1.ebuild, + -agda-2.3.0.1.ebuild, -agda-2.3.2-r2.ebuild, -agda-2.3.2.ebuild: + Drop old with now unsatisfied dep on dev-haskell/hashtables *agda-2.4.2.2-r1 (14 Dec 2014) diff --git a/sci-mathematics/agda/agda-2.3.0.1-r1.ebuild b/sci-mathematics/agda/agda-2.3.0.1-r1.ebuild deleted file mode 100644 index 557ef6fa3242..000000000000 --- a/sci-mathematics/agda/agda-2.3.0.1-r1.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-2.3.0.1-r1.ebuild,v 1.1 2012/11/18 07:01:39 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.9999 - -CABAL_FEATURES="lib profile" -inherit haskell-cabal eutils elisp-common - -MY_PN="Agda" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A dependently typed functional programming language and proof assistant" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="epic +stdlib" - -RDEPEND=">=dev-haskell/binary-0.4.4:=[profile?] - <dev-haskell/binary-0.6:=[profile?] - epic? ( dev-lang/epic:=[profile?] ) - =dev-haskell/hashable-1.1*:=[profile?] - =dev-haskell/hashtables-1.0*:=[profile?] - >=dev-haskell/haskeline-0.6.3.2:=[profile?] - <dev-haskell/haskeline-0.7:=[profile?] - >=dev-haskell/haskell-src-exts-1.9.6:=[profile?] - <dev-haskell/haskell-src-exts-1.14:=[profile?] - >=dev-haskell/mtl-2.0:=[profile?] - <dev-haskell/mtl-2.2:=[profile?] - >=dev-haskell/quickcheck-2.3:=[profile?] - <dev-haskell/quickcheck-2.6:=[profile?] - >=dev-haskell/syb-0.1:=[profile?] - <dev-haskell/syb-0.4:=[profile?] - =dev-haskell/xhtml-3000.2*:=[profile?] - >=dev-haskell/zlib-0.4.0.1:=[profile?] - <dev-haskell/zlib-0.6:=[profile?] - >=dev-lang/ghc-6.10.4:= - virtual/emacs - app-emacs/haskell-mode" -PDEPEND="stdlib? ( sci-mathematics/agda-stdlib )" -DEPEND="${RDEPEND} - dev-haskell/alex - >=dev-haskell/cabal-1.8 - dev-haskell/happy" - -SITEFILE="50${PN}2-gentoo.el" -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-emacs.patch - epatch "${FILESDIR}"/${PN}-2.3.0.1-haskell-src-exts-1.13.patch - epatch "${FILESDIR}"/${PN}-2.3.0.1-mtl-2.1.patch - epatch "${FILESDIR}"/${PN}-2.3.0.1-quickcheck-2.5.patch - cabal-mksetup - if use epic && use stdlib; then - ewarn "Note that the agda-stdlib README:" - ewarn "http://www.cse.chalmers.se/~nad/listings/lib/README.html" - ewarn 'says: "Currently the library does not support the Epic or JavaScript compiler' - ewarn 'backends." Hence you may wish to remove the epic use flag if you wish to use' - ewarn "the Agda standard library." - fi -} - -src_configure() { - cabal_src_configure $(cabal_flag epic) -} - -src_install() { - haskell-cabal_src_install - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" -} - -pkg_postinst() { - ghc-package_pkg_postinst - elisp-site-regen -} - -pkg_postrm() { - ghc-package_pkg_prerm - elisp-site-regen -} diff --git a/sci-mathematics/agda/agda-2.3.0.1.ebuild b/sci-mathematics/agda/agda-2.3.0.1.ebuild deleted file mode 100644 index f4164fcce9d8..000000000000 --- a/sci-mathematics/agda/agda-2.3.0.1.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-2.3.0.1.ebuild,v 1.6 2012/09/12 16:10:28 qnikst Exp $ - -EAPI="4" - -CABAL_FEATURES="lib profile" -inherit haskell-cabal eutils elisp-common - -MY_PN="Agda" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A dependently typed functional programming language and proof assistant" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="epic +stdlib" - -RDEPEND=">=dev-haskell/binary-0.4.4[profile?] - <dev-haskell/binary-0.6[profile?] - epic? ( dev-lang/epic[profile?] ) - =dev-haskell/hashable-1.1*[profile?] - =dev-haskell/hashtables-1.0*[profile?] - >=dev-haskell/haskeline-0.6.3.2[profile?] - <dev-haskell/haskeline-0.7[profile?] - >=dev-haskell/haskell-src-exts-1.9.6[profile?] - <dev-haskell/haskell-src-exts-1.14[profile?] - >=dev-haskell/mtl-2.0[profile?] - <dev-haskell/mtl-2.2[profile?] - =dev-haskell/quickcheck-2.4*[profile?] - >=dev-haskell/syb-0.1[profile?] - <dev-haskell/syb-0.4[profile?] - =dev-haskell/xhtml-3000.2*[profile?] - >=dev-haskell/zlib-0.4.0.1[profile?] - <dev-haskell/zlib-0.6[profile?] - >=dev-lang/ghc-6.10.4 - virtual/emacs - app-emacs/haskell-mode" -PDEPEND="stdlib? ( sci-mathematics/agda-stdlib )" -DEPEND="${RDEPEND} - dev-haskell/alex - >=dev-haskell/cabal-1.8 - dev-haskell/happy" - -SITEFILE="50${PN}2-gentoo.el" -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-emacs.patch - epatch "${FILESDIR}"/${PN}-2.3.0.1-haskell-src-exts-1.13.patch - epatch "${FILESDIR}"/${PN}-2.3.0.1-mtl-2.1.patch - cabal-mksetup -} - -src_configure() { - cabal_src_configure $(cabal_flag epic) -} - -src_install() { - haskell-cabal_src_install - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" -} - -pkg_postinst() { - ghc-package_pkg_postinst - elisp-site-regen -} - -pkg_postrm() { - ghc-package_pkg_prerm - elisp-site-regen -} diff --git a/sci-mathematics/agda/agda-2.3.2-r2.ebuild b/sci-mathematics/agda/agda-2.3.2-r2.ebuild deleted file mode 100644 index 97e8c26664d5..000000000000 --- a/sci-mathematics/agda/agda-2.3.2-r2.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-2.3.2-r2.ebuild,v 1.1 2012/12/28 05:47:39 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.9999 - -CABAL_FEATURES="lib profile" -inherit haskell-cabal eutils elisp-common - -MY_PN="Agda" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A dependently typed functional programming language and proof assistant" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="epic +stdlib" - -RDEPEND=">=dev-haskell/binary-0.4.4:=[profile?] - <dev-haskell/binary-0.7:=[profile?] - =dev-haskell/deepseq-1.3*:=[profile?] - epic? ( dev-lang/epic:=[profile?] ) - >=dev-haskell/geniplate-0.6.0.3:=[profile?] - <dev-haskell/geniplate-0.7:=[profile?] - >=dev-haskell/hashable-1.1.2.3:=[profile?] - <dev-haskell/hashable-1.3:=[profile?] - =dev-haskell/hashtables-1.0*:=[profile?] - >=dev-haskell/haskeline-0.6.3.2:=[profile?] - <dev-haskell/haskeline-0.8:=[profile?] - >=dev-haskell/haskell-src-exts-1.9.6:=[profile?] - <dev-haskell/haskell-src-exts-1.14:=[profile?] - >=dev-haskell/mtl-2.0:=[profile?] - <dev-haskell/mtl-2.2:=[profile?] - <dev-haskell/parallel-3.3:=[profile?] - >=dev-haskell/quickcheck-2.3:=[profile?] - <dev-haskell/quickcheck-2.6:=[profile?] - =dev-haskell/text-0.11*:=[profile?] - =dev-haskell/unordered-containers-0.2*:=[profile?] - =dev-haskell/xhtml-3000.2*:=[profile?] - >=dev-haskell/zlib-0.4.0.1:=[profile?] - <dev-haskell/zlib-0.6:=[profile?] - >=dev-lang/ghc-6.12.1:= - virtual/emacs - app-emacs/haskell-mode" -PDEPEND="stdlib? ( sci-mathematics/agda-stdlib )" -DEPEND="${RDEPEND} - dev-haskell/alex - >=dev-haskell/cabal-1.8 - dev-haskell/happy" - -SITEFILE="50${PN}2-gentoo.el" -S="${WORKDIR}/${MY_P}" - -src_prepare() { - CABAL_FILE=${MY_PN}.cabal cabal_chdeps \ - 'binary >= 0.4.4 && < 0.6' 'binary >= 0.4.4 && < 0.7' \ - 'hashable >= 1.1.2.3 && < 1.2' 'hashable >= 1.1.2.3 && < 1.3' - epatch "${FILESDIR}/${PN}-2.3.2-hashable-1.2.patch" - sed -e '/.*emacs-mode.*$/d' \ - -e '/^executable agda/,$d' \ - -i "${S}/${MY_PN}.cabal" \ - || die "Could not remove agda and agda-mode from ${MY_PN}.cabal" - cabal-mksetup - if use epic && use stdlib; then - ewarn "Note that the agda-stdlib README:" - ewarn "http://www.cse.chalmers.se/~nad/listings/lib/README.html" - ewarn 'says: "Currently the library does not support the Epic or JavaScript compiler' - ewarn 'backends." Hence you may wish to remove the epic use flag if you wish to use' - ewarn "the Agda standard library." - fi -} - -src_configure() { - cabal_src_configure $(cabal_flag epic) -} - -src_install() { - haskell-cabal_src_install - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" -} - -pkg_postinst() { - ghc-package_pkg_postinst - elisp-site-regen -} - -pkg_postrm() { - ghc-package_pkg_prerm - elisp-site-regen -} diff --git a/sci-mathematics/agda/agda-2.3.2.ebuild b/sci-mathematics/agda/agda-2.3.2.ebuild deleted file mode 100644 index 11d1e8c96b23..000000000000 --- a/sci-mathematics/agda/agda-2.3.2.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/agda/agda-2.3.2.ebuild,v 1.1 2012/11/18 07:48:34 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.9999 - -CABAL_FEATURES="lib profile" -inherit haskell-cabal eutils elisp-common - -MY_PN="Agda" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A dependently typed functional programming language and proof assistant" -HOMEPAGE="http://wiki.portal.chalmers.se/agda/" -SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="epic +stdlib" - -RDEPEND=">=dev-haskell/binary-0.4.4:=[profile?] - <dev-haskell/binary-0.6:=[profile?] - =dev-haskell/deepseq-1.3*:=[profile?] - epic? ( dev-lang/epic:=[profile?] ) - >=dev-haskell/geniplate-0.6.0.3:=[profile?] - <dev-haskell/geniplate-0.7:=[profile?] - >=dev-haskell/hashable-1.1.2.3:=[profile?] - <dev-haskell/hashable-1.2:=[profile?] - =dev-haskell/hashtables-1.0*:=[profile?] - >=dev-haskell/haskeline-0.6.3.2:=[profile?] - <dev-haskell/haskeline-0.8:=[profile?] - >=dev-haskell/haskell-src-exts-1.9.6:=[profile?] - <dev-haskell/haskell-src-exts-1.14:=[profile?] - >=dev-haskell/mtl-2.0:=[profile?] - <dev-haskell/mtl-2.2:=[profile?] - <dev-haskell/parallel-3.3:=[profile?] - >=dev-haskell/quickcheck-2.3:=[profile?] - <dev-haskell/quickcheck-2.6:=[profile?] - =dev-haskell/text-0.11*:=[profile?] - =dev-haskell/unordered-containers-0.2*:=[profile?] - =dev-haskell/xhtml-3000.2*:=[profile?] - >=dev-haskell/zlib-0.4.0.1:=[profile?] - <dev-haskell/zlib-0.6:=[profile?] - >=dev-lang/ghc-6.12.1:= - virtual/emacs - app-emacs/haskell-mode" -PDEPEND="stdlib? ( sci-mathematics/agda-stdlib )" -DEPEND="${RDEPEND} - dev-haskell/alex - >=dev-haskell/cabal-1.8 - dev-haskell/happy" - -SITEFILE="50${PN}2-gentoo.el" -S="${WORKDIR}/${MY_P}" - -src_prepare() { - sed -e '/.*emacs-mode.*$/d' \ - -e '/^executable agda/,$d' \ - -i "${S}/${MY_PN}.cabal" \ - || die "Could not remove agda and agda-mode from ${MY_PN}.cabal" - cabal-mksetup - if use epic && use stdlib; then - ewarn "Note that the agda-stdlib README:" - ewarn "http://www.cse.chalmers.se/~nad/listings/lib/README.html" - ewarn 'says: "Currently the library does not support the Epic or JavaScript compiler' - ewarn 'backends." Hence you may wish to remove the epic use flag if you wish to use' - ewarn "the Agda standard library." - fi -} - -src_configure() { - cabal_src_configure $(cabal_flag epic) -} - -src_install() { - haskell-cabal_src_install - elisp-install ${PN} src/data/emacs-mode/*.el \ - || die "Failed to install emacs mode" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ - || die "Failed to install elisp site file" -} - -pkg_postinst() { - ghc-package_pkg_postinst - elisp-site-regen -} - -pkg_postrm() { - ghc-package_pkg_prerm - elisp-site-regen -} |