commit:     ae5535d902b84a4d7a56a889d9b26d185b82d740
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 08:09:15 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 08:11:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5535d9

media-libs/adplug: cleanup

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 media-libs/adplug/Manifest            |  1 -
 media-libs/adplug/adplug-2.3.1.ebuild | 41 -----------------------------------
 media-libs/adplug/adplug-9999.ebuild  | 41 -----------------------------------
 media-libs/adplug/metadata.xml        | 11 ----------
 4 files changed, 94 deletions(-)

diff --git a/media-libs/adplug/Manifest b/media-libs/adplug/Manifest
deleted file mode 100644
index e8b959360bd..00000000000
--- a/media-libs/adplug/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST adplug-2.3.1.tar.bz2 1478424 BLAKE2B 
8c2b65d11d3b12b4a3337bc9c6ada2920b07279ac0199d4bdf1fa2ceec2f51748a1bb9357456b3e7aba7c906253691066b274e7a7c7578c777d1e2e77f5131f0
 SHA512 
324ce084ecf5b0d180b335ebcacd5ab80806a5c9fbdeed6ef7cbd6c2f2cb476d9d9f38f596b7d6100e3d6cab42294300559200297b4b3f34190c1f516454c8c3

diff --git a/media-libs/adplug/adplug-2.3.1.ebuild 
b/media-libs/adplug/adplug-2.3.1.ebuild
deleted file mode 100644
index f6a919007c4..00000000000
--- a/media-libs/adplug/adplug-2.3.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit out-of-source
-
-DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player 
library"
-HOMEPAGE="http://adplug.github.io/";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit autotools git-r3
-       EGIT_REPO_URI="https://github.com/adplug/adplug.git";
-else
-       
SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2";
-       KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-IUSE="debug static-libs"
-
-RDEPEND=">=dev-cpp/libbinio-1.4"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       default
-       [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-my_src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_enable debug)
-}
-
-my_src_install_all() {
-       einstalldocs
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/media-libs/adplug/adplug-9999.ebuild 
b/media-libs/adplug/adplug-9999.ebuild
deleted file mode 100644
index 3be26a1cfba..00000000000
--- a/media-libs/adplug/adplug-9999.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit out-of-source
-
-DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player 
library"
-HOMEPAGE="http://adplug.github.io/";
-
-if [[ ${PV} == *9999 ]]; then
-       inherit autotools git-r3
-       EGIT_REPO_URI="https://github.com/adplug/adplug.git";
-else
-       
SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2";
-       KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-fi
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="debug static-libs"
-
-RDEPEND=">=dev-cpp/libbinio-1.4"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       default
-       [[ ${PV} == *9999 ]] && eautoreconf
-}
-
-my_src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               $(use_enable debug)
-}
-
-my_src_install_all() {
-       einstalldocs
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/media-libs/adplug/metadata.xml b/media-libs/adplug/metadata.xml
deleted file mode 100644
index 72259cedf74..00000000000
--- a/media-libs/adplug/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>so...@gentoo.org</email>
-               <name>Gentoo Sound project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">adplug/adplug</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to