From acb0c4ca77a6340d629680e1717bd47578ed14b6 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Tue, 24 Dec 2019 21:08:14 +0000 Subject: [PATCH] l/mutagen: Removed. --- l/mutagen/mutagen-release-1.33.2.tar.gz.sha1 | 1 - l/mutagen/mutagen.SlackBuild | 100 ------------------- l/mutagen/slack-desc | 12 --- 3 files changed, 113 deletions(-) delete mode 100644 l/mutagen/mutagen-release-1.33.2.tar.gz.sha1 delete mode 100755 l/mutagen/mutagen.SlackBuild delete mode 100644 l/mutagen/slack-desc diff --git a/l/mutagen/mutagen-release-1.33.2.tar.gz.sha1 b/l/mutagen/mutagen-release-1.33.2.tar.gz.sha1 deleted file mode 100644 index baaaebc1..00000000 --- a/l/mutagen/mutagen-release-1.33.2.tar.gz.sha1 +++ /dev/null @@ -1 +0,0 @@ -c0e16db7efbe332863778acb6abc485827ca8104 mutagen-release-1.33.2.tar.gz diff --git a/l/mutagen/mutagen.SlackBuild b/l/mutagen/mutagen.SlackBuild deleted file mode 100755 index 9fb6da80..00000000 --- a/l/mutagen/mutagen.SlackBuild +++ /dev/null @@ -1,100 +0,0 @@ -#!/bin/bash -# Build script for Slackware -# Copyright (C) 2016 Damien Goutte-Gattat -# -# Redistribution and use of this script, with or without modifications, -# is permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AS IS'' AND ANY EXPRESS OR -# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES -# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING -# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -# POSSIBILITY OF SUCH DAMAGE. -# -# Contact: Damien Goutte-Gattat -# -# Latest mutagen sourcecode is available at: -# . - -# Source package infos -NAMESRC=${NAMESRC:-mutagen} -VERSION=${VERSION:-1.33.2} -ARCHIVE=${ARCHIVE:-$NAMESRC-release-$VERSION.tar.gz} -WGET=${WGET:-https://github.com/quodlibet/mutagen/archive/release-$VERSION.tar.gz} - -# Build infos -NAMEPKG=${NAMEPKG:-mutagen} -BUILD=${BUILD:-1GGD} -ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')} -JOBS=${JOBS:-1} -EXT=${EXT:-txz} - -# Directories -TMP=${TMP:-/tmp} -OUT=${OUT:-$TMP/build} -PKG=${PKG:-$OUT/$NAMEPKG} -CWD=$(pwd) - -set -e # Quit if a command returns non-zero - -# Sanity checks -if [ $UID -eq 0 ]; then - echo "You should NOT run this script as ROOT!" - exit 1 -fi -if [ ! -d $TMP ]; then - echo "$TMP does not exists or is not a directory!" - exit 1 -fi - -# Get and verify the source archive -if [ ! -r $ARCHIVE ]; then - wget -c -O $ARCHIVE.part "$WGET" - mv $ARCHIVE.part $ARCHIVE -fi -sha1sum -c $ARCHIVE.sha1 -NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1) - -# Compile -cd $TMP -echo "Building $ARCHIVE..." -tar xf $CWD/$ARCHIVE -cd $NAME -python setup.py build -python setup.py install --root=$PKG - -# Compress man pages -mv $PKG/usr/share/man $PKG/usr/man -rmdir $PKG/usr/share -find $PKG/usr/man -type f -exec gzip -9 {} \; - -# Install the documentation -mkdir -p $PKG/usr/doc/$NAMESRC-$VERSION -install -m 644 COPYING NEWS README.rst $PKG/usr/doc/$NAMESRC-$VERSION - -# Copy slack-desc file -install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc - -# Package the tree -cd $PKG -mkdir -p $OUT -PACKAGING=" -chown root:root . -R -/sbin/makepkg -l y -c n $OUT/$NAMEPKG-$VERSION-$ARCH-$BUILD.$EXT -rm -rf $PKG -rm -rf $TMP/$NAME -" -if type -p fakeroot ; then - echo "$PACKAGING" | fakeroot -else - su -c "$PACKAGING" -fi diff --git a/l/mutagen/slack-desc b/l/mutagen/slack-desc deleted file mode 100644 index 3bc739fe..00000000 --- a/l/mutagen/slack-desc +++ /dev/null @@ -1,12 +0,0 @@ - |-----handy-ruler-----------------------------------------------------| -mutagen: mutagen (audio metadata module for Python) -mutagen: -mutagen: Mutagen is a Python module to handle audio metadata. -mutagen: -mutagen: -mutagen: -mutagen: -mutagen: -mutagen: -mutagen: -mutagen: