summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 09:40:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 09:40:54 +0000
commit2123be2572cf5d9f054e694335e2c3e6bebd631c (patch)
treed0a2c4129223ee0e6c1e634bc97f6ffd99c0813c /app-cdr
parentChangeLog fix (Manifest recommit) (diff)
downloadgentoo-2-2123be2572cf5d9f054e694335e2c3e6bebd631c.tar.gz
gentoo-2-2123be2572cf5d9f054e694335e2c3e6bebd631c.tar.bz2
gentoo-2-2123be2572cf5d9f054e694335e2c3e6bebd631c.zip
fix depend (bug #45110); tidy
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/multicd/ChangeLog7
-rw-r--r--app-cdr/multicd/multicd-1.7.2.ebuild15
2 files changed, 13 insertions, 9 deletions
diff --git a/app-cdr/multicd/ChangeLog b/app-cdr/multicd/ChangeLog
index aa25ce99e17a..f5249eaac9ea 100644
--- a/app-cdr/multicd/ChangeLog
+++ b/app-cdr/multicd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-cdr/multicd
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/ChangeLog,v 1.1 2003/10/09 16:15:10 mholzer Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/ChangeLog,v 1.2 2004/03/19 09:40:54 mr_bones_ Exp $
+
+ 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> multicd-1.7.2.ebuild:
+ fix depend (bug #45110); tidy
*multicd-1.7.2 (10 Oct 2003)
diff --git a/app-cdr/multicd/multicd-1.7.2.ebuild b/app-cdr/multicd/multicd-1.7.2.ebuild
index 65141cdadef0..170445ef282b 100644
--- a/app-cdr/multicd/multicd-1.7.2.ebuild
+++ b/app-cdr/multicd/multicd-1.7.2.ebuild
@@ -1,28 +1,29 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/multicd-1.7.2.ebuild,v 1.3 2004/03/12 12:02:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/multicd-1.7.2.ebuild,v 1.4 2004/03/19 09:40:54 mr_bones_ Exp $
DESCRIPTION="Tool for making direct copies of your files to multiple cd's"
HOMEPAGE="http://danborn.net/multicd/"
SRC_URI="http://danborn.net/multicd/${P}.tar.gz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
-RDEPEND=">=perl-5.6.1
+
+RDEPEND=">=dev-lang/perl-5.6.1
>=app-cdr/cdrtools-1.11.33"
src_install() {
- dodir /opt/${PN}
- exeinto /opt/${PN}
- doexe multicd
+ exeinto "/opt/${PN}"
+ doexe multicd || die "doexe failed"
dodoc sample_multicdrc
}
pkg_postinst() {
- einfo ""
+ einfo
einfo "Copy and edit sample configuration file from"
einfo "/usr/share/doc/${PF}"
einfo "directory to /etc directory as multicdrc"
- einfo ""
+ einfo
}