summaryrefslogtreecommitdiff
path: root/dev-lang/polyml/polyml-5.3.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2012-02-18 21:03:12 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2012-02-18 21:03:12 +0100
commit8142ad25b69d2df24ffeb86a941c97a7a124caaf (patch)
tree33e20ba7512f7f8dee7bb7f278daeac4e278d0f7 /dev-lang/polyml/polyml-5.3.ebuild
parent04229674316b171286b42c59a29a3661ce4d08ab (diff)
downloadoverlay-8142ad25b69d2df24ffeb86a941c97a7a124caaf.tar.gz
overlay-8142ad25b69d2df24ffeb86a941c97a7a124caaf.tar.bz2
overlay-8142ad25b69d2df24ffeb86a941c97a7a124caaf.zip
Removed outdated packages
Diffstat (limited to '')
-rw-r--r--dev-lang/polyml/polyml-5.3.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-lang/polyml/polyml-5.3.ebuild b/dev-lang/polyml/polyml-5.3.ebuild
deleted file mode 100644
index 3d646cd..0000000
--- a/dev-lang/polyml/polyml-5.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/polyml/polyml-5.2.1.ebuild,v 1.3 2009/01/11 19:16:52 maekke Exp $
-
-MY_P=${PN}.${PV}
-
-DESCRIPTION="Poly/ML is a full implementation of Standard ML"
-HOMEPAGE="http://www.polyml.org"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="X"
-
-RDEPEND="X? ( x11-libs/openmotif )"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf $(use_with X x)
-
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}