diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-13 10:16:36 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-13 10:16:36 +0000 |
commit | 09ac193f000e58a5126c7ef8d7eb00c884ac25ea (patch) | |
tree | 312fb52e463b04fdc0ae1d3c6eb15767318edbe8 /app-cdr/uif2iso | |
parent | stable x86, security bug 269605 (diff) | |
download | gentoo-2-09ac193f000e58a5126c7ef8d7eb00c884ac25ea.tar.gz gentoo-2-09ac193f000e58a5126c7ef8d7eb00c884ac25ea.tar.bz2 gentoo-2-09ac193f000e58a5126c7ef8d7eb00c884ac25ea.zip |
Version bump and cleanup.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-cdr/uif2iso')
-rw-r--r-- | app-cdr/uif2iso/ChangeLog | 8 | ||||
-rw-r--r-- | app-cdr/uif2iso/uif2iso-0.1.7.ebuild | 32 | ||||
-rw-r--r-- | app-cdr/uif2iso/uif2iso-0.1.7c.ebuild (renamed from app-cdr/uif2iso/uif2iso-0.1.7a.ebuild) | 2 |
3 files changed, 8 insertions, 34 deletions
diff --git a/app-cdr/uif2iso/ChangeLog b/app-cdr/uif2iso/ChangeLog index 4049bc829672..893d983be050 100644 --- a/app-cdr/uif2iso/ChangeLog +++ b/app-cdr/uif2iso/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-cdr/uif2iso # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/ChangeLog,v 1.7 2009/01/09 15:41:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/ChangeLog,v 1.8 2009/05/13 10:16:36 flameeyes Exp $ + +*uif2iso-0.1.7c (13 May 2009) + + 13 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> + -uif2iso-0.1.7.ebuild, -uif2iso-0.1.7a.ebuild, +uif2iso-0.1.7c.ebuild: + Version bump and cleanup. *uif2iso-0.1.7a (09 Jan 2009) diff --git a/app-cdr/uif2iso/uif2iso-0.1.7.ebuild b/app-cdr/uif2iso/uif2iso-0.1.7.ebuild deleted file mode 100644 index c57cf3b0df38..000000000000 --- a/app-cdr/uif2iso/uif2iso-0.1.7.ebuild +++ /dev/null @@ -1,32 +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.7.ebuild,v 1.1 2008/11/13 02:52:53 flameeyes 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="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}/${PV}-Makefile" || die "emake failed" -} - -src_install() { - dobin ${PN} || die "failed to install" - - dodoc "${WORKDIR}"/${PN}.txt "${WORKDIR}"/README -} diff --git a/app-cdr/uif2iso/uif2iso-0.1.7a.ebuild b/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild index 1e678116ff97..b27cbed5bac9 100644 --- a/app-cdr/uif2iso/uif2iso-0.1.7a.ebuild +++ b/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/uif2iso-0.1.7a.ebuild,v 1.1 2009/01/09 15:41:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/uif2iso/uif2iso-0.1.7c.ebuild,v 1.1 2009/05/13 10:16:36 flameeyes Exp $ inherit eutils toolchain-funcs |