diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-06-27 22:01:15 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-06-27 22:01:15 +0000 |
commit | f3c029abc21322c61a9a068d656245bce649889c (patch) | |
tree | 6e11d5f7977a8181c2902445f7b6f60af76d462c /app-cdr/iat/iat-0.1.3.ebuild | |
parent | Version bump. Drop ruby19 support. (diff) | |
download | historical-f3c029abc21322c61a9a068d656245bce649889c.tar.gz historical-f3c029abc21322c61a9a068d656245bce649889c.tar.bz2 historical-f3c029abc21322c61a9a068d656245bce649889c.zip |
Remove old.
Package-Manager: portage-2.2.20/cvs/Linux x86_64
Diffstat (limited to 'app-cdr/iat/iat-0.1.3.ebuild')
-rw-r--r-- | app-cdr/iat/iat-0.1.3.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-cdr/iat/iat-0.1.3.ebuild b/app-cdr/iat/iat-0.1.3.ebuild deleted file mode 100644 index bbab382157bb..000000000000 --- a/app-cdr/iat/iat-0.1.3.ebuild +++ /dev/null @@ -1,24 +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/iat/iat-0.1.3.ebuild,v 1.2 2008/09/17 08:31:20 armin76 Exp $ - -DESCRIPTION="BIN, MDF, PDI, CDI, NRG, and B5I converters" -HOMEPAGE="http://iat.berlios.de" -SRC_URI="mirror://berlios/iat/${P}-src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S=${WORKDIR}/${PN} - -src_compile() { - econf --disable-dependency-tracking - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS -} |