summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2005-09-23 13:21:27 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2005-09-23 13:21:27 +0000
commitb9d67d167141d68fe5cb9f6b59932b537dde94fd (patch)
tree8fe63cedac18eca3d5657d94271611e02abda066 /dev-haskell
parentMarked stable on x86. (diff)
downloadgentoo-2-b9d67d167141d68fe5cb9f6b59932b537dde94fd.tar.gz
gentoo-2-b9d67d167141d68fe5cb9f6b59932b537dde94fd.tar.bz2
gentoo-2-b9d67d167141d68fe5cb9f6b59932b537dde94fd.zip
removing outdated packages with bugs.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/hsshellscript/files/digest-hsshellscript-2.1.01
-rw-r--r--dev-haskell/hsshellscript/files/digest-hsshellscript-2.2.01
-rw-r--r--dev-haskell/hsshellscript/hsshellscript-2.1.0.ebuild49
-rw-r--r--dev-haskell/hsshellscript/hsshellscript-2.2.0.ebuild45
4 files changed, 0 insertions, 96 deletions
diff --git a/dev-haskell/hsshellscript/files/digest-hsshellscript-2.1.0 b/dev-haskell/hsshellscript/files/digest-hsshellscript-2.1.0
deleted file mode 100644
index 6d7d30bc58da..000000000000
--- a/dev-haskell/hsshellscript/files/digest-hsshellscript-2.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1d85645fdf43b1496be5767272220cf1 hsshellscript-2.1.0.tar.gz 133452
diff --git a/dev-haskell/hsshellscript/files/digest-hsshellscript-2.2.0 b/dev-haskell/hsshellscript/files/digest-hsshellscript-2.2.0
deleted file mode 100644
index 45362d83f2fb..000000000000
--- a/dev-haskell/hsshellscript/files/digest-hsshellscript-2.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 14c07934268fd7722f990cb6c983f57a hsshellscript-2.2.0.tar.gz 162158
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.1.0.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.1.0.ebuild
deleted file mode 100644
index 9d1f1dc33d90..000000000000
--- a/dev-haskell/hsshellscript/hsshellscript-2.1.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.1.0.ebuild,v 1.2 2005/03/04 03:16:13 araujo Exp $
-
-inherit base eutils ghc-package
-
-DESCRIPTION="A Haskell library for UNIX shell scripting tasks"
-HOMEPAGE="http://www.volker-wysk.de/hsshellscript/"
-SRC_URI="http://www.volker-wysk.de/hsshellscript/dist/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc"
-
-DEPEND=">=virtual/ghc-6.2
- doc? ( >=dev-haskell/haddock-0.6-r2 )"
-RDEPEND=">=virtual/ghc-6.2"
-
-
-src_unpack() {
- base_src_unpack
- cd ${S}
- sed -i -e "/ghc-pkg/d" Makefile
-}
-
-src_compile() {
- emake || die "emake failed"
-
- if use doc; then
- emake doc || die "make doc failed"
- fi
-}
-
-src_install() {
- sed -i "s:\${DEST_LIB}:$(ghc-libdir):" \
- ${S}/lib/hsshellscript.pkg
- sed -i "s:\${DEST_IMPORTS}:$(ghc-libdir)/imports:" \
- ${S}/lib/hsshellscript.pkg
- ghc-setup-pkg ${S}/lib/hsshellscript.pkg
- make install \
- DESTDIR="${D}" \
- DEST_LIB="$(ghc-libdir)" \
- DEST_IMPORTS="$(ghc-libdir)/imports" \
- DEST_DOC="/usr/share/doc/${PF}" \
- || die "make failed"
- ghc-install-pkg
- ghc-makeghcilib ${D}/$(ghc-libdir)/libhsshellscript.a
-}
diff --git a/dev-haskell/hsshellscript/hsshellscript-2.2.0.ebuild b/dev-haskell/hsshellscript/hsshellscript-2.2.0.ebuild
deleted file mode 100644
index eedba51f5498..000000000000
--- a/dev-haskell/hsshellscript/hsshellscript-2.2.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.2.0.ebuild,v 1.1 2005/03/08 21:04:05 araujo Exp $
-
-inherit base eutils ghc-package
-
-DESCRIPTION="A Haskell library for UNIX shell scripting tasks"
-HOMEPAGE="http://www.volker-wysk.de/hsshellscript/"
-SRC_URI="http://www.volker-wysk.de/hsshellscript/dist/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=virtual/ghc-6.2"
-RDEPEND=""
-
-
-src_unpack() {
- base_src_unpack
- cd ${S}
- sed -i -e "/ghc-pkg/d" Makefile
-}
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
-
- sed -i "s:\${DEST_LIB}:$(ghc-libdir):" \
- ${S}/lib/hsshellscript.pkg
- sed -i "s:\${DEST_IMPORTS}:$(ghc-libdir)/imports:" \
- ${S}/lib/hsshellscript.pkg
- ghc-setup-pkg ${S}/lib/hsshellscript.pkg
- make install \
- DESTDIR="${D}" \
- DEST_LIB="$(ghc-libdir)" \
- DEST_IMPORTS="$(ghc-libdir)/imports" \
- DEST_DOC="/usr/share/doc/${PF}" \
- || die "make failed"
- ghc-install-pkg
- ghc-makeghcilib ${D}/$(ghc-libdir)/libhsshellscript.a
-}