summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-06-13 17:08:59 +0000
committerUlrich Müller <ulm@gentoo.org>2014-06-13 17:08:59 +0000
commit64cd2c55f766931f3cf6f79a1da995e66c98d935 (patch)
treec1b4a39b5f592de8590220c839b1a70eec93a53e /app-editors
parentAdd Transmission-OpenSSL-exception license exception to GPL-COMPATIBLE group. (diff)
downloadgentoo-2-64cd2c55f766931f3cf6f79a1da995e66c98d935.tar.gz
gentoo-2-64cd2c55f766931f3cf6f79a1da995e66c98d935.tar.bz2
gentoo-2-64cd2c55f766931f3cf6f79a1da995e66c98d935.zip
Stable for amd64, bug 510330. Remove intermediate version.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/mg/ChangeLog6
-rw-r--r--app-editors/mg/mg-20140306.ebuild51
-rw-r--r--app-editors/mg/mg-20140414.ebuild4
3 files changed, 7 insertions, 54 deletions
diff --git a/app-editors/mg/ChangeLog b/app-editors/mg/ChangeLog
index d1ba60c946e0..b23e366028da 100644
--- a/app-editors/mg/ChangeLog
+++ b/app-editors/mg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/mg
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.79 2014/05/25 18:47:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.80 2014/06/13 17:08:58 ulm Exp $
+
+ 13 Jun 2014; Ulrich Müller <ulm@gentoo.org> -mg-20140306.ebuild,
+ mg-20140414.ebuild:
+ Stable for amd64, bug 510330. Remove intermediate version.
25 May 2014; Markus Meier <maekke@gentoo.org> mg-20140414.ebuild:
arm stable, bug #510330
diff --git a/app-editors/mg/mg-20140306.ebuild b/app-editors/mg/mg-20140306.ebuild
deleted file mode 100644
index d1c2ca581fa3..000000000000
--- a/app-editors/mg/mg-20140306.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20140306.ebuild,v 1.4 2014/03/22 23:05:38 nimiux Exp $
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="MicroGnuEmacs, 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"
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="livecd"
-
-RDEPEND="sys-libs/ncurses
- !elibc_FreeBSD? ( dev-libs/libbsd )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch_user
-
- # remove OpenBSD specific easter egg
- sed -i -e 's/theo\.o//' GNUmakefile || die
- sed -i -e '/theo_init/d' main.c || die
-
- # fix path to tutorial in man page
- sed -i -e "s:doc/mg/:doc/${PF}/:" mg.1 || die
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}" \
- CURSES_LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_install() {
- einstall
- dodoc README tutorial
- # don't compress the tutorial, otherwise mg cannot open it
- docompress -x /usr/share/doc/${PF}/tutorial
-}
-
-pkg_postinst() {
- if use livecd; then
- [[ -e ${EROOT}/usr/bin/emacs ]] || ln -s mg "${EROOT}"/usr/bin/emacs
- fi
-}
diff --git a/app-editors/mg/mg-20140414.ebuild b/app-editors/mg/mg-20140414.ebuild
index 14b307cc073f..90cfd217b65d 100644
--- a/app-editors/mg/mg-20140414.ebuild
+++ b/app-editors/mg/mg-20140414.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20140414.ebuild,v 1.3 2014/05/25 18:47:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20140414.ebuild,v 1.4 2014/06/13 17:08:58 ulm Exp $
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="http://homepage.boetes.org/software/mg/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~amd64 arm hppa ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="amd64 arm hppa ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="livecd"
RDEPEND="sys-libs/ncurses