summaryrefslogtreecommitdiff
path: root/pants-on
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-09-26 14:09:31 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-10-18 01:19:00 +0100
commitc19f552607ccf739f3fad4942ef8ab7297c1627e (patch)
tree20d2deefa348e72e599e2d3cf6bc8f4754cb3bca /pants-on
parentacct-user/pants-on: User for pants-on (diff)
downloadportage-c19f552607ccf739f3fad4942ef8ab7297c1627e.tar.xz
pants-on/base: version bump
Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --force
Diffstat (limited to 'pants-on')
-rw-r--r--pants-on/base/base-20200926.ebuild (renamed from pants-on/base/base-20170106.ebuild)14
1 files changed, 5 insertions, 9 deletions
diff --git a/pants-on/base/base-20170106.ebuild b/pants-on/base/base-20200926.ebuild
index f37d0c72..4f4bd13e 100644
--- a/pants-on/base/base-20170106.ebuild
+++ b/pants-on/base/base-20200926.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit git-r3 user
+EAPI=7
+inherit git-r3
DESCRIPTION="Base file for Pants On installs"
HOMEPAGE="https://pants-on.net"
@@ -15,12 +15,8 @@ KEYWORDS="amd64 arm arm64 x86"
IUSE=""
DEPEND=""
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- userdel --force --remove as29
- enewuser pants-on 429 /bin/bash /home/pants-on wheel
-}
+RDEPEND="${DEPEND}
+ acct-user/pants-on"
src_install () {
emake install DESTDIR="${ED}"