commit:     496a89618b0811ab2e55dbe381ea6b391079038d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 05:47:39 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 05:50:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496a8961

app-cdr/uif2iso: remove 0.1.7c-r0

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-cdr/uif2iso/files/0.1.7-Makefile  | 10 ----------
 app-cdr/uif2iso/uif2iso-0.1.7c.ebuild | 31 -------------------------------
 2 files changed, 41 deletions(-)

diff --git a/app-cdr/uif2iso/files/0.1.7-Makefile 
b/app-cdr/uif2iso/files/0.1.7-Makefile
deleted file mode 100644
index 0b8a2bd9535..00000000000
--- a/app-cdr/uif2iso/files/0.1.7-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# We replace the makefile since the upstream one is not suitable for
-# us :(
-
-OBJS := $(patsubst %.c,%.o,$(wildcard *.c))
-
-CFLAGS += -DMAGICISO_IS_SHIT
-
-LDLIBS = -lz
-
-uif2iso: $(OBJS)

diff --git a/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild 
b/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild
deleted file mode 100644
index 9d43caee44c..00000000000
--- a/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Converts MagicISO CD-images to iso"
-HOMEPAGE="http://aluigi.org/mytoolz.htm#uif2iso";
-SRC_URI="mirror://gentoo/${P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-libs/zlib"
-DEPEND="${RDEPEND}
-       app-arch/unzip"
-
-S="${WORKDIR}/src"
-
-src_compile() {
-       # Yes we use our own makefile, I'll try to explain this to
-       # upstream _again_.
-       emake CC="$(tc-getCC)" -f "${FILESDIR}/0.1.7-Makefile" || die "emake 
failed"
-}
-
-src_install() {
-       dobin ${PN} || die "failed to install"
-
-       dodoc "${WORKDIR}"/${PN}.txt "${WORKDIR}"/README
-}

Reply via email to