public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-lang/aldor/, dev-lang/aldor/files/
@ 2011-06-24 17:09 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d3e90f4f408bab48f328b98350108b310489deaf
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 16:10:54 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 16:10:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d3e90f4f

sources are dead

---
 dev-lang/aldor/ChangeLog               |   25 ----------
 dev-lang/aldor/aldor-1.1.0.ebuild      |   79 --------------------------------
 dev-lang/aldor/files/aldor-1.1.0.patch |   23 ---------
 dev-lang/aldor/metadata.xml            |   19 --------
 4 files changed, 0 insertions(+), 146 deletions(-)

diff --git a/dev-lang/aldor/ChangeLog b/dev-lang/aldor/ChangeLog
deleted file mode 100644
index 24b667f..0000000
--- a/dev-lang/aldor/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-# ChangeLog for dev-lang/aldor
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  24 Jun 2011; Justin Lecher <jlec@gentoo.org> aldor-1.1.0.ebuild:
-  Sort inherit and/or USE
-
-*aldor-1.1.0 (09 Oct 2007)
-
-  09 Oct 2007; Andrey Grozin <A.G.Grozin@inp.nsk.su>
-  +aldor-1.1.0.ebuild +files/aldor-1.1.0.patch
-  -aldor-1.0.3.ebuild -aldor-1.1.0_rc.ebuild:
-  The first opensource release!
-
-*aldor-1.1.0_rc (20 Apr 2007)
-
-  20 Apr 2007; Andrey Grozin <A.G.Grozin@inp.nsk.su>
-  +aldor-1.1.0_rc.ebuild:
-  Version bump
-
-*aldor-1.0.3 (15 Feb 2007)
-
-  15 Feb 2007; Andrey Grozin <A.G.Grozin@inp.nsk.su>
-  +metadata.xml, +aldor-1.0.3.ebuild:
-  Initial import, bug 131590

diff --git a/dev-lang/aldor/aldor-1.1.0.ebuild b/dev-lang/aldor/aldor-1.1.0.ebuild
deleted file mode 100644
index 255ca94..0000000
--- a/dev-lang/aldor/aldor-1.1.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-inherit elisp-common subversion
-
-DESCRIPTION="Aldor - programming language with a two-level type system"
-HOMEPAGE="http://www.aldor.org/"
-LICENSE="aldor-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc emacs"
-RDEPEND="emacs? ( virtual/emacs )"
-DEPEND="${RDEPEND}
-	dev-util/byacc
-	emacs? ( app-text/noweb doc? ( virtual/tetex ) )"
-ESVN_REPO_URI="https://aquarium.aldor.csd.uwo.ca/svn/trunk"
-SRC_URI="doc? ( http://aldor.org/docs/aldorug.pdf.gz
-	http://aldor.org/docs/libaldor.pdf.gz
-	http://aldor.org/docs/tutorial.pdf.gz
-	ftp://ftp-sop.inria.fr/cafe/software/algebra/algebra.html.tar.gz )
-	emacs? ( http://www.risc.uni-linz.ac.at/people/hemmecke/aldor/aldor.el.nw )"
-
-src_compile() {
-	if use emacs; then
-		einfo "The aldor emacs mode"
-		notangle "${DISTDIR}/aldor.el.nw" > aldor.el
-		notangle -Rinit.el "${DISTDIR}/aldor.el.nw" | \
-			sed -e '1s/^.*$/;; aldor mode/' > 64aldor-gentoo.el
-		if use doc; then
-			einfo "Documentation for the aldor emacs mode"
-			noweave "${DISTDIR}/aldor.el.nw" > aldor-mode.tex
-			pdflatex aldor-mode.tex
-			pdflatex aldor-mode.tex
-		fi
-	fi
-	if use doc; then
-		einfo "Documentation"
-		cp "${DISTDIR}/aldorug.pdf.gz" .
-		cp "${DISTDIR}/libaldor.pdf.gz" .
-		cp "${DISTDIR}/tutorial.pdf.gz" .
-		gunzip aldorug.pdf.gz libaldor.pdf.gz tutorial.pdf.gz
-		tar xzf "${DISTDIR}/algebra.html.tar.gz"
-	fi
-	cd "${PN}"
-	einfo "Compiling aldor and its libraries"
-	epatch "${FILESDIR}/${P}.patch"
-	emake distrib
-}
-
-src_install() {
-	cat > 64aldor <<EOF
-ALDORROOT=/opt/${PN}/linux/${PV}
-PATH=/opt/${PN}/linux/${PV}/bin
-EOF
-	doenvd 64aldor
-	if use doc; then
-		einfo "Installing the aldor documentation"
-		insinto "/usr/share/doc/${P}"
-		doins *.pdf
-		doins -r algebra.html
-	fi
-	if use emacs; then
-		einfo "Installing the aldor emacs mode"
-		elisp-site-file-install aldor.el
-		elisp-site-file-install 64aldor-gentoo.el
-	fi
-	einfo "Installing aldor and its libraries"
-	cd "${PN}/install"
-	dodir /opt
-	cp -a "${PN}" "${D}opt/"
-}
-
-pkg_postinst() {
-	use emacs && elisp-site-regen
-}
-
-pkg_prerm() {
-	[ -f "${SITELISP}/site-gentoo.el" ] && elisp-site-regen
-}

diff --git a/dev-lang/aldor/files/aldor-1.1.0.patch b/dev-lang/aldor/files/aldor-1.1.0.patch
deleted file mode 100644
index e1807e4..0000000
--- a/dev-lang/aldor/files/aldor-1.1.0.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.globals.orig	2007-09-30 22:59:31.000000000 +0700
-+++ Makefile.globals	2007-09-30 22:57:27.000000000 +0700
-@@ -21,5 +21,5 @@
- #
- SHELL=/bin/bash
--ALDOR_PROJECT=d:\projects\aldor\aldorsvn
-+ALDOR_PROJECT=$(S)/$(PN)
- 
- # All these things under $(ALDOR_PROJECT) can actually be in unrelated places,
-@@ -33,5 +33,5 @@
- # MACHINE should be one of: linux, win32gcc, win32msvc, sun4os55g64
- # or the machines listed in:  $(ALDOR_PROJECT)/aldor/tools/unix/docc.
--MACHINE=win32msvc
-+MACHINE=linux
- 
- # This varible sets the name of the libraries to be built
-@@ -43,5 +43,5 @@
- # Note: the order in the list sets the order of building the libraries.
- #LIBS_TO_BUILD=aldor axllib debuglib algebra
--LIBS_TO_BUILD=aldor axllib 
-+LIBS_TO_BUILD=aldor axllib algebra
- 
- # This is used to form the name of the tarball archive used for binary 

diff --git a/dev-lang/aldor/metadata.xml b/dev-lang/aldor/metadata.xml
deleted file mode 100644
index 7b8af4e..0000000
--- a/dev-lang/aldor/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>sci</herd>
-<maintainer>
-<email>A.G.Grozin@inp.nsk.su</email>
-<name>Andrey Grozin</name>
-</maintainer>
-<longdescription lang="en">
-From a technical point of perspective, Aldor is a type-complete,
-strongly-typed, imperative programming language with a two-level
-object model of categories and domains (similar to the concept of
-interfaces and classes in Java). Types and functions are first class
-entities allowing them to be constructed and manipulated within
-Aldor programs just like any other value. Pervasive use of dependent
-types allows static checking of dynamic objects and provides
-object-oriented features such as parametric polymorphism.
-</longdescription>
-</pkgmetadata>



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-24 17:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 17:09 [gentoo-commits] proj/sci:master commit in: dev-lang/aldor/, dev-lang/aldor/files/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox