summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-03-06 07:01:11 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-03-06 07:01:11 +0000
commitaa82161978528f96d98221efad73e9b159f4f478 (patch)
treeb8b19380dae58ec6cbc7a357fcc0be09287ba1e5 /app-editors/mg
parentFix whitespace. (diff)
downloadgentoo-2-aa82161978528f96d98221efad73e9b159f4f478.tar.gz
gentoo-2-aa82161978528f96d98221efad73e9b159f4f478.tar.bz2
gentoo-2-aa82161978528f96d98221efad73e9b159f4f478.zip
version bump and new HOMEPAGE and SRC_URI
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'app-editors/mg')
-rw-r--r--app-editors/mg/ChangeLog10
-rw-r--r--app-editors/mg/mg-20080610.ebuild8
-rw-r--r--app-editors/mg/mg-20090107.ebuild25
3 files changed, 37 insertions, 6 deletions
diff --git a/app-editors/mg/ChangeLog b/app-editors/mg/ChangeLog
index 7a0dea201ab5..a10fe0e452ad 100644
--- a/app-editors/mg/ChangeLog
+++ b/app-editors/mg/ChangeLog
@@ -1,6 +1,12 @@
# 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.14 2008/10/24 06:31:04 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.15 2009/03/06 07:01:11 fauli Exp $
+
+*mg-20090107 (06 Mar 2009)
+
+ 06 Mar 2009; Christian Faulhammer <fauli@gentoo.org> mg-20080610.ebuild,
+ +mg-20090107.ebuild:
+ version bump and new HOMEPAGE and SRC_URI
24 Oct 2008; Ulrich Mueller <ulm@gentoo.org> mg-20080610.ebuild:
Honour CC variable, fixes bug 243566.
diff --git a/app-editors/mg/mg-20080610.ebuild b/app-editors/mg/mg-20080610.ebuild
index 9bca11d09a8a..a1c5f9faa766 100644
--- a/app-editors/mg/mg-20080610.ebuild
+++ b/app-editors/mg/mg-20080610.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.3 2008/10/24 06:31:04 ulm Exp $
+# $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.xs4all.nl/~hanb/software/mg/"
-SRC_URI="http://www.xs4all.nl/~hanb/software/mg/${P}.tar.gz"
+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"
diff --git a/app-editors/mg/mg-20090107.ebuild b/app-editors/mg/mg-20090107.ebuild
new file mode 100644
index 000000000000..ada510dc020e
--- /dev/null
+++ b/app-editors/mg/mg-20090107.ebuild
@@ -0,0 +1,25 @@
+# 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-20090107.ebuild,v 1.1 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
+}
+
+src_install() {
+ einstall || die
+ dodoc README tutorial || die
+}