Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/tea/
Date: Sat, 30 Sep 2017 07:22:32
Message-Id: 1506756133.51582575155beeb2799fde94b9caf16024f79075.kensington@gentoo
1 commit: 51582575155beeb2799fde94b9caf16024f79075
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 06:29:06 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 07:22:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51582575
7
8 app-editors/tea: remove 43.1.0/44.0.0
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-editors/tea/Manifest | 2 --
13 app-editors/tea/tea-43.1.0.ebuild | 56 ---------------------------------------
14 app-editors/tea/tea-44.0.0.ebuild | 56 ---------------------------------------
15 3 files changed, 114 deletions(-)
16
17 diff --git a/app-editors/tea/Manifest b/app-editors/tea/Manifest
18 index 9cc488e6aff..b10c6b723a2 100644
19 --- a/app-editors/tea/Manifest
20 +++ b/app-editors/tea/Manifest
21 @@ -1,3 +1 @@
22 -DIST tea-43.1.0.tar.bz2 398524 SHA256 36fa3e28391d06f75f67926f5259999829c40c069fb76331a19f3528b463573a SHA512 1b647e1df81ebbcdf73e2335df34a73aca49c80b90b5bbabc05f52277f142e52e35922f788fbff12627f68aafd9ab18601e4cda964628a16025545240cf6e3de WHIRLPOOL 2f01a342d352e419ef7db264d654918494a769f2dfa76561274a3e1911ec194c68f3f8a40bb997b856781fd0b51b542c2db7b6ee10f2ec6f92c4be10d4042bda
23 -DIST tea-44.0.0.tar.bz2 420495 SHA256 c7a7a6777a816bfce006852040abfc9fe72669301eaa637b7cde8c00ad05fe85 SHA512 cc97270eb92ecec7bd1690e337ae5d9749fd24d7e185d083318bf4bb7c79efe5a15c9e2a85111e498e83716fd58e76c7285c697ba4ebbca96e72770d1cadfc48 WHIRLPOOL 4550279244696e56f4f92f631ea41ddcb40986b3239de914ab89d721a6384081bdfcde91231cbd99736d040bb2eb8f240c89b8e915604e7bd795787891ccefa9
24 DIST tea-44.1.0.tar.bz2 402335 SHA256 28b665a4ab30defa6699f8625a771612c6e0ae3160abf19e0e3d0a3778599890 SHA512 a430ed6d23d828b12235f61ad3d37f36c28754dcde8ac6d382a251f4b21cc253d70adab96814ee2d31fd6e92d4b5fbc941386b6d485716020800b5fa5e71b194 WHIRLPOOL 363e729d3b3046dc064269f5c245fa751b003fc56b0241fdbe16de891c209be51e7d89a64b3d2527b5f47777c95aafd46c953c0581f2d6d6f6006ede4b5aabb3
25
26 diff --git a/app-editors/tea/tea-43.1.0.ebuild b/app-editors/tea/tea-43.1.0.ebuild
27 deleted file mode 100644
28 index d1b0080f7a8..00000000000
29 --- a/app-editors/tea/tea-43.1.0.ebuild
30 +++ /dev/null
31 @@ -1,56 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit eutils qmake-utils
38 -
39 -DESCRIPTION="Small, lightweight Qt text editor"
40 -HOMEPAGE="http://tea.ourproject.org/"
41 -SRC_URI="http://tea.ourproject.org/dloads/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-3+"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86 ~x86-fbsd"
46 -IUSE="aspell djvu hunspell pdf"
47 -
48 -RDEPEND="
49 - dev-qt/qtcore:5
50 - dev-qt/qtdeclarative:5
51 - dev-qt/qtgui:5
52 - dev-qt/qtnetwork:5
53 - dev-qt/qtprintsupport:5
54 - dev-qt/qtwidgets:5
55 - sys-libs/zlib
56 - aspell? ( app-text/aspell )
57 - djvu? ( app-text/djvu )
58 - hunspell? ( app-text/hunspell:= )
59 - pdf? ( app-text/poppler[qt5] )
60 -"
61 -DEPEND="${RDEPEND}
62 - hunspell? ( virtual/pkgconfig )
63 -"
64 -
65 -DOCS=( AUTHORS ChangeLog NEWS NEWS-RU TODO )
66 -
67 -src_configure() {
68 - eqmake5 src.pro \
69 - $(use aspell || echo CONFIG+=noaspell) \
70 - $(use djvu && echo CONFIG+=usedjvu) \
71 - $(use hunspell || echo CONFIG+=nohunspell) \
72 - $(use pdf && echo CONFIG+=usepoppler)
73 -}
74 -
75 -src_install() {
76 - dobin bin/tea
77 -
78 - einstalldocs
79 - docinto html
80 - dodoc manuals/*.html
81 -
82 - insinto /usr/share/qt5/translations
83 - doins translations/${PN}_*.qm
84 -
85 - newicon icons/tea-icon-v3-01.png ${PN}.png
86 - make_desktop_entry ${PN} 'Tea Editor'
87 -}
88
89 diff --git a/app-editors/tea/tea-44.0.0.ebuild b/app-editors/tea/tea-44.0.0.ebuild
90 deleted file mode 100644
91 index e138f5083a4..00000000000
92 --- a/app-editors/tea/tea-44.0.0.ebuild
93 +++ /dev/null
94 @@ -1,56 +0,0 @@
95 -# Copyright 1999-2017 Gentoo Foundation
96 -# Distributed under the terms of the GNU General Public License v2
97 -
98 -EAPI=6
99 -
100 -inherit eutils qmake-utils
101 -
102 -DESCRIPTION="Small, lightweight Qt text editor"
103 -HOMEPAGE="https://tea.ourproject.org/"
104 -SRC_URI="https://tea.ourproject.org/dloads/${P}.tar.bz2"
105 -
106 -LICENSE="GPL-3+"
107 -SLOT="0"
108 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
109 -IUSE="aspell djvu hunspell pdf"
110 -
111 -RDEPEND="
112 - dev-qt/qtcore:5
113 - dev-qt/qtdeclarative:5
114 - dev-qt/qtgui:5
115 - dev-qt/qtnetwork:5
116 - dev-qt/qtprintsupport:5
117 - dev-qt/qtwidgets:5
118 - sys-libs/zlib
119 - aspell? ( app-text/aspell )
120 - djvu? ( app-text/djvu )
121 - hunspell? ( app-text/hunspell:= )
122 - pdf? ( app-text/poppler[qt5] )
123 -"
124 -DEPEND="${RDEPEND}
125 - hunspell? ( virtual/pkgconfig )
126 -"
127 -
128 -DOCS=( AUTHORS ChangeLog NEWS NEWS-RU TODO )
129 -
130 -src_configure() {
131 - eqmake5 src.pro \
132 - $(use aspell || echo CONFIG+=noaspell) \
133 - $(use djvu && echo CONFIG+=usedjvu) \
134 - $(use hunspell || echo CONFIG+=nohunspell) \
135 - $(use pdf && echo CONFIG+=usepoppler)
136 -}
137 -
138 -src_install() {
139 - dobin bin/tea
140 -
141 - einstalldocs
142 - docinto html
143 - dodoc manuals/*.html
144 -
145 - insinto /usr/share/qt5/translations
146 - doins translations/${PN}_*.qm
147 -
148 - newicon icons/tea-icon-v3-01.png ${PN}.png
149 - make_desktop_entry ${PN} 'Tea Editor'
150 -}