public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: app-office/texmacs/
@ 2013-03-23 13:10 Cyprien Nicolas
  0 siblings, 0 replies; 4+ messages in thread
From: Cyprien Nicolas @ 2013-03-23 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a4b4c1a6c09cf20834f5c27a8eb30caea553004d
Author:     Cyprien Nicolas (fulax) <gentoo <AT> fulax <DOT> fr>
AuthorDate: Sat Mar 23 13:09:57 2013 +0000
Commit:     Cyprien Nicolas <c.nicolas+gentoo <AT> gmail <DOT> com>
CommitDate: Sat Mar 23 13:09:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=a4b4c1a6

app-office/texmacs: Move Qt dep to dev-qt/qtgui:4

Package-Manager: portage-2.2.0_alpha168
RepoMan-Options: --force
Manifest-Sign-Key: 0x3D79478FBE63A96F

---
 app-office/texmacs/texmacs-1.0.7.16-r2.ebuild |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
index 5509dad..2ccc94f 100644
--- a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
+++ b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmacs/texmacs-1.0.7.16-r1.ebuild,v 1.1 2012/09/16 04:52:45 grozin Exp $
+# $Header: $
 
 EAPI=4
 
@@ -23,7 +23,7 @@ RDEPEND=">=dev-scheme/guile-1.8.8-r2:12[deprecated]
 	media-libs/freetype
 	x11-libs/libXext
 	x11-apps/xmodmap
-	qt4? ( x11-libs/qt-gui:4 )
+	qt4? ( dev-qt/qtgui:4 )
 	imlib? ( media-libs/imlib2 )
 	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
 	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )


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

* [gentoo-commits] proj/lisp:master commit in: app-office/texmacs/
@ 2018-03-01  8:29 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2018-03-01  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     498cd571b8875b4bdea7fb67a92ae2d8f04b595a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 08:29:47 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 08:29:47 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=498cd571

app-office/texmacs: Updates header and EAPI

 app-office/texmacs/texmacs-1.0.7.16-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
index 2ccc94fd..e45e0e1c 100644
--- a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
+++ b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=4
+EAPI=6
 
 inherit autotools eutils fdo-mime gnome2-utils
 
@@ -15,7 +14,7 @@ SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="imlib jpeg netpbm qt4 svg spell"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND=">=dev-scheme/guile-1.8.8-r2:12[deprecated]
 	virtual/latex-base
@@ -44,6 +43,7 @@ src_prepare() {
 	# Force building against SLOTed guile-1.8
 	epatch "${FILESDIR}"/${PN}-force-guile-18.patch
 
+	eapply_user
 	eautoreconf
 }
 


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

* [gentoo-commits] proj/lisp:master commit in: app-office/texmacs/
@ 2018-03-09 17:41 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2018-03-09 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     fef65ee42997d06fb7db08d6cd3596f53343f17b
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 08:29:47 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 17:38:49 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fef65ee4

app-office/texmacs: Updates header and EAPI

 app-office/texmacs/texmacs-1.0.7.16-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
index 2ccc94fd..e45e0e1c 100644
--- a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
+++ b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=4
+EAPI=6
 
 inherit autotools eutils fdo-mime gnome2-utils
 
@@ -15,7 +14,7 @@ SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="imlib jpeg netpbm qt4 svg spell"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND=">=dev-scheme/guile-1.8.8-r2:12[deprecated]
 	virtual/latex-base
@@ -44,6 +43,7 @@ src_prepare() {
 	# Force building against SLOTed guile-1.8
 	epatch "${FILESDIR}"/${PN}-force-guile-18.patch
 
+	eapply_user
 	eautoreconf
 }
 


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

* [gentoo-commits] proj/lisp:master commit in: app-office/texmacs/
@ 2018-03-09 21:36 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2018-03-09 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f68cae0a98dfc7cffc31a1da277a2988509bb189
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 08:29:47 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Mar  9 21:34:22 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f68cae0a

app-office/texmacs: Updates header and EAPI

 app-office/texmacs/texmacs-1.0.7.16-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
index 2ccc94fd..e45e0e1c 100644
--- a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
+++ b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
 
-EAPI=4
+EAPI=6
 
 inherit autotools eutils fdo-mime gnome2-utils
 
@@ -15,7 +14,7 @@ SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="imlib jpeg netpbm qt4 svg spell"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND=">=dev-scheme/guile-1.8.8-r2:12[deprecated]
 	virtual/latex-base
@@ -44,6 +43,7 @@ src_prepare() {
 	# Force building against SLOTed guile-1.8
 	epatch "${FILESDIR}"/${PN}-force-guile-18.patch
 
+	eapply_user
 	eautoreconf
 }
 


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

end of thread, other threads:[~2018-03-09 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-01  8:29 [gentoo-commits] proj/lisp:master commit in: app-office/texmacs/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2018-03-09 21:36 José María Alonso
2018-03-09 17:41 José María Alonso
2013-03-23 13:10 Cyprien Nicolas

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