From c9b431b714c81a2d1fbd1dd21ebc36397aa6513c Mon Sep 17 00:00:00 2001 From: Noel Darlow Date: Fri, 18 May 2012 03:04:22 +0100 Subject: foo --- app-admin/gentool/Manifest | 4 +-- app-admin/gentool/gentool-0.1.13.ebuild | 46 --------------------------------- app-admin/gentool/gentool-0.1.14.ebuild | 46 +++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 48 deletions(-) delete mode 100644 app-admin/gentool/gentool-0.1.13.ebuild create mode 100644 app-admin/gentool/gentool-0.1.14.ebuild (limited to 'app-admin/gentool') diff --git a/app-admin/gentool/Manifest b/app-admin/gentool/Manifest index e51d3a8..b869465 100644 --- a/app-admin/gentool/Manifest +++ b/app-admin/gentool/Manifest @@ -1,4 +1,4 @@ -DIST gentool-0.1.13.tar.bz2 8644 RMD160 6e24fd971a24d5a9192bcd04709d58b34d180d12 SHA1 90d1ab42ee3baaba4d6930e1fdd2605787d4afdd SHA256 6a35d3948af2122dd5c4b4a00c1cbab55f96d20d69e75b56db1c1a4fd3c97b86 -EBUILD gentool-0.1.13.ebuild 1251 RMD160 fa4f6c8140703747a89ac8a354c8376e60277080 SHA1 fbeda30c400e680687fba409049fdab8a270e621 SHA256 b9d3f30f608f5a18a47a10017f8b949b3a288ef11a8518382fb99d7126823740 +DIST gentool-0.1.14.tar.bz2 8667 RMD160 386d32840a248311085e578a06f86d09d2143ff1 SHA1 b4f73916fb1bb7be7c9d22e42b312a8925aaf158 SHA256 38ce0b61b23f235489f473666c7a5d457b7553a7f956ebe9aadb39bfba72a7bf +EBUILD gentool-0.1.14.ebuild 1251 RMD160 fa4f6c8140703747a89ac8a354c8376e60277080 SHA1 fbeda30c400e680687fba409049fdab8a270e621 SHA256 b9d3f30f608f5a18a47a10017f8b949b3a288ef11a8518382fb99d7126823740 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.13.ebuild b/app-admin/gentool/gentool-0.1.13.ebuild deleted file mode 100644 index 6296f4b..0000000 --- a/app-admin/gentool/gentool-0.1.13.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-0.1.4 - 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.14.ebuild b/app-admin/gentool/gentool-0.1.14.ebuild new file mode 100644 index 0000000..6296f4b --- /dev/null +++ b/app-admin/gentool/gentool-0.1.14.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-0.1.4 + 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