summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-05-04 08:02:42 +0200
committerMartin Väth <martin@mvath.de>2018-05-04 08:02:42 +0200
commit5040c633c6c2593c83b4ef5928bf208156f6ff78 (patch)
tree1ea902922a6b9dc306863e267013942e2095963c
parentapp-portage/eix: Alpha version bump (diff)
downloadmv-5040c633c6c2593c83b4ef5928bf208156f6ff78.tar.gz
mv-5040c633c6c2593c83b4ef5928bf208156f6ff78.tar.bz2
mv-5040c633c6c2593c83b4ef5928bf208156f6ff78.zip
app-portage/eix: Version bump to support EAPI=7 (bdepend)
-rw-r--r--app-portage/eix/Manifest2
-rw-r--r--app-portage/eix/eix-0.33.3.ebuild (renamed from app-portage/eix/eix-0.33.2-r1.ebuild)12
-rw-r--r--metadata/pkg_desc_index2
3 files changed, 14 insertions, 2 deletions
diff --git a/app-portage/eix/Manifest b/app-portage/eix/Manifest
index bbd5dca0..3c9729c3 100644
--- a/app-portage/eix/Manifest
+++ b/app-portage/eix/Manifest
@@ -1,2 +1,2 @@
-DIST eix-0.33.2.tar.xz 614192 SHA512 28ca4cc57e5c7ef81feb37fa90d598e681e192c442c7446c93a442908d2a9744340f7a93c71135ec3083fb85c48a65638c8929b6e1e632464132f4320225d637
+DIST eix-0.33.3.tar.xz 622552 SHA512 52750da030f486a0ce6b3bc089f19b36ca1c433cfd45fd711fec538e7ad73d467f9ea2b3bf7acb4d1a1d357331f733b7f8df1f96c749f584140eec6eecafce79
DIST eix-0.33.3_alpha20180503.tar.gz 675960 SHA512 b88a703a45fc86978e4370edca56392bcb4fa37817dad6190ffe7a5b44e51afcf07d5d168b8a7a02546da199d0074a9644713cfb15de7231b135378b1aaaf385
diff --git a/app-portage/eix/eix-0.33.2-r1.ebuild b/app-portage/eix/eix-0.33.3.ebuild
index 748eed38..3a1b2021 100644
--- a/app-portage/eix/eix-0.33.2-r1.ebuild
+++ b/app-portage/eix/eix-0.33.3.ebuild
@@ -73,6 +73,12 @@ src_configure() {
-Dportage-rootpath="${ROOTPATH}"
-Deprefix-default="${EPREFIX}"
)
+ if use prefix; then
+ emesonarge+=(
+ -Deix-user=
+ -Deix-uid=-1
+ )
+ fi
meson_src_configure
else
local myconf=(
@@ -94,6 +100,12 @@ src_configure() {
--with-portage-rootpath="${ROOTPATH}"
--with-eprefix-default="${EPREFIX}"
)
+ if use prefix; then
+ myconf+=(
+ --with-eix-user=
+ --with-eix-uid=-1
+ )
+ fi
econf "${myconf[@]}"
fi
}
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 68ca04cb..ed561cf0 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -21,7 +21,7 @@ app-emacs/mv_emacs 1.3: (X)Emacs extensions: block support, macrorecorder, verif
app-eselect/eselect-net 0.2: eselect module for managing network open-rc service configurations
app-misc/knapsack 7.2.1: A fast solver for the 0/1-knapsack problem with multiple knapsacks
app-misc/machine-learning-mv 1.2: Some machine learning experiments
-app-portage/eix 0.33.2-r1 0.33.3_alpha20180503-r1 99999999: Search and query ebuilds
+app-portage/eix 0.33.3_alpha20180503-r1 0.33.3 99999999: Search and query ebuilds
app-portage/etcat 1.0.1 99999999: Updated version of an old Portage information extractor
app-portage/find_cruft 5.1: find cruft files not managed by portage
app-portage/getdelta 0.7.9-r2: dynamic deltup client