diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-06-27 21:55:49 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-06-27 21:55:49 +0000 |
commit | c2f43724c0c9104c85c2b736b0a6301449faaad6 (patch) | |
tree | bdcd274544e0aa428be10659e765b2f46681bd3e /app-cdr | |
parent | Remove old. (diff) | |
download | gentoo-2-c2f43724c0c9104c85c2b736b0a6301449faaad6.tar.gz gentoo-2-c2f43724c0c9104c85c2b736b0a6301449faaad6.tar.bz2 gentoo-2-c2f43724c0c9104c85c2b736b0a6301449faaad6.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
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 -} |