summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-04-13 18:18:32 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-04-13 18:18:32 +0000
commit1deeded124b033643f882a53f2198482f1fe9fb0 (patch)
treeca6169c6e10d9883fc2b9efd2b3f479256e8a4b6 /dev-ml/res
parentCosmetic pam changes (#210863). (diff)
downloadhistorical-1deeded124b033643f882a53f2198482f1fe9fb0.tar.gz
historical-1deeded124b033643f882a53f2198482f1fe9fb0.tar.bz2
historical-1deeded124b033643f882a53f2198482f1fe9fb0.zip
remove old
Package-Manager: portage-2.1.5_rc3
Diffstat (limited to 'dev-ml/res')
-rw-r--r--dev-ml/res/ChangeLog5
-rw-r--r--dev-ml/res/res-2.1.1.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-ml/res/ChangeLog b/dev-ml/res/ChangeLog
index e9b040712971..af29683cf5b9 100644
--- a/dev-ml/res/ChangeLog
+++ b/dev-ml/res/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/res
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.7 2008/04/12 20:19:35 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.8 2008/04/13 18:16:46 aballier Exp $
+
+ 13 Apr 2008; Alexis Ballier <aballier@gentoo.org> -res-2.1.1.ebuild:
+ remove old
12 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org> res-2.2.5.ebuild:
ppc stable, bug #216966
diff --git a/dev-ml/res/res-2.1.1.ebuild b/dev-ml/res/res-2.1.1.ebuild
deleted file mode 100644
index 0a50ef137e89..000000000000
--- a/dev-ml/res/res-2.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/res-2.1.1.ebuild,v 1.4 2005/02/17 20:48:17 mattam Exp $
-
-inherit findlib
-
-DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
-HOMEPAGE="http://www.oefai.at/~markus/home/ocaml_sources.html"
-SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2"
-LICENSE="LGPL-2.1"
-
-DEPEND=">=dev-lang/ocaml-3.07"
-SLOT="0"
-KEYWORDS="x86 ppc amd64"
-IUSE="doc"
-
-src_compile() {
- emake -j1 all || die
-
- if use doc; then
- cd lib && make htdoc
- fi
-}
-
-src_install () {
- findlib_src_install
-
- # install documentation
- dodoc LICENSE README TODO VERSION Changes
-
- if use doc; then
- dohtml lib/doc/html/*
- fi
-}