From e7cb4d26577fddbc37a30fbf1354fb18d855a447 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 5 Jun 2011 16:11:42 +0000 Subject: Removed old. Package-Manager: portage-2.1.9.50/cvs/Linux x86_64 --- dev-haskell/lhs2tex/ChangeLog | 5 +++- dev-haskell/lhs2tex/lhs2tex-1.11.ebuild | 37 -------------------------- dev-haskell/quickcheck/ChangeLog | 6 ++++- dev-haskell/quickcheck/quickcheck-1.0.1.ebuild | 27 ------------------- dev-haskell/quickcheck/quickcheck-1.0.ebuild | 26 ------------------ 5 files changed, 9 insertions(+), 92 deletions(-) delete mode 100644 dev-haskell/lhs2tex/lhs2tex-1.11.ebuild delete mode 100644 dev-haskell/quickcheck/quickcheck-1.0.1.ebuild delete mode 100644 dev-haskell/quickcheck/quickcheck-1.0.ebuild (limited to 'dev-haskell') 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 -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 - -quickcheck-1.0.ebuild, + -quickcheck-1.0.1.ebuild: + Removed old. 25 Feb 2011; Kacper Kowalik 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" -} -- cgit v1.2.3-65-gdbad