Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/dar/
Date: Sun, 26 May 2019 18:37:36
Message-Id: 1558895847.7f36617e3e121095a8df67cb9759f5bfba4ebaec.polynomial-c@gentoo
1 commit: 7f36617e3e121095a8df67cb9759f5bfba4ebaec
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 18:37:13 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 18:37:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f36617e
7
8 app-backup/dar: Removed old.
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-backup/dar/Manifest | 1 -
14 app-backup/dar/dar-2.6.2.ebuild | 103 ----------------------------------------
15 2 files changed, 104 deletions(-)
16
17 diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest
18 index 9a2eca01386..0d56503f000 100644
19 --- a/app-backup/dar/Manifest
20 +++ b/app-backup/dar/Manifest
21 @@ -1,5 +1,4 @@
22 DIST dar-2.5.11.tar.gz 1891928 BLAKE2B 536cccca2533f7ddbc8b95972fe00e9c87a404481e6afbd7aa3634c00598403c18950eb876aefe71a818c3bf4df75bff5f3904dc69bd1d75880f6c8a349911a5 SHA512 36b90218a34ac7f41ce9ca0a2167cfb2fd243b23b8e84350153e8804f0faabf87291b4e4b061533bcb0ca079f087c074eeaa12a54ee8084dd386a072ac503847
23 DIST dar-2.5.18.tar.gz 1931746 BLAKE2B 3d47665a1ab955ab9467d8f10a686565c549e1be57e77a9bcf65f1ea25c9b70d6d148d4b9dc35112b3ca74f9df05505c74e3a7eaa211b6a8b466308121206a2f SHA512 cde787bb4c3a3a1014efdb5e437b963d762eb87c512e1de1d60471035c535965e03adb5f75abc2bc95633bb6fb61226027d836a87fc903995e3a27a540632e69
24 -DIST dar-2.6.2.tar.gz 2100192 BLAKE2B 1eb2f92e5162070a75182741f850e79932593f68fd1f31a4a1d19af77c6f86df0c8e5b995b5ccd265f051891827bfa89bf71832cb7ce6f97d9ab70e768c867b4 SHA512 88f128f99a3fe22866056e2fc881276c13731004e40437f9e2c363c4e24f603ab5b9fe7126e4f950526ccfc1b6f86fe1a4494036e83e1faf9a647ce239293ea4
25 DIST dar-2.6.3.tar.gz 2110304 BLAKE2B 638bf949066c7c59e139f7a4d54d427dd86eb7d254f0cfff3cc977d75abb17d1c69d37018c46a9fab9be38193e758fd70d1598c32a98bb6f0006f97c356a4ff6 SHA512 3e3e1fa92a6954ac745dce9ecd4e82589bde562760f6cd5402fae9250f84e2df4784672ae9b0c4fa0e0baf5b2b642a025fa694a5975a5346e890655b65d93783
26 DIST dar-2.6.4.tar.gz 2110571 BLAKE2B 769fd08d72e3a33066749ea8c93cd7eec8091796343f27eb991e751843ccad440afe5e24e54e148865da64764d465e1a4a057005a80f9dcf103f0c960c295669 SHA512 ba78936e645cc06f94e64bf0e288398ee522b4be6c3501f9b21d7038d7a66a083386c7520aaaddd265de68937d017dcb2fd87bf06f3e2a91f444f3307b4c15b9
27
28 diff --git a/app-backup/dar/dar-2.6.2.ebuild b/app-backup/dar/dar-2.6.2.ebuild
29 deleted file mode 100644
30 index f84ffdbd95a..00000000000
31 --- a/app-backup/dar/dar-2.6.2.ebuild
32 +++ /dev/null
33 @@ -1,103 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -inherit flag-o-matic
39 -
40 -DESCRIPTION="A full featured backup tool, aimed for disks"
41 -HOMEPAGE="http://dar.linux.free.fr/"
42 -SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux"
47 -IUSE="curl dar32 dar64 doc gcrypt gpg lzo nls static static-libs xattr"
48 -
49 -RESTRICT="test" # need to be run as root
50 -
51 -RDEPEND=">=sys-libs/zlib-1.2.3:=
52 - !static? (
53 - app-arch/bzip2:=
54 - app-arch/xz-utils:=
55 - sys-libs/libcap
56 - curl? ( net-misc/curl )
57 - gcrypt? ( dev-libs/libgcrypt:0= )
58 - gpg? ( app-crypt/gpgme )
59 - lzo? ( dev-libs/lzo:= )
60 - xattr? ( sys-apps/attr:= )
61 - )"
62 -
63 -DEPEND="${RDEPEND}
64 - static? (
65 - app-arch/bzip2[static-libs]
66 - app-arch/xz-utils[static-libs]
67 - sys-libs/libcap[static-libs]
68 - sys-libs/zlib[static-libs]
69 - curl? ( net-misc/curl[static-libs] )
70 - gcrypt? ( dev-libs/libgcrypt:0=[static-libs] )
71 - gpg? (
72 - app-crypt/gpgme[static-libs]
73 - dev-libs/libassuan[static-libs]
74 - dev-libs/libgpg-error[static-libs]
75 - )
76 - lzo? ( dev-libs/lzo[static-libs] )
77 - xattr? ( sys-apps/attr[static-libs] )
78 - )
79 - nls? (
80 - sys-devel/gettext
81 - virtual/libintl
82 - )
83 - doc? ( app-doc/doxygen )"
84 -
85 -REQUIRED_USE="?? ( dar32 dar64 )
86 - gpg? ( gcrypt )"
87 -
88 -#PATCHES=(
89 -#)
90 -
91 -src_configure() {
92 - # configure.ac is totally funked up regarding the AC_ARG_ENABLE
93 - # logic.
94 - # For example "--enable-dar-static" causes configure to DISABLE
95 - # static builds of dar.
96 - # Do _not_ use $(use_enable) until you have verified that the
97 - # logic has been fixed by upstream.
98 - local myconf=(
99 - --disable-upx
100 - $(usex curl '' --disable-libcurl-linking)
101 - $(usex dar32 --enable-mode=32 '')
102 - $(usex dar64 --enable-mode=64 '')
103 - $(usex doc '' --disable-build-html)
104 - #$(usex examples --enable-examples '')
105 - $(usex gcrypt '' --disable-libgcrypt-linking)
106 - $(usex gpg '' --disable-gpgme-linking)
107 - $(usex lzo '' --disable-liblzo2-linking)
108 - $(usex nls '' --disable-nls)
109 - #$(usex rsync '' --disable-librsync-linking)
110 - $(usex xattr '' --disable-ea-support)
111 - )
112 -
113 - # Bug 103741
114 - filter-flags -fomit-frame-pointer
115 -
116 - if ! use static ; then
117 - myconf+=( --disable-dar-static )
118 - if ! use static-libs ; then
119 - myconf+=( --disable-static )
120 - fi
121 - fi
122 -
123 - econf ${myconf[@]}
124 -}
125 -
126 -src_install() {
127 - emake DESTDIR="${D}" pkgdatadir="${EPREFIX}"/usr/share/doc/${PF}/html install
128 -
129 - local DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
130 - einstalldocs
131 -
132 - find "${ED}" -name '*.la' -delete || die
133 - if ! use static-libs ; then
134 - find "${ED}" -name '*.a' -delete || die
135 - fi
136 -}