diff options
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/uif2iso/ChangeLog | 8 | ||||
-rw-r--r-- | app-cdr/uif2iso/uif2iso-0.1.4.ebuild | 31 |
2 files changed, 5 insertions, 34 deletions
diff --git a/app-cdr/uif2iso/ChangeLog b/app-cdr/uif2iso/ChangeLog index 2a83bf819143..2d8b0cb8ce4c 100644 --- a/app-cdr/uif2iso/ChangeLog +++ b/app-cdr/uif2iso/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-cdr/uif2iso -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/ChangeLog,v 1.10 2011/11/17 18:47:32 phajdan.jr Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/ChangeLog,v 1.11 2015/06/27 21:55:49 mrueg Exp $ + + 27 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -uif2iso-0.1.4.ebuild: + Remove old. 17 Nov 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> uif2iso-0.1.7c.ebuild: x86 stable wrt bug #390569 @@ -47,4 +50,3 @@ 12 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml, +uif2iso-0.1.4.ebuild: Initial import of uif2iso, to convert MagicISO files in standard ISOs. - diff --git a/app-cdr/uif2iso/uif2iso-0.1.4.ebuild b/app-cdr/uif2iso/uif2iso-0.1.4.ebuild deleted file mode 100644 index 7fadd4f6d96d..000000000000 --- a/app-cdr/uif2iso/uif2iso-0.1.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/uif2iso-0.1.4.ebuild,v 1.3 2008/12/03 22:22:06 maekke Exp $ - -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="dev-libs/openssl - sys-libs/zlib" -DEPENED="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}/src" - -src_compile() { - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c -lz -lcrypto || die "failed to compile" -} - -src_install() { - dobin ${PN} || die "failed to install" - - dodoc "${WORKDIR}"/${PN}.txt -} |