diff options
Diffstat (limited to 'app-editors/mg')
-rw-r--r-- | app-editors/mg/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/mg/mg-20070918.ebuild | 26 | ||||
-rw-r--r-- | app-editors/mg/mg-20080305.ebuild | 26 |
3 files changed, 5 insertions, 53 deletions
diff --git a/app-editors/mg/ChangeLog b/app-editors/mg/ChangeLog index 28f642c01dee..b6c9ac181354 100644 --- a/app-editors/mg/ChangeLog +++ b/app-editors/mg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/mg # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.9 2008/05/06 14:40:58 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.10 2008/05/06 14:50:13 opfer Exp $ + + 06 May 2008; Christian Faulhammer <opfer@gentoo.org> -mg-20070918.ebuild, + -mg-20080305.ebuild: + clean up 06 May 2008; Christian Faulhammer <opfer@gentoo.org> mg-20080322.ebuild: stable x86/amd64, bug 220525 diff --git a/app-editors/mg/mg-20070918.ebuild b/app-editors/mg/mg-20070918.ebuild deleted file mode 100644 index 5f8043229704..000000000000 --- a/app-editors/mg/mg-20070918.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20070918.ebuild,v 1.5 2008/04/06 19:00:36 ulm Exp $ - -DESCRIPTION="Micro GNU/emacs, a port from the BSDs" -HOMEPAGE="http://www.xs4all.nl/~hanb/software/mg/" -SRC_URI="http://www.xs4all.nl/~hanb/software/mg/${P}.tar.gz" - -LICENSE="public-domain BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_compile() { - # econf won't work, as this script does not accept any parameters - ./configure || die "configure failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dodoc README tutorial || die "dodoc failed" -} diff --git a/app-editors/mg/mg-20080305.ebuild b/app-editors/mg/mg-20080305.ebuild deleted file mode 100644 index 73b3bcb73767..000000000000 --- a/app-editors/mg/mg-20080305.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20080305.ebuild,v 1.2 2008/04/06 19:00:36 ulm Exp $ - -DESCRIPTION="Micro GNU/emacs, a port from the BSDs" -HOMEPAGE="http://www.xs4all.nl/~hanb/software/mg/" -SRC_URI="http://www.xs4all.nl/~hanb/software/mg/${P}.tar.gz" - -LICENSE="public-domain BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_compile() { - # econf won't work, as this script does not accept any parameters - ./configure || die "configure failed" - emake CFLAGS="${CFLAGS}" || die "emake failed" -} - -src_install() { - einstall || die "einstall failed" - dodoc README tutorial || die "dodoc failed" -} |