diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2014-10-17 19:00:15 +0000 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2014-10-17 19:00:15 +0000 |
commit | 8946e11f30417f6710519f31792091f3cf532768 (patch) | |
tree | 16164ac08b5cb80c1e1abe596ed4e2e2fa7535aa /sys-block/raid-check | |
parent | Fix build with cups-2.0, bug 525598 (diff) | |
download | gentoo-2-8946e11f30417f6710519f31792091f3cf532768.tar.gz gentoo-2-8946e11f30417f6710519f31792091f3cf532768.tar.bz2 gentoo-2-8946e11f30417f6710519f31792091f3cf532768.zip |
Revision bump, don't install cron job with execute permissions.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xE3F69979BB4B8928DA78E3D17CBF44EF)
Diffstat (limited to 'sys-block/raid-check')
-rw-r--r-- | sys-block/raid-check/ChangeLog | 9 | ||||
-rw-r--r-- | sys-block/raid-check/files/raid-check-20140719-makefile.patch | 2 | ||||
-rw-r--r-- | sys-block/raid-check/raid-check-20140719-r1.ebuild (renamed from sys-block/raid-check/raid-check-20140719.ebuild) | 2 |
3 files changed, 10 insertions, 3 deletions
diff --git a/sys-block/raid-check/ChangeLog b/sys-block/raid-check/ChangeLog index d72772b1e577..db1f4e4e24ec 100644 --- a/sys-block/raid-check/ChangeLog +++ b/sys-block/raid-check/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-block/raid-check # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/raid-check/ChangeLog,v 1.1 2014/08/29 18:01:14 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/raid-check/ChangeLog,v 1.2 2014/10/17 19:00:15 chutzpah Exp $ + +*raid-check-20140719-r1 (17 Oct 2014) + + 17 Oct 2014; Patrick McLean <chutzpah@gentoo.org> + -raid-check-20140719.ebuild, +raid-check-20140719-r1.ebuild, + files/raid-check-20140719-makefile.patch: + Revision bump, don't install cron job with execute permissions. *raid-check-20140719 (29 Aug 2014) diff --git a/sys-block/raid-check/files/raid-check-20140719-makefile.patch b/sys-block/raid-check/files/raid-check-20140719-makefile.patch index 63f7314728dc..95c27ef8cc69 100644 --- a/sys-block/raid-check/files/raid-check-20140719-makefile.patch +++ b/sys-block/raid-check/files/raid-check-20140719-makefile.patch @@ -42,7 +42,7 @@ index 0c9ec8a..6bc0bb5 100644 - install -D -m 0644 raid-check.cron $(DESTDIR)$(D_CNF)/cron.d/raid-check ; \ - fi + install -D raid-check.conf $(DESTDIR)$(D_CNF)/raid-check.conf -+ install -D raid-check.cron $(DESTDIR)$(D_CNF)/cron.d/raid-check ++ install -D -m 0644 raid-check.cron $(DESTDIR)$(D_CNF)/cron.d/raid-check uninstall: rm -f $(DESTDIR)$(D_BIN)/$(PROJECT) diff --git a/sys-block/raid-check/raid-check-20140719.ebuild b/sys-block/raid-check/raid-check-20140719-r1.ebuild index f74542d88c66..30b8862f63d4 100644 --- a/sys-block/raid-check/raid-check-20140719.ebuild +++ b/sys-block/raid-check/raid-check-20140719-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/raid-check/raid-check-20140719.ebuild,v 1.1 2014/08/29 18:01:14 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/raid-check/raid-check-20140719-r1.ebuild,v 1.1 2014/10/17 19:00:15 chutzpah Exp $ EAPI=5 |