diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-05-23 18:55:39 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-05-23 18:55:39 +0000 |
commit | 423932814e4c6324225597be5dba715ac0b4a5da (patch) | |
tree | 7eab43574ed73cfe261faadfc799e0f819bfe2d0 /app-misc/ledit | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-423932814e4c6324225597be5dba715ac0b4a5da.tar.gz gentoo-2-423932814e4c6324225597be5dba715ac0b4a5da.tar.bz2 gentoo-2-423932814e4c6324225597be5dba715ac0b4a5da.zip |
Move to stable.
Diffstat (limited to 'app-misc/ledit')
-rw-r--r-- | app-misc/ledit/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/ledit/ledit-1.11.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-misc/ledit/ChangeLog b/app-misc/ledit/ChangeLog index d4623b380a0c..c2019272b02e 100644 --- a/app-misc/ledit/ChangeLog +++ b/app-misc/ledit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/ledit # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ChangeLog,v 1.1 2004/02/08 22:27:40 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ChangeLog,v 1.2 2004/05/23 18:55:39 mattam Exp $ + + 23 May 2004; Matthieu Sozeau <mattam@gentoo.org> ledit-1.11.ebuild: + Remove rdepend on ocaml (static binary) and move to stable. *ledit-1.11 (08 Feb 2004) diff --git a/app-misc/ledit/ledit-1.11.ebuild b/app-misc/ledit/ledit-1.11.ebuild index 5e94d08912a5..b4082f09c360 100644 --- a/app-misc/ledit/ledit-1.11.ebuild +++ b/app-misc/ledit/ledit-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ledit-1.11.ebuild,v 1.1 2004/02/08 22:27:40 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ledit/ledit-1.11.ebuild,v 1.2 2004/05/23 18:55:39 mattam Exp $ IUSE="" @@ -9,11 +9,11 @@ SRC_URI="ftp://ftp.inria.fr/INRIA/Projects/cristal/Daniel.de_Rauglaudre/Tools/${ HOMEPAGE="http://cristal.inria.fr/~ddr/" DEPEND=">=dev-lang/ocaml-3.06" -RDEPEND="${DEPEND}" +RDEPEND="" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc" src_compile() { |