public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/mg/
Date: Mon,  5 Sep 2016 11:39:20 +0000 (UTC)	[thread overview]
Message-ID: <1473075338.60e9ffe45b12ec6e39ebf6fcd1249e841676ce2c.ulm@gentoo> (raw)

commit:     60e9ffe45b12ec6e39ebf6fcd1249e841676ce2c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 11:35:38 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 11:35:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e9ffe4

app-editors/mg: Remove old.

Package-Manager: portage-2.3.0

 app-editors/mg/Manifest              |  2 --
 app-editors/mg/mg-20110905-r1.ebuild | 49 ---------------------------------
 app-editors/mg/mg-20160118.ebuild    | 52 ------------------------------------
 3 files changed, 103 deletions(-)

diff --git a/app-editors/mg/Manifest b/app-editors/mg/Manifest
index 290b1ab..f53860c 100644
--- a/app-editors/mg/Manifest
+++ b/app-editors/mg/Manifest
@@ -1,4 +1,2 @@
-DIST mg-20110905.tar.gz 138805 SHA256 1cd37d7e6a3eecc890a5718c38b8f38495057ba93856762a756ccee2f9618229 SHA512 b490a5a3526d35839353e138f33ac924c5afbbf7e5c9faa20ceccb82e1dc1e6a3f0726b32bac7d43dcf8a410b1b8525067da5557cf669c52a9e32d1d2f45a8a4 WHIRLPOOL 64dd179462a8c9e53946c756a4975ffd2e5bf1758a300fa699032542a6e2470f9ed03f9fe1a88ac441cf17ac20c2575f9b6c5c1c396c5a7915564fbedfb1c854
 DIST mg-20150323.tar.gz 142105 SHA256 d71b24d47d3e1426f162e446d92dfa457df96dd47c1289419cba9fd14c2c3afb SHA512 747a04c203509cdbe84d9cea6c5be93585cdd5cb855b556ea5dee273a2923a4a68bee3f952cf92d584fcdd682049cb4442c21888304ba036851127174457351f WHIRLPOOL bdba74b62034a6613434fc3efea7b56fa1599b6059ab97dbd760b013be7dc50ab13dfcee3f5fb1f41f4c26c3f0146583680134d3809ec7977a14a28cb345c6db
-DIST mg-20160118.tar.gz 144823 SHA256 26450b2564bec0b0afc465fd24a1917dc31508c5500c3a36823b9c763a2b8636 SHA512 ed4805d27a7a16b931767ab3af084491d219b6262ce18b43af019eb6a4f07d28d203aeab02c1dab8326bfe464eee1d6009bbf82b30ebd38945c446e7bf766ce8 WHIRLPOOL 4abd59bbfe33e91a3e3ee0bb4763c77298994c6ce51f0338ef6c186ae675c3accfa72e0421b4dbd62fd150880b7bf0346710a4c0ce3cd54b55dc5a0b345cff66
 DIST mg-20160421.tar.gz 145187 SHA256 b5dd8fbecb8a0ff0f32588c448f22f25fafcbfb297857e76d2883598a3e63a9a SHA512 7a4fb9d8958952a1b430bda88cafa251aab74691073d103941bfc2cce495ad3831b2c722db044791d61ae2aee9a5a9acaedde0090964129822c94745d89469ed WHIRLPOOL 9a040a69c9d57232c411da3859e80c84f2f250f2fd78cd2799cfb82243fdd9d01d374edb23de44d6eb94b9ab86009458b3c7c4cf34b738c45d4622e6c67dc99b

diff --git a/app-editors/mg/mg-20110905-r1.ebuild b/app-editors/mg/mg-20110905-r1.ebuild
deleted file mode 100644
index 83e5c84..00000000
--- a/app-editors/mg/mg-20110905-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit 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 ISC BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="livecd"
-
-RDEPEND="sys-libs/ncurses:0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	# remove OpenBSD specific easter egg
-	sed -i -e 's/theo\.o//' Makefile.in || die
-	sed -i -e '/theo_init/d' main.c || die
-}
-
-src_configure() {
-	# econf won't work, as this script does not accept any parameters
-	./configure || die "configure failed"
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS}" \
-		LDFLAGS="${LDFLAGS}" \
-		LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_install()  {
-	einstall
-	dodoc README 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-20160118.ebuild b/app-editors/mg/mg-20160118.ebuild
deleted file mode 100644
index 197182e..00000000
--- a/app-editors/mg/mg-20160118.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit 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="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="livecd"
-
-RDEPEND="sys-libs/ncurses:0
-	!elibc_FreeBSD? ( >=dev-libs/libbsd-0.7.0 )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	# 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
-
-	eapply_user
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS}" \
-		CURSES_LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_install()  {
-	dobin mg
-	doman mg.1
-	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
-}


             reply	other threads:[~2016-09-05 11:39 UTC|newest]

Thread overview: 116+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-05 11:39 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-30  4:36 [gentoo-commits] repo/gentoo:master commit in: app-editors/mg/ Ionen Wolkens
2024-04-24 10:32 Sam James
2023-11-12  7:17 Ulrich Müller
2023-11-07 20:35 Sam James
2023-05-01 15:53 Ulrich Müller
2023-04-06  5:53 Ulrich Müller
2023-01-15 12:53 Sam James
2023-01-15 12:51 Sam James
2023-01-15 12:44 Sam James
2022-11-12 11:10 Ulrich Müller
2022-11-12 11:10 Ulrich Müller
2022-07-16 12:32 Sam James
2022-07-16 12:31 Sam James
2022-07-16  7:17 Arthur Zamarin
2022-07-16  7:17 Arthur Zamarin
2022-07-16  7:17 Arthur Zamarin
2022-06-16  9:39 Ulrich Müller
2022-06-16  9:39 Ulrich Müller
2022-05-26  7:34 Ulrich Müller
2022-05-19  7:28 WANG Xuerui
2022-03-26 16:49 Arthur Zamarin
2022-03-19 19:21 Agostino Sarubbo
2022-03-19  7:56 Agostino Sarubbo
2022-03-19  7:53 Agostino Sarubbo
2022-03-18 18:09 Sam James
2022-02-13 18:19 Ulrich Müller
2022-02-13 18:19 Ulrich Müller
2021-10-08 18:48 Agostino Sarubbo
2021-10-07 19:44 Sam James
2021-10-07  6:03 Agostino Sarubbo
2021-10-07  6:03 Agostino Sarubbo
2021-10-06 23:06 Sam James
2021-08-23  4:06 Sam James
2021-08-22 19:45 Ulrich Müller
2021-08-22 19:45 Ulrich Müller
2021-07-27  3:21 Sam James
2021-06-03  8:23 Sam James
2021-05-31  7:58 Sam James
2021-05-31  7:58 Sam James
2021-05-31  7:58 Sam James
2021-05-31  7:58 Sam James
2021-03-23  9:01 Ulrich Müller
2021-03-23  9:01 Ulrich Müller
2021-02-15  1:49 Sam James
2021-02-07  1:07 Sam James
2021-02-04  8:12 Agostino Sarubbo
2021-02-04  8:00 Sam James
2021-02-04  7:58 Agostino Sarubbo
2021-01-06 17:10 Ulrich Müller
2021-01-05 18:59 Andreas K. Hüttel
2020-06-24 21:55 Ulrich Müller
2020-03-31 18:02 Sergei Trofimovich
2020-03-30 13:41 Agostino Sarubbo
2020-03-30 13:40 Agostino Sarubbo
2020-03-30 13:38 Agostino Sarubbo
2020-03-30 13:36 Agostino Sarubbo
2020-03-30 12:11 Mikle Kolyada
2020-02-15 19:31 Ulrich Müller
2018-07-23 19:00 Sergei Trofimovich
2018-07-22  1:21 Mikle Kolyada
2018-07-21  8:03 Tobias Klausmann
2018-07-14 20:16 Sergei Trofimovich
2018-07-09 14:13 Mikle Kolyada
2018-07-07  9:02 Sergei Trofimovich
2018-07-06 13:43 Thomas Deutschmann
2018-06-03 12:51 Ulrich Müller
2018-06-03 12:51 Ulrich Müller
2018-04-01 14:22 Sergei Trofimovich
2018-03-28  5:05 Markus Meier
2018-03-04 17:07 Tobias Klausmann
2018-02-10 19:16 Sergei Trofimovich
2018-02-06 18:36 Thomas Deutschmann
2018-02-04 21:11 Sergei Trofimovich
2018-01-22 20:10 Ulrich Müller
2018-01-22 18:24 Markus Meier
2017-11-26 21:57 Sergei Trofimovich
2017-11-23 11:54 Tobias Klausmann
2017-11-19 19:31 Sergei Trofimovich
2017-11-19 18:35 Sergei Trofimovich
2017-11-19 15:30 Ulrich Müller
2017-11-13 22:18 Sergei Trofimovich
2017-10-26 18:54 Thomas Deutschmann
2017-10-12 20:55 Sergei Trofimovich
2017-09-22 19:40 Sergei Trofimovich
2017-09-09 10:27 Markus Meier
2017-09-04  7:30 Tobias Klausmann
2017-08-28 20:59 Ulrich Müller
2017-08-28 20:59 Ulrich Müller
2017-05-15 20:30 Ulrich Müller
2017-02-21 20:41 Markus Meier
2017-02-03 19:39 Jeroen Roovers
2017-01-28 20:48 Ulrich Müller
2017-01-25  9:05 Tobias Klausmann
2017-01-22 16:27 Agostino Sarubbo
2017-01-18 11:28 Agostino Sarubbo
2017-01-01 12:43 Agostino Sarubbo
2016-12-30  9:39 Agostino Sarubbo
2016-12-29 10:45 Agostino Sarubbo
2016-10-16 13:03 Ulrich Müller
2016-10-07  5:31 Ulrich Müller
2016-10-07  5:31 Ulrich Müller
2016-10-01  7:58 Markus Meier
2016-09-29  3:59 Jeroen Roovers
2016-09-26 12:36 Agostino Sarubbo
2016-09-21 17:48 Tobias Klausmann
2016-09-12 18:25 Ulrich Müller
2016-09-05 11:39 Ulrich Müller
2016-09-04 15:15 Fabian Groffen
2016-09-04 15:15 Fabian Groffen
2016-05-28 17:38 Ulrich Müller
2016-05-28 17:38 Ulrich Müller
2016-01-24 21:48 Ulrich Müller
2016-01-15 12:28 Ulrich Müller
2015-09-20 12:09 Ulrich Müller
2015-09-20 12:09 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1473075338.60e9ffe45b12ec6e39ebf6fcd1249e841676ce2c.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox