commit:     a485735a8b93f2bf84e4e364083bcbb54d8d28d2
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 23:16:22 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 23:20:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a485735a

x11-plugins/wmsound: remove last rited package (bug #639914)

 x11-plugins/wmsound/Manifest                       |  1 -
 .../files/wmsound-ComplexProgramTargetNoMan.patch  | 11 ---
 x11-plugins/wmsound/files/wmsound-config.patch     | 86 ----------------------
 x11-plugins/wmsound/metadata.xml                   |  9 ---
 x11-plugins/wmsound/wmsound-0.9.5-r1.ebuild        | 49 ------------
 x11-plugins/wmsound/wmsound-0.9.5.ebuild           | 45 -----------
 6 files changed, 201 deletions(-)

diff --git a/x11-plugins/wmsound/Manifest b/x11-plugins/wmsound/Manifest
deleted file mode 100644
index f344ef9e35b..00000000000
--- a/x11-plugins/wmsound/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmsound-0.9.5.tar.gz 23098 BLAKE2B 
4b8f481b3c26902848aea5794c5bf6d9c31d1d0d0680b7b345ba4172be9a61e721cf4e798fb7154fc7d81d4740c6d51e4a8e387b10df98fd86a7a819e078a902
 SHA512 
eb518ac30d2d2db3f0a67e33cc4a157324b2a7f883176333aeaa8351ac02d035445ab2c5817dccc8b437008e0951affbea3bd7f774247174d4b7da8791648540

diff --git a/x11-plugins/wmsound/files/wmsound-ComplexProgramTargetNoMan.patch 
b/x11-plugins/wmsound/files/wmsound-ComplexProgramTargetNoMan.patch
deleted file mode 100644
index c87ab10e379..00000000000
--- a/x11-plugins/wmsound/files/wmsound-ComplexProgramTargetNoMan.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wmsound-0.9.4/src/Imakefile~       Tue Dec  4 09:22:23 2001
-+++ wmsound-0.9.4/src/Imakefile        Tue Dec  4 09:22:23 2001
-@@ -26,7 +26,7 @@
- SRCS = wmsound.c
- OBJS = wmsound.o
- 
--ComplexProgramTarget(wmsound)
-+ComplexProgramTargetNoMan(wmsound)
- 
- XCOMM MakeSubdirs($(SUBDIRS))
- XCOMM DependSubdirs($(SUBDIRS))

diff --git a/x11-plugins/wmsound/files/wmsound-config.patch 
b/x11-plugins/wmsound/files/wmsound-config.patch
deleted file mode 100644
index 5ab17c13693..00000000000
--- a/x11-plugins/wmsound/files/wmsound-config.patch
+++ /dev/null
@@ -1,86 +0,0 @@
---- wmsound-0.9.5/Install.orig Sun May  2 13:02:43 1999
-+++ wmsound-0.9.5/Install      Wed Sep  4 12:59:56 2002
-@@ -7,62 +7,15 @@
- DEVICE="/dev/dsp"
- 
- echo
--echo "----------------------------"
--echo " WMSound-$VERSION Installation "
--echo "----------------------------"
-+echo "-----------------------------"
-+echo " WMSound-$VERSION Configuration "
-+echo "-----------------------------"
- 
--WHOAMI=`whoami`
--if test $WHOAMI != "root"
--then
--  echo "It is advised to run this script as the root user"
--  echo "Your current user is $WHOAMI, if you want to continue press <Enter>"
--  read CONTINUE
--  if test $CONTINUE
--  then
--    echo "Installation aborted."
--  else
--    echo "Proceeding with installation ..."
--  fi
--fi
--
--done=0
--while test $done = 0
--do
--  echo "Specify your default audio device [$DEVICE]"
--  echo -n ":  "
--  read AUDIODEV
--  if !(test $AUDIODEV)
--  then
--    AUDIODEV=$DEVICE
--  fi
--  if test -e $AUDIODEV
--  then
--    echo "Using audio-device : $AUDIODEV"
--    DEVICE=$AUDIODEV
--    done=1
--  else
--    echo "$AUDIODEV does not exist ..."
--  fi
--
--done
--echo "----------------------"
--echo " Generating Makefiles "
--echo "----------------------"
--xmkmf -a
--
--echo "------------------------"
--echo " Building WMSound-$VERSION"
--echo "------------------------"
--make install
--
--echo "-----------------------------------"
--echo " Generating Default WMSound Domain "
--echo "-----------------------------------"
- (echo "{";\
- echo "  SoundPath = (\"~/GNUstep/Library/WindowMaker/Sounds\",";\
--echo "              \"/usr/local/share/WindowMaker/Sounds\");";\
-+echo "              \"/usr/X11R6/share/WindowMaker/Sounds\");";\
- echo "  SoundSetPath = (\"~/GNUstep/Library/WindowMaker/SoundSets\",";\
--echo "              \"/usr/local/share/WindowMaker/SoundSets\");";\
-+echo "              \"/usr/X11R6/share/WindowMaker/SoundSets\");";\
- echo "  Device = $DEVICE;";\
- echo "  AppExit = appexit.wav;";\
- echo "  AppStart = appstart.wav;";\
-@@ -73,13 +26,8 @@
- echo "  Shade = shade.wav;";\
- echo "  Startup = startup.wav;";\
- echo "  UnHide = unhide.wav;";\
--echo "  DeIconify = uniconify.wav;";\
-+echo "  DeIconify = deiconify.wav;";\
- echo "  UnShade = unshade.wav;";\
- echo "  UserDefined = replaceme.wav;";\
--echo "}";) > WMSound
-+echo "}";) > config/WMSound
- 
--echo "Make sure you copy the generated WMSound config to your Window Maker 
Global"
--echo "Defaults path ... (probably /usr/local/etc/WindowMaker)"
--echo
--echo "Installation completed."
--  

diff --git a/x11-plugins/wmsound/metadata.xml b/x11-plugins/wmsound/metadata.xml
deleted file mode 100644
index 1d5e6504004..00000000000
--- a/x11-plugins/wmsound/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>[email protected]</email>
-       <name>Bernard Cafarelli</name>
-</maintainer>
-
-</pkgmetadata>

diff --git a/x11-plugins/wmsound/wmsound-0.9.5-r1.ebuild 
b/x11-plugins/wmsound/wmsound-0.9.5-r1.ebuild
deleted file mode 100644
index 5e0b9fa2dd6..00000000000
--- a/x11-plugins/wmsound/wmsound-0.9.5-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils toolchain-funcs
-
-DESCRIPTION="An sound server for the WindowMaker desktop"
-HOMEPAGE="http://windowmaker.org/";
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-sound/wmsound-data
-       x11-libs/libproplist
-       x11-wm/windowmaker"
-DEPEND="${RDEPEND}
-       x11-misc/gccmakedep
-       x11-misc/imake"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-config.patch \
-               "${FILESDIR}"/${PN}-ComplexProgramTargetNoMan.patch
-
-       # Fix building with -Wl,--as-needed
-       sed -i \
-               -e 's:-lPropList $(WMSOUNDLIB):$(WMSOUNDLIB) -lPropList:' \
-               src/Imakefile || die
-       sed -i \
-               -e 's:-lPropList $(XLIB) $(WMSOUNDLIB):$(WMSOUNDLIB) -lPropList 
$(XLIB):' \
-               utils/Imakefile || die
-}
-
-src_compile() {
-       xmkmf -a || die
-       emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
-       emake DESTDIR="${D}/usr" install
-       dodoc AUTHORS BUGS ChangeLog
-
-       # Remove libwmsnd.a and wmsnd.h because they are unused, see:
-       # 
https://qa-reports.gentoo.org/output/genrdeps/dindex/media-sound/wmsound
-       rm -rf "${ED}"/usr/{include,lib*}
-}

diff --git a/x11-plugins/wmsound/wmsound-0.9.5.ebuild 
b/x11-plugins/wmsound/wmsound-0.9.5.ebuild
deleted file mode 100644
index 8ab46cc7b60..00000000000
--- a/x11-plugins/wmsound/wmsound-0.9.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="WindowMaker sound server"
-HOMEPAGE="http://largo.windowmaker.org/";
-SRC_URI="http://largo.windowmaker.org/files/${P}.tar.gz";
-
-RDEPEND="media-sound/wmsound-data
-       x11-libs/libproplist
-       x11-wm/windowmaker"
-DEPEND="${RDEPEND}
-       x11-misc/gccmakedep
-       x11-misc/imake"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc x86"
-IUSE=""
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-config.patch \
-               "${FILESDIR}"/${PN}-ComplexProgramTargetNoMan.patch
-
-       # Fix building with -Wl,--as-needed
-       sed -i \
-               -e 's:-lPropList $(WMSOUNDLIB):$(WMSOUNDLIB) -lPropList:' \
-               src/Imakefile || die
-       sed -i \
-               -e 's:-lPropList $(XLIB) $(WMSOUNDLIB):$(WMSOUNDLIB) -lPropList 
$(XLIB):' \
-               utils/Imakefile || die
-}
-
-src_compile() {
-       xmkmf -a || die
-       emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
-       emake PREFIX="${D}/usr" USRLIBDIR="${D}/usr/$(get_libdir)" install
-       dodoc AUTHORS BUGS ChangeLog
-}

Reply via email to