diff options
author | 2018-01-06 02:17:16 +0300 | |
---|---|---|
committer | 2018-01-06 02:20:01 +0300 | |
commit | 3ac9a22fa5b943ba34a766f5c8c4e596e79ccce3 (patch) | |
tree | 1b9c871284f68453ebf0446a6bb0715f060f040b /x11-plugins | |
parent | x11-plugins/wmsound: remove last rited package (bug #639914) (diff) | |
download | gentoo-3ac9a22fa5b943ba34a766f5c8c4e596e79ccce3.tar.gz gentoo-3ac9a22fa5b943ba34a766f5c8c4e596e79ccce3.tar.bz2 gentoo-3ac9a22fa5b943ba34a766f5c8c4e596e79ccce3.zip |
x11-plugins/wmsvencd: remove last rited package (bug #639914)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmsvencd/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/wmsvencd/files/wmsvencd-compile.patch | 36 | ||||
-rw-r--r-- | x11-plugins/wmsvencd/files/wmsvencd.desktop | 8 | ||||
-rw-r--r-- | x11-plugins/wmsvencd/metadata.xml | 9 | ||||
-rw-r--r-- | x11-plugins/wmsvencd/wmsvencd-0.5.0.ebuild | 38 |
5 files changed, 0 insertions, 92 deletions
diff --git a/x11-plugins/wmsvencd/Manifest b/x11-plugins/wmsvencd/Manifest deleted file mode 100644 index e2c319b4003a..000000000000 --- 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 1ab9a9f7e383..000000000000 --- 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 <stdio.h> - #include <stdlib.h> -+#include <string.h> - #include <sys/ioctl.h> - #include <sys/types.h> - #include <sys/stat.h> diff --git a/x11-plugins/wmsvencd/files/wmsvencd.desktop b/x11-plugins/wmsvencd/files/wmsvencd.desktop deleted file mode 100644 index 755937301b19..000000000000 --- 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 1d5e6504004e..000000000000 --- a/x11-plugins/wmsvencd/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>voyageur@gentoo.org</email> - <name>Bernard Cafarelli</name> -</maintainer> - -</pkgmetadata> 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 bb315561556d..000000000000 --- 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 -} |