diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-09 16:15:10 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-09 16:15:10 +0000 |
commit | b7975d2e13faf10c79cca256f0307ec98528921d (patch) | |
tree | 5524d98f9095c501517ff7aa2ec44127d932e1b6 /app-cdr/multicd | |
parent | First version in portage (diff) | |
download | historical-b7975d2e13faf10c79cca256f0307ec98528921d.tar.gz historical-b7975d2e13faf10c79cca256f0307ec98528921d.tar.bz2 historical-b7975d2e13faf10c79cca256f0307ec98528921d.zip |
Initial version.
Diffstat (limited to 'app-cdr/multicd')
-rw-r--r-- | app-cdr/multicd/ChangeLog | 10 | ||||
-rw-r--r-- | app-cdr/multicd/Manifest | 3 | ||||
-rw-r--r-- | app-cdr/multicd/files/digest-multicd-1.7.2 | 1 | ||||
-rw-r--r-- | app-cdr/multicd/multicd-1.7.2.ebuild | 28 |
4 files changed, 42 insertions, 0 deletions
diff --git a/app-cdr/multicd/ChangeLog b/app-cdr/multicd/ChangeLog new file mode 100644 index 000000000000..aa25ce99e17a --- /dev/null +++ b/app-cdr/multicd/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*multicd-1.7.2 (10 Oct 2003) + + 10 Oct 2003; Martin Holzer <mholzer@gentoo.org> multicd-1.7.2.ebuild: + Initial version. Submitted by Jarkko Haapalainen <dragon@opp.ysao.fi> in + #20765. + diff --git a/app-cdr/multicd/Manifest b/app-cdr/multicd/Manifest new file mode 100644 index 000000000000..476d20a39257 --- /dev/null +++ b/app-cdr/multicd/Manifest @@ -0,0 +1,3 @@ +MD5 7eaec6ff470645c4401eaff0e45ea718 multicd-1.7.2.ebuild 762 +MD5 0a97fa708b6be36d27c932eb17908ec1 ChangeLog 401 +MD5 54363392c9f700ede6a5d844ace05e44 files/digest-multicd-1.7.2 64 diff --git a/app-cdr/multicd/files/digest-multicd-1.7.2 b/app-cdr/multicd/files/digest-multicd-1.7.2 new file mode 100644 index 000000000000..93f8f322892d --- /dev/null +++ b/app-cdr/multicd/files/digest-multicd-1.7.2 @@ -0,0 +1 @@ +MD5 871fdef1a56dbc03805dcc30e18cbb2b multicd-1.7.2.tar.gz 21437 diff --git a/app-cdr/multicd/multicd-1.7.2.ebuild b/app-cdr/multicd/multicd-1.7.2.ebuild new file mode 100644 index 000000000000..8bb8ff73a99b --- /dev/null +++ b/app-cdr/multicd/multicd-1.7.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 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.1 2003/10/09 16:15:10 mholzer 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 + >=app-cdr/cdrtools-1.11.33" + +src_install() { + dodir /opt/${PN} + exeinto /opt/${PN} + doexe multicd + dodoc sample_multicdrc +} + +pkg_postinst() { + einfo "" + einfo "Copy and edit sample configuration file from" + einfo "/usr/share/doc/${PF}" + einfo "directory to /etc directory as multicdrc" + einfo "" +} |