summaryrefslogtreecommitdiff
path: root/media-sound/lxmusic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-06 18:23:20 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-06 18:23:20 +0000
commitd37b97a25b8b10f748eead6574b01f893f140b01 (patch)
tree13e2a142a31cd193a39c63042a64cab29a1f7ae9 /media-sound/lxmusic
parenta833e3f4a431b8eea751b7420e127787f9c92117 (diff)
gentoo resync : 06.12.2017
Diffstat (limited to 'media-sound/lxmusic')
-rw-r--r--media-sound/lxmusic/Manifest3
-rw-r--r--media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch32
-rw-r--r--media-sound/lxmusic/lxmusic-0.4.5.ebuild24
3 files changed, 0 insertions, 59 deletions
diff --git a/media-sound/lxmusic/Manifest b/media-sound/lxmusic/Manifest
index e27c852f0345..66ba1e4cd999 100644
--- a/media-sound/lxmusic/Manifest
+++ b/media-sound/lxmusic/Manifest
@@ -1,6 +1,3 @@
-AUX lxmusic-0.4.4-libnotify-0.7.patch 909 BLAKE2B b3b1e9e69e86f6fc3400aa9d1f8c1e9393d29d4e0e62b002a9de97f6052d4f64557cfb371e1fb5a841ba6e30173690dbdd4bd78c80ebb81c14a3dbc4c70aa6cf SHA512 2f7413222e8b0ed922073dcf10a33d51c5b8440fb3610f0eb4effaceaa267146baa93a5c4dd7229238611371777e5bbf5d99083c012202a438291b873fab85db
-DIST lxmusic-0.4.5.tar.gz 288873 SHA256 08a508e1df800f142fef567ff9d3d0e845bfdd70e2edb796b3b7ad0e92dce064 SHA512 2467096190fd8e1d628e234e4646fbbf96683eca6244990353cade732d91487783e4462d7619d57ce4bc9b9bda9cdacd8c857abcf73c94296f9863546f95a11f WHIRLPOOL 31fca06cc38412549bcfc126c602c4cceee3b35d3a470ddb91dc75698ebaab559232a9686e07bacb949433a51791fb01f6b763365af8b3b28e588576d6d3f401
DIST lxmusic-0.4.7.tar.xz 180300 SHA256 4933987338eb6e8c77d63b14cea5a8886146e75acbc38a21438c6c3f47bc06ba SHA512 e1e6a7e2306b24dfd5864df88db47c07656d43a1901212b1d6b6edec8addf866b31ebae46bca572e88801620016c6fab9860f5ed44d6086f24494e2eb2737216 WHIRLPOOL 43133bbae048efac3fd0684e730d4bab8902299519e55ae1978d831fedae30af2cc0db73042208f60e110fb64b357f3d6f8bd3333b22cc0715cb1f1780c84d4f
-EBUILD lxmusic-0.4.5.ebuild 514 BLAKE2B b2f0bfe25d27b3ade9c2c5c9eb3bab668266a5f89be78a7f158f8fd7396bc59eb8336d7bd469a4b81f46a64446f2b7cf5f03a1bf2eeef7def0a348ae6f5091a9 SHA512 85d7cd52364a794d755ae373f9f893a8082be99d1a9943212c53e7f478c8f010100a1bf3c3db44152084ed3718946376d650cdd1a52ef893cd3f6344a88292b6
EBUILD lxmusic-0.4.7.ebuild 437 BLAKE2B 58abbbd8c3cbf56dd674d470cd2284e25f62682be9a9c1911de28192edaeaf2860c90a74f907cd7c55cd7cffa07ddcdd60f6f287b2bdaf50060236e192fa76d4 SHA512 f032e61061fc2101b7148d32b4c51a5f52113ac5f1d9e457d12c822015086a90350f1747de3a7ede41fc0192f241f37aeb45c9fa94a3fd873e7a784526e3c4e2
MISC metadata.xml 475 BLAKE2B 4a670375f0f0a075a538f366284484beddb58c046ed798c5e27cb8388dbe9257f5de40a289971634686eeb872a9842bf7903d21ac744982dc86b3856abe72ab2 SHA512 865b540d371034b95368f62edb2f2b302b594b621bc23f4e66a50cb3d8e518c59fe4846af0379d4f0387a0d725654bdd77396e7e06810ac472d4b6c165faa5f1
diff --git a/media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch b/media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch
deleted file mode 100644
index 62868c909856..000000000000
--- a/media-sound/lxmusic/files/lxmusic-0.4.4-libnotify-0.7.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- src/lxmusic-notify.c
-+++ src/lxmusic-notify.c
-@@ -56,12 +56,26 @@
- g_return_if_fail (message != NULL);
-
- lxmusic_clear_notify (n);
--
-- notify = notify_notification_new (summary, message,
-- "lxmusic", NULL);
-+#ifdef NOTIFY_CHECK_VERSION
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+ notify = notify_notification_new (summary, message, "lxmusic");
-+#else
-+ notify = notify_notification_new (summary, message, "lxmusic", NULL);
-+#endif
-+#else
-+ notify = notify_notification_new (summary, message, "lxmusic", NULL);
-+#endif
- n->notification = notify;
-
-+#ifdef NOTIFY_CHECK_VERSION
-+#if NOTIFY_CHECK_VERSION (0, 7, 0)
-+/* lazy */
-+#else
-+/* lazy */
-+#endif
-+#else
- notify_notification_attach_to_status_icon (notify, n->status_icon);
-+#endif
- notify_notification_set_urgency (notify, NOTIFY_URGENCY_NORMAL);
- notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);
-
diff --git a/media-sound/lxmusic/lxmusic-0.4.5.ebuild b/media-sound/lxmusic/lxmusic-0.4.5.ebuild
deleted file mode 100644
index 777603e2bbab..000000000000
--- a/media-sound/lxmusic/lxmusic-0.4.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="A simple GUI XMMS2 client with minimal functionality"
-HOMEPAGE="http://lxde.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lxde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- media-sound/xmms2
- x11-libs/libnotify"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
-}