* [gentoo-commits] repo/gentoo:master commit in: media-sound/vitunes/, media-sound/vitunes/files/, profiles/
@ 2020-01-14 16:20 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-01-14 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 98b0f7880507c6359f375a858c23d7298d2a84e2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 16:18:19 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 16:18:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b0f788
media-sound/vitunes: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
media-sound/vitunes/Manifest | 1 -
.../vitunes/files/vitunes-2.3-asneeded.patch | 20 ------------
| 10 ------
media-sound/vitunes/metadata.xml | 8 -----
media-sound/vitunes/vitunes-2.3.ebuild | 36 ----------------------
profiles/package.mask | 5 ---
6 files changed, 80 deletions(-)
diff --git a/media-sound/vitunes/Manifest b/media-sound/vitunes/Manifest
deleted file mode 100644
index 5b9e538e500..00000000000
--- a/media-sound/vitunes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vitunes-2.3.tar.gz 77978 BLAKE2B 3c01cf1a52402421f672b8b84182a3ccca99c64995846f741996243b354e1280df92a0ed6892aea893aabb4712e3a584d4b70151bc0ceaa3d50785d073269804 SHA512 5e795d802937e2f529421b3c0c3df333298608b419fcf955f4ec32ff47b915f1b82082f283ded1879869d7ae9875e2699e70fde6ee5d953d13c2e39cc12b7a53
diff --git a/media-sound/vitunes/files/vitunes-2.3-asneeded.patch b/media-sound/vitunes/files/vitunes-2.3-asneeded.patch
deleted file mode 100644
index ec152f39537..00000000000
--- a/media-sound/vitunes/files/vitunes-2.3-asneeded.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- vitunes-2.3/Makefile.linux.orig
-+++ vitunes-2.3/Makefile.linux
-@@ -12,7 +12,7 @@
- # build info
- CC?=/usr/bin/cc
- CFLAGS+=-c -std=gnu99 -D_GNU_SOURCE -Wall -Wextra -Wno-unused-value $(CDEPS) $(CDEBUG)
--LDFLAGS+=-lm -lncurses -lutil $(LDEPS)
-+LIBS=-lm -lncurses -lutil $(LDEPS)
-
- OBJS=commands.o compat.o e_commands.o \
- keybindings.o medialib.o meta_info.o \
-@@ -27,7 +27,7 @@
- .PHONY: debug clean install uninstall publish-repos man-debug
-
- vitunes: $(OBJS)
-- $(CC) -o $@ $(LDFLAGS) $(OBJS)
-+ $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
-
- .c.o:
- $(CC) $(CFLAGS) $<
diff --git a/media-sound/vitunes/files/vitunes-2.3-time-header.patch b/media-sound/vitunes/files/vitunes-2.3-time-header.patch
deleted file mode 100644
index 169ff051658..00000000000
--- a/media-sound/vitunes/files/vitunes-2.3-time-header.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- vitunes-2.3/players/mplayer.h.orig
-+++ vitunes-2.3/players/mplayer.h
-@@ -28,6 +28,7 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <time.h>
- #include <unistd.h>
-
- #include "player_utils.h"
diff --git a/media-sound/vitunes/metadata.xml b/media-sound/vitunes/metadata.xml
deleted file mode 100644
index c870d0eef0a..00000000000
--- a/media-sound/vitunes/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/media-sound/vitunes/vitunes-2.3.ebuild b/media-sound/vitunes/vitunes-2.3.ebuild
deleted file mode 100644
index 51c9a8c5324..00000000000
--- a/media-sound/vitunes/vitunes-2.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A curses media indexer and player for vi users"
-HOMEPAGE="http://vitunes.org/"
-SRC_URI="http://vitunes.org/files/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/taglib
- sys-libs/ncurses"
-RDEPEND="${DEPEND}
- media-video/mplayer"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
- epatch "${FILESDIR}"/${P}-time-header.patch
-}
-
-src_compile() {
- tc-export CC
- emake -f Makefile.linux
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- dodoc DEVELOPERS.txt add_urls.sh
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 2602bf39420..e43e5f94b2a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -702,11 +702,6 @@ app-admin/grubconfig
# Removal in 30 days
dev-util/kelbt
-# David Seifert <soap@gentoo.org> (2019-12-10)
-# Abandoned upstream, broken ncurses linking, last release 8 years ago.
-# Bug #677742, #696228. Removal in 30 days.
-media-sound/vitunes
-
# David Seifert <soap@gentoo.org> (2019-12-08)
# Unmaintained, build hangs, tons of other build failures, missing
# dependencies. Bug #663794, #666916, #666922, #667062, #678068,
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-14 16:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-14 16:20 [gentoo-commits] repo/gentoo:master commit in: media-sound/vitunes/, media-sound/vitunes/files/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox