diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-07-10 06:12:46 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-07-10 06:12:46 +0000 |
commit | 4b64a615ffc87ffb1014f94447e2933eb446f651 (patch) | |
tree | 2f78d6954cc5b2d22b6d3ca791a5fff4fa6fee5a /sys-fs/bcache-tools | |
parent | sys-fs/bcache-tools: Follow upstreams install paths, #475892 (diff) | |
download | gentoo-2-4b64a615ffc87ffb1014f94447e2933eb446f651.tar.gz gentoo-2-4b64a615ffc87ffb1014f94447e2933eb446f651.tar.bz2 gentoo-2-4b64a615ffc87ffb1014f94447e2933eb446f651.zip |
sys-fs/bcache-tools: Follow upstreams install paths, #475892
(Portage version: 2.2.0_alpha187/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sys-fs/bcache-tools')
-rw-r--r-- | sys-fs/bcache-tools/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild (renamed from sys-fs/bcache-tools/bcache-tools-0_pre20130627.ebuild) | 5 | ||||
-rw-r--r-- | sys-fs/bcache-tools/bcache-tools-9999.ebuild | 5 |
3 files changed, 14 insertions, 5 deletions
diff --git a/sys-fs/bcache-tools/ChangeLog b/sys-fs/bcache-tools/ChangeLog index f63d13bfd310..3a000f4f488b 100644 --- a/sys-fs/bcache-tools/ChangeLog +++ b/sys-fs/bcache-tools/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-fs/bcache-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/ChangeLog,v 1.1 2013/07/04 18:30:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/ChangeLog,v 1.2 2013/07/10 06:12:46 jlec Exp $ + +*bcache-tools-0_pre20130627-r1 (10 Jul 2013) + + 10 Jul 2013; Justin Lecher <jlec@gentoo.org> + -bcache-tools-0_pre20130627.ebuild, +bcache-tools-0_pre20130627-r1.ebuild, + bcache-tools-9999.ebuild: + Follow upstreams install paths, #475892 *bcache-tools-9999 (04 Jul 2013) *bcache-tools-0_pre20130627 (04 Jul 2013) diff --git a/sys-fs/bcache-tools/bcache-tools-0_pre20130627.ebuild b/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild index 0f7be87af5f9..3fcb3e5f8c54 100644 --- a/sys-fs/bcache-tools/bcache-tools-0_pre20130627.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/bcache-tools-0_pre20130627.ebuild,v 1.1 2013/07/04 18:30:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild,v 1.1 2013/07/10 06:12:46 jlec Exp $ EAPI=5 @@ -23,7 +23,8 @@ src_prepare() { } src_install() { - dobin make-bcache probe-bcache bcache-super-show + into / + dosbin make-bcache probe-bcache bcache-super-show doman *.8 insinto /etc/initramfs-tools/hooks/bcache diff --git a/sys-fs/bcache-tools/bcache-tools-9999.ebuild b/sys-fs/bcache-tools/bcache-tools-9999.ebuild index c77404b28b23..9c73de7abc1d 100644 --- a/sys-fs/bcache-tools/bcache-tools-9999.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/bcache-tools-9999.ebuild,v 1.1 2013/07/04 18:30:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/bcache-tools/bcache-tools-9999.ebuild,v 1.2 2013/07/10 06:12:46 jlec Exp $ EAPI=5 @@ -24,7 +24,8 @@ src_prepare() { } src_install() { - dobin make-bcache probe-bcache bcache-super-show + into / + dosbin make-bcache probe-bcache bcache-super-show doman *.8 insinto /etc/initramfs-tools/hooks/bcache |