Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/
Date: Sat, 26 May 2018 12:53:43
Message-Id: 1527339198.0cbd8f9ec6310e05c06eed8c10d5ef3a16c7ce9a.soap@gentoo
1 commit: 0cbd8f9ec6310e05c06eed8c10d5ef3a16c7ce9a
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Sat May 12 13:50:50 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 12:53:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cbd8f9e
7
8 media-video/gaupol: remove old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 media-video/gaupol/Manifest | 2 --
13 media-video/gaupol/gaupol-1.0.ebuild | 60 ------------------------------------
14 media-video/gaupol/gaupol-1.2.ebuild | 60 ------------------------------------
15 3 files changed, 122 deletions(-)
16
17 diff --git a/media-video/gaupol/Manifest b/media-video/gaupol/Manifest
18 index 283f5002285..d6bc3ff9b65 100644
19 --- a/media-video/gaupol/Manifest
20 +++ b/media-video/gaupol/Manifest
21 @@ -1,5 +1,3 @@
22 DIST gaupol-0.91.tar.gz 518493 BLAKE2B 76a01579c12084e5b7b25f9582126c33070a1df1ce230adfdea66d698830888065c8ea160da70e39550f02dc28f61d8c529aa50c2e75768ed7a2ff3e6165919f SHA512 92459ec0a7d77c8e4a34f44489ae8fc01feeb2d34f6fd152c8bfeaf72b8235c680155698c55e7f9d46ce82bee8274b14313b6a43167f65f784511e583d4858fb
23 -DIST gaupol-1.0.tar.gz 520620 BLAKE2B 206e1d2ecde6d8f7863fb9ecb7008b3345a2ee6e51993a6f90525bc3e1bde3252c72a725904ea0c37a46a2fd827160e3f576d2e352b40190a045b9f4b8bdeb11 SHA512 1f6a9ff1bf6722473aa53c9c8e787ce9d25669bbafe19b4c117965bf281307365cb4cd31241af92b0623ead8a9627d38c5811d5b361c8707ac3467d520c1d89c
24 -DIST gaupol-1.2.tar.gz 504222 BLAKE2B 878b62584e472961f60e84751a6bb8afe8e8ad7791aab1f670a61f9059376721a2bbfe45459c2d218782973db49d6a7539f869421c207bfcc709f82293dfd8f0 SHA512 03738c9ad3f22deaa5588bbd272a6ad7a837ad5fffe72afea0ad0580be8288c956993b6986a74754c3ede70a9465a569fe4c1b95f4f7b35d6356bddf914285bb
25 DIST gaupol-1.3.1.tar.gz 506676 BLAKE2B b45816211878cc00cfc32b8653120fe10f8d2b9f43468ea600527ad855744e0dce26df00f0715d78661510d322bd531836e14ebbe7a7ff673abb3be45e5eff1b SHA512 942c019f8943c888cd20c01ce3aa26d6d54a05ddfe4b5be37e35d41e9e24a5bc2cb995a768663c42933eb889f2167dc4408101d31c117c58d6f49d76abca52af
26 DIST gaupol-1.4.tar.gz 524369 BLAKE2B 6f27ce3328339fc2f6248bb58d80965a5a26fed220ddf9c989a5029b4322ea790f768cb9e0472bb2c5eae4e4da3abd4b0f808e785273ff9fb787ff5b7df5d137 SHA512 da9256dd8dafeaff012226a8ff09807c7cb7609c293bde7d90b05b4f75c47751e65181f1bf47dff1c8e979f48186996253141ff18e849786bf2cff5ed5555148
27
28 diff --git a/media-video/gaupol/gaupol-1.0.ebuild b/media-video/gaupol/gaupol-1.0.ebuild
29 deleted file mode 100644
30 index 7121a856143..00000000000
31 --- a/media-video/gaupol/gaupol-1.0.ebuild
32 +++ /dev/null
33 @@ -1,60 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python{3_4,3_5} )
40 -
41 -inherit distutils-r1 gnome2-utils virtualx xdg-utils
42 -
43 -DESCRIPTION="A subtitle editor for text-based subtitles"
44 -HOMEPAGE="https://otsaloma.io/gaupol/"
45 -SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2+"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="spell test"
51 -
52 -RDEPEND="app-text/iso-codes
53 - dev-python/chardet[${PYTHON_USEDEP}]
54 - dev-python/pygobject:3[${PYTHON_USEDEP}]
55 - x11-libs/gtk+:3[introspection]
56 - spell? (
57 - app-text/gtkspell:3
58 - >=dev-python/pyenchant-1.4[${PYTHON_USEDEP}]
59 - )"
60 -DEPEND="${RDEPEND}
61 - dev-util/intltool
62 - sys-devel/gettext
63 - test? (
64 - dev-python/pytest[${PYTHON_USEDEP}]
65 - dev-python/pytest-runner[${PYTHON_USEDEP}]
66 - )
67 -"
68 -
69 -DOCS=( AUTHORS.md NEWS.md TODO.md README.md README.aeidon.md )
70 -
71 -pkg_postinst() {
72 - xdg_desktop_database_update
73 - xdg_mimeinfo_database_update
74 - gnome2_icon_cache_update
75 - if [[ -z ${REPLACING_VERSIONS} ]]; then
76 - elog "Previewing support needs MPV, MPlayer or VLC."
77 -
78 - if use spell; then
79 - elog "Additionally, spell-checking requires a dictionary, any of"
80 - elog "Aspell/Pspell, Ispell, MySpell, Uspell, Hspell or AppleSpell."
81 - fi
82 - fi
83 -}
84 -
85 -python_test() {
86 - virtx py.test
87 -}
88 -
89 -pkg_postrm() {
90 - xdg_desktop_database_update
91 - xdg_mimeinfo_database_update
92 - gnome2_icon_cache_update
93 -}
94
95 diff --git a/media-video/gaupol/gaupol-1.2.ebuild b/media-video/gaupol/gaupol-1.2.ebuild
96 deleted file mode 100644
97 index 8bd93df6c49..00000000000
98 --- a/media-video/gaupol/gaupol-1.2.ebuild
99 +++ /dev/null
100 @@ -1,60 +0,0 @@
101 -# Copyright 1999-2017 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=6
105 -
106 -PYTHON_COMPAT=( python3_{4,5,6} )
107 -
108 -inherit distutils-r1 gnome2-utils virtualx xdg-utils
109 -
110 -DESCRIPTION="A subtitle editor for text-based subtitles"
111 -HOMEPAGE="https://otsaloma.io/gaupol/"
112 -SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
113 -
114 -LICENSE="GPL-2+"
115 -SLOT="0"
116 -KEYWORDS="~amd64 ~x86"
117 -IUSE="spell test"
118 -
119 -RDEPEND="app-text/iso-codes
120 - dev-python/chardet[${PYTHON_USEDEP}]
121 - dev-python/pygobject:3[${PYTHON_USEDEP}]
122 - x11-libs/gtk+:3[introspection]
123 - spell? (
124 - app-text/gtkspell:3
125 - >=dev-python/pyenchant-1.4[${PYTHON_USEDEP}]
126 - )"
127 -DEPEND="${RDEPEND}
128 - dev-util/intltool
129 - sys-devel/gettext
130 - test? (
131 - dev-python/pytest[${PYTHON_USEDEP}]
132 - dev-python/pytest-runner[${PYTHON_USEDEP}]
133 - )
134 -"
135 -
136 -DOCS=( AUTHORS.md NEWS.md TODO.md README.md README.aeidon.md )
137 -
138 -python_test() {
139 - virtx py.test
140 -}
141 -
142 -pkg_postinst() {
143 - xdg_desktop_database_update
144 - xdg_mimeinfo_database_update
145 - gnome2_icon_cache_update
146 - if [[ -z ${REPLACING_VERSIONS} ]]; then
147 - elog "Previewing support needs MPV, MPlayer or VLC."
148 -
149 - if use spell; then
150 - elog "Additionally, spell-checking requires a dictionary, any of"
151 - elog "Aspell/Pspell, Ispell, MySpell, Uspell, Hspell or AppleSpell."
152 - fi
153 - fi
154 -}
155 -
156 -pkg_postrm() {
157 - xdg_desktop_database_update
158 - xdg_mimeinfo_database_update
159 - gnome2_icon_cache_update
160 -}