From 8c39d78af998b8937dc2ddd4c1f60fcd1879bd66 Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sun, 10 Aug 2014 22:34:44 +0200 Subject: Bump schedule, mv_perl --- dev-util/mv_perl/ChangeLog | 27 +++++++++------- dev-util/mv_perl/Manifest | 2 +- dev-util/mv_perl/mv_perl-2.31.ebuild | 33 -------------------- dev-util/mv_perl/mv_perl-2.32.ebuild | 33 ++++++++++++++++++++ sys-apps/schedule/ChangeLog | 5 +++ sys-apps/schedule/Manifest | 2 +- sys-apps/schedule/schedule-1.0.ebuild | 59 ----------------------------------- sys-apps/schedule/schedule-1.1.ebuild | 59 +++++++++++++++++++++++++++++++++++ 8 files changed, 115 insertions(+), 105 deletions(-) delete mode 100644 dev-util/mv_perl/mv_perl-2.31.ebuild create mode 100644 dev-util/mv_perl/mv_perl-2.32.ebuild delete mode 100644 sys-apps/schedule/schedule-1.0.ebuild create mode 100644 sys-apps/schedule/schedule-1.1.ebuild diff --git a/dev-util/mv_perl/ChangeLog b/dev-util/mv_perl/ChangeLog index 617f53bd..ac530bf0 100644 --- a/dev-util/mv_perl/ChangeLog +++ b/dev-util/mv_perl/ChangeLog @@ -2,20 +2,25 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*mv_perl-2.32 (10 Aug 2014) + + 10 Aug 2014; Martin Väth : + Version bump, remove old ebuild + *mv_perl-2.31 (17 Jul 2014) 17 Jul 2014; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.29 (16 Jul 2014) 16 Jul 2014; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.28 (15 Jul 2014) 15 Jul 2014; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.27 (14 Jun 2014) @@ -23,42 +28,42 @@ New style github tarball 14 Jun 2014; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.26 (05 Jun 2014) 05 Jun 2014; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.25 (25 May 2014) 25 May 2014; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.24 (21 Nov 2013) 21 Nov 2013; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.23 (11 Nov 2013) 11 Nov 2013; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.22 (24 Oct 2013) 24 Oct 2013; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.20 (22 Oct 2013) 22 Oct 2013; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.19 (20 Oct 2013) 20 Oct 2013; Martin Väth : - Version bump, remove old ebuild. + Version bump, remove old ebuild *mv_perl-2.18 (19 Oct 2013) diff --git a/dev-util/mv_perl/Manifest b/dev-util/mv_perl/Manifest index 9cfc8a87..409d2451 100644 --- a/dev-util/mv_perl/Manifest +++ b/dev-util/mv_perl/Manifest @@ -1 +1 @@ -DIST mv_perl-2.31.tar.gz 65533 SHA256 ad74404f74ec9e011858551371088e0235488611986bb8357c6911500cd04a0e SHA512 17150476407a216abb767e461054381af270707fb2a61a2cf293fcca2207339c235bb7a38d9284903350620041716b1d2101ff625b8f592dcb8786830d899f11 WHIRLPOOL 636a444059008700f929e9cc5a58363f08d0ab2f01debc99bd712fc5ce34d269410d3b1012463e829d5c0db2219d594085030ff2755c1e2209223950e5580d6e +DIST mv_perl-2.32.tar.gz 65540 SHA256 28460b1f3acaab683c4b9dc3b6e9f6e20ed55f1cfd401020c90ef09b677d5845 SHA512 3911deb9570d20f8b3398cbae5ae063793fe9823bb99ee54f02c5004f9898d1186260febedaeda7cef334f8524df5c9b307db2795fd70c88768de24d2b00d7df WHIRLPOOL 883513a121a755a510c95cb8b4f619fa4f1b781ab54ee9bc25821fc50880daa294ee25fafd900fd7292268035e0acc0ebdb0575f5326050ccb40f277ca66b41d diff --git a/dev-util/mv_perl/mv_perl-2.31.ebuild b/dev-util/mv_perl/mv_perl-2.31.ebuild deleted file mode 100644 index 664f0ba9..00000000 --- a/dev-util/mv_perl/mv_perl-2.31.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils - -DESCRIPTION="A collection of perl scripts (replacement in files, syncing dirs etc)" -HOMEPAGE="https://github.com/vaeth/mv_perl/" -SRC_URI="https://github.com/vaeth/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-lang/perl - virtual/perl-File-Spec - virtual/perl-Getopt-Long - virtual/perl-Digest-MD5 - virtual/perl-Time-HiRes" - -src_prepare() { - epatch_user -} - -src_install() { - dobin bin/* - dodoc README - insinto /usr/share/zsh/site-functions - doins zsh/_* -} diff --git a/dev-util/mv_perl/mv_perl-2.32.ebuild b/dev-util/mv_perl/mv_perl-2.32.ebuild new file mode 100644 index 00000000..8c5c2673 --- /dev/null +++ b/dev-util/mv_perl/mv_perl-2.32.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +inherit eutils + +DESCRIPTION="A collection of perl scripts (replacement in files, syncing dirs etc)" +HOMEPAGE="https://github.com/vaeth/mv_perl/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/perl + virtual/perl-File-Spec + virtual/perl-Getopt-Long + virtual/perl-Digest-MD5 + virtual/perl-Time-HiRes" + +src_prepare() { + epatch_user +} + +src_install() { + dobin bin/* + dodoc README + insinto /usr/share/zsh/site-functions + doins zsh/_* +} diff --git a/sys-apps/schedule/ChangeLog b/sys-apps/schedule/ChangeLog index f8a9219f..b6c509c0 100644 --- a/sys-apps/schedule/ChangeLog +++ b/sys-apps/schedule/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*starter-1.1 (10 Aug 2014) + + 10 Aug 2014; Martin Väth : + Version bump, remove old ebuild. Support --bg --daemon. Essential bugfixes + *starter-1.0 (09 Aug 2014) 09 Aug 2014; Martin Väth : diff --git a/sys-apps/schedule/Manifest b/sys-apps/schedule/Manifest index bdf06d19..bde955e0 100644 --- a/sys-apps/schedule/Manifest +++ b/sys-apps/schedule/Manifest @@ -1 +1 @@ -DIST schedule-1.0.tar.gz 23486 SHA256 4dd884dd931f0190dce543d7d5191168c9c29475611d9d20d0bfb03b38b55be9 SHA512 28cd86a61029c974defa221a5733532a6857b47875212a84469d10557e2ff3968220ff5bbbd9f7954016b0b9be1961b8e15334aa4ca1a684e0efd78b1c597e08 WHIRLPOOL c583b764e8855b58c363de71330c85305ce3af488372102b1bea097acca4c66547b9e318b3732c5f791c0b919deddddf54047c4c824c3df9a63253cc1bbe703b +DIST schedule-1.1.tar.gz 24603 SHA256 5dfa3f873aa35b95bb5cfcd84a49c19c1890a6c502f1335341bf1d7145953fc6 SHA512 12accb7d63bfabc7621fe44c8776843194be4d33c263dc261777d65e777b170351b4e8c5c77b37a61a740bfff2b9681f47df6dd3695158329b7a7c23c537dc48 WHIRLPOOL 959b7393d7a4d3e47dc093f65291c9f5ce8688821ca6cb4fd023a7ed723bbf03b6a20b5cc76ee21c30ff10fc07f1ce43cb989524c730222db29c17103c6dd2b5 diff --git a/sys-apps/schedule/schedule-1.0.ebuild b/sys-apps/schedule/schedule-1.0.ebuild deleted file mode 100644 index 40d04178..00000000 --- a/sys-apps/schedule/schedule-1.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -RESTRICT="mirror" -inherit eutils readme.gentoo systemd - -DESCRIPTION="script to schedule jobs in a multiuser multitasking environment" -HOMEPAGE="https://github.com/vaeth/starter/" -SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="dev-lang/perl - virtual/perl-File-Path - virtual/perl-File-Spec - virtual/perl-Getopt-Long - >=virtual/perl-IO-1.280.0" -# Smaller versions of perl-IO are untested and therefore not recommended -DEPEND="" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="It is recommended to put a lengthy passphrase into the first line -of /etc/schedule.password and to change permission so that only users allowed -to access the system schedule-server can read it. - -You might want to adapt /etc/conf.d/schedule to your needs. -If you use systemd, you might want to override schedule.service locally in -/etc/systemd/system to adapt it to your needs." - -src_prepare() { - use prefix || sed -i \ - -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ - -e 's"^/usr/share/schedule"${EPREFIX}/usr/share/${PN}"' \ - -e '/^use FindBin;/,/^\}$/d' \ - -- bin/* || die - epatch_user -} - -src_install() { - dobin bin/* - dodoc README ChangeLog - insinto "/usr/share/${PN}" - doins -r lib/* - doinitd openrc/init.d/* - doconfd openrc/conf.d/* - systemd_dounit systemd/system/* - doenvd env.d/* - insinto /usr/share/zsh/site-functions - doins zsh/* -} - -pkg_postinst() { - optfeature "colored output" 'virtual/perl-Term-ANSIColor' - optfeature "encryption support" 'dev-perl/Crypt-Rijndael virtual/perl-Digest-SHA' -} diff --git a/sys-apps/schedule/schedule-1.1.ebuild b/sys-apps/schedule/schedule-1.1.ebuild new file mode 100644 index 00000000..40d04178 --- /dev/null +++ b/sys-apps/schedule/schedule-1.1.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +RESTRICT="mirror" +inherit eutils readme.gentoo systemd + +DESCRIPTION="script to schedule jobs in a multiuser multitasking environment" +HOMEPAGE="https://github.com/vaeth/starter/" +SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="dev-lang/perl + virtual/perl-File-Path + virtual/perl-File-Spec + virtual/perl-Getopt-Long + >=virtual/perl-IO-1.280.0" +# Smaller versions of perl-IO are untested and therefore not recommended +DEPEND="" + +DISABLE_AUTOFORMATTING="true" +DOC_CONTENTS="It is recommended to put a lengthy passphrase into the first line +of /etc/schedule.password and to change permission so that only users allowed +to access the system schedule-server can read it. + +You might want to adapt /etc/conf.d/schedule to your needs. +If you use systemd, you might want to override schedule.service locally in +/etc/systemd/system to adapt it to your needs." + +src_prepare() { + use prefix || sed -i \ + -e '1s"^#!/usr/bin/env perl$"#!'"${EPREFIX}/usr/bin/perl"'"' \ + -e 's"^/usr/share/schedule"${EPREFIX}/usr/share/${PN}"' \ + -e '/^use FindBin;/,/^\}$/d' \ + -- bin/* || die + epatch_user +} + +src_install() { + dobin bin/* + dodoc README ChangeLog + insinto "/usr/share/${PN}" + doins -r lib/* + doinitd openrc/init.d/* + doconfd openrc/conf.d/* + systemd_dounit systemd/system/* + doenvd env.d/* + insinto /usr/share/zsh/site-functions + doins zsh/* +} + +pkg_postinst() { + optfeature "colored output" 'virtual/perl-Term-ANSIColor' + optfeature "encryption support" 'dev-perl/Crypt-Rijndael virtual/perl-Digest-SHA' +} -- cgit v1.2.3-65-gdbad