public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/winefish/
@ 2017-01-22 14:18 Manuel Rüger
  0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2017-01-22 14:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b349c2a11071ad4450a6e774dcd1b54e24d54452
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 22 14:17:53 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Jan 22 14:17:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b349c2a1

app-text/winefish: Remove old

Package-Manager: portage-2.3.3

 app-text/winefish/Manifest                 |  1 -
 app-text/winefish/winefish-1.3.3-r1.ebuild | 45 ------------------------------
 2 files changed, 46 deletions(-)

diff --git a/app-text/winefish/Manifest b/app-text/winefish/Manifest
index 8c285c8..dadeba2 100644
--- a/app-text/winefish/Manifest
+++ b/app-text/winefish/Manifest
@@ -1,2 +1 @@
 DIST winefish-1.3.3.tar.gz 485772 SHA256 dab48badeb783a978c456256493345ae260f8847590b096e8a9a6e44dcced16f SHA512 216196694979093f5152eb7e3ccaa1e342b44bde4a054c2b6a72c38451d08cd03c3209f5becab8ce3f3c8aace089253a60dff8d8c2f679bb297b34d0fa1ff19c WHIRLPOOL 857db9e6e565b3d6e609fa2bd945ff98097626421f15f6fd5aa06ed904142e913ce61b64727c7d934fbd39c75cd62c2ee35a32b5908ced19a1e4818f4afa1fcd
-DIST winefish-1.3.3.tgz 478063 SHA256 b61a7edf954b0314695a3fc09b3780602d331b676e8ccea5b0aabe0427f6b7c7 SHA512 bc357d01d23ad5eed71e77754804201d0e13be20d6b9338b63b0599aeb174e9d1828f94251755c14494f135a3f53b76614c4a9fcc06467b49a04e07123c557ec WHIRLPOOL cc689a8a2904f938557dae8c79009664ed09da166be651b193d9487a89e0248ce07ebb7bf7016fb8be4c6daf8cd1451f3ecd6458d457e75d47b30d467b11985f

diff --git a/app-text/winefish/winefish-1.3.3-r1.ebuild b/app-text/winefish/winefish-1.3.3-r1.ebuild
deleted file mode 100644
index 2ec5524..00000000
--- a/app-text/winefish/winefish-1.3.3-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit eutils fdo-mime
-
-MY_PV=${PV/%[[:alpha:]]/}
-
-DESCRIPTION="LaTeX editor based on Bluefish"
-HOMEPAGE="http://winefish.berlios.de/"
-#SRC_URI="mirror://berlios/${PN}/${P}.tgz"
-SRC_URI="mirror://gentoo/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="spell"
-
-RDEPEND=">=x11-libs/gtk+-2.4:2
-	>=dev-libs/libpcre-6.3
-	spell? ( app-text/aspell )"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-nostrip.patch"
-}
-
-src_configure() {
-	econf --disable-update-databases
-}
-
-src_install() {
-	emake install DESTDIR="${D}" docdir=/usr/share/doc/${PF}/html || die "emake install failed"
-	dodoc AUTHORS CHANGES README ROADMAP THANKS TODO
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
-
-	elog "You need to emerge a TeX distribution to gain winefish's full capacity"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/winefish/
@ 2018-04-20 20:37 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2018-04-20 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6bee8b57088ffdb217f9f1fd7224dce0781ade8f
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 14:17:09 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 20:37:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bee8b57

app-text/winefish: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/winefish/winefish-1.3.3-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild b/app-text/winefish/winefish-1.3.3-r2.ebuild
index 95b899b38b9..2c873d65af7 100644
--- a/app-text/winefish/winefish-1.3.3-r2.ebuild
+++ b/app-text/winefish/winefish-1.3.3-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools eutils fdo-mime
+inherit autotools eutils xdg-utils
 
 MY_PV=${PV/%[[:alpha:]]/}
 
@@ -48,6 +48,6 @@ src_install() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
-	fdo-mime_mime_database_update
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/winefish/
@ 2019-08-29 11:39 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-08-29 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     621bc06243579169bdd03192ca3c30a516473f3a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:38:45 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:38:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621bc062

app-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-text/winefish/winefish-1.3.3-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild b/app-text/winefish/winefish-1.3.3-r2.ebuild
index 2c873d65af7..fa8b0eb5d30 100644
--- a/app-text/winefish/winefish-1.3.3-r2.ebuild
+++ b/app-text/winefish/winefish-1.3.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ MY_PV=${PV/%[[:alpha:]]/}
 
 DESCRIPTION="LaTeX editor based on Bluefish"
 HOMEPAGE="https://github.com/viettug/winefish"
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/viettug/winefish/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

end of thread, other threads:[~2019-08-29 11:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-22 14:18 [gentoo-commits] repo/gentoo:master commit in: app-text/winefish/ Manuel Rüger
  -- strict thread matches above, loose matches on Subject: below --
2018-04-20 20:37 David Seifert
2019-08-29 11:39 David Seifert

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