* [gentoo-commits] gentoo-x86 commit in app-editors/emact: ChangeLog emact-2.56.0.ebuild
@ 2011-12-30 18:02 Ulrich Mueller (ulm)
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-12-30 18:02 UTC (permalink / raw
To: gentoo-commits
ulm 11/12/30 18:02:54
Modified: ChangeLog
Added: emact-2.56.0.ebuild
Log:
Version bump.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.19 app-editors/emact/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 11 Jun 2009 21:13:50 -0000 1.18
+++ ChangeLog 30 Dec 2011 18:02:53 -0000 1.19
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/emact
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.18 2009/06/11 21:13:50 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.19 2011/12/30 18:02:53 ulm Exp $
+
+*emact-2.56.0 (30 Dec 2011)
+
+ 30 Dec 2011; Ulrich Mueller <ulm@gentoo.org> +emact-2.56.0.ebuild:
+ Version bump.
11 Jun 2009; Christian Faulhammer <fauli@gentoo.org> -emact-2.53.0.ebuild:
clean up
1.1 app-editors/emact/emact-2.56.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.1&content-type=text/plain
Index: emact-2.56.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v 1.1 2011/12/30 18:02:53 ulm Exp $
EAPI=4
DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs"
HOMEPAGE="http://www.eligis.com/emacs/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="X"
DEPEND="sys-libs/ncurses
X? (
x11-libs/libX11
x11-libs/libICE
x11-libs/libSM
)"
RDEPEND="${DEPEND}"
src_prepare() {
# files in the tarball have all mode bits set to zero ...
chmod +x configure || die
}
src_configure() {
econf $(use_with X x)
}
src_install() {
emake INSTALL="${D}"/usr install
#dodoc README
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emact: ChangeLog emact-2.56.0.ebuild
@ 2012-06-02 10:49 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-06-02 10:49 UTC (permalink / raw
To: gentoo-commits
ago 12/06/02 10:49:51
Modified: ChangeLog emact-2.56.0.ebuild
Log:
Stable for amd64, wrt bug #418559
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.21 app-editors/emact/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 31 Dec 2011 10:31:17 -0000 1.20
+++ ChangeLog 2 Jun 2012 10:49:51 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emact
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.20 2011/12/31 10:31:17 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.21 2012/06/02 10:49:51 ago Exp $
+
+ 02 Jun 2012; Agostino Sarubbo <ago@gentoo.org> emact-2.56.0.ebuild:
+ Stable for amd64, wrt bug #418559
31 Dec 2011; Ulrich Mueller <ulm@gentoo.org> Manifest:
Manifest regenerated, upstream has replaced the 2.56.0 tarball.
1.2 app-editors/emact/emact-2.56.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?r1=1.1&r2=1.2
Index: emact-2.56.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emact-2.56.0.ebuild 30 Dec 2011 18:02:53 -0000 1.1
+++ emact-2.56.0.ebuild 2 Jun 2012 10:49:51 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v 1.1 2011/12/30 18:02:53 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v 1.2 2012/06/02 10:49:51 ago Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="GPL-2 BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="X"
DEPEND="sys-libs/ncurses
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emact: ChangeLog emact-2.56.0.ebuild
@ 2012-06-08 11:49 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-06-08 11:49 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 12/06/08 11:49:16
Modified: ChangeLog emact-2.56.0.ebuild
Log:
x86 stable wrt bug #418559
(Portage version: 2.1.10.49/cvs/Linux i686)
Revision Changes Path
1.22 app-editors/emact/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 2 Jun 2012 10:49:51 -0000 1.21
+++ ChangeLog 8 Jun 2012 11:49:16 -0000 1.22
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emact
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.21 2012/06/02 10:49:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.22 2012/06/08 11:49:16 phajdan.jr Exp $
+
+ 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> emact-2.56.0.ebuild:
+ x86 stable wrt bug #418559
02 Jun 2012; Agostino Sarubbo <ago@gentoo.org> emact-2.56.0.ebuild:
Stable for amd64, wrt bug #418559
1.3 app-editors/emact/emact-2.56.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?r1=1.2&r2=1.3
Index: emact-2.56.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- emact-2.56.0.ebuild 2 Jun 2012 10:49:51 -0000 1.2
+++ emact-2.56.0.ebuild 8 Jun 2012 11:49:16 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v 1.2 2012/06/02 10:49:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v 1.3 2012/06/08 11:49:16 phajdan.jr Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="GPL-2 BSD"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="X"
DEPEND="sys-libs/ncurses
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emact: ChangeLog emact-2.56.0.ebuild
@ 2014-02-12 17:58 Ulrich Mueller (ulm)
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-02-12 17:58 UTC (permalink / raw
To: gentoo-commits
ulm 14/02/12 17:58:30
Modified: ChangeLog emact-2.56.0.ebuild
Log:
Specify LICENSE more precisely.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.24 app-editors/emact/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 12 Feb 2014 17:55:41 -0000 1.23
+++ ChangeLog 12 Feb 2014 17:58:30 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emact
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.23 2014/02/12 17:55:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.24 2014/02/12 17:58:30 ulm Exp $
+
+ 12 Feb 2014; Ulrich Müller <ulm@gentoo.org> emact-2.56.0.ebuild:
+ Specify LICENSE more precisely.
12 Feb 2014; Ulrich Müller <ulm@gentoo.org> -emact-2.54.0.ebuild:
Remove old.
1.4 app-editors/emact/emact-2.56.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?r1=1.3&r2=1.4
Index: emact-2.56.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- emact-2.56.0.ebuild 8 Jun 2012 11:49:16 -0000 1.3
+++ emact-2.56.0.ebuild 12 Feb 2014 17:58:30 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v 1.3 2012/06/08 11:49:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v 1.4 2014/02/12 17:58:30 ulm Exp $
EAPI=4
@@ -8,7 +8,7 @@
HOMEPAGE="http://www.eligis.com/emacs/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-LICENSE="GPL-2 BSD"
+LICENSE="GPL-2+ BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="X"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/emact: ChangeLog emact-2.56.0.ebuild
@ 2014-09-29 20:48 Ulrich Mueller (ulm)
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-09-29 20:48 UTC (permalink / raw
To: gentoo-commits
ulm 14/09/29 20:48:26
Modified: ChangeLog emact-2.56.0.ebuild
Log:
Clean up unused dependencies.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.25 app-editors/emact/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 12 Feb 2014 17:58:30 -0000 1.24
+++ ChangeLog 29 Sep 2014 20:48:26 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/emact
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.24 2014/02/12 17:58:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.25 2014/09/29 20:48:26 ulm Exp $
+
+ 29 Sep 2014; Ulrich Müller <ulm@gentoo.org> emact-2.56.0.ebuild:
+ Clean up unused dependencies.
12 Feb 2014; Ulrich Müller <ulm@gentoo.org> emact-2.56.0.ebuild:
Specify LICENSE more precisely.
1.5 app-editors/emact/emact-2.56.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?r1=1.4&r2=1.5
Index: emact-2.56.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- emact-2.56.0.ebuild 12 Feb 2014 17:58:30 -0000 1.4
+++ emact-2.56.0.ebuild 29 Sep 2014 20:48:26 -0000 1.5
@@ -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/emact/emact-2.56.0.ebuild,v 1.4 2014/02/12 17:58:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild,v 1.5 2014/09/29 20:48:26 ulm Exp $
EAPI=4
@@ -14,12 +14,7 @@
IUSE="X"
DEPEND="sys-libs/ncurses
- X? (
- x11-libs/libX11
- x11-libs/libICE
- x11-libs/libSM
- )"
-
+ X? ( x11-libs/libX11 )"
RDEPEND="${DEPEND}"
src_prepare() {
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-09-29 20:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 10:49 [gentoo-commits] gentoo-x86 commit in app-editors/emact: ChangeLog emact-2.56.0.ebuild Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-09-29 20:48 Ulrich Mueller (ulm)
2014-02-12 17:58 Ulrich Mueller (ulm)
2012-06-08 11:49 PaweA Hajdan (phajdan.jr)
2011-12-30 18:02 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