summaryrefslogtreecommitdiff
path: root/media-libs/adplug
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /media-libs/adplug
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'media-libs/adplug')
-rw-r--r--media-libs/adplug/Manifest4
-rw-r--r--media-libs/adplug/adplug-2.3.1.ebuild41
-rw-r--r--media-libs/adplug/adplug-9999.ebuild41
-rw-r--r--media-libs/adplug/metadata.xml11
4 files changed, 0 insertions, 97 deletions
diff --git a/media-libs/adplug/Manifest b/media-libs/adplug/Manifest
deleted file mode 100644
index a54bc37194b6..000000000000
--- a/media-libs/adplug/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST adplug-2.3.1.tar.bz2 1478424 BLAKE2B 8c2b65d11d3b12b4a3337bc9c6ada2920b07279ac0199d4bdf1fa2ceec2f51748a1bb9357456b3e7aba7c906253691066b274e7a7c7578c777d1e2e77f5131f0 SHA512 324ce084ecf5b0d180b335ebcacd5ab80806a5c9fbdeed6ef7cbd6c2f2cb476d9d9f38f596b7d6100e3d6cab42294300559200297b4b3f34190c1f516454c8c3
-EBUILD adplug-2.3.1.ebuild 878 BLAKE2B 77d847b980b5fa27a906b055f059c402708747edd62827e22bb0e02c22630ff7dfa464269f5ae88b7ca0b6f7517fe088fd7800b192318831a3ffec9cbae1b60c SHA512 2fbec1c70b6f790c1e5b8585ca1065956f9c7794adc42afc2296c29309c5ba04157028c06cf6af07eedf4537625a2e2afa11cbb7bcc7b837b408f0a25cd3839a
-EBUILD adplug-9999.ebuild 875 BLAKE2B d5ba66658f30b462ea56f0a4ca3430877ec4ae2bcf6883fdae14e84e60d8617dbbbd875538c54f839d1651d8c2821971c92d159cc554ca975c6b5bc7acad550c SHA512 c60da57083e0a1a4bddb8a7b616d6e57c63aeedcd485dac6b79f4bb7749295b9988e9f436d0554295d7ecc73602934632cc31a5f40b4c561c044fa1e1e7265c4
-MISC metadata.xml 331 BLAKE2B 469f4a04cc31c288eef0cffee6b2e548b20b9b65d4497361c7ebf01e09908b0aa15620a5e5b2f456b70dcff991fca5ef37b000d3017b37db229240c8a864d0ed SHA512 800eb68a2b91f69c68342da2268e432e862292f06a0525f6a7514f39574bdcdedb97df48e816c22724f8a45e35fd6edaf7d59ed6ccf607ab53504ebd572a0c06
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 f6a919007c4a..000000000000
--- 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 3be26a1cfba4..000000000000
--- 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 72259cedf742..000000000000
--- 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>sound@gentoo.org</email>
- <name>Gentoo Sound project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">adplug/adplug</remote-id>
- </upstream>
-</pkgmetadata>