From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73C87139694 for ; Thu, 27 Apr 2017 12:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C3FBE0DBD; Thu, 27 Apr 2017 12:17:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F38E0E0DBD for ; Thu, 27 Apr 2017 12:17:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D6563416CC for ; Thu, 27 Apr 2017 12:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F042744C for ; Thu, 27 Apr 2017 12:17:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1493295425.17865cdbac4f7d24b93b97d298196bad3bb8d221.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/tea/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/tea/Manifest app-editors/tea/tea-42.0.0.ebuild X-VCS-Directories: app-editors/tea/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 17865cdbac4f7d24b93b97d298196bad3bb8d221 X-VCS-Branch: master Date: Thu, 27 Apr 2017 12:17:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5b869c7e-76fa-463d-b451-3d4de60079b4 X-Archives-Hash: a4c4b1f32e3b0053741f9df074c033b5 commit: 17865cdbac4f7d24b93b97d298196bad3bb8d221 Author: Michael Palimaka gentoo org> AuthorDate: Thu Apr 27 12:13:31 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Apr 27 12:17:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17865cdb app-editors/tea: remove 42.0.0 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-editors/tea/Manifest | 1 - app-editors/tea/tea-42.0.0.ebuild | 52 --------------------------------------- 2 files changed, 53 deletions(-) diff --git a/app-editors/tea/Manifest b/app-editors/tea/Manifest index 90896b4fedf..fe7c8510206 100644 --- a/app-editors/tea/Manifest +++ b/app-editors/tea/Manifest @@ -1,2 +1 @@ -DIST tea-42.0.0.tar.bz2 383237 SHA256 4981a361985677fceaa32d2911a95522ea715a362d05d9f61501063495321203 SHA512 d5b746198ff1c02cb832db333b1ff0d141427b4dccbf2d3d3d0ee8722089a4c1ca0a70af7331b78f1a296f4201d25252a7f9f7040bbcd89b6bde09f2fe9a1b7d WHIRLPOOL 2bb3c7863f362be8488683b260d3a9de76ecf7ec1a0b21417ce65d6cc83c57f629db530d71b5fbedc42043a110e76b47ccf20e20290ed191274d92ca61e934c4 DIST tea-43.1.0.tar.bz2 398524 SHA256 36fa3e28391d06f75f67926f5259999829c40c069fb76331a19f3528b463573a SHA512 1b647e1df81ebbcdf73e2335df34a73aca49c80b90b5bbabc05f52277f142e52e35922f788fbff12627f68aafd9ab18601e4cda964628a16025545240cf6e3de WHIRLPOOL 2f01a342d352e419ef7db264d654918494a769f2dfa76561274a3e1911ec194c68f3f8a40bb997b856781fd0b51b542c2db7b6ee10f2ec6f92c4be10d4042bda diff --git a/app-editors/tea/tea-42.0.0.ebuild b/app-editors/tea/tea-42.0.0.ebuild deleted file mode 100644 index 89912d2a258..00000000000 --- a/app-editors/tea/tea-42.0.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils qmake-utils - -DESCRIPTION="Small, lightweight Qt text editor" -HOMEPAGE="http://tea.ourproject.org/" -SRC_URI="http://tea.ourproject.org/dloads/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="aspell hunspell" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - sys-libs/zlib - aspell? ( app-text/aspell ) - hunspell? ( app-text/hunspell:= ) -" -DEPEND="${RDEPEND} - hunspell? ( virtual/pkgconfig ) -" - -DOCS=( AUTHORS ChangeLog NEWS NEWS-RU TODO ) - -src_configure() { - eqmake5 src.pro \ - $(use aspell || echo CONFIG+=noaspell) \ - $(use hunspell || echo CONFIG+=nohunspell) -} - -src_install() { - dobin bin/tea - - einstalldocs - docinto html - dodoc manuals/*.html - - insinto /usr/share/qt5/translations - doins translations/${PN}_*.qm - - newicon icons/tea-icon-v3-01.png ${PN}.png - make_desktop_entry ${PN} 'Tea Editor' -}