summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-04-15 07:36:43 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-04-15 07:36:43 +0000
commit37b5231f8d688c8e66597489dd095c106354917c (patch)
treea47dc7f192c7b796009cb2a45cbfb98955226f54 /app-editors
parentVersion bump (diff)
downloadgentoo-2-37b5231f8d688c8e66597489dd095c106354917c.tar.gz
gentoo-2-37b5231f8d688c8e66597489dd095c106354917c.tar.bz2
gentoo-2-37b5231f8d688c8e66597489dd095c106354917c.zip
clean up
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/mg/ChangeLog5
-rw-r--r--app-editors/mg/mg-20080610.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/app-editors/mg/ChangeLog b/app-editors/mg/ChangeLog
index 3e68d2d80d05..23e0689c2cff 100644
--- a/app-editors/mg/ChangeLog
+++ b/app-editors/mg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/mg
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.17 2009/04/14 10:04:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.18 2009/04/15 07:36:43 fauli Exp $
+
+ 15 Apr 2009; Christian Faulhammer <fauli@gentoo.org> -mg-20080610.ebuild:
+ clean up
14 Apr 2009; Raúl Porcel <armin76@gentoo.org> mg-20090107.ebuild:
x86 stable wrt #265307
diff --git a/app-editors/mg/mg-20080610.ebuild b/app-editors/mg/mg-20080610.ebuild
deleted file mode 100644
index a1c5f9faa766..000000000000
--- a/app-editors/mg/mg-20080610.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20080610.ebuild,v 1.4 2009/03/06 07:01:11 fauli Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Micro GNU/emacs, a port from the BSDs"
-HOMEPAGE="http://www.han.dds.nl/software/mg/"
-SRC_URI="http://www.han.dds.nl/software/mg/${P}.tar.gz"
-
-LICENSE="public-domain BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-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}" || die "emake failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
- dodoc README tutorial || die "dodoc failed"
-}