diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 16:11:42 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 16:11:42 +0000 |
commit | e7cb4d26577fddbc37a30fbf1354fb18d855a447 (patch) | |
tree | b833cc69a2c81f39a471675759ee0803f2966bbd /dev-haskell | |
parent | Fix init script to set pidfile (bug #367995); revert to old (pre-baselayout2)... (diff) | |
download | historical-e7cb4d26577fddbc37a30fbf1354fb18d855a447.tar.gz historical-e7cb4d26577fddbc37a30fbf1354fb18d855a447.tar.bz2 historical-e7cb4d26577fddbc37a30fbf1354fb18d855a447.zip |
Removed old.
Package-Manager: portage-2.1.9.50/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/lhs2tex/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/lhs2tex/lhs2tex-1.11.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/quickcheck/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.0.1.ebuild | 27 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-1.0.ebuild | 26 |
5 files changed, 9 insertions, 92 deletions
diff --git a/dev-haskell/lhs2tex/ChangeLog b/dev-haskell/lhs2tex/ChangeLog index 51bd5df56838..a9e0b968fb3c 100644 --- a/dev-haskell/lhs2tex/ChangeLog +++ b/dev-haskell/lhs2tex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/lhs2tex # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.26 2011/06/05 16:06:10 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.27 2011/06/05 16:07:07 slyfox Exp $ + + 05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> -lhs2tex-1.11.ebuild: + Removed old. *lhs2tex-1.16 (05 Jun 2011) diff --git a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild deleted file mode 100644 index 17b13d50b9b3..000000000000 --- a/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.11.ebuild,v 1.12 2010/08/01 12:10:47 slyfox Exp $ - -DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX" -HOMEPAGE="http://www.iai.uni-bonn.de/~loeh/lhs2tex" -SRC_URI="http://www.iai.uni-bonn.de/~loeh/lhs2tex/${P/_pre/pre}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc64 sparc x86" -IUSE="doc" - -S="${WORKDIR}/${P/_pre/pre}" - -DEPEND=">=dev-tex/polytable-0.8.2 - <dev-lang/ghc-6.8 - =dev-haskell/cabal-1.1.6*" - -RDEPEND=">=dev-tex/polytable-0.8.2" - -src_unpack() { - unpack ${A} - sed -i "s|-package lang||" "${S}/config.mk.in" || die "patch failed" -} - -src_compile() { - # polytable is installed separately - econf --disable-polytable || die "econf failed" - emake -j1 || die "make failed" -} - -src_install () { - DESTDIR="${D}" emake -j1 install || die "installation failed" - use doc || rm "${D}/usr/share/doc/${P}/Guide2.pdf" - dodoc INSTALL RELEASE -} diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog index 27d4071e2f8e..8aec6884b6af 100644 --- a/dev-haskell/quickcheck/ChangeLog +++ b/dev-haskell/quickcheck/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/quickcheck # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.47 2011/02/25 13:15:18 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.48 2011/06/05 16:11:42 slyfox Exp $ + + 05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> -quickcheck-1.0.ebuild, + -quickcheck-1.0.1.ebuild: + Removed old. 25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> quickcheck-2.1.0.3.ebuild: diff --git a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild deleted file mode 100644 index 3fd8fe829b54..000000000000 --- a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild,v 1.10 2010/03/14 18:42:10 kolmodin Exp $ - -CABAL_FEATURES="lib profile haddock" -inherit base haskell-cabal - -MY_PN=QuickCheck -GHC_PV=6.6.1 - -DESCRIPTION="An automatic, specification based testing utility for Haskell programs" -HOMEPAGE="http://haskell.org/ghc/" -SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.tar.bz2" -LICENSE="BSD" -SLOT="1" - -KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86" -IUSE="" - -DEPEND=">=dev-lang/ghc-6.6" - -S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}" - -src_unpack() { - unpack ${A} - cabal-mksetup -} diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild deleted file mode 100644 index 1853ded6383b..000000000000 --- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.16 2010/07/01 19:58:21 jer Exp $ - -inherit ghc-package - -DESCRIPTION="An automatic, specification based testing utility for Haskell programs" -HOMEPAGE="http://haskell.org/ghc/" -SRC_URI="" -LICENSE="BSD" -SLOT="1" - -KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="=dev-lang/ghc-6.4*" - -pkg_setup () { - ghc-package_pkg_setup - elog "This library is already provided by ghc. This ebuild does nothing." -} - -src_install () { - dodir "$(ghc-libdir)" - touch "${D}/$(ghc-libdir)/.${P}.ghc-updater" -} |