From 43793fab84041cfc5c60c0151d1591b8a69fb24a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Aug 2018 07:36:27 +0100 Subject: gentoo resync : 25.08.2018 --- sys-fs/copyfs/Manifest | 2 +- sys-fs/copyfs/copyfs-1.0.1-r1.ebuild | 42 +++++++++++++++++++++++++++++++++++ sys-fs/copyfs/copyfs-1.0.1.ebuild | 43 ------------------------------------ 3 files changed, 43 insertions(+), 44 deletions(-) create mode 100644 sys-fs/copyfs/copyfs-1.0.1-r1.ebuild delete mode 100644 sys-fs/copyfs/copyfs-1.0.1.ebuild (limited to 'sys-fs/copyfs') diff --git a/sys-fs/copyfs/Manifest b/sys-fs/copyfs/Manifest index e9bb528f32b2..33afceb38b23 100644 --- a/sys-fs/copyfs/Manifest +++ b/sys-fs/copyfs/Manifest @@ -1,5 +1,5 @@ AUX copyfs-1.0-unlink.patch 4383 BLAKE2B 5d73f8ef5985f801d4f9b9f400189db080d1d4010cbd59ca2640ba782d9d48af74afb5a22b8a65b29b35855f204e4b59d0aa306402eff672677861af5cd78064 SHA512 dc4a665e98f5250f36ff5dffb4b1ebe58ce9939724d58a0f99f6b21a7d7440947bc90bd6f07f471774cbcca9da5cc0b9f621081e2384797cf47302cb2769b0bb AUX copyfs-1.0.1-gentoo.patch 999 BLAKE2B 4ed27bf399a21e6ae0d949a5e3c0e7dca77784d7691a3be1e0cfc6099ee89330f919e8f386220266a91b582b84d85c81da4f457e10eb3b1f447f390a4b59c59e SHA512 45cf7dd29ef8deb2421177cf513906fd40864b93192a5cb2556ed3cd85227d173f7fd9a24e1c4ac78426f1059ffa5a05e348bf64ad6759575774f60407d31143 DIST copyfs-1.0.1.tar.bz2 38429 BLAKE2B d10909762e95cd48ac24f7a93cfd388e911412c157bf74b85a32cff020b4e5fa3e86d4ff4577b4488507574a8f699004c6b0f01dc967e5e557eabdf301b2b825 SHA512 abe1a125913f35d8390385562d56a5a1aa238ec03bfa044d61ac8f514a4986bfa70502d30af9dbc90e58910dab7f0ab5e230de0b4fa2eb45fe3a2f6514be0a07 -EBUILD copyfs-1.0.1.ebuild 1007 BLAKE2B 36f3fa16e3d6dd6bd08ea59aabbff5f04ed497e523450d72d0e3d37b61c8e80ef7dea1f0a8a52ea6bb4c3df3f769019b8aa1594f65cecebf60c328ac6444c04a SHA512 b598a3579c2c41a81a3b3fa68014aa290467f84f0e0600402dd9ee8d93ae19aa43344370e7c53c807a7ae847b6d8a95f78ceaf5ff5eae8fa780715056eb13af2 +EBUILD copyfs-1.0.1-r1.ebuild 927 BLAKE2B 022c64057e46a8ce96066eb3770983428bb7e88ccb52330f36ece6e72b405c70cf4bc7b562662919d5a8c8583cc83f046a53d826f48306687f3c0c0c457e1f0e SHA512 13a6d62d9d9987a01672f5788015f6dc52eaed1c1029004c29297c9b4c33ff96cfcc88563989b75abd7ae6786b3f5a84cecfb38519b305cdc91c8c20b7735dfa MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/sys-fs/copyfs/copyfs-1.0.1-r1.ebuild b/sys-fs/copyfs/copyfs-1.0.1-r1.ebuild new file mode 100644 index 000000000000..ec53bab73be8 --- /dev/null +++ b/sys-fs/copyfs/copyfs-1.0.1-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools toolchain-funcs + +DESCRIPTION="fuse-based filesystem for maintaining configuration files" +HOMEPAGE="https://boklm.eu/copyfs/" +SRC_URI="https://boklm.eu/copyfs/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=sys-fs/fuse-2.0:0" +DEPEND="${RDEPEND} + sys-apps/attr" + +PATCHES=( + # this patch fixes sandbox violations + "${FILESDIR}"/${P}-gentoo.patch + # this patch adds support for cleaning up the versions directory + # the patch is experimental at best, but it's better than your + # versions directory filling up with unused files + # + # patch by stuart@gentoo.org + "${FILESDIR}"/${PN}-1.0-unlink.patch +) + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf --bindir="${D}/usr/bin" --mandir="${D}/usr/share/man" +} + +src_compile() { + emake CC=$(tc-getCC) +} diff --git a/sys-fs/copyfs/copyfs-1.0.1.ebuild b/sys-fs/copyfs/copyfs-1.0.1.ebuild deleted file mode 100644 index dcec1e63bce8..000000000000 --- a/sys-fs/copyfs/copyfs-1.0.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit autotools eutils toolchain-funcs - -DESCRIPTION="fuse-based filesystem for maintaining configuration files" -HOMEPAGE="http://invaders.mars-attacks.org/~boklm/copyfs/" -SRC_URI="${HOMEPAGE}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="" - -DEPEND=">=sys-fs/fuse-2.0 - sys-apps/attr" -RDEPEND="${DEPEND}" - -src_prepare() { - # this patch fixes sandbox violations - epatch "${FILESDIR}"/${P}-gentoo.patch - - # this patch adds support for cleaning up the versions directory - # the patch is experimental at best, but it's better than your - # versions directory filling up with unused files - # - # patch by stuart@gentoo.org - epatch "${FILESDIR}"/${PN}-1.0-unlink.patch - eautoreconf -} - -src_configure() { - econf --bindir="${D}/usr/bin" --mandir="${D}/usr/share/man" -} - -src_compile() { - emake CC=$(tc-getCC) || die -} - -src_install() { - emake DESTDIR="${D}" install || die -} -- cgit v1.2.3