From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B7C9F138334 for ; Tue, 5 Jun 2018 04:33:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F267AE0B0A; Tue, 5 Jun 2018 04:33:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8E32E0B0A for ; Tue, 5 Jun 2018 04:33:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B86AE335C84 for ; Tue, 5 Jun 2018 04:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4FFF2C4 for ; Tue, 5 Jun 2018 04:33:17 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1528173117.757949ea0866eb2893a05b988b985f3c324c76f6.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cachefilesd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/cachefilesd/Manifest sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild X-VCS-Directories: sys-fs/cachefilesd/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 757949ea0866eb2893a05b988b985f3c324c76f6 X-VCS-Branch: master Date: Tue, 5 Jun 2018 04:33:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f81cc30f-1332-4195-b905-a63c95cfc4a2 X-Archives-Hash: cc27a35ff29fb164730d0376902f2efe commit: 757949ea0866eb2893a05b988b985f3c324c76f6 Author: Jason Zaman gentoo org> AuthorDate: Tue Jun 5 04:00:18 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Jun 5 04:31:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757949ea sys-fs/cachefilesd: drop old Package-Manager: Portage-2.3.40, Repoman-2.3.9 sys-fs/cachefilesd/Manifest | 1 - sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild | 56 ------------------------- 2 files changed, 57 deletions(-) diff --git a/sys-fs/cachefilesd/Manifest b/sys-fs/cachefilesd/Manifest index 179c9cb79d3..e280046e2f0 100644 --- a/sys-fs/cachefilesd/Manifest +++ b/sys-fs/cachefilesd/Manifest @@ -1,3 +1,2 @@ DIST cachefilesd-0.10.10.tar.bz2 26694 BLAKE2B c527a6283617ba53818e0cad1859544b1e66af1107b05d1f83904669425d31c5374f3c032b892c9d95892d02d9256bbd9b180f1d0b6b430f0cfa70440406ef9f SHA512 d7d816b5ef1fffe1272cb8c2e9cbd18c1393438afca250436a36a446c6a37303e7784057725a56be839e0489101190b563c4fc015fc4ff11baa8003121e5183a -DIST cachefilesd-0.10.5.tar 112640 BLAKE2B 2dadd76c522fb4fb7cf3fdf5dc69d43e7585c21d8988ad44714a0f30b110c2eebae855c71f61259c39e7018391c24a14e894bddfe4eaaa9766a93f912bf6ff6f SHA512 996e47de40cff4d2c0d265689ef3a33aee6ef0d0432a03d7428133c091e77b0e099bd1346b5638bf2d9df6bb47bce519491b420d5916a3211c4e04e158ad92e8 DIST cachefilesd-0.10.9.tar.bz2 26555 BLAKE2B da5df1d2c6715a7cc304b32842f00e69d356359abfae865cfc1b63b89e1149bcb48762ddf84d13f5d18b727d8e0693257d424e599c3874bbe842da9aed4a0cfe SHA512 06ab444a7df8ec37c15bc03554510f4acbb453e0730277f036abc5d61f9e377d90d9387dd5237ea481b95b1bf097b5992adce90ce971fe29760cc4c0d3c9cf34 diff --git a/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild b/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild deleted file mode 100644 index c1084bae7fc..00000000000 --- a/sys-fs/cachefilesd/cachefilesd-0.10.5-r4.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils flag-o-matic systemd toolchain-funcs - -DESCRIPTION="Provides a caching directory on an already mounted filesystem" -HOMEPAGE="https://people.redhat.com/~dhowells/fscache/" -SRC_URI="https://people.redhat.com/~dhowells/fscache/${P}.tar.bz2 -> ${P}.tar" - -SLOT="0" -LICENSE="GPL-2+" -KEYWORDS="amd64 x86" -IUSE="doc selinux" - -RDEPEND="selinux? ( sec-policy/selinux-cachefilesd )" -DEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.10.4-makefile.patch - tc-export CC - if ! use selinux; then - sed -e '/^secctx/s:^:#:g' -i cachefilesd.conf || die - fi - - append-flags -fpie -} - -src_install() { - default - - if use selinux; then - insinto /usr/share/doc/${P} - doins -r selinux - fi - - dodoc howto.txt - - newconfd "${FILESDIR}"/${PN}.conf ${PN} - newinitd "${FILESDIR}"/${PN}-3.init ${PN} - - systemd_dounit ${PN}.service - systemd_newtmpfilesd "${FILESDIR}"/${PN}-tmpfiles.d ${PN}.conf -} - -pkg_postinst() { - [[ -d /var/cache/fscache ]] && return - elog "Before CacheFiles can be used, a directory for local storage" - elog "must be created. The default configuration of /etc/cachefilesd.conf" - elog "uses /var/cache/fscache. The filesystem mounted there must support" - elog "extended attributes (mount -o user_xattr)." - echo "" - elog "Once that is taken care of, start the daemon, add -o ...,fsc" - elog "to the mount options of your network mounts, and let it fly!" -}