summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-08-07 16:39:57 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-08-07 16:39:57 +0000
commit36297557ab77d6e395d446d3c41581dbdb125e30 (patch)
tree342b5d76d78a4331a822b3ac9f867eadfa4e5bcb /dev-ml/zed
parentRespect CFLAGS. #428244 (diff)
downloadhistorical-36297557ab77d6e395d446d3c41581dbdb125e30.tar.gz
historical-36297557ab77d6e395d446d3c41581dbdb125e30.tar.bz2
historical-36297557ab77d6e395d446d3c41581dbdb125e30.zip
remove old
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-ml/zed')
-rw-r--r--dev-ml/zed/ChangeLog5
-rw-r--r--dev-ml/zed/zed-1.1.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-ml/zed/ChangeLog b/dev-ml/zed/ChangeLog
index ae33eff87173..e60376daae9f 100644
--- a/dev-ml/zed/ChangeLog
+++ b/dev-ml/zed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/zed
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/zed/ChangeLog,v 1.2 2012/08/02 12:04:25 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/zed/ChangeLog,v 1.3 2012/08/07 16:39:57 aballier Exp $
+
+ 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -zed-1.1.ebuild:
+ remove old
*zed-1.2 (02 Aug 2012)
diff --git a/dev-ml/zed/zed-1.1.ebuild b/dev-ml/zed/zed-1.1.ebuild
deleted file mode 100644
index 216e33dd51f3..000000000000
--- a/dev-ml/zed/zed-1.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/zed/zed-1.1.ebuild,v 1.1 2012/03/30 11:29:30 aballier Exp $
-
-EAPI=4
-
-OASIS_BUILD_DOCS=1
-inherit oasis
-
-DESCRIPTION="Zed is an abstract engine for text edition"
-HOMEPAGE="http://forge.ocamlcore.org/projects/zed/"
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/672/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/camomile
- dev-ml/react"
-RDEPEND="${DEPEND}"
-DOCS=( "CHANGES" )
-
-src_prepare() {
- #bug 1105 upstream
- sed -i "s/<code>/< code >/" src/zed_edit.mli
-}