From 63f42734047c8bb5a889b11922ed8cb1d795a41f Mon Sep 17 00:00:00 2001 From: Noel Darlow Date: Fri, 18 May 2012 01:28:01 +0100 Subject: aaaaaa --- app-admin/gentool/Manifest | 4 +-- app-admin/gentool/gentool-0.1.8.ebuild | 46 ---------------------------------- app-admin/gentool/gentool-0.1.9.ebuild | 46 ++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 app-admin/gentool/gentool-0.1.8.ebuild create mode 100644 app-admin/gentool/gentool-0.1.9.ebuild (limited to 'app-admin/gentool') diff --git a/app-admin/gentool/Manifest b/app-admin/gentool/Manifest index 997cbde..d3c4bac 100644 --- a/app-admin/gentool/Manifest +++ b/app-admin/gentool/Manifest @@ -1,4 +1,4 @@ -DIST gentool-0.1.8.tar.bz2 8555 RMD160 9c7e20cc43c6c04fbec8b5463b29becd877e4eb3 SHA1 1f0c1af4cfdb24fd51c8a6d18e4973ac68be5c2a SHA256 3205f85dc6adc8cc6f5f43ba0519a7e238b19ed3628244cd0029b8f89259f534 -EBUILD gentool-0.1.8.ebuild 1243 RMD160 f8a0bdc052326ca463bb400ad72ec048125cf5a5 SHA1 5bb14259b270e0958dc55ba8d5a573d4d763e43f SHA256 5ed4104e6c749bec834121594f45b00f4436b0e09b6097de57132dfd2bb8ab44 +DIST gentool-0.1.9.tar.bz2 8578 RMD160 ee37e54277c50629f3d02ee6616066324617035a SHA1 3cbc775631728baa68d8ec9d223a5340811d5567 SHA256 863b63fded9eee9b86454f697f360cb0aeaa3d64e5c5c919f5f2d4ce621666a9 +EBUILD gentool-0.1.9.ebuild 1243 RMD160 f8a0bdc052326ca463bb400ad72ec048125cf5a5 SHA1 5bb14259b270e0958dc55ba8d5a573d4d763e43f SHA256 5ed4104e6c749bec834121594f45b00f4436b0e09b6097de57132dfd2bb8ab44 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.1.8.ebuild b/app-admin/gentool/gentool-0.1.8.ebuild deleted file mode 100644 index 88eef22..0000000 --- a/app-admin/gentool/gentool-0.1.8.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -EAPI=2 -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="x86 amd64" -IUSE="" - -#DEPEND="" - -RDEPEND="net-misc/rsync - sys-boot/grub - app-misc/bashfun - net-misc/htpdate" - -src_install() { - dodir '/opt/gentool' || die "out of cheese error 1" - insinto '/opt/gentool' || die "out of cheese error 2" - cp -ar ${S}'/opt/gentool/'* ${D}'/opt/gentool/' || die "out of cheese error 3" - dodir '/etc/gentool' || die "out of cheese error 4" - insinto '/etc/gentool' || die "out of cheese error 5" - doins ${S}'/etc/gentool/config.sh' || die "out of cheese error 6" - doenvd ${S}'/etc/env.d/99gentool-env' || die "out of cheese error 7" -} - -pkg_postinst() { - if [ ! -f /opt/bin/gentool ] - then - cd /opt/bin - ln -s /opt/gentool/bin/gentool.sh gentool - fi - - path_minus_opt_bin=`echo $PATH | sed 's~/opt/bin:~~g'` - if [ $PATH = $path_minus_opt_bin ] - then - ewarn - ewarn '/opt/bin is not in your $PATH!' - ewarn '(gentool is installed at /opt/bin/gentool)' - ewarn - fi - ewarn - ewarn 'you may want to edit /etc/gentool/config.sh now - just follow instructions in the file' - ewarn -} diff --git a/app-admin/gentool/gentool-0.1.9.ebuild b/app-admin/gentool/gentool-0.1.9.ebuild new file mode 100644 index 0000000..88eef22 --- /dev/null +++ b/app-admin/gentool/gentool-0.1.9.ebuild @@ -0,0 +1,46 @@ +EAPI=2 +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="x86 amd64" +IUSE="" + +#DEPEND="" + +RDEPEND="net-misc/rsync + sys-boot/grub + app-misc/bashfun + net-misc/htpdate" + +src_install() { + dodir '/opt/gentool' || die "out of cheese error 1" + insinto '/opt/gentool' || die "out of cheese error 2" + cp -ar ${S}'/opt/gentool/'* ${D}'/opt/gentool/' || die "out of cheese error 3" + dodir '/etc/gentool' || die "out of cheese error 4" + insinto '/etc/gentool' || die "out of cheese error 5" + doins ${S}'/etc/gentool/config.sh' || die "out of cheese error 6" + doenvd ${S}'/etc/env.d/99gentool-env' || die "out of cheese error 7" +} + +pkg_postinst() { + if [ ! -f /opt/bin/gentool ] + then + cd /opt/bin + ln -s /opt/gentool/bin/gentool.sh gentool + fi + + path_minus_opt_bin=`echo $PATH | sed 's~/opt/bin:~~g'` + if [ $PATH = $path_minus_opt_bin ] + then + ewarn + ewarn '/opt/bin is not in your $PATH!' + ewarn '(gentool is installed at /opt/bin/gentool)' + ewarn + fi + ewarn + ewarn 'you may want to edit /etc/gentool/config.sh now - just follow instructions in the file' + ewarn +} -- cgit v1.2.3-65-gdbad