diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-05-26 20:50:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-05-26 20:50:09 +0000 |
commit | 55aa717cb9d6a8648e881a606f61d0003b09ba96 (patch) | |
tree | fcb8153faffd49715f3e9ce848415b40ab9ab2cd /app-editors | |
parent | err, do not try to trigger the description problem (diff) | |
download | gentoo-2-55aa717cb9d6a8648e881a606f61d0003b09ba96.tar.gz gentoo-2-55aa717cb9d6a8648e881a606f61d0003b09ba96.tar.bz2 gentoo-2-55aa717cb9d6a8648e881a606f61d0003b09ba96.zip |
Remove old.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/mg/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/mg/mg-20090107.ebuild | 26 | ||||
-rw-r--r-- | app-editors/mg/mg-20110103.ebuild | 30 |
3 files changed, 5 insertions, 57 deletions
diff --git a/app-editors/mg/ChangeLog b/app-editors/mg/ChangeLog index b9a3e9530049..067be5ad442f 100644 --- a/app-editors/mg/ChangeLog +++ b/app-editors/mg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/mg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.29 2011/05/26 20:03:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.30 2011/05/26 20:50:09 ulm Exp $ + + 26 May 2011; Ulrich Mueller <ulm@gentoo.org> -mg-20090107.ebuild, + -mg-20110103.ebuild: + Remove old. 26 May 2011; Brent Baude <ranger@gentoo.org> mg-20110120.ebuild: Marking mg-20110120 ppc for bug 361631 diff --git a/app-editors/mg/mg-20090107.ebuild b/app-editors/mg/mg-20090107.ebuild deleted file mode 100644 index 0b7e753df263..000000000000 --- a/app-editors/mg/mg-20090107.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20090107.ebuild,v 1.8 2010/10/16 13:58:54 ranger Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Micro GNU/emacs, a port from the BSDs" -HOMEPAGE="http://homepage.boetes.org/software/mg/" -SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz" - -LICENSE="public-domain BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -src_compile() { - # econf won't work, as this script does not accept any parameters - ./configure || die "configure failed" - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -lncurses" \ - || die -} - -src_install() { - einstall || die - dodoc README tutorial || die -} diff --git a/app-editors/mg/mg-20110103.ebuild b/app-editors/mg/mg-20110103.ebuild deleted file mode 100644 index 5d860dd29b4e..000000000000 --- a/app-editors/mg/mg-20110103.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20110103.ebuild,v 1.2 2011/01/03 12:48:16 ulm Exp $ - -EAPI=3 - -inherit toolchain-funcs - -DESCRIPTION="Micro GNU/emacs, a port from the BSDs" -HOMEPAGE="http://homepage.boetes.org/software/mg/" -SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz" - -LICENSE="public-domain BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -src_configure() { - # econf won't work, as this script does not accept any parameters - ./configure || die "configure failed" -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die -} - -src_install() { - einstall || die - dodoc README tutorial || die -} |