Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/adplug/
Date: Fri, 28 Feb 2020 08:11:19
Message-Id: 1582877466.ae5535d902b84a4d7a56a889d9b26d185b82d740.zlogene@gentoo
1 commit: ae5535d902b84a4d7a56a889d9b26d185b82d740
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 28 08:09:15 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 28 08:11:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5535d9
7
8 media-libs/adplug: cleanup
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 media-libs/adplug/Manifest | 1 -
13 media-libs/adplug/adplug-2.3.1.ebuild | 41 -----------------------------------
14 media-libs/adplug/adplug-9999.ebuild | 41 -----------------------------------
15 media-libs/adplug/metadata.xml | 11 ----------
16 4 files changed, 94 deletions(-)
17
18 diff --git a/media-libs/adplug/Manifest b/media-libs/adplug/Manifest
19 deleted file mode 100644
20 index e8b959360bd..00000000000
21 --- a/media-libs/adplug/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST adplug-2.3.1.tar.bz2 1478424 BLAKE2B 8c2b65d11d3b12b4a3337bc9c6ada2920b07279ac0199d4bdf1fa2ceec2f51748a1bb9357456b3e7aba7c906253691066b274e7a7c7578c777d1e2e77f5131f0 SHA512 324ce084ecf5b0d180b335ebcacd5ab80806a5c9fbdeed6ef7cbd6c2f2cb476d9d9f38f596b7d6100e3d6cab42294300559200297b4b3f34190c1f516454c8c3
25
26 diff --git a/media-libs/adplug/adplug-2.3.1.ebuild b/media-libs/adplug/adplug-2.3.1.ebuild
27 deleted file mode 100644
28 index f6a919007c4..00000000000
29 --- a/media-libs/adplug/adplug-2.3.1.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit out-of-source
38 -
39 -DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
40 -HOMEPAGE="http://adplug.github.io/"
41 -
42 -if [[ ${PV} == *9999 ]]; then
43 - inherit autotools git-r3
44 - EGIT_REPO_URI="https://github.com/adplug/adplug.git"
45 -else
46 - SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2"
47 - KEYWORDS="~alpha amd64 arm ~hppa ~ppc ~ppc64 x86"
48 -fi
49 -
50 -LICENSE="LGPL-2.1"
51 -SLOT="0/${PV}"
52 -IUSE="debug static-libs"
53 -
54 -RDEPEND=">=dev-cpp/libbinio-1.4"
55 -DEPEND="${RDEPEND}
56 - virtual/pkgconfig"
57 -
58 -src_prepare() {
59 - default
60 - [[ ${PV} == *9999 ]] && eautoreconf
61 -}
62 -
63 -my_src_configure() {
64 - econf \
65 - $(use_enable static-libs static) \
66 - $(use_enable debug)
67 -}
68 -
69 -my_src_install_all() {
70 - einstalldocs
71 - find "${D}" -name '*.la' -delete || die
72 -}
73
74 diff --git a/media-libs/adplug/adplug-9999.ebuild b/media-libs/adplug/adplug-9999.ebuild
75 deleted file mode 100644
76 index 3be26a1cfba..00000000000
77 --- a/media-libs/adplug/adplug-9999.ebuild
78 +++ /dev/null
79 @@ -1,41 +0,0 @@
80 -# Copyright 1999-2019 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=6
84 -
85 -inherit out-of-source
86 -
87 -DESCRIPTION="A free, cross-platform, hardware independent AdLib sound player library"
88 -HOMEPAGE="http://adplug.github.io/"
89 -
90 -if [[ ${PV} == *9999 ]]; then
91 - inherit autotools git-r3
92 - EGIT_REPO_URI="https://github.com/adplug/adplug.git"
93 -else
94 - SRC_URI="https://github.com/adplug/${PN}/releases/download/${P}/${P}.tar.bz2"
95 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
96 -fi
97 -
98 -LICENSE="LGPL-2.1"
99 -SLOT="0"
100 -IUSE="debug static-libs"
101 -
102 -RDEPEND=">=dev-cpp/libbinio-1.4"
103 -DEPEND="${RDEPEND}
104 - virtual/pkgconfig"
105 -
106 -src_prepare() {
107 - default
108 - [[ ${PV} == *9999 ]] && eautoreconf
109 -}
110 -
111 -my_src_configure() {
112 - econf \
113 - $(use_enable static-libs static) \
114 - $(use_enable debug)
115 -}
116 -
117 -my_src_install_all() {
118 - einstalldocs
119 - find "${D}" -name '*.la' -delete || die
120 -}
121
122 diff --git a/media-libs/adplug/metadata.xml b/media-libs/adplug/metadata.xml
123 deleted file mode 100644
124 index 72259cedf74..00000000000
125 --- a/media-libs/adplug/metadata.xml
126 +++ /dev/null
127 @@ -1,11 +0,0 @@
128 -<?xml version="1.0" encoding="UTF-8"?>
129 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
130 -<pkgmetadata>
131 - <maintainer type="project">
132 - <email>sound@g.o</email>
133 - <name>Gentoo Sound project</name>
134 - </maintainer>
135 - <upstream>
136 - <remote-id type="github">adplug/adplug</remote-id>
137 - </upstream>
138 -</pkgmetadata>