From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/encfs/
Date: Tue, 25 Jul 2017 19:47:44 +0000 (UTC) [thread overview]
Message-ID: <1501012056.c7389b01cef43942c27e64eef3140b0362f9a571.blueness@gentoo> (raw)
commit: c7389b01cef43942c27e64eef3140b0362f9a571
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 25 19:45:51 2017 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Jul 25 19:47:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7389b01
sys-fs/encfs: remove older unstable versions
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-fs/encfs/Manifest | 2 --
sys-fs/encfs/encfs-1.8.1-r1.ebuild | 50 --------------------------------------
sys-fs/encfs/encfs-1.9.1.ebuild | 34 --------------------------
sys-fs/encfs/encfs-1.9.ebuild | 34 --------------------------
4 files changed, 120 deletions(-)
diff --git a/sys-fs/encfs/Manifest b/sys-fs/encfs/Manifest
index bda3767e509..2b256791f6a 100644
--- a/sys-fs/encfs/Manifest
+++ b/sys-fs/encfs/Manifest
@@ -1,5 +1,3 @@
DIST encfs-1.7.5.tar.gz 168162 SHA256 111f15521479832a0ec5473c7e201316c88cae4e2c70bf8cea7fa23acb42c017 SHA512 e0cb9181d9c6c54a36dd19ab7a78d6f9ad0f017129d1addab012e72e00a3bb7e19481a2fbc511fd2a505c8b971cd93a02e556c6420b07acfba68ac3c37d224d7 WHIRLPOOL d0036483f404e81ba34d90a3bb5e422bf5354a05727cb75dcf8ab39c77b11276a21ec9e1e7933f554dbeb77107f4773d7251fbf50d5f4e2109d22658b8303177
DIST encfs-1.8.1.tar.gz 316534 SHA256 ed6b69d8aba06382ad01116bbce2e4ad49f8de85cdf4e2fab7ee4ac82af537e9 SHA512 47e6cdded84c65bdb98c14774472a2f9df67f2bea05e4c2e20811d785c5ee458b708030922db9a5b49382495235a329bc8e889d104cc8501cd954119699847c6 WHIRLPOOL ccbd21927a9395dc178c41ebdf2fced4f8f7e14c23194baca32aa4270526388a34fd8817c2675d8610f983a90f121629056817c6599944f60a5d73b970e968f1
-DIST encfs-1.9.1.tar.gz 455910 SHA256 67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4 SHA512 7ac0d2495d28dbca9e4c23c8c82321cdab6c37e8e37daf88dc9b3fe8d8521a4fa8889e20cdbde1f94fb4c51d3c4b5ea5b30fa6e612258285cc284d61e5d377ea WHIRLPOOL 918ac8e18ae6255acbf9f7d1fdd271535177d26132615e9a939370b975f336dd49a50e396265bb6583fbc20aa5bfa206cb6a9e9d6ef40b2ccebd92f1361003fb
DIST encfs-1.9.2.tar.gz 11043181 SHA256 cd9e972cd9565cdc26473c86d2c77c98de31fc6f604fa7d149dd5d6e35d46eaa SHA512 7664a2f48dddde77cae005aba70962704b002f60afb2da35c4661f7e4e22ce5c003d3b674ce125fcc72e9f0588164c1f7dbf22f2b9061d0736b8c164c1ec70a5 WHIRLPOOL 2ced1b71d94479daa06e79abf2faa7df9f47515fd6a2591d81af284a25be9af00be6d3c101f944072fd2af83436d8ec0022937748ecbb7e21d5f4e3273e11682
-DIST encfs-1.9.tar.gz 452107 SHA256 30d2db1555ec359082046748d278018b8a246dc49c0442291c5671da0486f4bf SHA512 5debfd964beaf47f6d24525c50d202936db265ede600582772f6cb6273c6c4fffc7c1749f4c7e737ec42114899dd056ee13ec373632457d9f5899dfdab46d4f2 WHIRLPOOL bb84479109c4461cc3beac6fc014a929b4bd1d538f712e8c23a4d7c23153c22a707e0ce6f22521316edb145ce03447ff32ddfd5015caf7715f5b38512154c5b5
diff --git a/sys-fs/encfs/encfs-1.8.1-r1.ebuild b/sys-fs/encfs/encfs-1.8.1-r1.ebuild
deleted file mode 100644
index 4c78b1b6377..00000000000
--- a/sys-fs/encfs/encfs-1.8.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-inherit autotools eutils multilib
-
-DESCRIPTION="An implementation of encrypted filesystem in user-space using FUSE"
-HOMEPAGE="https://vgough.github.io/encfs/"
-SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~sparc ~x86"
-IUSE="xattr nls libressl"
-
-RDEPEND="dev-libs/boost:=
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- dev-libs/rlog
- sys-fs/fuse
- sys-libs/zlib"
-# Your libc probably provides xattrs, but to be safe
-# we'll dep on sys-apps/attr. This should be fixed
-# if we ever create a virtual/attr.
-DEPEND="${RDEPEND}
- dev-lang/perl
- virtual/pkgconfig
- xattr? ( sys-apps/attr )
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- # configure searches for either attr/xattr.h or sys/xattr.h
- use xattr || export ac_cv_header_{attr,sys}_xattr_h=no
-
- econf \
- $(use_enable nls) \
- --disable-valgrind \
- --enable-openssl \
- --disable-dependency-tracking
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog README.md
- find "${D}" -name '*.la' -delete
-}
diff --git a/sys-fs/encfs/encfs-1.9.1.ebuild b/sys-fs/encfs/encfs-1.9.1.ebuild
deleted file mode 100644
index 3f2e1af6470..00000000000
--- a/sys-fs/encfs/encfs-1.9.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit cmake-utils
-
-DESCRIPTION="An implementation of encrypted filesystem in user-space using FUSE"
-HOMEPAGE="https://vgough.github.io/encfs/"
-SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libressl nls"
-
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- dev-libs/tinyxml2:0/3
- sys-fs/fuse
- sys-libs/zlib"
-DEPEND="
- ${RDEPEND}
- dev-lang/perl
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_NLS="$(usex nls)"
- -DUSE_INTERNAL_TINYXML=OFF
- )
- cmake-utils_src_configure
-}
diff --git a/sys-fs/encfs/encfs-1.9.ebuild b/sys-fs/encfs/encfs-1.9.ebuild
deleted file mode 100644
index 3f2e1af6470..00000000000
--- a/sys-fs/encfs/encfs-1.9.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-inherit cmake-utils
-
-DESCRIPTION="An implementation of encrypted filesystem in user-space using FUSE"
-HOMEPAGE="https://vgough.github.io/encfs/"
-SRC_URI="https://github.com/vgough/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libressl nls"
-
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- dev-libs/tinyxml2:0/3
- sys-fs/fuse
- sys-libs/zlib"
-DEPEND="
- ${RDEPEND}
- dev-lang/perl
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_NLS="$(usex nls)"
- -DUSE_INTERNAL_TINYXML=OFF
- )
- cmake-utils_src_configure
-}
next reply other threads:[~2017-07-25 19:47 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-25 19:47 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-01-29 7:46 [gentoo-commits] repo/gentoo:master commit in: sys-fs/encfs/ Viorel Munteanu
2023-01-29 7:46 Viorel Munteanu
2022-12-25 22:40 Andreas Sturmlechner
2022-07-25 7:09 Agostino Sarubbo
2022-07-22 15:02 Anthony G. Basile
2022-07-22 14:59 Anthony G. Basile
2021-12-07 7:07 Sam James
2021-12-07 6:57 Sam James
2021-12-02 13:53 Arthur Zamarin
2021-12-02 13:53 Arthur Zamarin
2021-12-02 13:53 Arthur Zamarin
2021-05-02 17:47 Mikle Kolyada
2021-01-08 0:53 Sam James
2020-12-30 18:22 Anthony G. Basile
2020-10-16 11:12 Georgy Yakovlev
2019-07-28 21:21 Andreas Sturmlechner
2019-07-28 19:55 Mikle Kolyada
2019-06-14 15:01 Agostino Sarubbo
2019-06-14 9:25 Agostino Sarubbo
2018-09-04 18:38 Sergei Trofimovich
2018-05-17 19:05 Markus Meier
2018-05-02 16:33 Thomas Deutschmann
2018-04-29 21:53 Mikle Kolyada
2018-04-29 20:25 Sergei Trofimovich
2018-04-29 19:41 Sergei Trofimovich
2018-04-29 11:48 Anthony G. Basile
2018-04-29 11:36 Anthony G. Basile
2018-04-28 7:27 Mikle Kolyada
2018-04-13 2:04 Anthony G. Basile
2018-02-01 6:22 Anthony G. Basile
2018-01-18 15:56 Mikle Kolyada
2018-01-18 0:00 Anthony G. Basile
2017-07-25 19:47 Anthony G. Basile
2017-07-25 19:47 Anthony G. Basile
2016-09-20 9:23 Anthony G. Basile
2016-09-16 8:50 Anthony G. Basile
2016-03-29 23:56 Anthony G. Basile
2015-10-10 22:28 Anthony G. Basile
2015-08-14 12:31 Anthony G. Basile
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1501012056.c7389b01cef43942c27e64eef3140b0362f9a571.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox