public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/festival-ru/
@ 2016-08-06 12:47 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-08-06 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6eebac76da15849749553713d3aad8f8628f2b01
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 12:34:17 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 12:45:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eebac76

app-accessibility/festival-ru: Cleanup per bug #231477

Package-Manager: portage-2.3.0

 app-accessibility/festival-ru/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-accessibility/festival-ru/metadata.xml b/app-accessibility/festival-ru/metadata.xml
index e67034b..27c18ba 100644
--- a/app-accessibility/festival-ru/metadata.xml
+++ b/app-accessibility/festival-ru/metadata.xml
@@ -1,9 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>neurogeek@gentoo.org</email>
-	</maintainer>
 	<maintainer type="project">
 		<email>accessibility@gentoo.org</email>
 		<name>Gentoo Accessibility Project</name>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/festival-ru/
@ 2017-12-29 22:33 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-12-29 22:33 UTC (permalink / raw
  To: gentoo-commits

commit:     5919b10a3ad4d9ee16ad08fe6b0048f744194de5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 21:03:56 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 22:32:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5919b10a

app-accessibility/festival-ru: Port to EAPI 6

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-accessibility/festival-ru/festival-ru-0.5.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/app-accessibility/festival-ru/festival-ru-0.5.ebuild b/app-accessibility/festival-ru/festival-ru-0.5.ebuild
index 9c15f8bc08a..e7cf31a1fe1 100644
--- a/app-accessibility/festival-ru/festival-ru-0.5.ebuild
+++ b/app-accessibility/festival-ru/festival-ru-0.5.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
+
 MY_PN=msu_ru_nsh_clunits
 
 DESCRIPTION="Russian voices for Festival"
@@ -16,12 +17,14 @@ IUSE=""
 RDEPEND=">=app-accessibility/festival-1.96_beta"
 DEPEND=""
 
+S=${WORKDIR}
+
 src_install() {
-	dodoc "${MY_PN}/README" || die "Could not install README"
-	rm "${MY_PN}/{README,COPYING}"
+	dodoc ${MY_PN}/README
 
-	insinto "/usr/share/festival/voices/russian/"
-	doins -r "${MY_PN}/" || die "Could not install Russian Voices"
+	insinto /usr/share/festival/voices/russian
+	rm ${MY_PN}/{README,COPYING} || die
+	doins -r ${MY_PN}
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/festival-ru/
@ 2019-06-09 17:20 Andrew Savchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Savchenko @ 2019-06-09 17:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b3af65c85ab3d99c7f3ece7113cfeed23415ef49
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 17:04:32 2019 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 17:19:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3af65c8

app-accessibility/festival-ru: add myself to maintainers

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 app-accessibility/festival-ru/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-accessibility/festival-ru/metadata.xml b/app-accessibility/festival-ru/metadata.xml
index 27c18ba7ea1..71f7aec003e 100644
--- a/app-accessibility/festival-ru/metadata.xml
+++ b/app-accessibility/festival-ru/metadata.xml
@@ -9,6 +9,10 @@
 		<email>sound@gentoo.org</email>
 		<name>Gentoo Sound project</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>bircoph@gentoo.org</email>
+		<name>Andrew Savchenko</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="sourceforge">festlang.berlios</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-09 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-06 12:47 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/festival-ru/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2017-12-29 22:33 David Seifert
2019-06-09 17:20 Andrew Savchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox