diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-10-07 20:22:43 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-10-07 20:22:43 +0000 |
commit | d6618366ea795f572bae1700a6c969872357f0e7 (patch) | |
tree | 120e90b504b16478bf596e4eee3811aa2771ab24 /dev-util | |
parent | ppc64 stable wrt #324077 (diff) | |
download | gentoo-2-d6618366ea795f572bae1700a6c969872357f0e7.tar.gz gentoo-2-d6618366ea795f572bae1700a6c969872357f0e7.tar.bz2 gentoo-2-d6618366ea795f572bae1700a6c969872357f0e7.zip |
Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/monodevelop-boo/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/monodevelop-boo/monodevelop-boo-2.0.ebuild | 47 | ||||
-rw-r--r-- | dev-util/monodevelop-boo/monodevelop-boo-2.1.1.ebuild | 47 | ||||
-rw-r--r-- | dev-util/monodevelop-boo/monodevelop-boo-2.2.ebuild | 47 |
4 files changed, 5 insertions, 142 deletions
diff --git a/dev-util/monodevelop-boo/ChangeLog b/dev-util/monodevelop-boo/ChangeLog index 6c67b373703c..21f5e6f85838 100644 --- a/dev-util/monodevelop-boo/ChangeLog +++ b/dev-util/monodevelop-boo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/monodevelop-boo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-boo/ChangeLog,v 1.14 2010/09/23 22:15:22 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-boo/ChangeLog,v 1.15 2010/10/07 20:22:43 pacho Exp $ + + 07 Oct 2010; Pacho Ramos <pacho@gentoo.org> -monodevelop-boo-2.0.ebuild, + -monodevelop-boo-2.1.1.ebuild, -monodevelop-boo-2.2.ebuild: + Remove old. 23 Sep 2010; Markos Chandras <hwoarang@gentoo.org> monodevelop-boo-2.4.ebuild: diff --git a/dev-util/monodevelop-boo/monodevelop-boo-2.0.ebuild b/dev-util/monodevelop-boo/monodevelop-boo-2.0.ebuild deleted file mode 100644 index f3bd2026578f..000000000000 --- a/dev-util/monodevelop-boo/monodevelop-boo-2.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-boo/monodevelop-boo-2.0.ebuild,v 1.1 2009/03/30 18:57:05 loki_val Exp $ - -EAPI=2 - -inherit mono multilib - -DESCRIPTION="Boo Extension for MonoDevelop" -HOMEPAGE="http://www.monodevelop.com/" -SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=dev-lang/mono-2 - =dev-util/monodevelop-${PV}* - >=dev-lang/boo-0.8.2.2960 - dev-dotnet/gtksourceview-sharp:1" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.23" - -src_configure() { - MD_BOO_CONFIG="" - if use debug; then - MD_BOO_CONFIG="--config=DEBUG" - else - MD_BOO_CONFIG="--config=RELEASE" - fi - - ./configure \ - --prefix=/usr \ - ${MD_BOO_CONFIG} \ - || die "configure failed" -} - -src_compile() { - emake -j1 || die "make failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "install failed" - mono_multilib_comply -} diff --git a/dev-util/monodevelop-boo/monodevelop-boo-2.1.1.ebuild b/dev-util/monodevelop-boo/monodevelop-boo-2.1.1.ebuild deleted file mode 100644 index cc782bd4dd68..000000000000 --- a/dev-util/monodevelop-boo/monodevelop-boo-2.1.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-boo/monodevelop-boo-2.1.1.ebuild,v 1.1 2009/10/18 12:17:24 loki_val Exp $ - -EAPI=2 - -inherit mono multilib - -DESCRIPTION="Boo Extension for MonoDevelop" -HOMEPAGE="http://www.monodevelop.com/" -SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=dev-lang/mono-2.4 - =dev-util/monodevelop-${PV}* - >=dev-lang/boo-0.8.2.2960 - dev-dotnet/gtksourceview-sharp:1" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.23" - -src_configure() { - MD_BOO_CONFIG="" - if use debug; then - MD_BOO_CONFIG="--config=DEBUG" - else - MD_BOO_CONFIG="--config=RELEASE" - fi - - ./configure \ - --prefix=/usr \ - ${MD_BOO_CONFIG} \ - || die "configure failed" -} - -src_compile() { - emake -j1 || die "make failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "install failed" - mono_multilib_comply -} diff --git a/dev-util/monodevelop-boo/monodevelop-boo-2.2.ebuild b/dev-util/monodevelop-boo/monodevelop-boo-2.2.ebuild deleted file mode 100644 index e09499a05850..000000000000 --- a/dev-util/monodevelop-boo/monodevelop-boo-2.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodevelop-boo/monodevelop-boo-2.2.ebuild,v 1.1 2010/02/25 13:48:01 patrick Exp $ - -EAPI=2 - -inherit mono multilib - -DESCRIPTION="Boo Extension for MonoDevelop" -HOMEPAGE="http://www.monodevelop.com/" -SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=dev-lang/mono-2.4 - =dev-util/monodevelop-${PV}* - >=dev-lang/boo-0.8.2.2960 - dev-dotnet/gtksourceview-sharp:1" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.23" - -src_configure() { - MD_BOO_CONFIG="" - if use debug; then - MD_BOO_CONFIG="--config=DEBUG" - else - MD_BOO_CONFIG="--config=RELEASE" - fi - - ./configure \ - --prefix=/usr \ - ${MD_BOO_CONFIG} \ - || die "configure failed" -} - -src_compile() { - emake -j1 || die "make failed" -} - -src_install() { - emake -j1 DESTDIR="${D}" install || die "install failed" - mono_multilib_comply -} |