From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 49ABC13829C for ; Mon, 30 May 2016 17:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79B4421C028; Mon, 30 May 2016 17:00:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 068EB21C012 for ; Mon, 30 May 2016 17:00:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DB0633BF0B for ; Mon, 30 May 2016 17:00:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46E7895D for ; Mon, 30 May 2016 17:00:17 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1464627586.62285ee4c8cc69b5b488121789f2f4c88637ae73.pesa@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-41.1.0.ebuild X-VCS-Directories: app-editors/tea/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 62285ee4c8cc69b5b488121789f2f4c88637ae73 X-VCS-Branch: master Date: Mon, 30 May 2016 17:00:17 +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: a6426288-532b-47fb-a1fc-8d1ba7154636 X-Archives-Hash: ddf3e163f42b50399eef711ee69d514d commit: 62285ee4c8cc69b5b488121789f2f4c88637ae73 Author: Davide Pesavento gentoo org> AuthorDate: Mon May 30 16:06:02 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon May 30 16:59:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62285ee4 app-editors/tea: remove old Package-Manager: portage-2.3.0_rc1 app-editors/tea/Manifest | 1 - app-editors/tea/tea-41.1.0.ebuild | 57 --------------------------------------- 2 files changed, 58 deletions(-) diff --git a/app-editors/tea/Manifest b/app-editors/tea/Manifest index 35b7fe2..2a0b5c1 100644 --- a/app-editors/tea/Manifest +++ b/app-editors/tea/Manifest @@ -1,2 +1 @@ -DIST tea-41.1.0.tar.bz2 381370 SHA256 65ea128739802b7626a5a59de12b0e885dcef7a83f7bcd06b6d3aea830ed8717 SHA512 a46e0cdfce5c7d453c7783c59ad98b2b029847ddcc8ce0655c6e1ae45825426ac1b271ca7ad90f0219d8f796f507f6bdba0f2c764c563c8c23503b94be817eb7 WHIRLPOOL a3d00f5e42a145be2a7f3bf846832bf2a7e95e957abf4c928118be7607adb57fddfb906fbedaf7fa51665b25629beae0fe5b4db40886f42dfcf5c166e43717b5 DIST tea-41.1.1.tar.bz2 382592 SHA256 5f17a1f190c7a31f326273f5c987378f9fdbc3fc34a7d0a97529bc926492bef9 SHA512 087325a80f86b27c20174849a8477d1d994176f560fc0bc353cfa6bfcfc1e916bac42607d94640cd1c2e1abd6385db7a836557a6ef2defae6de0901195fc7975 WHIRLPOOL d1e48c2ba40d2978a06c2069927ba664b17f84039e96b349937ae5f159e32998a964fd86e8c89725bb36845aba541ba4eccfb91f939fb352b727e1cf2aa72548 diff --git a/app-editors/tea/tea-41.1.0.ebuild b/app-editors/tea/tea-41.1.0.ebuild deleted file mode 100644 index c1f2497..0000000 --- a/app-editors/tea/tea-41.1.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PLOCALES="de fr ru" - -inherit eutils l10n qmake-utils - -DESCRIPTION="Small, lightweight Qt text editor" -HOMEPAGE="http://tea.ourproject.org/ http://semiletov.org/tea/" -SRC_URI="http://tea.ourproject.org/dloads/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" -IUSE="aspell hunspell" - -RDEPEND=" - dev-qt/qtcore:4 - dev-qt/qtgui:4 - sys-libs/zlib - aspell? ( app-text/aspell ) - hunspell? ( app-text/hunspell ) -" -DEPEND="${RDEPEND} - hunspell? ( virtual/pkgconfig ) -" - -DOCS=( AUTHORS ChangeLog NEWS TODO ) - -src_configure() { - eqmake4 src.pro \ - $(use aspell || echo CONFIG+=noaspell) \ - $(use hunspell || echo CONFIG+=nohunspell) -} - -src_install() { - dobin bin/tea - - newicon icons/tea-icon-v3-01.png ${PN}.png - make_desktop_entry ${PN} 'Tea Editor' - - # translations - insinto /usr/share/qt4/translations - local lang - for lang in $(l10n_get_locales); do - doins translations/${PN}_${lang}.qm - done - - # docs - dohtml manuals/en.html - if use linguas_ru; then - dodoc NEWS-RU - dohtml manuals/ru.html - fi -}