public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/mg: ChangeLog mg-20110103.ebuild
@ 2011-01-03  8:07 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-01-03  8:07 UTC (permalink / raw
  To: gentoo-commits

ulm         11/01/03 08:07:04

  Modified:             ChangeLog
  Added:                mg-20110103.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.9.27/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 app-editors/mg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	16 Oct 2010 13:58:54 -0000	1.23
+++ ChangeLog	3 Jan 2011 08:07:04 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/mg
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.23 2010/10/16 13:58:54 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.24 2011/01/03 08:07:04 ulm Exp $
+
+*mg-20110103 (03 Jan 2011)
+
+  03 Jan 2011; Ulrich Mueller <ulm@gentoo.org> +mg-20110103.ebuild:
+  Version bump.
 
   16 Oct 2010; Brent Baude <ranger@gentoo.org> mg-20090107.ebuild:
   stable ppc, bug 265307



1.1                  app-editors/mg/mg-20110103.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20110103.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20110103.ebuild?rev=1.1&content-type=text/plain

Index: mg-20110103.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20110103.ebuild,v 1.1 2011/01/03 08:07:04 ulm Exp $

EAPI=3

inherit toolchain-funcs

DESCRIPTION="Micro GNU/emacs, 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 BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE=""

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} -lncurses" \
		|| die
}

src_install()  {
	einstall || die
	dodoc README tutorial || die
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/mg: ChangeLog mg-20110103.ebuild
@ 2011-01-03 12:48 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-01-03 12:48 UTC (permalink / raw
  To: gentoo-commits

ulm         11/01/03 12:48:16

  Modified:             ChangeLog mg-20110103.ebuild
  Log:
  Upstream distfile has been replaced. Update Manifest and ebuild accordingly.
  
  (Portage version: 2.1.9.28/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 app-editors/mg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	3 Jan 2011 08:07:04 -0000	1.24
+++ ChangeLog	3 Jan 2011 12:48:16 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/mg
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.24 2011/01/03 08:07:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/ChangeLog,v 1.25 2011/01/03 12:48:16 ulm Exp $
+
+  03 Jan 2011; Ulrich Mueller <ulm@gentoo.org> mg-20110103.ebuild:
+  Upstream distfile has been replaced. Update Manifest and ebuild accordingly.
 
 *mg-20110103 (03 Jan 2011)
 



1.2                  app-editors/mg/mg-20110103.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20110103.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20110103.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/mg-20110103.ebuild?r1=1.1&r2=1.2

Index: mg-20110103.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20110103.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mg-20110103.ebuild	3 Jan 2011 08:07:04 -0000	1.1
+++ mg-20110103.ebuild	3 Jan 2011 12:48:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20110103.ebuild,v 1.1 2011/01/03 08:07:04 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mg/mg-20110103.ebuild,v 1.2 2011/01/03 12:48:16 ulm Exp $
 
 EAPI=3
 
@@ -21,8 +21,7 @@
 }
 
 src_compile() {
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS} -lncurses" \
-		|| die
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
 }
 
 src_install()  {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-03 12:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-03  8:07 [gentoo-commits] gentoo-x86 commit in app-editors/mg: ChangeLog mg-20110103.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-03 12:48 Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox