public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/
Date: Mon,  1 Feb 2016 00:49:06 +0000 (UTC)	[thread overview]
Message-ID: <1454287650.7f25a6fe9b39cd9dca1c20e64169eb3a72f26161.idella4@gentoo> (raw)

commit:     7f25a6fe9b39cd9dca1c20e64169eb3a72f26161
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sun Jan 31 15:31:51 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 00:47:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f25a6fe

media-video/gaupol: add Python 3.5 support, tests, postrm

Minor fixes to metadata, add upstream

Package-Manager: portage-2.2.27

 ...aupol-0.28.2.ebuild => gaupol-0.28.2-r1.ebuild} | 25 +++++++++++++++++-----
 media-video/gaupol/metadata.xml                    |  5 ++++-
 2 files changed, 24 insertions(+), 6 deletions(-)

diff --git a/media-video/gaupol/gaupol-0.28.2.ebuild b/media-video/gaupol/gaupol-0.28.2-r1.ebuild
similarity index 71%
rename from media-video/gaupol/gaupol-0.28.2.ebuild
rename to media-video/gaupol/gaupol-0.28.2-r1.ebuild
index 3bca858..723c855 100644
--- a/media-video/gaupol/gaupol-0.28.2.ebuild
+++ b/media-video/gaupol/gaupol-0.28.2-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
 
-inherit distutils-r1 fdo-mime gnome2-utils versionator
+inherit distutils-r1 fdo-mime gnome2-utils versionator virtualx
 
 MAJOR_MINOR_VERSION="$(get_version_component_range 1-2)"
 
@@ -17,7 +17,7 @@ SRC_URI="http://download.gna.org/${PN}/${MAJOR_MINOR_VERSION}/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="spell"
+IUSE="spell test"
 
 RDEPEND="app-text/iso-codes
 	dev-python/chardet[${PYTHON_USEDEP}]
@@ -29,7 +29,12 @@ RDEPEND="app-text/iso-codes
 	)"
 DEPEND="${RDEPEND}
 	dev-util/intltool
-	sys-devel/gettext"
+	sys-devel/gettext
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pytest-runner[${PYTHON_USEDEP}]
+	)
+"
 
 DOCS=( AUTHORS.md NEWS.md TODO.md README.md README.aeidon.md )
 
@@ -48,3 +53,13 @@ pkg_postinst() {
 		elog "Aspell/Pspell, Ispell, MySpell, Uspell, Hspell or AppleSpell."
 	fi
 }
+
+python_test() {
+	virtx py.test
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+	gnome2_icon_cache_update
+}

diff --git a/media-video/gaupol/metadata.xml b/media-video/gaupol/metadata.xml
index 1094c57..0c976d9 100644
--- a/media-video/gaupol/metadata.xml
+++ b/media-video/gaupol/metadata.xml
@@ -5,8 +5,11 @@
 		<email>media-video@gentoo.org</email>
 		<name>Gentoo Video project</name>
 	</maintainer>
-<maintainer type="project">
+	<maintainer type="project">
 		<email>python@gentoo.org</email>
 		<name>Python</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">otsaloma/gaupol</remote-id>
+	</upstream>
 </pkgmetadata>


             reply	other threads:[~2016-02-01  0:49 UTC|newest]

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

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=1454287650.7f25a6fe9b39cd9dca1c20e64169eb3a72f26161.idella4@gentoo \
    --to=idella4@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