From f3effa13888df9029d64d6e299e16db2910275f1 Mon Sep 17 00:00:00 2001 From: Noel Darlow Date: Thu, 7 Jun 2012 15:16:54 +0100 Subject: gentool copy script: fixing wrong commands to mount/umount mirrors --- app-admin/gentool/Manifest | 4 ++-- app-admin/gentool/gentool-0.2.6.ebuild | 41 ---------------------------------- app-admin/gentool/gentool-0.2.7.ebuild | 41 ++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 app-admin/gentool/gentool-0.2.6.ebuild create mode 100644 app-admin/gentool/gentool-0.2.7.ebuild diff --git a/app-admin/gentool/Manifest b/app-admin/gentool/Manifest index 66731fe..8125582 100644 --- a/app-admin/gentool/Manifest +++ b/app-admin/gentool/Manifest @@ -1,4 +1,4 @@ -DIST gentool-0.2.6.tar.bz2 8586 RMD160 f668c4503cbd4e2353db1acb76de2a7630be3388 SHA1 ccac3b4a6157f566c2b81dcbc18550d9069f8e8a SHA256 0562caca7652e1c0bf8cfc56c9cf315ce2ec2f291829f40e485b32074f1384ce -EBUILD gentool-0.2.6.ebuild 864 RMD160 e2cf7215bbbe85a3e1a5613416e374f4aeb69671 SHA1 623c53b893662e0a402f02764ec7b0e49eb3f12f SHA256 91fbe8a4ed3b68ac94de01858ff67e25ba8308e97b7c11e6c128d6a89630fd02 +DIST gentool-0.2.7.tar.bz2 8572 RMD160 6561fb66da894f3a75435b075e20a4cf5803c543 SHA1 087c4f4cb028728d7a55a7b72ee82186966d37e4 SHA256 7ed88da2a563ccc7e925b7adfc33484d0df5284380e4f750fd06aadf0f7ec429 +EBUILD gentool-0.2.7.ebuild 864 RMD160 e2cf7215bbbe85a3e1a5613416e374f4aeb69671 SHA1 623c53b893662e0a402f02764ec7b0e49eb3f12f SHA256 91fbe8a4ed3b68ac94de01858ff67e25ba8308e97b7c11e6c128d6a89630fd02 MISC ChangeLog 0 RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 MISC metadata.xml 513 RMD160 5ccacd7985a83578b1b02f37e5321fce4c75f73f SHA1 891e34ce89792243996e4c8319d1508964b096df SHA256 503e044c2881c5f53de73bcff9fd25d8c097182434c636e2614538d0f568bc53 diff --git a/app-admin/gentool/gentool-0.2.6.ebuild b/app-admin/gentool/gentool-0.2.6.ebuild deleted file mode 100644 index 602d777..0000000 --- a/app-admin/gentool/gentool-0.2.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit eutils - -DESCRIPTION="gentoo system management" -HOMEPAGE="" -SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=app-misc/bashfun-0.1.4 - net-misc/htpdate - net-misc/rsync - sys-boot/grub" - -#DEPEND="" - -src_install() { - dodir /opt/bin - dosym /opt/gentool/bin/gentool.sh /opt/bin/gentool - insinto '/opt' - doins -r "${S}/opt/gentool" - dodir '/etc/gentool' - insinto '/etc/gentool' - doins "${S}/etc/gentool/config.sh" - doenvd "${S}/etc/env.d/99gentool-env" - fperms +x /opt/gentool/bin/* -} - -pkg_postinst() { - elog - elog 'you may want to edit /etc/gentool/config.sh now - just follow instructions in the file' - elog -} diff --git a/app-admin/gentool/gentool-0.2.7.ebuild b/app-admin/gentool/gentool-0.2.7.ebuild new file mode 100644 index 0000000..602d777 --- /dev/null +++ b/app-admin/gentool/gentool-0.2.7.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="gentoo system management" +HOMEPAGE="" +SRC_URI="http://www.aperiplus.co.uk/downloads/src/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-misc/bashfun-0.1.4 + net-misc/htpdate + net-misc/rsync + sys-boot/grub" + +#DEPEND="" + +src_install() { + dodir /opt/bin + dosym /opt/gentool/bin/gentool.sh /opt/bin/gentool + insinto '/opt' + doins -r "${S}/opt/gentool" + dodir '/etc/gentool' + insinto '/etc/gentool' + doins "${S}/etc/gentool/config.sh" + doenvd "${S}/etc/env.d/99gentool-env" + fperms +x /opt/gentool/bin/* +} + +pkg_postinst() { + elog + elog 'you may want to edit /etc/gentool/config.sh now - just follow instructions in the file' + elog +} -- cgit v1.2.3-65-gdbad