summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-10-07 20:08:50 +0000
committerPacho Ramos <pacho@gentoo.org>2010-10-07 20:08:50 +0000
commitb975bef4460e5c9572817b13e6f30a332a13f4d6 (patch)
tree7db1d00315681016d61cc7678c4707f972120fe6 /dev-lang
parentold (diff)
downloadgentoo-2-b975bef4460e5c9572817b13e6f30a332a13f4d6.tar.gz
gentoo-2-b975bef4460e5c9572817b13e6f30a332a13f4d6.tar.bz2
gentoo-2-b975bef4460e5c9572817b13e6f30a332a13f4d6.zip
Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mono-basic/ChangeLog8
-rw-r--r--dev-lang/mono-basic/mono-basic-1.2.4.ebuild36
-rw-r--r--dev-lang/mono-basic/mono-basic-1.2.6.ebuild36
-rw-r--r--dev-lang/mono-basic/mono-basic-2.0.9999.ebuild19
-rw-r--r--dev-lang/mono-basic/mono-basic-2.0.ebuild28
-rw-r--r--dev-lang/mono-basic/mono-basic-2.4.2.ebuild17
-rw-r--r--dev-lang/mono-basic/mono-basic-2.4.9999.ebuild19
7 files changed, 7 insertions, 156 deletions
diff --git a/dev-lang/mono-basic/ChangeLog b/dev-lang/mono-basic/ChangeLog
index b488050bc42a..d615e4f129c3 100644
--- a/dev-lang/mono-basic/ChangeLog
+++ b/dev-lang/mono-basic/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/mono-basic
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.30 2010/09/12 04:25:48 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.31 2010/10/07 20:08:50 pacho Exp $
+
+ 07 Oct 2010; Pacho Ramos <pacho@gentoo.org> -mono-basic-1.2.4.ebuild,
+ -mono-basic-1.2.6.ebuild, -mono-basic-2.0.ebuild,
+ -mono-basic-2.0.9999.ebuild, -mono-basic-2.4.2.ebuild,
+ -mono-basic-2.4.9999.ebuild:
+ Remove old.
12 Sep 2010; Joseph Jezak <josejx@gentoo.org> mono-basic-2.6.2.ebuild:
Marked ppc for bug #327279.
diff --git a/dev-lang/mono-basic/mono-basic-1.2.4.ebuild b/dev-lang/mono-basic/mono-basic-1.2.4.ebuild
deleted file mode 100644
index ad49ebd47be4..000000000000
--- a/dev-lang/mono-basic/mono-basic-1.2.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-1.2.4.ebuild,v 1.6 2010/02/11 15:15:51 ulm Exp $
-
-inherit mono multilib
-
-DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
-HOMEPAGE="http://www.go-mono.com"
-SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 LGPL-2 MIT )"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-RDEPEND="=dev-lang/mono-${PV%.*}*"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i -e "s|\(mono_libdir=\${exec_prefix}\)/lib|\1/$(get_libdir)|" \
- configure || die "sed failed"
-}
-
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}
diff --git a/dev-lang/mono-basic/mono-basic-1.2.6.ebuild b/dev-lang/mono-basic/mono-basic-1.2.6.ebuild
deleted file mode 100644
index 1a682785c67d..000000000000
--- a/dev-lang/mono-basic/mono-basic-1.2.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-1.2.6.ebuild,v 1.2 2010/02/11 15:15:51 ulm Exp $
-
-inherit mono multilib
-
-DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
-HOMEPAGE="http://www.go-mono.com"
-SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 LGPL-2 MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="=dev-lang/mono-${PV}*"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i -e "s|\(mono_libdir=\${exec_prefix}\)/lib|\1/$(get_libdir)|" \
- configure || die "sed failed"
-}
-
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}
diff --git a/dev-lang/mono-basic/mono-basic-2.0.9999.ebuild b/dev-lang/mono-basic/mono-basic-2.0.9999.ebuild
deleted file mode 100644
index 7c7223a53c8a..000000000000
--- a/dev-lang/mono-basic/mono-basic-2.0.9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.9999.ebuild,v 1.2 2009/06/09 21:18:50 loki_val Exp $
-
-EAPI=2
-
-inherit go-mono mono multilib
-
-DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
-HOMEPAGE="http://www.go-mono.com"
-
-LICENSE="LGPL-2 MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RESTRICT="test"
-
-EAUTOBOOTSTRAP="no"
diff --git a/dev-lang/mono-basic/mono-basic-2.0.ebuild b/dev-lang/mono-basic/mono-basic-2.0.ebuild
deleted file mode 100644
index 296471db6fbb..000000000000
--- a/dev-lang/mono-basic/mono-basic-2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.ebuild,v 1.3 2010/02/11 15:15:51 ulm Exp $
-
-inherit mono multilib
-
-DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
-HOMEPAGE="http://www.go-mono.com"
-SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2"
-
-LICENSE="|| ( GPL-2 LGPL-2 MIT )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="=dev-lang/mono-${PV}*"
-DEPEND="${RDEPEND}"
-
-RESTRICT="test"
-
-src_compile() {
- econf || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}
diff --git a/dev-lang/mono-basic/mono-basic-2.4.2.ebuild b/dev-lang/mono-basic/mono-basic-2.4.2.ebuild
deleted file mode 100644
index 948247f6a610..000000000000
--- a/dev-lang/mono-basic/mono-basic-2.4.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.4.2.ebuild,v 1.3 2009/09/27 17:02:10 nixnut Exp $
-
-EAPI=2
-
-inherit go-mono mono multilib
-
-DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
-HOMEPAGE="http://www.go-mono.com"
-
-LICENSE="LGPL-2 MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RESTRICT="test"
diff --git a/dev-lang/mono-basic/mono-basic-2.4.9999.ebuild b/dev-lang/mono-basic/mono-basic-2.4.9999.ebuild
deleted file mode 100644
index 75625262385c..000000000000
--- a/dev-lang/mono-basic/mono-basic-2.4.9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.4.9999.ebuild,v 1.2 2009/06/09 21:18:50 loki_val Exp $
-
-EAPI=2
-
-inherit go-mono mono multilib
-
-DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
-HOMEPAGE="http://www.go-mono.com"
-
-LICENSE="LGPL-2 MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RESTRICT="test"
-
-EAUTOBOOTSTRAP="no"