Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/xdms/
Date: Tue, 07 Nov 2017 13:23:56
Message-Id: 1510061015.d276dcd5e48429823e36f228be3a78f28bd5aa3e.mrueg@gentoo
1 commit: d276dcd5e48429823e36f228be3a78f28bd5aa3e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 7 13:23:35 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 7 13:23:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d276dcd5
7
8 app-arch/xdms: Remove old
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.4
11
12 app-arch/xdms/xdms-1.3.2.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/app-arch/xdms/xdms-1.3.2.ebuild b/app-arch/xdms/xdms-1.3.2.ebuild
16 deleted file mode 100644
17 index f8fc4c99169..00000000000
18 --- a/app-arch/xdms/xdms-1.3.2.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2007 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit toolchain-funcs
25 -
26 -DESCRIPTION="xDMS - Amiga DMS disk image decompressor"
27 -HOMEPAGE="http://zakalwe.fi/~shd/foss/xdms"
28 -SRC_URI="http://zakalwe.fi/~shd/foss/xdms/${P}.tar.bz2"
29 -
30 -LICENSE="public-domain"
31 -SLOT="0"
32 -KEYWORDS="amd64 ~hppa ppc x86"
33 -IUSE=""
34 -
35 -src_unpack() {
36 - unpack ${A}
37 - sed -i -e 's:COPYING::' "${S}"/Makefile.in
38 -}
39 -
40 -src_compile() {
41 - ./configure --prefix=/usr --package-prefix="${D}" \
42 - || die "configure failed."
43 - emake CC="$(tc-getCC)" || die "emake failed."
44 -}
45 -
46 -src_install() {
47 - emake install || die "emake install failed."
48 - prepalldocs
49 -}