From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ghostwriter/
Date: Tue, 11 Jun 2019 00:58:55 +0000 (UTC) [thread overview]
Message-ID: <1560214720.31497943181eb73df55e4656d678b690aeb950fb.asturm@gentoo> (raw)
commit: 31497943181eb73df55e4656d678b690aeb950fb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 00:58:17 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 00:58:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31497943
app-editors/ghostwriter: Drop old
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/ghostwriter/Manifest | 2 -
app-editors/ghostwriter/ghostwriter-1.5.0.ebuild | 57 ------------------------
app-editors/ghostwriter/ghostwriter-1.7.3.ebuild | 55 -----------------------
3 files changed, 114 deletions(-)
diff --git a/app-editors/ghostwriter/Manifest b/app-editors/ghostwriter/Manifest
index 38949299e56..4edaa3d126b 100644
--- a/app-editors/ghostwriter/Manifest
+++ b/app-editors/ghostwriter/Manifest
@@ -1,4 +1,2 @@
-DIST ghostwriter-1.5.0.tar.gz 620301 BLAKE2B 07af6c6b176f15a7b6bee0594936a346160783c553dfd91cd69bde3975ada5c125920c1029ab19aee21c89576c6fab311f7a893447c457ff5a174149e57f67bb SHA512 4b6e1430342069b224f7aece30d5a592a43e9f702cb93fc073fded741771ea74b8478203aeaecdabb791aa7ddd8055d5c36346518adc7dd19b61e5f2e2cbe219
-DIST ghostwriter-1.7.3.tar.gz 673328 BLAKE2B 5304f5218da5fe535dea1ed9d43c4358212d9b1025dcc7102a77852c833ba1301d59539df4e2a44fd8a46abe7dfbdc7c6ab490d3f9e8ed5f7b4571b604c3bbb6 SHA512 a6f7e64078bdb3ecd9ea48ead8e96811e62215292a1c4a269f23efb6c0403c62fb0aab3e1303397b08036a7f3507d04a8eb8c14baafd78f64fea20805bb24a5a
DIST ghostwriter-1.7.4.tar.gz 1195162 BLAKE2B 6339161b73b6e8cf9fce37da5133416512a61289189fb3f574af96753e62e8e364d610dd277542bd18b4ec44692dc149d4b3d5a6cd89894536d4dc898994c667 SHA512 b09e0f8152cd8bdd4465f20d94134ea6ef840b4ccd6d9f75bce8452917d98adc89093c661ecde0400fba7d68f832633c8fe0b19a1607ce79e3f400caa573da8f
DIST ghostwriter-1.8.0.tar.gz 1195999 BLAKE2B d751e570aed94bcf0806ca20d82b0ac2b465649caf31f01b761f0370a4f1b04ac8f948213b15c05a71541b8068ef21dfb2105b5fc91d5637e498e2d4c8f6bf9a SHA512 aff500d9221f28f6a06a93bf0b5ddb590792b22bc551749b790f52751cd7f2e27ea59778927c2f117320cb1791b45d51d8efdf479f0894319755afb1a509f7bd
diff --git a/app-editors/ghostwriter/ghostwriter-1.5.0.ebuild b/app-editors/ghostwriter/ghostwriter-1.5.0.ebuild
deleted file mode 100644
index d1344c71a9d..00000000000
--- a/app-editors/ghostwriter/ghostwriter-1.5.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PLOCALES="cs de en es fr it ja pt_BR ru"
-
-inherit l10n qmake-utils
-
-DESCRIPTION="Cross-platform, aesthetic, distraction-free markdown editor"
-HOMEPAGE="http://wereturtle.github.io/ghostwriter/"
-SRC_URI="https://github.com/wereturtle/ghostwriter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
- app-text/hunspell
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtprintsupport:5
- dev-qt/qtwebkit:5
- dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}
- dev-qt/qtconcurrent:5
-"
-
-DOCS=( CREDITS.md README.md )
-
-src_prepare() {
- default
-
- local mylrelease="$(qt5_get_bindir)"/lrelease
-
- sed -i -e "/^VERSION =/s/\$.*/${PV}/" ghostwriter.pro || die "failed to override version"
-
- prepare_locale() {
- "${mylrelease}" "translations/${PN}_${1}.ts" || die "failed to prepare ${1} locale"
- }
-
- l10n_find_plocales_changes translations ${PN}_ .ts
- l10n_for_each_locale_do prepare_locale
-}
-
-src_configure() {
- eqmake5 \
- CONFIG+=$(usex debug debug release) \
- PREFIX="${EPREFIX}"/usr
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}
diff --git a/app-editors/ghostwriter/ghostwriter-1.7.3.ebuild b/app-editors/ghostwriter/ghostwriter-1.7.3.ebuild
deleted file mode 100644
index 6988d84d5c1..00000000000
--- a/app-editors/ghostwriter/ghostwriter-1.7.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils xdg-utils
-
-DESCRIPTION="Cross-platform, aesthetic, distraction-free markdown editor"
-HOMEPAGE="https://wereturtle.github.io/ghostwriter/"
-SRC_URI="https://github.com/wereturtle/ghostwriter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
- app-text/hunspell
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtprintsupport:5
- dev-qt/qtwebkit:5
- dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
- dev-qt/qtconcurrent:5
-"
-
-DOCS=( CREDITS.md README.md )
-
-src_prepare() {
- default
-
- sed -i -e "/^VERSION =/s/\$.*/${PV}/" ghostwriter.pro || die "failed to override version"
-}
-
-src_configure() {
- eqmake5 \
- CONFIG+=$(usex debug debug release) \
- PREFIX="${EPREFIX}"/usr
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
- einstalldocs
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
next reply other threads:[~2019-06-11 0:59 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-11 0:58 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-07 19:11 [gentoo-commits] repo/gentoo:master commit in: app-editors/ghostwriter/ Andreas Sturmlechner
2024-11-06 19:52 Andreas Sturmlechner
2024-10-10 18:57 Andreas Sturmlechner
2024-09-05 16:50 Andreas Sturmlechner
2024-09-01 19:36 Arthur Zamarin
2024-08-31 21:19 Sam James
2024-08-24 12:50 Andreas Sturmlechner
2024-07-04 12:06 Andreas Sturmlechner
2024-07-02 11:46 Sam James
2024-06-13 16:54 Andreas Sturmlechner
2024-05-23 16:00 Andreas Sturmlechner
2024-04-11 20:40 Andreas Sturmlechner
2024-03-21 15:39 Andreas Sturmlechner
2024-03-05 17:22 Arthur Zamarin
2024-02-15 12:34 Andreas Sturmlechner
2024-01-08 11:15 Andreas Sturmlechner
2024-01-08 11:15 Andreas Sturmlechner
2023-12-09 10:29 Andreas Sturmlechner
2023-11-09 13:09 Andreas Sturmlechner
2023-10-12 13:23 Andreas Sturmlechner
2023-09-15 20:09 Andreas Sturmlechner
2023-08-25 8:30 Andreas Sturmlechner
2023-08-09 21:16 Andreas Sturmlechner
2023-08-02 17:43 Sam James
2023-07-08 9:33 Arthur Zamarin
2023-07-06 14:24 Andreas Sturmlechner
2023-06-08 11:43 Andreas Sturmlechner
2023-05-11 16:04 Andreas Sturmlechner
2023-04-22 9:13 Andreas Sturmlechner
2023-04-20 21:40 Sam James
2023-04-20 21:27 Sam James
2023-04-16 19:54 Andreas Sturmlechner
2022-12-18 18:20 Andreas Sturmlechner
2022-12-18 10:14 Andreas Sturmlechner
2022-12-18 10:14 Andreas Sturmlechner
2022-11-14 7:46 Joonas Niilola
2022-11-14 7:46 Joonas Niilola
2022-11-08 18:26 Andreas Sturmlechner
2022-09-24 10:01 Andreas Sturmlechner
2022-09-15 6:44 Joonas Niilola
2022-09-14 15:35 Jakov Smolić
2022-07-25 11:58 Joonas Niilola
2022-06-07 5:02 Joonas Niilola
2022-06-07 5:02 Joonas Niilola
2022-04-25 12:46 Joonas Niilola
2022-04-23 5:44 Joonas Niilola
2022-04-23 5:44 Joonas Niilola
2021-08-26 10:52 Joonas Niilola
2021-08-26 10:52 Joonas Niilola
2021-06-21 5:12 Joonas Niilola
2020-06-18 17:21 Andreas Sturmlechner
2020-03-11 22:05 Andreas Sturmlechner
2019-08-24 9:07 Andreas Sturmlechner
2019-06-05 7:47 Michał Górny
2018-12-23 1:25 Andreas Sturmlechner
2018-12-16 14:46 Andreas Sturmlechner
2018-10-27 15:57 Andreas Sturmlechner
2017-09-05 20:44 Patrice Clement
2017-03-12 22:51 Göktürk Yüksek
2017-03-02 21:40 Andreas Sturmlechner
2017-01-07 23:53 Andreas Sturmlechner
2016-02-24 20:59 Patrice Clement
2016-02-24 20:59 Patrice Clement
2016-02-24 20:59 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1560214720.31497943181eb73df55e4656d678b690aeb950fb.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox