Showing
2 changed files
with
3 additions
and
38 deletions
| @@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
| 2 | # Distributed under the terms of the GNU General Public License v2 | 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Id$ | 3 | # $Id$ |
| 4 | 4 | ||
| 5 | -EAPI=6 | 5 | +EAPI=8 |
| 6 | 6 | ||
| 7 | -inherit eutils git-r3 | 7 | +inherit git-r3 |
| 8 | 8 | ||
| 9 | DESCRIPTION="Application to manage credentials and store credentials" | 9 | DESCRIPTION="Application to manage credentials and store credentials" |
| 10 | HOMEPAGE="https://gitlab.weird-web-workers.org/ghopp/acountmanager" | 10 | HOMEPAGE="https://gitlab.weird-web-workers.org/ghopp/acountmanager" |
| @@ -15,7 +15,7 @@ LICENSE="GPL-3+" | @@ -15,7 +15,7 @@ LICENSE="GPL-3+" | ||
| 15 | 15 | ||
| 16 | SLOT="0" | 16 | SLOT="0" |
| 17 | 17 | ||
| 18 | -KEYWORDS="~x86 ~amn64" | 18 | +KEYWORDS="x86 amd64" |
| 19 | 19 | ||
| 20 | DEPEND=">=sys-devel/make-4.2.1" | 20 | DEPEND=">=sys-devel/make-4.2.1" |
| 21 | RDEPEND=" | 21 | RDEPEND=" |
| 1 | -# Copyright 1999-2017 Gentoo Foundation | ||
| 2 | -# Distributed under the terms of the GNU General Public License v2 | ||
| 3 | -# $Id$ | ||
| 4 | - | ||
| 5 | -EAPI=6 | ||
| 6 | - | ||
| 7 | -inherit eutils 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 ~amn64" | ||
| 19 | - | ||
| 20 | -DEPEND=">=sys-devel/make-4.2.1" | ||
| 21 | -RDEPEND=" | ||
| 22 | - >=sys-apps/gawk-4.1.4 | ||
| 23 | - >=sys-apps/coreutils-8.26 | ||
| 24 | - >=app-crypt/gnupg-2.1.17-r1 | ||
| 25 | - >=dev-db/sqlite-3.15.2 | ||
| 26 | - >=x11-misc/xclip-0.13 | ||
| 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