From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CEC91382C5 for ; Fri, 5 Jan 2018 23:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD2B2E08EC; Fri, 5 Jan 2018 23:20:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DE24E08EC for ; Fri, 5 Jan 2018 23:20:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D1C9335C64 for ; Fri, 5 Jan 2018 23:20:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DEE51A5 for ; Fri, 5 Jan 2018 23:20:07 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1515194401.3ac9a22fa5b943ba34a766f5c8c4e596e79ccce3.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsvencd/, x11-plugins/wmsvencd/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmsvencd/Manifest x11-plugins/wmsvencd/files/wmsvencd-compile.patch x11-plugins/wmsvencd/files/wmsvencd.desktop x11-plugins/wmsvencd/metadata.xml x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild X-VCS-Directories: x11-plugins/wmsvencd/ x11-plugins/wmsvencd/files/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3ac9a22fa5b943ba34a766f5c8c4e596e79ccce3 X-VCS-Branch: master Date: Fri, 5 Jan 2018 23:20:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 455dfec8-9117-49b6-b931-fa912437f952 X-Archives-Hash: c0093711c4c7f0e8164bac1aa259e10a commit: 3ac9a22fa5b943ba34a766f5c8c4e596e79ccce3 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Jan 5 23:17:16 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Jan 5 23:20:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac9a22f x11-plugins/wmsvencd: remove last rited package (bug #639914) x11-plugins/wmsvencd/Manifest | 1 - x11-plugins/wmsvencd/files/wmsvencd-compile.patch | 36 --------------------- x11-plugins/wmsvencd/files/wmsvencd.desktop | 8 ----- x11-plugins/wmsvencd/metadata.xml | 9 ------ x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild | 38 ----------------------- 5 files changed, 92 deletions(-) diff --git a/x11-plugins/wmsvencd/Manifest b/x11-plugins/wmsvencd/Manifest deleted file mode 100644 index e2c319b4003..00000000000 --- a/x11-plugins/wmsvencd/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST wmsvencd-0.5.0.tar.gz 23784 BLAKE2B 5f3c22b81bf58099ed3cad6de65d7e825ebfa575ff20689394c1e8f1346fed004f2a538184f915c2bad5ede74c6c104808149ea7b18e590bd738e0d2c4030776 SHA512 c0d0034d3a51039376cc3aedc546e1c4adaab132a4b5e925f1d5d8851542912607904d5521fe04b8a05a97154b64fca0f15498a778e1a0af103d92938000f8f0 diff --git a/x11-plugins/wmsvencd/files/wmsvencd-compile.patch b/x11-plugins/wmsvencd/files/wmsvencd-compile.patch deleted file mode 100644 index 1ab9a9f7e38..00000000000 --- a/x11-plugins/wmsvencd/files/wmsvencd-compile.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -urN wmsvencd-0.5.0.orig/Makefile wmsvencd-0.5.0/Makefile ---- wmsvencd-0.5.0.orig/Makefile 1999-05-08 09:54:08.000000000 +0200 -+++ wmsvencd-0.5.0/Makefile 2003-09-18 03:56:41.448394312 +0200 -@@ -1,11 +1,13 @@ - BINDIR = /usr/local/bin - MANDIR = /usr/local/man/man1 - CFLAGS = -O6 -fno-strength-reduce -+LIBDIR = -L/usr/X11R6/lib -+LIBS = -lXpm -lXext -lX11 - - all: wmsvencd - - wmsvencd: cdctl.o wmsvencd.o -- c++ -o wmsvencd $(CFLAGS) -L/usr/X11R6/lib wmsvencd.o cdctl.o -lXpm -lXext -lX11 -+ c++ -o wmsvencd $(CFLAGS) $(LIBDIR) wmsvencd.o cdctl.o $(LIBS) - - wmsvencd.o: wmsvencd.cc - c++ $(CFLAGS) -I/usr/X11R6/include -I/include -c wmsvencd.cc -o wmsvencd.o -@@ -21,4 +23,4 @@ - install: - mkdir -p $(BINDIR) - install -c -s -m 0755 wmsvencd $(BINDIR) -- install -c -m 0644 wmsvencd.1x $(MANDIR) -+ install -c -m 0644 wmsvencd.1x $(MANDIR) -\ No newline at end of file -diff -urN wmsvencd-0.5.0.orig/cdctl.cc wmsvencd-0.5.0/cdctl.cc ---- wmsvencd-0.5.0.orig/cdctl.cc 1999-05-08 05:51:29.000000000 +0200 -+++ wmsvencd-0.5.0/cdctl.cc 2003-09-18 03:55:06.393844800 +0200 -@@ -35,6 +35,7 @@ - - #include - #include -+#include - #include - #include - #include diff --git a/x11-plugins/wmsvencd/files/wmsvencd.desktop b/x11-plugins/wmsvencd/files/wmsvencd.desktop deleted file mode 100644 index 755937301b1..00000000000 --- a/x11-plugins/wmsvencd/files/wmsvencd.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Name=WmSvenCD -Comment=WindowMaker dockable CD-player with CDDB -Comment[pl]=Dokowalny CD-player dla WindowMakera z obsługą CDDB -Exec=wmsvencd -Type=Application -Terminal=false -Categories=AudioVideo;Audio; diff --git a/x11-plugins/wmsvencd/metadata.xml b/x11-plugins/wmsvencd/metadata.xml deleted file mode 100644 index 1d5e6504004..00000000000 --- a/x11-plugins/wmsvencd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - voyageur@gentoo.org - Bernard Cafarelli - - - diff --git a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild b/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild deleted file mode 100644 index bb315561556..00000000000 --- a/x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils - -DESCRIPTION="Window Maker Dockable CD-Player with CDDB" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -DEPEND=" - x11-wm/windowmaker - x11-libs/libXpm" -RDEPEND="${DEPEND}" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" -IUSE="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/wmsvencd-compile.patch - - sed -i 's:c++ -o:c++ $(LDFLAGS) -o:' Makefile -} - -src_compile() { - emake CFLAGS="${CFLAGS} -fno-strength-reduce" || die "make failed" -} - -src_install() { - newman wmsvencd.1x wmsvencd.1 - dobin wmsvencd - dodoc README - - domenu "${FILESDIR}"/${PN}.desktop -}