summaryrefslogtreecommitdiff
path: root/pants-on
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-01-06 00:39:30 +0000
committerBertrand Jacquin <bertrand@jacquin.bzh>2017-01-08 13:02:57 +0000
commit61b5fb844749494ffa80d0eec9a6b51fc17f3157 (patch)
tree83cc6edb4359ec554c34e46f110dc73ca773a2b0 /pants-on
parentMove as29 category to pants-on (diff)
downloadportage-61b5fb844749494ffa80d0eec9a6b51fc17f3157.tar.xz
pants-on/base: Version bump
Package-Manager: portage-2.3.0 RepoMan-Options: --force
Diffstat (limited to 'pants-on')
-rw-r--r--pants-on/base/Manifest3
-rw-r--r--pants-on/base/base-20160926.ebuild27
-rw-r--r--pants-on/base/base-20170106.ebuild (renamed from pants-on/base/base-20160903.ebuild)7
3 files changed, 5 insertions, 32 deletions
diff --git a/pants-on/base/Manifest b/pants-on/base/Manifest
index 79a845a4..1272d500 100644
--- a/pants-on/base/Manifest
+++ b/pants-on/base/Manifest
@@ -1,3 +1,2 @@
-EBUILD base-20160903.ebuild 508 SHA256 14828c6275614ee7da6004f58011b1b55689e780e4e54bf4b62d623ffae27186 WHIRLPOOL 37955c8de137c5ddb01fe5d23977d99819184b62f4ed2e48d44028803c7825e14a88fb22e94702ebde9757f16997a595e8359e857983d05660ef3769d8809c5c
-EBUILD base-20160926.ebuild 508 SHA256 14828c6275614ee7da6004f58011b1b55689e780e4e54bf4b62d623ffae27186 WHIRLPOOL 37955c8de137c5ddb01fe5d23977d99819184b62f4ed2e48d44028803c7825e14a88fb22e94702ebde9757f16997a595e8359e857983d05660ef3769d8809c5c
+EBUILD base-20170106.ebuild 551 SHA256 daf90d5acda7f4292f0348093bc50c5e8c34a91d7299d8ac413125cffbacd465 WHIRLPOOL e9897b123da0a949220cfd3395369a0134530a408c0355b165dbe27a24a37ce0765fca4bd5579113249949cec865a1dc2adeef0c17886a4e186b9a7bc6cb7975
MISC metadata.xml 270 SHA256 c04cdb11fb00afb6ff02df034d8b5b9f0e81547e40c6222532f7093720e11830 WHIRLPOOL 265753a2137d4b55b97549114cf475b9996e2358f570533f3db7ec7a91b7d3cfb60372ac9ebf83284ef963fc4c36f7e6fbeb144fba17a9cef6c402a74557cf94
diff --git a/pants-on/base/base-20160926.ebuild b/pants-on/base/base-20160926.ebuild
deleted file mode 100644
index 3e9d07d8..00000000
--- a/pants-on/base/base-20160926.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit git-r3 user
-
-DESCRIPTION="Base file for Pants On installs"
-HOMEPAGE="https://pants-on.net"
-EGIT_REPO_URI="git://git.meleeweb.net/srv/git/as29/base.git"
-EGIT_COMMIT="v${PVR}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewuser as29 429 /bin/bash /home/as29 wheel
-}
-
-src_install () {
- emake install DESTDIR="${ED}"
-}
diff --git a/pants-on/base/base-20160903.ebuild b/pants-on/base/base-20170106.ebuild
index 3e9d07d8..04339889 100644
--- a/pants-on/base/base-20160903.ebuild
+++ b/pants-on/base/base-20170106.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ inherit git-r3 user
DESCRIPTION="Base file for Pants On installs"
HOMEPAGE="https://pants-on.net"
-EGIT_REPO_URI="git://git.meleeweb.net/srv/git/as29/base.git"
+EGIT_REPO_URI="git://git.pants-on.net/srv/git/pants-on/base.git"
EGIT_COMMIT="v${PVR}"
LICENSE="GPL-2"
@@ -19,7 +19,8 @@ DEPEND=""
RDEPEND="${DEPEND}"
pkg_setup() {
- enewuser as29 429 /bin/bash /home/as29 wheel
+ userdel --force --remove as29
+ enewuser pants-on 429 /bin/bash /home/pants-on wheel
}
src_install () {