diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:47:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:47:03 +0000 |
commit | b18116d1e882e8dde9c93efb018cf4441f7a1ec1 (patch) | |
tree | 2088da74d70070e37fcf10c975ba0ad0976b1a19 /dev-lang | |
parent | remove now old warning (diff) | |
download | gentoo-2-b18116d1e882e8dde9c93efb018cf4441f7a1ec1.tar.gz gentoo-2-b18116d1e882e8dde9c93efb018cf4441f7a1ec1.tar.bz2 gentoo-2-b18116d1e882e8dde9c93efb018cf4441f7a1ec1.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mmix/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/mmix/mmix-20060324-r1.ebuild | 47 | ||||
-rw-r--r-- | dev-lang/mmix/mmix-20060324.ebuild | 33 | ||||
-rw-r--r-- | dev-lang/mmix/mmix-20100311.ebuild | 46 | ||||
-rw-r--r-- | dev-lang/mmix/mmix-20110420.ebuild | 44 |
5 files changed, 5 insertions, 171 deletions
diff --git a/dev-lang/mmix/ChangeLog b/dev-lang/mmix/ChangeLog index e5db7c1f4b02..2d1f56419928 100644 --- a/dev-lang/mmix/ChangeLog +++ b/dev-lang/mmix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/mmix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/ChangeLog,v 1.21 2012/03/10 17:09:35 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/ChangeLog,v 1.22 2012/05/10 15:47:03 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -mmix-20060324-r1.ebuild, + -mmix-20060324.ebuild, -mmix-20100311.ebuild, -mmix-20110420.ebuild: + Remove old 10 Mar 2012; Brent Baude <ranger@gentoo.org> mmix-20110605.ebuild: Marking mmix-20110605 ppc for bug 400003 diff --git a/dev-lang/mmix/mmix-20060324-r1.ebuild b/dev-lang/mmix/mmix-20060324-r1.ebuild deleted file mode 100644 index cb0e34da0b0a..000000000000 --- a/dev-lang/mmix/mmix-20060324-r1.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-lang/mmix/mmix-20060324-r1.ebuild,v 1.1 2010/09/18 01:38:42 jer Exp $ - -EAPI="2" - -inherit eutils toolchain-funcs - -DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator." -HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html" -SRC_URI="http://www-cs-faculty.stanford.edu/~knuth/programs/${P}.tar.gz" - -DEPEND="|| ( >=dev-util/cweb-3.63 virtual/tex-base )" -RDEPEND="" - -SLOT="0" -LICENSE="mmix" -KEYWORDS="~ppc ~x86" -IUSE="doc" - -S="${WORKDIR}" - -src_prepare() { -cp -av Makefile{,.orig} - epatch \ - "${FILESDIR}"/${P}-makefile.patch \ - "${FILESDIR}"/${P}-includes.patch -} - -src_compile() { - emake all \ - CFLAGS="${CFLAGS}" \ - CC=$(tc-getCC) \ - || die - if use doc ; then - emake doc || die - fi -} - -src_install () { - dobin mmix mmixal mmmix mmotype abstime - dodoc README mmix.1 - if use doc ; then - insinto /usr/share/doc/${PF} - doins *.ps - fi -} diff --git a/dev-lang/mmix/mmix-20060324.ebuild b/dev-lang/mmix/mmix-20060324.ebuild deleted file mode 100644 index c22b12a36b25..000000000000 --- a/dev-lang/mmix/mmix-20060324.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20060324.ebuild,v 1.6 2008/09/03 09:41:10 opfer Exp $ - -S=${WORKDIR} - -DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator." -HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html" -SRC_URI="http://www-cs-faculty.stanford.edu/~knuth/programs/${P}.tar.gz" - -DEPEND="|| ( >=dev-util/cweb-3.63 virtual/tex-base )" -RDEPEND="" - -SLOT="0" -LICENSE="mmix" -KEYWORDS="ppc x86" -IUSE="doc" - -src_compile() { - emake -j1 all CFLAGS="${CFLAGS}" || die - if use doc ; then - emake doc || die - fi -} - -src_install () { - dobin mmix mmixal mmmix mmotype abstime - dodoc README mmix.1 - if use doc ; then - insinto /usr/share/doc/${PF} - doins *.ps - fi -} diff --git a/dev-lang/mmix/mmix-20100311.ebuild b/dev-lang/mmix/mmix-20100311.ebuild deleted file mode 100644 index 73ec8b08c00b..000000000000 --- a/dev-lang/mmix/mmix-20100311.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20100311.ebuild,v 1.2 2011/05/10 10:20:54 xmw Exp $ - -EAPI="2" - -inherit eutils toolchain-funcs - -DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator." -HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html" -SRC_URI="http://www-cs-faculty.stanford.edu/~knuth/programs/${P}.tar.gz" - -DEPEND="|| ( >=dev-util/cweb-3.63 virtual/tex-base )" -RDEPEND="" - -SLOT="0" -LICENSE="mmix" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -S="${WORKDIR}" - -src_prepare() { -cp -av Makefile{,.orig} - epatch \ - "${FILESDIR}"/${PN}-20060324-makefile.patch -} - -src_compile() { - emake all \ - CFLAGS="${CFLAGS}" \ - CC=$(tc-getCC) \ - || die - if use doc ; then - emake doc || die - fi -} - -src_install () { - dobin mmix mmixal mmmix mmotype abstime - dodoc README mmix.1 - if use doc ; then - insinto /usr/share/doc/${PF} - doins *.ps - fi -} diff --git a/dev-lang/mmix/mmix-20110420.ebuild b/dev-lang/mmix/mmix-20110420.ebuild deleted file mode 100644 index bcff3b22baf6..000000000000 --- a/dev-lang/mmix/mmix-20110420.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mmix/mmix-20110420.ebuild,v 1.1 2011/05/10 10:20:54 xmw Exp $ - -EAPI="2" - -inherit eutils toolchain-funcs - -DESCRIPTION="Donald Knuth's MMIX Assembler and Simulator." -HOMEPAGE="http://www-cs-faculty.stanford.edu/~knuth/mmix.html" -SRC_URI="http://www-cs-faculty.stanford.edu/~knuth/programs/${P}.tar.gz" - -DEPEND="|| ( >=dev-util/cweb-3.63 virtual/tex-base )" -RDEPEND="" - -SLOT="0" -LICENSE="mmix" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc" - -S="${WORKDIR}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch -} - -src_compile() { - emake all \ - CFLAGS="${CFLAGS}" \ - CC=$(tc-getCC) \ - || die - if use doc ; then - emake doc || die - fi -} - -src_install () { - dobin mmix mmixal mmmix mmotype abstime || die - dodoc README mmix.1 || die - if use doc ; then - insinto /usr/share/doc/${PF} - doins *.ps || die - fi -} |