Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptmount/
Date: Fri, 05 Jul 2019 17:50:38
Message-Id: 1562348583.5ef30a222db70e1529f4214a762a0b719bf9c120.mgorny@gentoo
1 commit: 5ef30a222db70e1529f4214a762a0b719bf9c120
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Tue Jul 2 14:58:22 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 17:43:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef30a22
7
8 sys-fs/cryptmount: drop old version
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Closes: https://github.com/gentoo/gentoo/pull/12378
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 sys-fs/cryptmount/Manifest | 1 -
16 sys-fs/cryptmount/cryptmount-5.2.2-r1.ebuild | 52 ----------------------------
17 sys-fs/cryptmount/cryptmount-5.2.2.ebuild | 51 ---------------------------
18 3 files changed, 104 deletions(-)
19
20 diff --git a/sys-fs/cryptmount/Manifest b/sys-fs/cryptmount/Manifest
21 index 0bb0a1c73bd..837cf9608ed 100644
22 --- a/sys-fs/cryptmount/Manifest
23 +++ b/sys-fs/cryptmount/Manifest
24 @@ -1,2 +1 @@
25 -DIST cryptmount-5.2.2.tar.gz 743638 BLAKE2B fdcf0ec18904bd847d905a1241c0e4e9c825b9c73f2cab0406426d56d22a0ef4d26701d9955b4f7975cc1cedcd650758cd4aebb29805e6cf8a8c05ef9202b8b7 SHA512 e8767728c49b7f8dc4f777778d5a9d1b912ea2c4c5363dbb5035a208aa1bd1f2565ce12a0666d75e9ee677bde04029082d20c22cf46a216f5e87a4adf7093572
26 DIST cryptmount-5.3.1.tar.gz 748020 BLAKE2B 63c66717ed8a8ede983894564576d26720a571b47bd33f3cd160596d831c017c7239b307eb9fb8112c6a51f91799117a47392675f9fe53c0286ada84887d528e SHA512 c4bfb7a2bd2f672dfed014d3a4b1feaa4d20237f9b658ea981a0a054e83ad4d0282089a006ceb769ee05e0cf6ecd004c97b48d69973ed630330e77bf13925680
27
28 diff --git a/sys-fs/cryptmount/cryptmount-5.2.2-r1.ebuild b/sys-fs/cryptmount/cryptmount-5.2.2-r1.ebuild
29 deleted file mode 100644
30 index 690f70da85b..00000000000
31 --- a/sys-fs/cryptmount/cryptmount-5.2.2-r1.ebuild
32 +++ /dev/null
33 @@ -1,52 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit linux-info systemd
40 -
41 -DESCRIPTION="A utility for management and user-mode mounting of encrypted filesystems"
42 -HOMEPAGE="http://cryptmount.sourceforge.net/"
43 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -
49 -IUSE="nls +ssl systemd"
50 -
51 -DOCS=( AUTHORS ChangeLog NEWS README RELNOTES ToDo )
52 -
53 -RDEPEND="
54 - dev-libs/libgcrypt:0=
55 - sys-fs/lvm2:0=
56 - nls? ( virtual/libintl )
57 - ssl? ( dev-libs/openssl:0= )
58 - systemd? ( sys-apps/systemd )"
59 -
60 -DEPEND="
61 - ${RDEPEND}
62 - nls? ( sys-devel/gettext )"
63 -
64 -CONFIG_CHECK="BLK_DEV_DM"
65 -ERROR_BLK_DEV_DM="Please enable Device mapper support in your kernel config
66 - -> Device Drivers
67 - -> Multi-device support (RAID and LVM)
68 - -> Multiple devices driver support (RAID and LVM) (MD)
69 - <M> Device mapper support"
70 -
71 -src_configure() {
72 - econf \
73 - --enable-cswap \
74 - --enable-delegation \
75 - --enable-fsck \
76 - --enable-luks \
77 - --with-libgcrypt \
78 - $(use_enable nls) \
79 - $(use_enable ssl openssl-compat) \
80 - $(use_with systemd)
81 -}
82 -
83 -src_install() {
84 - default
85 -}
86
87 diff --git a/sys-fs/cryptmount/cryptmount-5.2.2.ebuild b/sys-fs/cryptmount/cryptmount-5.2.2.ebuild
88 deleted file mode 100644
89 index 5708d3b0ad3..00000000000
90 --- a/sys-fs/cryptmount/cryptmount-5.2.2.ebuild
91 +++ /dev/null
92 @@ -1,51 +0,0 @@
93 -# Copyright 1999-2017 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -
98 -inherit linux-info systemd
99 -
100 -DESCRIPTION="A utility for management and user-mode mounting of encrypted filesystems"
101 -HOMEPAGE="http://cryptmount.sourceforge.net/"
102 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
103 -
104 -LICENSE="GPL-2"
105 -SLOT="0"
106 -KEYWORDS="~amd64 ~x86"
107 -
108 -IUSE="nls +ssl systemd"
109 -
110 -DOCS=( AUTHORS ChangeLog NEWS README RELNOTES ToDo )
111 -
112 -RDEPEND="
113 - dev-libs/libgcrypt:0=
114 - nls? ( virtual/libintl )
115 - ssl? ( dev-libs/openssl:0= )
116 - systemd? ( sys-apps/systemd )"
117 -
118 -DEPEND="
119 - ${RDEPEND}
120 - nls? ( sys-devel/gettext )"
121 -
122 -CONFIG_CHECK="BLK_DEV_DM"
123 -ERROR_BLK_DEV_DM="Please enable Device mapper support in your kernel config
124 - -> Device Drivers
125 - -> Multi-device support (RAID and LVM)
126 - -> Multiple devices driver support (RAID and LVM) (MD)
127 - <M> Device mapper support"
128 -
129 -src_configure() {
130 - econf \
131 - --enable-cswap \
132 - --enable-delegation \
133 - --enable-fsck \
134 - --enable-luks \
135 - --with-libgcrypt \
136 - $(use_enable nls) \
137 - $(use_enable ssl openssl-compat) \
138 - $(use_with systemd)
139 -}
140 -
141 -src_install() {
142 - default
143 -}