public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Louis Sautier" <sbraz@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/
Date: Sun, 12 Apr 2020 16:06:03 +0000 (UTC)	[thread overview]
Message-ID: <1586707426.0990e13ce3798b4fe16b8a5b5c6da1d9e8f5c9e8.sbraz@gentoo> (raw)

commit:     0990e13ce3798b4fe16b8a5b5c6da1d9e8f5c9e8
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 12 16:01:55 2020 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 16:03:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0990e13c

media-video/gaupol: remove old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 media-video/gaupol/Manifest          |  1 -
 media-video/gaupol/gaupol-1.5.ebuild | 63 ------------------------------------
 2 files changed, 64 deletions(-)

diff --git a/media-video/gaupol/Manifest b/media-video/gaupol/Manifest
index 9a0ed242ba3..b718802f723 100644
--- a/media-video/gaupol/Manifest
+++ b/media-video/gaupol/Manifest
@@ -1,4 +1,3 @@
-DIST gaupol-1.5.tar.gz 537279 BLAKE2B 1ba8644b49832ee80e61bf304b7978275064acbe2e5e733a991b280f947c4064f0d4f385055e580bd3aa2d9ee2291d64fd1ee4bd8a1ba4f8eaaaaf9a137085ff SHA512 48f3eda460c2fb3e4bdaf52c42645599f0d5ce8eae05f7a2a9c608192a27a8b86b83830584216dc73105968f544aeab30e171b2c176d9a3f5047e93510413b85
 DIST gaupol-1.6.tar.gz 540186 BLAKE2B 4e7a2e0c01be2ac88c0ae5948d3002005c72418ef21835195daf6b0c5b71d970006b0f76fa78a1ec7337d1f9366436c44eb336e0a56d8cbb7eac905e09d4c81a SHA512 e0f258b579a34644e54456978df9c5a6f72aa019b6de79918fe6892bb59d2316c3fc093f2f49c60d6eef74832fa2a9a9e102bb1d25f64f3143fd29d3cb4966e5
 DIST gaupol-1.7.tar.gz 524231 BLAKE2B 5f1c07a6d633fba53361ad4d9e1cdbc3236614a444bb387378c9e1ec6b358796eb7477168caace4b6101e0e6e0b83f10a2d3052acb5e0b0ab69e75f2b24db7fa SHA512 b0fa7f5216f47075aefddd58ab3aa1186265b5d70f8b4e7f7e252a1cc05bd1c4838c2af8efb4da39c0196f63dc3a64ff2269a458e2d95072606b59b4b8cada1b
 DIST gaupol-1.8.tar.gz 558627 BLAKE2B a7243310b97fe7187311585762faaff512364ca043630eb43c1ee99c55fa5400e14698e391b410b67f70f1bc7a741adb0737868d7b40c868bb4c6badacd14fb1 SHA512 a6b65316b5750a4d636b39b75393b0b2f2c44d978f1fc8cc3bd2cd2d2bcf9ba68d0161afb41bdca5b381ec39e5a2e06440f4f4676f344019966b297c4112e691

diff --git a/media-video/gaupol/gaupol-1.5.ebuild b/media-video/gaupol/gaupol-1.5.ebuild
deleted file mode 100644
index a06376d939e..00000000000
--- a/media-video/gaupol/gaupol-1.5.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1 gnome2-utils virtualx xdg-utils
-
-DESCRIPTION="A subtitle editor for text-based subtitles"
-HOMEPAGE="https://otsaloma.io/gaupol/"
-SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE="spell test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	app-text/iso-codes
-	dev-python/chardet[${PYTHON_USEDEP}]
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	spell? (
-		app-text/gtkspell:3
-		>=dev-python/pyenchant-1.4[${PYTHON_USEDEP}]
-	)
-"
-DEPEND="
-	sys-devel/gettext
-	test? (
-		${RDEPEND}
-		dev-python/pyenchant[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)
-"
-
-DOCS=( AUTHORS.md NEWS.md TODO.md README.md README.aeidon.md )
-
-python_test() {
-	virtx pytest -vv
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-	if [[ -z ${REPLACING_VERSIONS} ]]; then
-		elog "Previewing support needs MPV, MPlayer or VLC."
-
-		if use spell; then
-			elog "Additionally, spell-checking requires a dictionary, any of"
-			elog "Aspell/Pspell, Ispell, MySpell, Uspell, Hspell or AppleSpell."
-		fi
-	fi
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_mimeinfo_database_update
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2020-04-12 16:06 UTC|newest]

Thread overview: 65+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-12 16:06 Louis Sautier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-28 16:31 [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/ Jakov Smolić
2024-07-28 13:47 Louis Sautier
2024-07-28  0:22 Louis Sautier
2024-07-28  0:22 Louis Sautier
2024-06-16 17:31 Louis Sautier
2024-04-07 14:25 Louis Sautier
2023-11-29 18:06 Michał Górny
2023-11-29 17:59 Michał Górny
2023-10-29 12:56 Louis Sautier
2023-10-29 12:56 Louis Sautier
2023-05-21 17:59 Sam James
2023-01-02 20:56 Andreas Sturmlechner
2022-11-12 17:48 Matt Turner
2022-07-02 12:20 Agostino Sarubbo
2022-04-26 12:00 Louis Sautier
2022-04-03 11:11 Louis Sautier
2022-04-03 11:11 Louis Sautier
2022-02-19  6:52 Agostino Sarubbo
2021-10-06 23:05 Louis Sautier
2021-10-02 21:46 Louis Sautier
2021-08-06  7:32 Agostino Sarubbo
2021-08-05 19:07 Louis Sautier
2021-08-05 19:07 Louis Sautier
2021-01-09 22:42 Louis Sautier
2020-11-08 21:33 Sam James
2020-11-08 21:33 Sam James
2020-09-05  0:20 Louis Sautier
2020-07-05 20:12 Michał Górny
2020-07-04 21:55 Mart Raudsepp
2020-05-24 15:44 Louis Sautier
2020-04-12 16:06 Louis Sautier
2019-11-26 20:39 Aaron Bauman
2019-11-26 12:27 Agostino Sarubbo
2019-11-25 12:46 Louis Sautier
2019-08-05 13:05 Louis Sautier
2019-07-29 20:02 Aaron Bauman
2019-06-09 15:25 Louis Sautier
2019-06-09 15:25 Louis Sautier
2019-04-09 21:13 Mikle Kolyada
2019-04-01 19:58 Thomas Deutschmann
2019-03-11 21:03 Andreas Sturmlechner
2019-02-03  2:35 Louis Sautier
2018-07-28 21:20 Louis Sautier
2018-07-12 22:06 Louis Sautier
2018-07-12 22:06 Louis Sautier
2018-07-09  1:29 Thomas Deutschmann
2018-06-30  2:41 Louis Sautier
2018-06-28 19:18 Pacho Ramos
2018-06-28 19:18 Pacho Ramos
2018-06-25  9:53 Jason Zaman
2018-05-26 12:53 David Seifert
2018-05-26 12:53 David Seifert
2017-11-17 18:47 David Seifert
2017-11-17 18:47 David Seifert
2017-04-26 14:04 Michał Górny
2017-04-26 14:04 Michał Górny
2017-04-23 20:48 Michał Górny
2016-10-31  9:17 Michał Górny
2016-08-21 20:57 Patrice Clement
2016-08-21 20:57 Patrice Clement
2016-08-21 14:32 Patrice Clement
2016-08-05 15:17 Mike Gilbert
2016-08-05 15:17 Mike Gilbert
2016-02-01  0:49 Ian Delaney

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=1586707426.0990e13ce3798b4fe16b8a5b5c6da1d9e8f5c9e8.sbraz@gentoo \
    --to=sbraz@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