[gentoo-commits] repo/gentoo:master commit in: media-sound/quark/

2018-04-20 Thread David Seifert
commit: 1ad7d1bd72a703290f27e8c01bf5643c4d70ea06
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Apr  8 15:30:52 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 20 19:44:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad7d1bd

media-sound/quark: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-sound/quark/quark-3.24.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/quark/quark-3.24.ebuild 
b/media-sound/quark/quark-3.24.ebuild
index 71a2a4351ee..a64bf664908 100644
--- a/media-sound/quark/quark-3.24.ebuild
+++ b/media-sound/quark/quark-3.24.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 # I don't want gnome2 eclass
-inherit autotools eutils fdo-mime gnome2-utils
+inherit autotools eutils gnome2-utils xdg-utils
 
 DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
 HOMEPAGE="https://hsgg.github.com/quark/;
@@ -54,12 +54,12 @@ pkg_postinst() {
gnome2_gconf_install
gnome2_schemas_update
fi
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
use gnome && gnome2_schemas_update
-   fdo-mime_desktop_database_update
+   xdg_desktop_database_update
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: media-sound/quark/

2016-09-18 Thread Pacho Ramos
commit: 8874813743d15abbc621b787b7b35230858103f7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Sep 18 10:17:09 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Sep 18 11:01:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88748137

media-sound/quark: Drop old

Package-Manager: portage-2.3.0

 media-sound/quark/Manifest  |  1 -
 media-sound/quark/quark-3.21.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/media-sound/quark/Manifest b/media-sound/quark/Manifest
index e93a43d..611a3a4 100644
--- a/media-sound/quark/Manifest
+++ b/media-sound/quark/Manifest
@@ -1,2 +1 @@
-DIST quark-3.21.tar.gz 204423 SHA256 
45b0b17c82f4c4ed58fc76548dba6ca3e766391c5e42ea5f207249056514ac6b SHA512 
861c429bca7c98d125f5b3d4d8eb5381f5a4590f302cf443edcab7929222f9489fa5d38d6390eab1aa2cbd43bb71f31d1e1c1022928c46b69ef5f7a36b9c586e
 WHIRLPOOL 
733383648100b64cfe02146a605067c0a434cf0341702ef53832bccc254575a3d9bb7c477feaa854289620eb316444e15b27df13899fa4bad8d83dfe8c2a453a
 DIST quark-3.24.tar.gz 215417 SHA256 
afac7b03082fd581412cf701187a21a4d6f6eea75c207b366f4b1dc939fff04c SHA512 
a34a3160ab4cfe976cbabd6b2d94cc21ca263c069c53ad6244ed23674e17bf713dc759af998d4ae74720c91ba5e452e3996408d6ae11305bf581eb9a71876a01
 WHIRLPOOL 
bb90b6087cc48ef732b77f183f222a9cc85260a972694f145ad28a0ae80e377d0533d8719bed8d087f2532b52859858755f6426c81d11fa5e46d6c7751da

diff --git a/media-sound/quark/quark-3.21.ebuild 
b/media-sound/quark/quark-3.21.ebuild
deleted file mode 100644
index 0df4e98..
--- a/media-sound/quark/quark-3.21.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-GCONF_DEBUG=yes
-inherit flag-o-matic gnome2
-
-DESCRIPTION="Quark is the Anti-GUI Music Player with a cool Docklet!"
-HOMEPAGE="https://hsgg.github.com/quark/;
-SRC_URI="https://hsgg.github.com/${PN}/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="media-libs/xine-lib
-   x11-libs/gtk+:2
-   >=gnome-base/gconf-2
-   gnome-base/gnome-vfs"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-DOCS="AUTHORS README"
-
-src_prepare() {
-   sed -i \
-   -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
-   strange-quark/Makefile.{am,in} quark/Makefile.{am,in} || die 
#387823
-}
-
-src_configure() {
-   #367859
-   append-libs X11
-   gnome2_src_configure
-}