public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-gentoo-ru/
@ 2016-12-29 17:46 Göktürk Yüksek
  0 siblings, 0 replies; 3+ messages in thread
From: Göktürk Yüksek @ 2016-12-29 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ffdae2d7ec894747d221018ac2665b0dfd51ef1f
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 17:25:05 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 17:44:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdae2d7

games-misc/fortune-mod-gentoo-ru: remove the proxied maintainer per his request

Package-Manager: portage-2.3.0

 games-misc/fortune-mod-gentoo-ru/metadata.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/games-misc/fortune-mod-gentoo-ru/metadata.xml b/games-misc/fortune-mod-gentoo-ru/metadata.xml
index e25b780..5c87605 100644
--- a/games-misc/fortune-mod-gentoo-ru/metadata.xml
+++ b/games-misc/fortune-mod-gentoo-ru/metadata.xml
@@ -1,13 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>andreis.vinogradovs@gmail.com</email>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<longdescription>Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru
 and other russian gentoo related resourses.</longdescription>
 	<upstream>


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-gentoo-ru/
@ 2018-06-03  8:06 Mikle Kolyada
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2018-06-03  8:06 UTC (permalink / raw
  To: gentoo-commits

commit:     16ff7a6b5c2108ebeb5598822cc4447138968c81
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 08:05:42 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 08:06:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ff7a6b

games-misc/fortune-mod-gentoo-ru: remove last rited package

 games-misc/fortune-mod-gentoo-ru/Manifest          |  1 -
 .../fortune-mod-gentoo-ru-0.26.ebuild              | 29 ------------------
 .../fortune-mod-gentoo-ru-9999.ebuild              | 34 ----------------------
 games-misc/fortune-mod-gentoo-ru/metadata.xml      | 10 -------
 4 files changed, 74 deletions(-)

diff --git a/games-misc/fortune-mod-gentoo-ru/Manifest b/games-misc/fortune-mod-gentoo-ru/Manifest
deleted file mode 100644
index 77697b4ff1d..00000000000
--- a/games-misc/fortune-mod-gentoo-ru/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gentoo-ru-0.26.gz 77812 BLAKE2B 40d7db72b75d5dccac75cbedc61abe5ac073f83f8055b9be923f927e171ac7896f401a943fd13830faba2a879d49f52f0516708ed3cbbe3784e862d1111ca0cf SHA512 2f61acd370a7ddcaec80c91129cf624434611deaba6ffa6e207ec82ce960e67bcec63e583afc71187fc0876da97bbf60ab81060d8d9d30081300d93e64fe4eb4

diff --git a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.26.ebuild b/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.26.ebuild
deleted file mode 100644
index ba8aa2589f7..00000000000
--- a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-0.26.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru"
-HOMEPAGE="http://fortunes.gentoo.ru"
-SRC_URI="https://slepnoga.googlecode.com/files/gentoo-ru-${PV}.gz
-	http://maryasin.name/fortunes-gentoo-ru/gentoo-ru-${PV}.gz"
-
-LICENSE="fairuse"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="games-misc/fortune-mod"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_compile() {
-	mv gentoo-ru-${PV} gentoo-ru || die
-	strfile gentoo-ru || die
-}
-
-src_install() {
-	insinto /usr/share/fortune
-	doins gentoo-ru gentoo-ru.dat
-}

diff --git a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-9999.ebuild b/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-9999.ebuild
deleted file mode 100644
index 868fc0205d6..00000000000
--- a/games-misc/fortune-mod-gentoo-ru/fortune-mod-gentoo-ru-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit mercurial
-
-DESCRIPTION="Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru"
-HOMEPAGE="http://fortunes.gentoo.ru"
-SRC_URI=""
-EHG_REPO_URI="https://gentoo-ru-fortunes.slepnoga.googlecode.com/hg"
-
-LICENSE="fairuse"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="games-misc/fortune-mod"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-src_prepare() {
-	mv gentoo-ru-9999 gentoo-ru || die
-}
-
-src_compile() {
-	strfile gentoo-ru || die
-}
-
-src_install() {
-	insinto /usr/share/fortune
-	doins gentoo-ru gentoo-ru.dat
-}

diff --git a/games-misc/fortune-mod-gentoo-ru/metadata.xml b/games-misc/fortune-mod-gentoo-ru/metadata.xml
deleted file mode 100644
index 5c8760523dc..00000000000
--- a/games-misc/fortune-mod-gentoo-ru/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<longdescription>Fortune database of quotes from gentoo.ru forum and gentoo@conference.gentoo.ru
-and other russian gentoo related resourses.</longdescription>
-	<upstream>
-		<remote-id type="google-code">slepnoga</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-gentoo-ru/
@ 2016-05-29 20:21 Alexander Vershilov
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Vershilov @ 2016-05-29 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d1a75d18f00e4f905f12f5043f07a8331ba31097
Author:     Alexander Vershilov <qnikst <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 19:18:26 2016 +0000
Commit:     Alexander Vershilov <qnikst <AT> gentoo <DOT> org>
CommitDate: Sun May 29 20:20:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a75d18

games-misc/fortune-mod-gentoo-ru: drop qnikst <AT> gentoo.org from maintainers.

Package-Manager: portage-2.2.28

 games-misc/fortune-mod-gentoo-ru/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/games-misc/fortune-mod-gentoo-ru/metadata.xml b/games-misc/fortune-mod-gentoo-ru/metadata.xml
index 266e5de..e25b780 100644
--- a/games-misc/fortune-mod-gentoo-ru/metadata.xml
+++ b/games-misc/fortune-mod-gentoo-ru/metadata.xml
@@ -4,9 +4,6 @@
 	<maintainer type="person">
 		<email>andreis.vinogradovs@gmail.com</email>
 	</maintainer>
-	<maintainer type="person">
-		<email>qnikst@gentoo.org</email>
-	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>


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

end of thread, other threads:[~2018-06-03  8:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-29 17:46 [gentoo-commits] repo/gentoo:master commit in: games-misc/fortune-mod-gentoo-ru/ Göktürk Yüksek
  -- strict thread matches above, loose matches on Subject: below --
2018-06-03  8:06 Mikle Kolyada
2016-05-29 20:21 Alexander Vershilov

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