diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-13 21:24:24 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-13 21:24:24 +0000 |
commit | 1256fef3ff1d90e441ec9054b29c205f710aeb95 (patch) | |
tree | 8ff109febaa5cc20012f64bfdb5be6b2725fab2a /app-cdr/cuetools | |
parent | closes bug 19405 (diff) | |
download | historical-1256fef3ff1d90e441ec9054b29c205f710aeb95.tar.gz historical-1256fef3ff1d90e441ec9054b29c205f710aeb95.tar.bz2 historical-1256fef3ff1d90e441ec9054b29c205f710aeb95.zip |
QA - Add IUSE.
Diffstat (limited to 'app-cdr/cuetools')
-rw-r--r-- | app-cdr/cuetools/Manifest | 2 | ||||
-rw-r--r-- | app-cdr/cuetools/cuetools-0.2.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app-cdr/cuetools/Manifest b/app-cdr/cuetools/Manifest index eb1f3a7183fb..028a7e309551 100644 --- a/app-cdr/cuetools/Manifest +++ b/app-cdr/cuetools/Manifest @@ -1,3 +1,3 @@ +MD5 56a510a53de31f5ba2364286966555e5 cuetools-0.2.ebuild 605 MD5 aad04fb4110224cf8e3d8a53be441300 ChangeLog 370 -MD5 e491e715d2fdb6dff54b4075095f96de cuetools-0.2.ebuild 601 MD5 20142ba6cc8d912a097a83128164d9f4 files/digest-cuetools-0.2 63 diff --git a/app-cdr/cuetools/cuetools-0.2.ebuild b/app-cdr/cuetools/cuetools-0.2.ebuild index 428473bad847..53a0dc2d0154 100644 --- a/app-cdr/cuetools/cuetools-0.2.ebuild +++ b/app-cdr/cuetools/cuetools-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/cuetools-0.2.ebuild,v 1.2 2004/03/12 12:02:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cuetools/cuetools-0.2.ebuild,v 1.3 2004/06/13 21:24:24 kloeri Exp $ DESCRIPTION="Utilities to manipulate and convert .CUE- and .TOC-files" HOMEPAGE="http://cuetools.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/cuetools/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="" |