public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/goldendict/
Date: Fri, 29 Sep 2017 03:47:02 +0000 (UTC)	[thread overview]
Message-ID: <1506656810.763735ed7e001d9bb0e5b1dd33ca20c80618c615.kensington@gentoo> (raw)

commit:     763735ed7e001d9bb0e5b1dd33ca20c80618c615
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 03:46:31 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 03:46:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763735ed

app-text/goldendict: remove 1.0.1

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-text/goldendict/Manifest                |  1 -
 app-text/goldendict/goldendict-1.0.1.ebuild | 66 -----------------------------
 2 files changed, 67 deletions(-)

diff --git a/app-text/goldendict/Manifest b/app-text/goldendict/Manifest
index 57ad4ccdc17..691e6189583 100644
--- a/app-text/goldendict/Manifest
+++ b/app-text/goldendict/Manifest
@@ -1,2 +1 @@
-DIST goldendict-1.0.1-src.tar.bz2 2705932 SHA256 b3fb0405a5edb38f02ef881b48c36e46e2eacf641b0caf8d99403f595a4be9a6 SHA512 6c35f804063e14ffc9fe9fbd86e710582c550d10fcabb83e7fb0f65ccad1e18eaa31578a96f0aea67276453239b8035f5a694c7d081f9a6f7a822d2b75ebce55 WHIRLPOOL f642692c5ac921d031e89a4512ac63eb665d5b3d02f2a4aea911566131188f877c173d4624eef073e3580e30d8291c1f0196d870738daf2be469783838305c4c
 DIST goldendict-1.5.0_rc2.tar.gz 19413751 SHA256 bccee0a3d3902f8fa31e439e220a405065fff774e5f8c581be2b0743d3f83fde SHA512 b88067a90df42b07d926231f624be8796f031b872443a45f9744ceeea27f39325bc665090f773528a26ad8391ae2423a29c602068bf2cc4ed5870a07646d2362 WHIRLPOOL f385a8536360b9401a67284d95be65d98d5f6b57d5af73852f5ec1af95c4ce36c9903e9ed04dbd67e7bf035b5b6745378344cc5efbb4923ce4ea31988f95f6ff

diff --git a/app-text/goldendict/goldendict-1.0.1.ebuild b/app-text/goldendict/goldendict-1.0.1.ebuild
deleted file mode 100644
index 8f0569d6aa3..00000000000
--- a/app-text/goldendict/goldendict-1.0.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PLOCALES="ar_SA bg_BG cs_CZ de_DE el_GR it_IT lt_LT ru_RU uk_UA vi_VN zh_CN"
-
-inherit l10n qt4-r2
-
-DESCRIPTION="Feature-rich dictionary lookup program"
-HOMEPAGE="http://goldendict.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-RDEPEND="
-	>=app-text/hunspell-1.2
-	media-libs/libogg
-	media-libs/libvorbis
-	media-libs/phonon[qt4]
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXtst
-	>=dev-qt/qtcore-4.5:4[exceptions,qt3support]
-	>=dev-qt/qtgui-4.5:4[exceptions,qt3support]
-	>=dev-qt/qtwebkit-4.5:4[exceptions]
-"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-"
-
-S=${WORKDIR}
-
-PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
-
-src_prepare() {
-	qt4-r2_src_prepare
-
-	l10n_for_each_disabled_locale_do editpro
-
-	# do not install duplicates
-	sed -e '/[icon,desktop]s2/d' -i ${PN}.pro || die
-
-	# fix desktop file
-	sed -e '/^Categories=/s/;Applications$/;/' -i redist/${PN}.desktop || die
-}
-
-src_configure() {
-	PREFIX="${EPREFIX}"/usr eqmake4
-}
-
-src_install() {
-	qt4-r2_src_install
-	l10n_for_each_locale_do insqm
-}
-
-editpro() {
-	sed -e "s;locale/${1}.ts;;" -i ${PN}.pro || die
-}
-
-insqm() {
-	insinto /usr/share/apps/${PN}/locale
-	doins locale/${1}.qm
-}


             reply	other threads:[~2017-09-29  3:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-29  3:47 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-25 17:44 [gentoo-commits] repo/gentoo:master commit in: app-text/goldendict/ Mikle Kolyada
2018-12-23 22:48 Andreas Sturmlechner
2018-02-22 10:51 Andreas Sturmlechner
2017-09-29  3:47 Michael Palimaka
2017-09-28 19:26 Andreas Sturmlechner
2017-09-28 19:09 Andreas Sturmlechner
2017-08-30 14:05 Michael Palimaka
2017-03-06  1:52 Göktürk Yüksek
2016-12-04 17:08 Michael Palimaka
2016-11-28 19:49 Michael Palimaka

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=1506656810.763735ed7e001d9bb0e5b1dd33ca20c80618c615.kensington@gentoo \
    --to=kensington@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