summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-02-17 19:57:41 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-02-17 19:57:41 +0000
commit85073039ada83eb3e797012a9cf6467b8dbe9f51 (patch)
tree0ece1414e50afeb7ae626510aa63688fb736e2f2 /dev-haskell/hugs98-graphics
parentRemove nhc98. There were no objections in response to the last rites email. (diff)
downloadhistorical-85073039ada83eb3e797012a9cf6467b8dbe9f51.tar.gz
historical-85073039ada83eb3e797012a9cf6467b8dbe9f51.tar.bz2
historical-85073039ada83eb3e797012a9cf6467b8dbe9f51.zip
Remove hugs98-graphics. There were no objections in response to the last rites email.
Diffstat (limited to 'dev-haskell/hugs98-graphics')
-rw-r--r--dev-haskell/hugs98-graphics/ChangeLog17
-rw-r--r--dev-haskell/hugs98-graphics/Manifest4
-rw-r--r--dev-haskell/hugs98-graphics/files/digest-hugs98-graphics-2.0.41
-rw-r--r--dev-haskell/hugs98-graphics/hugs98-graphics-2.0.4.ebuild35
-rw-r--r--dev-haskell/hugs98-graphics/metadata.xml8
5 files changed, 0 insertions, 65 deletions
diff --git a/dev-haskell/hugs98-graphics/ChangeLog b/dev-haskell/hugs98-graphics/ChangeLog
deleted file mode 100644
index 2be192e78138..000000000000
--- a/dev-haskell/hugs98-graphics/ChangeLog
+++ /dev/null
@@ -1,17 +0,0 @@
-# ChangeLog for dev-haskell/hugs98-graphics
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hugs98-graphics/ChangeLog,v 1.5 2005/05/04 17:46:04 dholm Exp $
-
- 04 May 2005; David Holm <dholm@gentoo.org> hugs98-graphics-2.0.4.ebuild:
- Added to ~ppc.
-
- 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
- hugs98-graphics-2.0.4.ebuild:
- virtual/glibc -> virtual/libc
-
-*hugs98-graphics-2.0.4 (28 Jul 2003)
-
- 28 Jul 2003; Andres Loeh <kosmikus@gentoo.org> hugs98-graphics-2.0.4.ebuild:
- Initial import. Ebuild submitted by Tim Raedisch <tim.raedisch@udo.edu> (bug
- #23113).
-
diff --git a/dev-haskell/hugs98-graphics/Manifest b/dev-haskell/hugs98-graphics/Manifest
deleted file mode 100644
index 760326764aac..000000000000
--- a/dev-haskell/hugs98-graphics/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 2d12305db4353ea04fab2a053a112bc0 ChangeLog 649
-MD5 af9ba775e40dffbfa1204ad0eab5f372 hugs98-graphics-2.0.4.ebuild 1064
-MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224
-MD5 ae927af5a1aa8d4c1265a48e19dee697 files/digest-hugs98-graphics-2.0.4 70
diff --git a/dev-haskell/hugs98-graphics/files/digest-hugs98-graphics-2.0.4 b/dev-haskell/hugs98-graphics/files/digest-hugs98-graphics-2.0.4
deleted file mode 100644
index 6825154b5d43..000000000000
--- a/dev-haskell/hugs98-graphics/files/digest-hugs98-graphics-2.0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 60da7bc8f3a2414778fe1e693ba54ab4 graphics-2.0.4.src.tar.gz 170252
diff --git a/dev-haskell/hugs98-graphics/hugs98-graphics-2.0.4.ebuild b/dev-haskell/hugs98-graphics/hugs98-graphics-2.0.4.ebuild
deleted file mode 100644
index 9a11903452ab..000000000000
--- a/dev-haskell/hugs98-graphics/hugs98-graphics-2.0.4.ebuild
+++ /dev/null
@@ -1,35 +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/hugs98-graphics/hugs98-graphics-2.0.4.ebuild,v 1.5 2005/05/04 17:46:04 dholm Exp $
-
-DESCRIPTION="Haskell Graphics Library for X"
-HOMEPAGE="http://cvs.haskell.org/Hugs/pages/downloading.htm"
-SRC_URI="http://cvs.haskell.org/Hugs/downloads/graphics-${PV}.src.tar.gz"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-DEPEND="virtual/libc
- dev-lang/hugs98
- virtual/x11"
-S=${WORKDIR}/graphics-${PV}
-# where Hugs is installed
-HUGSDIR="/usr/lib/hugs"
-# where Hugs libraries get installed
-HUGSLIBDIR="${D}${HUGSDIR}/lib"
-
-src_compile() {
- # the package does not use configure
- make -C lib/x11 hugs_install=${HUGSDIR}
-}
-
-src_install() {
- dodoc Install License Readme Version Version-2.0.4
- # don't gzip dvi file
- install -m0644 doc/Graphics.dvi "${D}usr/share/doc/${PF}"
- # don't gzip demo file
- install -m0644 demos/HelloWorld.hs "${D}usr/share/doc/${PF}"
-
- mkdir -p ${HUGSLIBDIR}
- cp -R lib/x11/* ${HUGSLIBDIR}
-}
diff --git a/dev-haskell/hugs98-graphics/metadata.xml b/dev-haskell/hugs98-graphics/metadata.xml
deleted file mode 100644
index a53a18c06081..000000000000
--- a/dev-haskell/hugs98-graphics/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>haskell</herd>
-<maintainer>
- <email>kosmikus@gentoo.org</email>
-</maintainer>
-</pkgmetadata>