summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-04-01 18:32:51 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-04-01 18:32:51 +0000
commit67200561d8266580852d64dc7590110ec60f9811 (patch)
treeadc790f26109ac18b2a94ded492e2db1ed43a1e8 /app-misc/ledit
parentclean up qt3 depend (diff)
downloadgentoo-2-67200561d8266580852d64dc7590110ec60f9811.tar.gz
gentoo-2-67200561d8266580852d64dc7590110ec60f9811.tar.bz2
gentoo-2-67200561d8266580852d64dc7590110ec60f9811.zip
remove unused versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/ledit')
-rw-r--r--app-misc/ledit/ChangeLog6
-rw-r--r--app-misc/ledit/ledit-1.15.ebuild52
-rw-r--r--app-misc/ledit/ledit-1.17.ebuild53
3 files changed, 5 insertions, 106 deletions
diff --git a/app-misc/ledit/ChangeLog b/app-misc/ledit/ChangeLog
index 5222a773cc1b..c67dfb0799c3 100644
--- a/app-misc/ledit/ChangeLog
+++ b/app-misc/ledit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-misc/ledit
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ChangeLog,v 1.19 2008/01/23 18:54:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ChangeLog,v 1.20 2008/04/01 18:32:51 aballier Exp $
+
+ 01 Apr 2008; Alexis Ballier <aballier@gentoo.org> -ledit-1.15.ebuild,
+ -ledit-1.17.ebuild:
+ remove unused versions
*ledit-2.00 (23 Jan 2008)
diff --git a/app-misc/ledit/ledit-1.15.ebuild b/app-misc/ledit/ledit-1.15.ebuild
deleted file mode 100644
index 69c4029005c7..000000000000
--- a/app-misc/ledit/ledit-1.15.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ledit-1.15.ebuild,v 1.4 2008/01/02 19:31:41 aballier Exp $
-
-inherit eutils
-
-EAPI="1"
-
-IUSE="+ocamlopt"
-
-DESCRIPTION="A line editor to be used with interactive commands."
-SRC_URI="http://pauillac.inria.fr/~ddr/ledit/${P}.tgz"
-HOMEPAGE="http://pauillac.inria.fr/~ddr/ledit/"
-
-DEPEND=">=dev-lang/ocaml-3.09 dev-ml/camlp5"
-RDEPEND="${DEPEND}"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-pkg_setup() {
- if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
- eerror "In order to build ${PN} with native code support from ocaml"
- eerror "You first need to have a native code ocaml compiler."
- eerror "You need to install dev-lang/ocaml with ocamlopt useflag on."
- die "Please install ocaml with ocamlopt useflag"
- fi
-}
-
-src_compile()
-{
- emake -j1 all || die "make failed"
- if use ocamlopt; then
- emake -j1 ledit.opt || die "make failed"
- else
- # If using bytecode we dont want to strip the binary as it would remove the
- # bytecode and only leave ocamlrun...
- export STRIP_MASK="*/bin/*"
- fi
-}
-
-src_install()
-{
- if use ocamlopt; then
- newbin ledit.opt ledit
- else
- newbin ledit.out ledit
- fi
- doman ledit.1
- dodoc CHANGES README
-}
diff --git a/app-misc/ledit/ledit-1.17.ebuild b/app-misc/ledit/ledit-1.17.ebuild
deleted file mode 100644
index a6671bedb423..000000000000
--- a/app-misc/ledit/ledit-1.17.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ledit-1.17.ebuild,v 1.1 2008/01/16 10:11:59 aballier Exp $
-
-inherit eutils
-
-EAPI="1"
-
-RESTRICT="installsources"
-IUSE="+ocamlopt"
-
-DESCRIPTION="A line editor to be used with interactive commands."
-SRC_URI="http://pauillac.inria.fr/~ddr/ledit/distrib/src/${P}.tgz"
-HOMEPAGE="http://pauillac.inria.fr/~ddr/ledit/"
-
-DEPEND=">=dev-lang/ocaml-3.09 dev-ml/camlp5"
-RDEPEND="${DEPEND}"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-pkg_setup() {
- if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
- eerror "In order to build ${PN} with native code support from ocaml"
- eerror "You first need to have a native code ocaml compiler."
- eerror "You need to install dev-lang/ocaml with ocamlopt useflag on."
- die "Please install ocaml with ocamlopt useflag"
- fi
-}
-
-src_compile()
-{
- emake -j1 all || die "make failed"
- if use ocamlopt; then
- emake -j1 ledit.opt || die "make failed"
- else
- # If using bytecode we dont want to strip the binary as it would remove the
- # bytecode and only leave ocamlrun...
- export STRIP_MASK="*/bin/*"
- fi
-}
-
-src_install()
-{
- if use ocamlopt; then
- newbin ledit.opt ledit
- else
- newbin ledit.out ledit
- fi
- doman ledit.1
- dodoc CHANGES README
-}