public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/amyedit: ChangeLog amyedit-1.0-r2.ebuild
@ 2011-02-14 18:27 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2011-02-14 18:27 UTC (permalink / raw
  To: gentoo-commits

aballier    11/02/14 18:27:55

  Modified:             ChangeLog
  Added:                amyedit-1.0-r2.ebuild
  Log:
  Convert to gtksourceview2 and remove bundled gtksourceviewmm1 bindings
  
  (Portage version: 2.2.0_alpha23/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 app-editors/amyedit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	12 Jun 2010 10:47:26 -0000	1.24
+++ ChangeLog	14 Feb 2011 18:27:55 -0000	1.25
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/amyedit
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.24 2010/06/12 10:47:26 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.25 2011/02/14 18:27:55 aballier Exp $
+
+*amyedit-1.0-r2 (14 Feb 2011)
+
+  14 Feb 2011; Alexis Ballier <aballier@gentoo.org> +amyedit-1.0-r2.ebuild,
+  +files/amyedit-1.0-sourceviewmm2.patch:
+  Convert to gtksourceview2 and remove bundled gtksourceviewmm1 bindings
 
   12 Jun 2010; Alexis Ballier <aballier@gentoo.org> amyedit-1.0-r1.ebuild,
   +files/amyedit-1.0-gcc45.patch:



1.1                  app-editors/amyedit/amyedit-1.0-r2.ebuild

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

Index: amyedit-1.0-r2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild,v 1.1 2011/02/14 18:27:55 aballier Exp $

EAPI=3

inherit eutils autotools

DESCRIPTION=" AmyEdit is a LaTeX editor"
HOMEPAGE="http://amyedit.sf.net"
SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=dev-cpp/gtkmm-2.6
	>=dev-cpp/glibmm-2.14
	>=dev-libs/libsigc++-2.2
	x11-libs/gtksourceview:2.0
	dev-cpp/gtksourceviewmm:2.0
	app-text/aspell"
DEPEND="${RDEPEND}
	dev-util/intltool
	dev-util/pkgconfig"

src_prepare() {
	epatch "${FILESDIR}/${P}-keyfile.patch"
	epatch "${FILESDIR}/${P}-signal.patch"
	epatch "${FILESDIR}/${P}-gcc45.patch"
	epatch "${FILESDIR}/${P}-sourceviewmm2.patch"
	rm -rf "${S}/src/gtksourceviewmm" || die
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc ChangeLog README TODO || die
}






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/amyedit: ChangeLog amyedit-1.0-r2.ebuild
@ 2012-09-17 11:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-17 11:56 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/17 11:56:57

  Modified:             ChangeLog amyedit-1.0-r2.ebuild
  Log:
  Stable for amd64, wrt bug #435234
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 app-editors/amyedit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	3 May 2012 18:33:02 -0000	1.28
+++ ChangeLog	17 Sep 2012 11:56:57 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/amyedit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.28 2012/05/03 18:33:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.29 2012/09/17 11:56:57 ago Exp $
+
+  17 Sep 2012; Agostino Sarubbo <ago@gentoo.org> amyedit-1.0-r2.ebuild:
+  Stable for amd64, wrt bug #435234
 
   03 May 2012; Jeff Horelick <jdhore@gentoo.org> amyedit-1.0-r2.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig



1.5                  app-editors/amyedit/amyedit-1.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild?r1=1.4&r2=1.5

Index: amyedit-1.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- amyedit-1.0-r2.ebuild	3 May 2012 18:33:02 -0000	1.4
+++ amyedit-1.0-r2.ebuild	17 Sep 2012 11:56:57 -0000	1.5
@@ -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/amyedit/amyedit-1.0-r2.ebuild,v 1.4 2012/05/03 18:33:02 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild,v 1.5 2012/09/17 11:56:57 ago Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 RDEPEND=">=dev-cpp/gtkmm-2.6:2.4
 	>=dev-cpp/glibmm-2.14:2





^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/amyedit: ChangeLog amyedit-1.0-r2.ebuild
@ 2012-09-18  0:02 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-18  0:02 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/18 00:02:28

  Modified:             ChangeLog amyedit-1.0-r2.ebuild
  Log:
  stable ppc, bug #435234
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 app-editors/amyedit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	17 Sep 2012 11:56:57 -0000	1.29
+++ ChangeLog	18 Sep 2012 00:02:28 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/amyedit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.29 2012/09/17 11:56:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/ChangeLog,v 1.30 2012/09/18 00:02:28 blueness Exp $
+
+  18 Sep 2012; Anthony G. Basile <blueness@gentoo.org> amyedit-1.0-r2.ebuild:
+  stable ppc, bug #435234
 
   17 Sep 2012; Agostino Sarubbo <ago@gentoo.org> amyedit-1.0-r2.ebuild:
   Stable for amd64, wrt bug #435234



1.6                  app-editors/amyedit/amyedit-1.0-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild?r1=1.5&r2=1.6

Index: amyedit-1.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- amyedit-1.0-r2.ebuild	17 Sep 2012 11:56:57 -0000	1.5
+++ amyedit-1.0-r2.ebuild	18 Sep 2012 00:02:28 -0000	1.6
@@ -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/amyedit/amyedit-1.0-r2.ebuild,v 1.5 2012/09/17 11:56:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/amyedit/amyedit-1.0-r2.ebuild,v 1.6 2012/09/18 00:02:28 blueness Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 SRC_URI="mirror://sourceforge/amyedit/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 RDEPEND=">=dev-cpp/gtkmm-2.6:2.4
 	>=dev-cpp/glibmm-2.14:2





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

end of thread, other threads:[~2012-09-18  0:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-14 18:27 [gentoo-commits] gentoo-x86 commit in app-editors/amyedit: ChangeLog amyedit-1.0-r2.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-17 11:56 Agostino Sarubbo (ago)
2012-09-18  0:02 Anthony G. Basile (blueness)

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