summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-11-02 20:25:44 +0000
committerUlrich Müller <ulm@gentoo.org>2007-11-02 20:25:44 +0000
commita8bbe14e0223fb0cff573ef1dc7a5879205b646e (patch)
tree500ef034fa60b7a9b30736cb8bfa1ca1b89e1c1b /app-editors
parentamd64 stable, bug 194519 (diff)
downloadgentoo-2-a8bbe14e0223fb0cff573ef1dc7a5879205b646e.tar.gz
gentoo-2-a8bbe14e0223fb0cff573ef1dc7a5879205b646e.tar.bz2
gentoo-2-a8bbe14e0223fb0cff573ef1dc7a5879205b646e.zip
Version bump.
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/mg/ChangeLog7
-rw-r--r--app-editors/mg/files/digest-mg-200709183
-rw-r--r--app-editors/mg/mg-20070918.ebuild26
3 files changed, 35 insertions, 1 deletions
diff --git a/app-editors/mg/ChangeLog b/app-editors/mg/ChangeLog
index 95ee3eab1369..0ee8e73a0207 100644
--- a/app-editors/mg/ChangeLog
+++ b/app-editors/mg/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/mg
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.2 2007/10/10 07:04:23 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.3 2007/11/02 20:25:43 ulm Exp $
+
+*mg-20070918 (02 Nov 2007)
+
+ 02 Nov 2007; Ulrich Mueller <ulm@gentoo.org> +mg-20070918.ebuild:
+ Version bump. Install documentation.
10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> mg-20070529.ebuild:
remove PROVIDE=virtual/editor as we have now a new-style virtual
diff --git a/app-editors/mg/files/digest-mg-20070918 b/app-editors/mg/files/digest-mg-20070918
new file mode 100644
index 000000000000..0987b316033d
--- /dev/null
+++ b/app-editors/mg/files/digest-mg-20070918
@@ -0,0 +1,3 @@
+MD5 1299677cf22fba1f9535e91d8833c68e mg-20070918.tar.gz 131779
+RMD160 2ab07de9014d09e7d29ea077f91f802f95791fab mg-20070918.tar.gz 131779
+SHA256 c937749eb6b8490ad2dd06603855d9876f42a99b341dd8dd85019ab476f4f9d1 mg-20070918.tar.gz 131779
diff --git a/app-editors/mg/mg-20070918.ebuild b/app-editors/mg/mg-20070918.ebuild
new file mode 100644
index 000000000000..fd66597e9eae
--- /dev/null
+++ b/app-editors/mg/mg-20070918.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2007 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.1 2007/11/02 20:25:43 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"
+SLOT="0"
+KEYWORDS="~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"
+}