public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2016-07-31 11:32 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2016-07-31 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     2def43714b0f4057134f190d9b2dea3d456bdbf2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:27:44 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:31:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2def4371

app-office/texmacs: remove operator new/delete declarations

Gentoo-bug: 590002

Package-Manager: portage-2.3.0

 app-office/texmacs/texmacs-1.99.2-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-office/texmacs/texmacs-1.99.2-r1.ebuild b/app-office/texmacs/texmacs-1.99.2-r1.ebuild
index 8cb8509..1803cf4 100644
--- a/app-office/texmacs/texmacs-1.99.2-r1.ebuild
+++ b/app-office/texmacs/texmacs-1.99.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -50,6 +50,9 @@ PATCHES=(
 	"${FILESDIR}"/${P}-norpath.patch
 
 	"${FILESDIR}"/${P}-desktop.patch
+
+	# remove new/delete declarations, bug 590002
+	"${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch
 )
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2016-07-31 19:58 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2016-07-31 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     c04b49ebb482c547099bfa841f6c15833be260f3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 19:58:16 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 19:58:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04b49eb

app-office/texmacs: Depend on dev-qt/qtgui:4 unconditionally

Gentoo-bug: 590160

Package-Manager: portage-2.3.0

 app-office/texmacs/texmacs-1.99.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild
index 23bfeca..172fa9f 100644
--- a/app-office/texmacs/texmacs-1.99.5.ebuild
+++ b/app-office/texmacs/texmacs-1.99.5.ebuild
@@ -24,10 +24,10 @@ RDEPEND="
 	x11-apps/xmodmap
 	x11-libs/libXext
 	virtual/latex-base
+	dev-qt/qtgui:4
 	imlib? ( media-libs/imlib2 )
 	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
 	netpbm? ( media-libs/netpbm )
-	qt4? ( dev-qt/qtgui:4 )
 	spell? ( app-text/aspell )
 	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
 "


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2016-07-31 20:04 David Seifert
  0 siblings, 0 replies; 18+ messages in thread
From: David Seifert @ 2016-07-31 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     00091ab1843c4020c1c2148f98cd452753f234fd
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:04:28 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:04:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00091ab1

app-office/texmacs: remove 'qt4' from IUSE

Package-Manager: portage-2.3.0

 app-office/texmacs/texmacs-1.99.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild
index 172fa9f..f5c7040 100644
--- a/app-office/texmacs/texmacs-1.99.5.ebuild
+++ b/app-office/texmacs/texmacs-1.99.5.ebuild
@@ -14,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 pdf qt4 svg spell"
+IUSE="imlib jpeg netpbm pdf svg spell"
 KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2016-07-31 20:51 Michael Palimaka
  0 siblings, 0 replies; 18+ messages in thread
From: Michael Palimaka @ 2016-07-31 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     9746f0aeee25a726192b5609fd2eed9fe42d475a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:51:14 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:51:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9746f0ae

app-office/texmacs: ensure correct version of qt binaries are called

Gentoo-bug: 590162

Package-Manager: portage-2.3.0

 app-office/texmacs/texmacs-1.99.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild
index f5c7040..8642dcf 100644
--- a/app-office/texmacs/texmacs-1.99.5.ebuild
+++ b/app-office/texmacs/texmacs-1.99.5.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit autotools fdo-mime gnome2-utils
+inherit autotools fdo-mime gnome2-utils qmake-utils
 
 MY_P=${P/tex/TeX}-src
 
@@ -64,6 +64,7 @@ src_prepare() {
 src_configure() {
 	econf \
 		--enable-optimize="${CXXFLAGS}" \
+		--with-qt="$(qt4_get_bindir)" \
 		$(use_with imlib imlib2) \
 		$(use_enable pdf pdf-renderer)
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2016-08-11 15:53 Andrey Grozin
  0 siblings, 0 replies; 18+ messages in thread
From: Andrey Grozin @ 2016-08-11 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a5a6962111fecf94159d6a642dfe5cfc460a4385
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 15:52:36 2016 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 15:52:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a69621

app-office/texmacs: cleaning all

Package-Manager: portage-2.3.0

 app-office/texmacs/Manifest                |  2 -
 app-office/texmacs/texmacs-1.0.7.21.ebuild | 71 ------------------------------
 app-office/texmacs/texmacs-1.99.1.ebuild   | 71 ------------------------------
 app-office/texmacs/texmacs-1.99.2.ebuild   | 71 ------------------------------
 4 files changed, 215 deletions(-)

diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest
index 172d8cd..695d7e3 100644
--- a/app-office/texmacs/Manifest
+++ b/app-office/texmacs/Manifest
@@ -1,4 +1,2 @@
-DIST TeXmacs-1.0.7.21-src.tar.gz 18712991 SHA256 0c945611cd057c4af5f7c2232d19b8129caeef0289fa43a53bab1dabb2d603d2 SHA512 7a825297b84c34aa7b097026932a99bcaf7bdddeb44ad7d141cae1b03893e2472241f4cf73f3798dfebd9b226f94bc0ef665d5defb1b133d897e0ba3c8213fee WHIRLPOOL 8d12788ac4458e3b5085d1e11e3c5b1a92de1027fed3652bc232f395e2e77bddd141d4607690990c8a8ad29624f151557bcd9b20847b95d2c164e9772c103976
-DIST TeXmacs-1.99.1-src.tar.gz 19048884 SHA256 7e8425d65b1a02f270eaa021389cb9c3f627c9064cc986bd1ec7f66e0681b2ac SHA512 4b599e020aafa5b0e832d5e4ca9d1fe2013f1880b32f4ddc63e42582ed553d1e6a8ac9a5b2189db040e7bbaef3faffae5c8f79da3657cb2356ba0700f85f7840 WHIRLPOOL 5457169699cbc4ccded02f0a3ee369910ade70f902f1a41d9c43349acb940022afdb08611681e0b20da66a09b507aaa648c147d4a57d9a7e8d12bb53795b7003
 DIST TeXmacs-1.99.2-src.tar.gz 18957858 SHA256 da017f0d5c927adc33952a6efd773165f63e1eaa509f627857f145434e7a8850 SHA512 e9d2dd0aab2e66470c4ae860e13b6fad2cc07913f14f7bca042c703d4d8b4a62fafafa711b81a0d8f8c125a3641b8bb5f38cd3adac74ec18895671423aa60be9 WHIRLPOOL b0ace20c3df61461f5fcad172b9a3acc69c43800ee600718ba20866452a938f3a5f7d61d33bb4e9f4e67f0666486f6e71387c78fd49d2ff7fb703f4baaf6a326
 DIST TeXmacs-1.99.5-src.tar.gz 25014543 SHA256 f1929f35ee6e4301667433ed2f64de7660a08066e864fcb6fffbc031f667b3a6 SHA512 a7d846fd8823e486cf724bfcbe04ae877dd64995d6131af59b49427a1178e36b52b9fcd9109783b9ae1e39c988ae9ed497b1540dce29645ebf2c4301ca7357a8 WHIRLPOOL 13809c4cbfbcc7dbdb3c84917e00f407484095cbf16863fcc9d92fa0833c6dd5d2cafb25d1f2ac9bc1cc5131aea1f273be4b2a8ff47c33014e1b1d53c4f5ec5e

diff --git a/app-office/texmacs/texmacs-1.0.7.21.ebuild b/app-office/texmacs/texmacs-1.0.7.21.ebuild
deleted file mode 100644
index 549155d..0000000
--- a/app-office/texmacs/texmacs-1.0.7.21.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils fdo-mime gnome2-utils
-
-MY_P=${P/tex/TeX}-src
-
-DESCRIPTION="Wysiwyg text processor with high-quality maths"
-HOMEPAGE="http://www.texmacs.org/"
-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 x86 ~x86-interix ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	app-text/ghostscript-gpl
-	dev-scheme/guile:12[deprecated]
-	media-libs/freetype
-	x11-apps/xmodmap
-	x11-libs/libXext
-	virtual/latex-base
-	imlib? ( media-libs/imlib2 )
-	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
-	netpbm? ( media-libs/netpbm )
-	qt4? ( dev-qt/qtgui:4 )
-	spell? ( app-text/aspell )
-	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
-"
-DEPEND="${RDEPEND}
-	x11-proto/xproto"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	# respect LDFLAGS, bug #338459
-	epatch "${FILESDIR}"/${PN}-plugins-1.patch
-
-	# dont update mime and desktop databases and icon cache
-	epatch "${FILESDIR}"/${PN}-updates.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-optimize="${CXXFLAGS}" \
-		$(use_with imlib imlib2) \
-		$(use_enable qt4 qt)
-}
-
-src_install() {
-	default
-	domenu "${FILESDIR}"/TeXmacs.desktop
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}

diff --git a/app-office/texmacs/texmacs-1.99.1.ebuild b/app-office/texmacs/texmacs-1.99.1.ebuild
deleted file mode 100644
index 5863391..0000000
--- a/app-office/texmacs/texmacs-1.99.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils fdo-mime gnome2-utils
-
-MY_P=${P/tex/TeX}-src
-
-DESCRIPTION="Wysiwyg text processor with high-quality maths"
-HOMEPAGE="http://www.texmacs.org/"
-SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="imlib jpeg netpbm pdf qt4 svg spell"
-KEYWORDS="alpha ~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	app-text/ghostscript-gpl
-	dev-scheme/guile:12[deprecated]
-	media-libs/freetype
-	x11-apps/xmodmap
-	x11-libs/libXext
-	virtual/latex-base
-	imlib? ( media-libs/imlib2 )
-	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
-	netpbm? ( media-libs/netpbm )
-	qt4? ( dev-qt/qtgui:4 )
-	spell? ( app-text/aspell )
-	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
-"
-DEPEND="${RDEPEND}
-	x11-proto/xproto"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	# respect LDFLAGS, bug #338459
-	epatch "${FILESDIR}"/${PN}-plugins-1.patch
-
-	# dont update mime and desktop databases and icon cache
-	epatch "${FILESDIR}"/${PN}-updates.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf --enable-optimize="${CXXFLAGS}" \
-		$(use_with imlib imlib2) \
-		$(use_enable qt4 qt) \
-		$(use_enable pdf pdf-renderer)
-}
-
-src_install() {
-	default
-	domenu "${FILESDIR}"/TeXmacs.desktop
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}

diff --git a/app-office/texmacs/texmacs-1.99.2.ebuild b/app-office/texmacs/texmacs-1.99.2.ebuild
deleted file mode 100644
index 264522f..0000000
--- a/app-office/texmacs/texmacs-1.99.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools eutils fdo-mime gnome2-utils
-
-MY_P=${P/tex/TeX}-src
-
-DESCRIPTION="Wysiwyg text processor with high-quality maths"
-HOMEPAGE="http://www.texmacs.org/"
-SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="imlib jpeg netpbm pdf qt4 svg spell"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
-
-RDEPEND="
-	app-text/ghostscript-gpl
-	dev-scheme/guile:12[deprecated]
-	media-libs/freetype
-	x11-apps/xmodmap
-	x11-libs/libXext
-	virtual/latex-base
-	imlib? ( media-libs/imlib2 )
-	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
-	netpbm? ( media-libs/netpbm )
-	qt4? ( dev-qt/qtgui:4 )
-	spell? ( app-text/aspell )
-	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
-"
-DEPEND="${RDEPEND}
-	x11-proto/xproto"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-	# respect LDFLAGS, bug #338459
-	epatch "${FILESDIR}"/${PN}-plugins-1.patch
-
-	# dont update mime and desktop databases and icon cache
-	epatch "${FILESDIR}"/${PN}-updates.patch
-
-	eautoreconf
-}
-
-src_configure() {
-	econf --enable-optimize="${CXXFLAGS}" \
-		$(use_with imlib imlib2) \
-		$(use_enable qt4 qt) \
-		$(use_enable pdf pdf-renderer)
-}
-
-src_install() {
-	default
-	domenu "${FILESDIR}"/TeXmacs.desktop
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2016-08-11 15:57 Andrey Grozin
  0 siblings, 0 replies; 18+ messages in thread
From: Andrey Grozin @ 2016-08-11 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9d44ec2a5dc9166870a30f14894625f94172ea6f
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 11 15:56:54 2016 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Aug 11 15:56:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d44ec2a

app-office/texmacs: changed dependency to <dev-scheme/guile-1.9[deprecated]

Bug: 590952

Package-Manager: portage-2.3.0

 app-office/texmacs/texmacs-1.99.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texmacs/texmacs-1.99.5.ebuild b/app-office/texmacs/texmacs-1.99.5.ebuild
index 8642dcf..c7fe7d8 100644
--- a/app-office/texmacs/texmacs-1.99.5.ebuild
+++ b/app-office/texmacs/texmacs-1.99.5.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	app-text/ghostscript-gpl
-	dev-scheme/guile:12[deprecated]
+	<dev-scheme/guile-1.9[deprecated]
 	media-libs/freetype
 	x11-apps/xmodmap
 	x11-libs/libXext


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2017-12-28 16:09 Andrey Grozin
  0 siblings, 0 replies; 18+ messages in thread
From: Andrey Grozin @ 2017-12-28 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e5ce72a8bf9063e89284b56c037c0f95927a8be2
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 28 16:04:57 2017 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Thu Dec 28 16:08:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ce72a8

app-office/texmacs: use Qt5 instead of Qt4; switch to cmake

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/texmacs/texmacs-1.99.6-r1.ebuild | 71 +++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)

diff --git a/app-office/texmacs/texmacs-1.99.6-r1.ebuild b/app-office/texmacs/texmacs-1.99.6-r1.ebuild
new file mode 100644
index 00000000000..f30d4670bf1
--- /dev/null
+++ b/app-office/texmacs/texmacs-1.99.6-r1.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils qmake-utils
+
+MY_P=${P/tex/TeX}-src
+
+DESCRIPTION="Wysiwyg text processor with high-quality maths"
+HOMEPAGE="http://www.texmacs.org/"
+SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="jpeg netpbm sqlite svg spell"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	app-text/ghostscript-gpl
+	<dev-scheme/guile-1.9[deprecated]
+	media-libs/freetype
+	x11-apps/xmodmap
+	x11-libs/libXext
+	virtual/latex-base
+	dev-qt/qtwidgets:5
+	dev-qt/qtprintsupport:5
+	sqlite? ( dev-db/sqlite )
+	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
+	netpbm? ( media-libs/netpbm )
+	spell? ( app-text/aspell )
+	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
+"
+DEPEND="${RDEPEND}
+	x11-proto/xproto"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+	# respect LDFLAGS, bug #338459
+	"${FILESDIR}"/${PN}-plugins-1.patch
+
+	# dont update mime and desktop databases and icon cache
+	"${FILESDIR}"/${PN}-updates.patch
+
+	"${FILESDIR}"/${PN}-1.99.2-desktop.patch
+
+	# remove new/delete declarations, bug 590002
+	"${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch
+
+	"${FILESDIR}"/${PN}-1.99.6-math_util.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_SQLITE=$(usex sqlite sqlite3)
+	)
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2018-01-24  6:41 Andrey Grozin
  0 siblings, 0 replies; 18+ messages in thread
From: Andrey Grozin @ 2018-01-24  6:41 UTC (permalink / raw
  To: gentoo-commits

commit:     4009e101a80b0638ff151b1ef4f7763a71e7a259
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 06:40:14 2018 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 06:41:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4009e101

app-office/texmacs: correct Qt5 dependencies

Bug: https://bugs.gentoo.org/644606
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-office/texmacs/texmacs-1.99.6-r2.ebuild | 73 +++++++++++++++++++++++++++++
 1 file changed, 73 insertions(+)

diff --git a/app-office/texmacs/texmacs-1.99.6-r2.ebuild b/app-office/texmacs/texmacs-1.99.6-r2.ebuild
new file mode 100644
index 00000000000..a5c61a4633f
--- /dev/null
+++ b/app-office/texmacs/texmacs-1.99.6-r2.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils qmake-utils
+
+MY_P=${P/tex/TeX}-src
+
+DESCRIPTION="Wysiwyg text processor with high-quality maths"
+HOMEPAGE="http://www.texmacs.org/"
+SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="jpeg netpbm sqlite svg spell"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	app-text/ghostscript-gpl
+	<dev-scheme/guile-1.9[deprecated]
+	media-libs/freetype
+	x11-apps/xmodmap
+	x11-libs/libXext
+	virtual/latex-base
+	>=dev-qt/qtcore-5.9.1:5
+	>=dev-qt/qtgui-5.9.1:5
+	>=dev-qt/qtwidgets-5.9.1:5
+	>=dev-qt/qtprintsupport-5.9.1:5
+	sqlite? ( dev-db/sqlite )
+	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
+	netpbm? ( media-libs/netpbm )
+	spell? ( app-text/aspell )
+	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
+"
+DEPEND="${RDEPEND}
+	x11-proto/xproto"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+	# respect LDFLAGS, bug #338459
+	"${FILESDIR}"/${PN}-plugins-1.patch
+
+	# dont update mime and desktop databases and icon cache
+	"${FILESDIR}"/${PN}-updates.patch
+
+	"${FILESDIR}"/${PN}-1.99.2-desktop.patch
+
+	# remove new/delete declarations, bug 590002
+	"${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch
+
+	"${FILESDIR}"/${PN}-1.99.6-math_util.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_SQLITE=$(usex sqlite sqlite3)
+	)
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2018-03-30 17:14 Aaron Bauman
  0 siblings, 0 replies; 18+ messages in thread
From: Aaron Bauman @ 2018-03-30 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     bbc86803b8dcdd766528cd9d2e7dec829d88d5a0
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 16:53:08 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 17:14:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc86803

app-office/texmacs: amd64 stable

Bug: https://bugs.gentoo.org/644606
Package-Manager: Portage-2.3.26, Repoman-2.3.7

 app-office/texmacs/texmacs-1.99.6-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texmacs/texmacs-1.99.6-r2.ebuild b/app-office/texmacs/texmacs-1.99.6-r2.ebuild
index a5c61a4633f..e2d3ac76e18 100644
--- a/app-office/texmacs/texmacs-1.99.6-r2.ebuild
+++ b/app-office/texmacs/texmacs-1.99.6-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 IUSE="jpeg netpbm sqlite svg spell"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2018-05-06 18:25 Matt Turner
  0 siblings, 0 replies; 18+ messages in thread
From: Matt Turner @ 2018-05-06 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cee93f086eb1352f6820ce97a4eae7711cf8a646
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May  6 18:25:04 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun May  6 18:25:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee93f08

app-office/texmacs: Dropped to ~ppc, bug 644606

 app-office/texmacs/texmacs-1.99.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texmacs/texmacs-1.99.2-r1.ebuild b/app-office/texmacs/texmacs-1.99.2-r1.ebuild
index b699dc377ee..8871e631366 100644
--- a/app-office/texmacs/texmacs-1.99.2-r1.ebuild
+++ b/app-office/texmacs/texmacs-1.99.2-r1.ebuild
@@ -14,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 pdf qt4 svg spell"
-KEYWORDS="alpha amd64 ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	app-text/ghostscript-gpl


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2019-06-29  6:04 Andrey Grozin
  0 siblings, 0 replies; 18+ messages in thread
From: Andrey Grozin @ 2019-06-29  6:04 UTC (permalink / raw
  To: gentoo-commits

commit:     b562e4860f1b2db7420f1ea9b0dc447bbbfd55e0
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 06:03:48 2019 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 06:03:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b562e486

app-office/texmacs: bump to 1.99.10

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 app-office/texmacs/Manifest               |  1 +
 app-office/texmacs/texmacs-1.99.10.ebuild | 72 +++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)

diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest
index 41721d8cca2..66b61740d06 100644
--- a/app-office/texmacs/Manifest
+++ b/app-office/texmacs/Manifest
@@ -1,2 +1,3 @@
+DIST TeXmacs-1.99.10-src.tar.gz 31879944 BLAKE2B 3576d1abff1040d2b0236718a5ef5149bf0e445567408e44b85cae5d43a631acd42fa59f0973e375e347720083ee2368398a1a2cec6aa679c5f47a3952877615 SHA512 5da8e789a5f7b6b9e2846714c751173616e572b5426f2c29d7f979037b1bca1542c9e77048abf9c5b95974e7b198c2a857bfa84eeb428390b2c1088bf87984d8
 DIST TeXmacs-1.99.6-src.tar.gz 25081652 BLAKE2B 08d0a141ff1b8ab59def50c636d917f9290488031d6f7f4343be4a04af44d8994dc791eb23a2a2b71b7a853a3a90482313062fbfc045cf585afdf8f1f8d2a5f3 SHA512 2e262037654493075cc4a3d47b93de08c3ad2d6f10ce5fe814a8046b38d327c5dd88c1575dff7e2145f1541f9765dc50ec5abcd63146090eea98ab5db9d103ee
 DIST TeXmacs-1.99.9-src.tar.gz 30109108 BLAKE2B 182db26c645e1445780f8e153f7283eb517ec3aa8be6ce137b6c305df33657f15c3efb57198e81f8dd9e1682b3bf1c6c0ff6f3798c54bcb74aedb8b3cef67b40 SHA512 96971060536007e542cd3e1789f07bcc30ceda01cbf32cabf43e3a5e61a2ba15f604e49601d891a956732d90d224353f8dac495be05677758146206b549f9d1f

diff --git a/app-office/texmacs/texmacs-1.99.10.ebuild b/app-office/texmacs/texmacs-1.99.10.ebuild
new file mode 100644
index 00000000000..ec2993ea4b5
--- /dev/null
+++ b/app-office/texmacs/texmacs-1.99.10.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils qmake-utils
+
+MY_P=${P/tex/TeX}-src
+
+DESCRIPTION="Wysiwyg text processor with high-quality maths"
+HOMEPAGE="http://www.texmacs.org/"
+SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug jpeg netpbm sqlite svg spell"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	app-text/ghostscript-gpl
+	<dev-scheme/guile-1.9[debug?,deprecated]
+	media-libs/freetype
+	x11-apps/xmodmap
+	x11-libs/libXext
+	virtual/latex-base
+	>=dev-qt/qtcore-5.9.1:5
+	>=dev-qt/qtgui-5.9.1:5
+	>=dev-qt/qtwidgets-5.9.1:5
+	>=dev-qt/qtprintsupport-5.9.1:5
+	sqlite? ( dev-db/sqlite )
+	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
+	netpbm? ( media-libs/netpbm )
+	spell? ( app-text/aspell )
+	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.99.2-desktop.patch
+
+	# remove new/delete declarations, bug 590002
+	"${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch
+
+	"${FILESDIR}"/${PN}-1.99.6-math_util.patch
+
+	# fix build failure on 32-bit systems, bug #652054
+	#	"${FILESDIR}"/${PN}-1.99.6-guile-size_t.patch
+	#"${FILESDIR}"/${PN}-1.99.9-guile-remove-deprecated.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_SQLITE3=$(usex sqlite 1 0)
+		-DDEBUG_ASSERT=$(usex debug 1 0)
+	)
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2019-08-06  9:56 Andrey Grozin
  0 siblings, 0 replies; 18+ messages in thread
From: Andrey Grozin @ 2019-08-06  9:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c71f6209a32bb2efc37e738d830439c07cbbf81b
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 09:54:48 2019 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 09:55:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71f6209

app-office/texmacs: bump to 1.99.11

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 app-office/texmacs/Manifest               |  1 +
 app-office/texmacs/texmacs-1.99.11.ebuild | 72 +++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+)

diff --git a/app-office/texmacs/Manifest b/app-office/texmacs/Manifest
index 66b61740d06..b77db540f9f 100644
--- a/app-office/texmacs/Manifest
+++ b/app-office/texmacs/Manifest
@@ -1,3 +1,4 @@
 DIST TeXmacs-1.99.10-src.tar.gz 31879944 BLAKE2B 3576d1abff1040d2b0236718a5ef5149bf0e445567408e44b85cae5d43a631acd42fa59f0973e375e347720083ee2368398a1a2cec6aa679c5f47a3952877615 SHA512 5da8e789a5f7b6b9e2846714c751173616e572b5426f2c29d7f979037b1bca1542c9e77048abf9c5b95974e7b198c2a857bfa84eeb428390b2c1088bf87984d8
+DIST TeXmacs-1.99.11-src.tar.gz 32798336 BLAKE2B 352e333b51fbf27589377f638dda4f4fa09ca6aee6d0016a103ef3b4ba71b766930b7202f6fc3d060f72e4ccbbf311f438975317844587461880f99c7dff596d SHA512 3f3481834baeeee93afc2c2de1666297b8c02d7dc5223b00ee93120e175503c91bdcc3d9ff4d8df498033064b2e67b12ffd47af9e8b95ad5eee12b47ec076855
 DIST TeXmacs-1.99.6-src.tar.gz 25081652 BLAKE2B 08d0a141ff1b8ab59def50c636d917f9290488031d6f7f4343be4a04af44d8994dc791eb23a2a2b71b7a853a3a90482313062fbfc045cf585afdf8f1f8d2a5f3 SHA512 2e262037654493075cc4a3d47b93de08c3ad2d6f10ce5fe814a8046b38d327c5dd88c1575dff7e2145f1541f9765dc50ec5abcd63146090eea98ab5db9d103ee
 DIST TeXmacs-1.99.9-src.tar.gz 30109108 BLAKE2B 182db26c645e1445780f8e153f7283eb517ec3aa8be6ce137b6c305df33657f15c3efb57198e81f8dd9e1682b3bf1c6c0ff6f3798c54bcb74aedb8b3cef67b40 SHA512 96971060536007e542cd3e1789f07bcc30ceda01cbf32cabf43e3a5e61a2ba15f604e49601d891a956732d90d224353f8dac495be05677758146206b549f9d1f

diff --git a/app-office/texmacs/texmacs-1.99.11.ebuild b/app-office/texmacs/texmacs-1.99.11.ebuild
new file mode 100644
index 00000000000..ec2993ea4b5
--- /dev/null
+++ b/app-office/texmacs/texmacs-1.99.11.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils qmake-utils
+
+MY_P=${P/tex/TeX}-src
+
+DESCRIPTION="Wysiwyg text processor with high-quality maths"
+HOMEPAGE="http://www.texmacs.org/"
+SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="debug jpeg netpbm sqlite svg spell"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	app-text/ghostscript-gpl
+	<dev-scheme/guile-1.9[debug?,deprecated]
+	media-libs/freetype
+	x11-apps/xmodmap
+	x11-libs/libXext
+	virtual/latex-base
+	>=dev-qt/qtcore-5.9.1:5
+	>=dev-qt/qtgui-5.9.1:5
+	>=dev-qt/qtwidgets-5.9.1:5
+	>=dev-qt/qtprintsupport-5.9.1:5
+	sqlite? ( dev-db/sqlite )
+	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
+	netpbm? ( media-libs/netpbm )
+	spell? ( app-text/aspell )
+	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )
+"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto"
+
+S="${WORKDIR}/${MY_P}"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.99.2-desktop.patch
+
+	# remove new/delete declarations, bug 590002
+	"${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch
+
+	"${FILESDIR}"/${PN}-1.99.6-math_util.patch
+
+	# fix build failure on 32-bit systems, bug #652054
+	#	"${FILESDIR}"/${PN}-1.99.6-guile-size_t.patch
+	#"${FILESDIR}"/${PN}-1.99.9-guile-remove-deprecated.patch
+)
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_SQLITE3=$(usex sqlite 1 0)
+		-DDEBUG_ASSERT=$(usex debug 1 0)
+	)
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2020-12-25 16:44 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-12-25 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     49fad8f70418a8f14167b5327531be56e1c96c4c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:43:46 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:43:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fad8f7

app-office/texmacs: Drop superfluous qmake-utils

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/texmacs/texmacs-1.99.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texmacs/texmacs-1.99.11.ebuild b/app-office/texmacs/texmacs-1.99.11.ebuild
index be650e93d30..f2326cb3e65 100644
--- a/app-office/texmacs/texmacs-1.99.11.ebuild
+++ b/app-office/texmacs/texmacs-1.99.11.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils xdg-utils qmake-utils
+inherit cmake-utils xdg-utils
 
 MY_P=${P/tex/TeX}-src
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2020-12-25 16:44 Andreas Sturmlechner
  0 siblings, 0 replies; 18+ messages in thread
From: Andreas Sturmlechner @ 2020-12-25 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     72f6b2545175bc81b3fdf88436fca16688203823
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 16:43:22 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 16:43:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f6b254

app-office/texmacs: Drop gnome2-utils

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/app-office/texmacs/texmacs-1.99.11.ebuild b/app-office/texmacs/texmacs-1.99.11.ebuild
index ec2993ea4b5..be650e93d30 100644
--- a/app-office/texmacs/texmacs-1.99.11.ebuild
+++ b/app-office/texmacs/texmacs-1.99.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils xdg-utils gnome2-utils qmake-utils
+inherit cmake-utils xdg-utils qmake-utils
 
 MY_P=${P/tex/TeX}-src
 
@@ -62,11 +62,11 @@ src_configure() {
 pkg_postinst() {
 	xdg_desktop_database_update
 	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 }
 
 pkg_postrm() {
 	xdg_desktop_database_update
 	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
+	xdg_icon_cache_update
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2021-02-05 22:19 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-02-05 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b0b286d0e290471aa8ab2f3eee57da4df99b8ba9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 22:19:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 22:19:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b286d0

app-office/texmacs: add github remote-id

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/texmacs/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-office/texmacs/metadata.xml b/app-office/texmacs/metadata.xml
index ba45e88b5f0..c4e023727be 100644
--- a/app-office/texmacs/metadata.xml
+++ b/app-office/texmacs/metadata.xml
@@ -12,4 +12,7 @@
   <use>
     <flag name="netpbm">Add support for <pkg>media-libs/netpbm</pkg></flag>
   </use>
+  <upstream>
+    <remote-id type="github">texmacs/texmacs</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2022-06-21  9:43 Ulrich Müller
  0 siblings, 0 replies; 18+ messages in thread
From: Ulrich Müller @ 2022-06-21  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     06f37cc3b397cb5849f125b6854b9e96b7390cb2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 08:39:07 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 09:43:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f37cc3

app-office/texmacs: Drop dependency on media-gfx/jpeg2ps

jpeg2ps is slated for removal.

Bug: https://bugs.gentoo.org/851708
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-office/texmacs/texmacs-2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/texmacs/texmacs-2.1.ebuild b/app-office/texmacs/texmacs-2.1.ebuild
index e0775e242482..f7e5e331df3e 100644
--- a/app-office/texmacs/texmacs-2.1.ebuild
+++ b/app-office/texmacs/texmacs-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -28,7 +28,7 @@ RDEPEND="
 	>=dev-qt/qtwidgets-5.9.1:5
 	>=dev-qt/qtprintsupport-5.9.1:5
 	sqlite? ( dev-db/sqlite )
-	jpeg? ( || ( media-gfx/imagemagick media-gfx/jpeg2ps ) )
+	jpeg? ( media-gfx/imagemagick )
 	netpbm? ( media-libs/netpbm )
 	spell? ( app-text/aspell )
 	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2022-06-21  9:43 Ulrich Müller
  0 siblings, 0 replies; 18+ messages in thread
From: Ulrich Müller @ 2022-06-21  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     cabb675f70b5312431d12f18439f97dd74c69b0a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 08:40:43 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 09:43:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabb675f

app-office/texmacs: update HOMEPAGE, SRC_URI

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-office/texmacs/texmacs-2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/texmacs/texmacs-2.1.ebuild b/app-office/texmacs/texmacs-2.1.ebuild
index f7e5e331df3e..84148ee39858 100644
--- a/app-office/texmacs/texmacs-2.1.ebuild
+++ b/app-office/texmacs/texmacs-2.1.ebuild
@@ -8,8 +8,8 @@ inherit cmake xdg-utils
 MY_P=${P/tex/TeX}-src
 
 DESCRIPTION="Wysiwyg text processor with high-quality maths"
-HOMEPAGE="http://www.texmacs.org/"
-SRC_URI="http://www.texmacs.org/Download/ftp/tmftp/source/${MY_P}.tar.gz"
+HOMEPAGE="https://www.texmacs.org/"
+SRC_URI="https://www.texmacs.org/Download/ftp/tmftp/source/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/
@ 2022-07-16 22:44 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-07-16 22:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0910742b27ee66049ccf5e6450e6ab0a265f014c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 16 21:10:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 16 22:44:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0910742b

app-office/texmacs: depend on imagemagick-tools

Closes: https://bugs.gentoo.org/314227
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-office/texmacs/{texmacs-2.1.ebuild => texmacs-2.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/texmacs/texmacs-2.1.ebuild b/app-office/texmacs/texmacs-2.1-r1.ebuild
similarity index 96%
rename from app-office/texmacs/texmacs-2.1.ebuild
rename to app-office/texmacs/texmacs-2.1-r1.ebuild
index 84148ee39858..c6414ad9d123 100644
--- a/app-office/texmacs/texmacs-2.1.ebuild
+++ b/app-office/texmacs/texmacs-2.1-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	>=dev-qt/qtwidgets-5.9.1:5
 	>=dev-qt/qtprintsupport-5.9.1:5
 	sqlite? ( dev-db/sqlite )
-	jpeg? ( media-gfx/imagemagick )
+	jpeg? ( virtual/imagemagick-tools[jpeg] )
 	netpbm? ( media-libs/netpbm )
 	spell? ( app-text/aspell )
 	svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) )


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

end of thread, other threads:[~2022-07-16 22:44 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21  9:43 [gentoo-commits] repo/gentoo:master commit in: app-office/texmacs/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2022-07-16 22:44 Sam James
2022-06-21  9:43 Ulrich Müller
2021-02-05 22:19 Sam James
2020-12-25 16:44 Andreas Sturmlechner
2020-12-25 16:44 Andreas Sturmlechner
2019-08-06  9:56 Andrey Grozin
2019-06-29  6:04 Andrey Grozin
2018-05-06 18:25 Matt Turner
2018-03-30 17:14 Aaron Bauman
2018-01-24  6:41 Andrey Grozin
2017-12-28 16:09 Andrey Grozin
2016-08-11 15:57 Andrey Grozin
2016-08-11 15:53 Andrey Grozin
2016-07-31 20:51 Michael Palimaka
2016-07-31 20:04 David Seifert
2016-07-31 19:58 David Seifert
2016-07-31 11:32 David Seifert

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