Showing
2 changed files
with
36 additions
and
0 deletions
1 | EBUILD accountmanager-1.2-r1.ebuild 824 BLAKE2B fa34d188ef8a44d412654593e235cdf52bffacf2b72548e45d1955b6c41e17eb9758b7efb3da683931d547c38775e13b43b8a03cf88253678fb5b247ec1f0dd5 SHA512 3b3e28f8be0bc1971d9b25a463763d6ea6e562673bf2e2afcb82bd41177b0b29713a1d8e7bc8e077391f854ce6d2226bc6357acdb443e604c53474925bda0503 | 1 | EBUILD accountmanager-1.2-r1.ebuild 824 BLAKE2B fa34d188ef8a44d412654593e235cdf52bffacf2b72548e45d1955b6c41e17eb9758b7efb3da683931d547c38775e13b43b8a03cf88253678fb5b247ec1f0dd5 SHA512 3b3e28f8be0bc1971d9b25a463763d6ea6e562673bf2e2afcb82bd41177b0b29713a1d8e7bc8e077391f854ce6d2226bc6357acdb443e604c53474925bda0503 |
2 | EBUILD accountmanager-1.3.ebuild 824 BLAKE2B fa34d188ef8a44d412654593e235cdf52bffacf2b72548e45d1955b6c41e17eb9758b7efb3da683931d547c38775e13b43b8a03cf88253678fb5b247ec1f0dd5 SHA512 3b3e28f8be0bc1971d9b25a463763d6ea6e562673bf2e2afcb82bd41177b0b29713a1d8e7bc8e077391f854ce6d2226bc6357acdb443e604c53474925bda0503 | 2 | EBUILD accountmanager-1.3.ebuild 824 BLAKE2B fa34d188ef8a44d412654593e235cdf52bffacf2b72548e45d1955b6c41e17eb9758b7efb3da683931d547c38775e13b43b8a03cf88253678fb5b247ec1f0dd5 SHA512 3b3e28f8be0bc1971d9b25a463763d6ea6e562673bf2e2afcb82bd41177b0b29713a1d8e7bc8e077391f854ce6d2226bc6357acdb443e604c53474925bda0503 |
3 | +EBUILD accountmanager-1.4.ebuild 824 BLAKE2B fa34d188ef8a44d412654593e235cdf52bffacf2b72548e45d1955b6c41e17eb9758b7efb3da683931d547c38775e13b43b8a03cf88253678fb5b247ec1f0dd5 SHA512 3b3e28f8be0bc1971d9b25a463763d6ea6e562673bf2e2afcb82bd41177b0b29713a1d8e7bc8e077391f854ce6d2226bc6357acdb443e604c53474925bda0503 | ||
3 | MISC metadata.xml 1181 BLAKE2B a59792b23a9845947ac79e72b470e0b0e09b9355a553790972ca918854caaeec5f8ddcf96b9d5050a72cad571fec257763a78f957c2f32fedc38a813e3a6eec0 SHA512 0183459420315f9745ae7d7785093c5442b022debe9b72dd3d5597db1c1dc5166a39ff0b3593d6c6b200e64ae741ce0aaf4e72aa655f5460770247e19c74c9dd | 4 | MISC metadata.xml 1181 BLAKE2B a59792b23a9845947ac79e72b470e0b0e09b9355a553790972ca918854caaeec5f8ddcf96b9d5050a72cad571fec257763a78f957c2f32fedc38a813e3a6eec0 SHA512 0183459420315f9745ae7d7785093c5442b022debe9b72dd3d5597db1c1dc5166a39ff0b3593d6c6b200e64ae741ce0aaf4e72aa655f5460770247e19c74c9dd |
1 | +# Copyright 1999-2017 Gentoo Foundation | ||
2 | +# Distributed under the terms of the GNU General Public License v2 | ||
3 | +# $Id$ | ||
4 | + | ||
5 | +EAPI=8 | ||
6 | + | ||
7 | +inherit git-r3 | ||
8 | + | ||
9 | +DESCRIPTION="Application to manage credentials and store credentials" | ||
10 | +HOMEPAGE="https://gitlab.weird-web-workers.org/ghopp/acountmanager" | ||
11 | +EGIT_REPO_URI="https://gitlab.weird-web-workers.org/ghopp/acountmanager.git" | ||
12 | +EGIT_COMMIT="v${PV}" | ||
13 | + | ||
14 | +LICENSE="GPL-3+" | ||
15 | + | ||
16 | +SLOT="0" | ||
17 | + | ||
18 | +KEYWORDS="x86 amd64" | ||
19 | + | ||
20 | +DEPEND="dev-build/make" | ||
21 | +RDEPEND=" | ||
22 | + sys-apps/gawk | ||
23 | + sys-apps/coreutils | ||
24 | + app-crypt/gnupg | ||
25 | + dev-db/sqlite | ||
26 | + x11-misc/xclip | ||
27 | +" | ||
28 | + | ||
29 | +# Source directory; the dir where the sources can be found (automatically | ||
30 | +# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P} | ||
31 | +# If you don't need to change it, leave the S= line out of the ebuild | ||
32 | +# to keep it tidy. | ||
33 | +#S=${WORKDIR}/${P} | ||
34 | + | ||
35 | +#src_configure() {} |
Please
register
or
login
to post a comment