public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/xnoise/
@ 2015-09-20 11:33 Christoph Mende
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende @ 2015-09-20 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8350eb0d6fbe4994b61ad3e70e875503f89ce72f
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 11:30:30 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 11:33:33 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8350eb0d

media-sound/xnoise: remove old version

Package-Manager: portage-2.2.20.1

 media-sound/xnoise/Manifest             |  1 -
 media-sound/xnoise/xnoise-0.2.20.ebuild | 70 ---------------------------------
 2 files changed, 71 deletions(-)

diff --git a/media-sound/xnoise/Manifest b/media-sound/xnoise/Manifest
index da0b58e..aa101e9 100644
--- a/media-sound/xnoise/Manifest
+++ b/media-sound/xnoise/Manifest
@@ -1,2 +1 @@
-DIST xnoise-0.2.20.tar.gz 3216408 SHA256 59f30d27ed3a7b62c4cc6257c3bddee628c9e430d3b8d26aa592f7dd6b334a8d SHA512 d2bcf7c8fa542ef9703a831583ab90e1a03f00a0740b068966cb8bf5c76475832cf04eb55b9f14ac1c5aa50536d8e3965ac3e0d22503af44e1af8e7f908d2390 WHIRLPOOL 3f89a9ec3bd411e53d0298f314038010c9bdeff9a3f5caca1bca061c66c0ad9c244ae1a362846edd254e237660d35be1635ce0a1b8321c7560b3003295dfe96e
 DIST xnoise-0.2.21.tar.gz 3222030 SHA256 6c501091ac5a59aa0596978aa8d4750cc12d6bc9a823fd57542d9ab8e3366681 SHA512 e25f42795638a5b93f1922f1c761b0bdaf754414dfa0f7172407e0d10514c52844d0dc3146a32f93e6107a0b5bb0f8e9e5d098954e9659f28177c56f607d9851 WHIRLPOOL c2773da98b387b783dcc423a78bae6d5f6310e76f8a88eab4bc92b6de056741578a0c7dbffb455c768f412463dc14133f933d42d3215318a55f1addd0df9fee3

diff --git a/media-sound/xnoise/xnoise-0.2.20.ebuild b/media-sound/xnoise/xnoise-0.2.20.ebuild
deleted file mode 100644
index c466816..0000000
--- a/media-sound/xnoise/xnoise-0.2.20.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit fdo-mime gnome2-utils
-
-DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of
-features"
-HOMEPAGE="http://www.xnoise-media-player.com/"
-SRC_URI="https://www.bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ayatana +lastfm +lyrics"
-
-RDEPEND="x11-libs/gtk+:3
-	>=dev-libs/glib-2.34:2
-	gnome-base/librsvg:2
-	media-libs/gstreamer:1.0
-	media-libs/gst-plugins-base:1.0
-	media-plugins/gst-plugins-meta:1.0
-	dev-db/sqlite:3
-	>=media-libs/libtaginfo-0.2.0
-	x11-libs/cairo
-	x11-libs/libX11
-	ayatana? ( dev-libs/libappindicator:3 )
-	lastfm? ( net-libs/libsoup:2.4 )
-	lyrics? ( net-libs/libsoup:2.4
-		dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
-	dev-util/intltool
-	virtual/pkgconfig
-	sys-devel/gettext"
-
-DOCS=( AUTHORS README )
-
-src_configure() {
-	econf \
-		$(use_enable ayatana appindicator) \
-		$(use_enable lyrics lyricwiki) \
-		$(use_enable lastfm) \
-		--enable-mpris \
-		--enable-soundmenu2 \
-		--enable-mediakeys \
-		$(use_enable lyrics chartlyrics) \
-		$(use_enable lyrics azlyrics) \
-		--enable-magnatune
-}
-
-src_install() {
-	default
-	find "${ED}" -type f -name "*.la" -delete || die
-	rm -rf "${ED}"/usr/share/${PN}/license || die
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/xnoise/
@ 2016-08-06 11:33 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-08-06 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     de1ebda5057c30da7f483eb45152c060ee2f5055
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 11:23:45 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 11:32:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1ebda5

media-sound/xnoise: Cleanup per bug #177996

Package-Manager: portage-2.3.0

 media-sound/xnoise/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-sound/xnoise/metadata.xml b/media-sound/xnoise/metadata.xml
index ba8b49a..236fa82 100644
--- a/media-sound/xnoise/metadata.xml
+++ b/media-sound/xnoise/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>angelos@gentoo.org</email>
-		<name>Christoph Mende</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>sound@gentoo.org</email>
 		<name>Gentoo Sound project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/xnoise/
@ 2018-04-20 19:45 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2018-04-20 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     78416d4ef1815b3911ad605bf8241077e6341a84
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Sun Apr  8 15:34:56 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 20 19:44:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78416d4e

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

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 media-sound/xnoise/xnoise-0.2.21.ebuild | 8 ++++----
 media-sound/xnoise/xnoise-9999.ebuild   | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-sound/xnoise/xnoise-0.2.21.ebuild b/media-sound/xnoise/xnoise-0.2.21.ebuild
index f5abf7d7f05..d5590f18edb 100644
--- a/media-sound/xnoise/xnoise-0.2.21.ebuild
+++ b/media-sound/xnoise/xnoise-0.2.21.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
-inherit fdo-mime gnome2-utils
+inherit xdg-utils gnome2-utils
 
 DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of
 features"
@@ -63,11 +63,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }

diff --git a/media-sound/xnoise/xnoise-9999.ebuild b/media-sound/xnoise/xnoise-9999.ebuild
index 9d103460ed6..386d1f993e8 100644
--- a/media-sound/xnoise/xnoise-9999.ebuild
+++ b/media-sound/xnoise/xnoise-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
 VALA_MIN_API_VERSION=0.20
 
-inherit fdo-mime gnome2-utils git-2 vala
+inherit xdg-utils gnome2-utils git-2 vala
 
 DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of
 features"
@@ -69,11 +69,11 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-	fdo-mime_desktop_database_update
+	xdg_desktop_database_update
 	gnome2_icon_cache_update
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/xnoise/
@ 2018-08-26 11:51 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-08-26 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e86bc89117a70a4a3ba7aa637f224532a9e5352f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 11:30:33 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 11:51:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86bc891

media-sound/xnoise: Remove the broken live ebuild

The live ebuild is apparently unmaintained and has dependencies that
have been removed from Gentoo.

 media-sound/xnoise/xnoise-9999.ebuild | 79 -----------------------------------
 1 file changed, 79 deletions(-)

diff --git a/media-sound/xnoise/xnoise-9999.ebuild b/media-sound/xnoise/xnoise-9999.ebuild
deleted file mode 100644
index 386d1f993e8..00000000000
--- a/media-sound/xnoise/xnoise-9999.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-VALA_MIN_API_VERSION=0.20
-
-inherit xdg-utils gnome2-utils git-2 vala
-
-DESCRIPTION="A media player for Gtk+ with a slick GUI, great speed and lots of
-features"
-HOMEPAGE="http://www.xnoise-media-player.com/"
-EGIT_REPO_URI="https://bitbucket.org/shuerhaaken/${PN}.git"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="ayatana +lastfm +lyrics"
-
-RDEPEND="x11-libs/gtk+:3
-	>=dev-libs/glib-2.34:2
-	gnome-base/librsvg:2
-	media-libs/gstreamer:1.0
-	media-libs/gst-plugins-base:1.0
-	media-plugins/gst-plugins-meta:1.0
-	dev-db/sqlite:3
-	>=media-libs/libtaginfo-0.2.0
-	x11-libs/cairo
-	x11-libs/libX11
-	ayatana? ( dev-libs/libappindicator:3 )
-	lastfm? ( net-libs/libsoup:2.4 )
-	lyrics? ( net-libs/libsoup:2.4
-		dev-libs/libxml2:2 )"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	dev-util/intltool
-	virtual/pkgconfig
-	gnome-base/gnome-common:3
-	>=sys-devel/autoconf-2.67:2.5
-	sys-devel/gettext"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-	NOCONFIGURE=yes ./autogen.sh || die
-	vala_src_prepare
-}
-
-src_configure() {
-	econf \
-		$(use_enable ayatana appindicator) \
-		$(use_enable lyrics lyricwiki) \
-		$(use_enable lastfm) \
-		--enable-mpris \
-		--enable-soundmenu2 \
-		--enable-mediakeys \
-		$(use_enable lyrics chartlyrics) \
-		$(use_enable lyrics azlyrics) \
-		--enable-magnatune
-}
-
-src_install() {
-	default
-	find "${ED}" -type f -name "*.la" -delete || die
-	rm -rf "${ED}"/usr/share/${PN}/license || die
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/xnoise/
@ 2020-05-01 17:57 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2020-05-01 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     279eba4c06c5d7e04b1c1589a0dea7ee7f38b692
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri May  1 17:43:56 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri May  1 17:57:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279eba4c

media-sound/xnoise: Migrate to 'appindicator' USE

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

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

diff --git a/media-sound/xnoise/xnoise-0.2.21.ebuild b/media-sound/xnoise/xnoise-0.2.21.ebuild
index facda46f48f..b91eefbc539 100644
--- a/media-sound/xnoise/xnoise-0.2.21.ebuild
+++ b/media-sound/xnoise/xnoise-0.2.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://www.bitbucket.org/shuerhaaken/${PN}/downloads/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="ayatana +lastfm +lyrics"
+IUSE="appindicator +lastfm +lyrics"
 
 RDEPEND="
 	dev-db/sqlite:3=
@@ -25,7 +25,7 @@ RDEPEND="
 	x11-libs/cairo:=
 	x11-libs/gtk+:3
 	x11-libs/libX11
-	ayatana? ( dev-libs/libappindicator:3= )
+	appindicator? ( dev-libs/libappindicator:3= )
 	lastfm? ( net-libs/libsoup:2.4= )
 	lyrics? (
 		net-libs/libsoup:2.4=
@@ -45,7 +45,7 @@ src_configure() {
 		--enable-mediakeys \
 		--enable-mpris \
 		--enable-soundmenu2 \
-		$(use_enable ayatana appindicator) \
+		$(use_enable appindicator) \
 		$(use_enable lastfm) \
 		$(use_enable lyrics lyricwiki) \
 		$(use_enable lyrics chartlyrics) \


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

end of thread, other threads:[~2020-05-01 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-06 11:33 [gentoo-commits] repo/gentoo:master commit in: media-sound/xnoise/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2020-05-01 17:57 Pacho Ramos
2018-08-26 11:51 Michał Górny
2018-04-20 19:45 David Seifert
2015-09-20 11:33 Christoph Mende

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